Commit af31d09b authored by witiko's avatar witiko
Browse files

Renamed `docstrip.cfg` to `LICENSE.tex` to better describe its role.

parent 6c1e07a8
Loading
Loading
Loading
Loading
+22 −10
Original line number Diff line number Diff line
\input docstrip.tex
\preamble

Copyright 1998--2015  Daniel Marek (DM), Jan Pavlovič (JP),
                      Vít Novotný (VN), Petr Sojka (PS)
http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml
Faculty of Informatics, Masaryk University (Brno, Czech Republic)

Copyright 1993 1994 1995 The LaTeX3 Project and any individual
authors listed elsewhere in this file. 
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version
1.3 of this license or (at your option) any later version.
The latest version of this license is available at

For further copyright information, and conditions for modification
and distribution, see the file legal.txt, and any other copyright
notices in this file.
  http://www.latex-project.org/lppl.txt

and version 1.3 or later is part of all distributions of LaTeX
version 2005/12/01 or later.

This work has the LPPL maintenance status `maintained'.

The Current Maintainer of this work is Vít Novotný (VN).
Send bug reports, requests for additions and questions
either to the fithesis discussion forum at

  http://is.muni.cz/auth/df/fithesis-sazba/

or to the e-mail address <witiko@mail.muni.cz>.

This file is part of the LaTeX2e system.
----------------------------------------
  This system is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

IMPORTANT COPYRIGHT NOTICE:

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ DEVEXAMPLES=guide/EXAMPLE/DESCRIPTION guide/mu/DESCRIPTION \
EXAMPLES=$(USEREXAMPLES) $(DEVEXAMPLES)
MISCELLANEOUS=guide/*/*.tex guide/*/*/*.tex guide/*/*.bib
RESOURCES=$(STYLEFILES) $(LOGOS) $(LOCALES)
SOURCES=$(DTXFILES) $(INSFILES) docstrip.cfg
SOURCES=$(DTXFILES) $(INSFILES) LICENSE.tex
AUXFILES=fithesis.aux fithesis.log fithesis.toc fithesis.ind \
	fithesis.idx fithesis.out fithesis.ilg fithesis.gls \
	fithesis.glo fithesis.hd
+1 −26
Original line number Diff line number Diff line
% \iffalse meta-comment
% fithesis.dtx
% Copyright 1998--2015 Daniel Marek (DM), Jan Pavlovič (JP),
% Vít Novotný (VN), Petr Sojka (PS)
% http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml
% Faculty of Informatics, Masaryk University
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
% 
% The Current Maintainer of this work is Vít Novotný.
% Send bug reports, requests for additions and questions
% to the fithesis discussion forum at
% <http://is.muni.cz/auth/df/fithesis-sazba/>.
%
% This work consists of the files fithesis.dtx and fithesis.ins
% and the derived files fithesis3.cls, fithesis2.cls, fithesis.cls.
%
%    \begin{macrocode}
% \iffalse\begin{macrocode}
%<*driver>

\documentclass{ltxdoc}
+1 −1
Original line number Diff line number Diff line
\input docstrip.cfg
\input ./LICENSE
\generate{\file{fithesis.cls}{\from{fithesis.dtx}{oldclass1}}
          \file{fithesis2.cls}{\from{fithesis.dtx}{oldclass2}}
          \file{fithesis3.cls}{\from{fithesis.dtx}{class}}}
+1 −1
Original line number Diff line number Diff line
\input ../docstrip.cfg
\input ../LICENSE
\generate{\file{czech.def}{\from{czech.dtx}{base}}
          \file{mu/czech.def}{\from{czech.dtx}{mu}}
          \file{mu/law/czech.def}{\from{czech.dtx}{mu/law}}
Loading