summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/fithesis/fithesis.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-06-25 22:50:04 +0000
committerKarl Berry <karl@freefriends.org>2015-06-25 22:50:04 +0000
commitf822ecee4da5aa15b7c90fe00ca573d2b0bf3d82 (patch)
tree6d84cab1888cbc25d8d1aea7772145269ccbf97d /Master/texmf-dist/tex/latex/fithesis/fithesis.cls
parent54a2cfc25dfedf71183c41579de2bf2ca70ef474 (diff)
rm fithesis, contradictory license + file name clashes
git-svn-id: svn://tug.org/texlive/trunk@37681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/fithesis/fithesis.cls')
-rw-r--r--Master/texmf-dist/tex/latex/fithesis/fithesis.cls76
1 files changed, 0 insertions, 76 deletions
diff --git a/Master/texmf-dist/tex/latex/fithesis/fithesis.cls b/Master/texmf-dist/tex/latex/fithesis/fithesis.cls
deleted file mode 100644
index 493b4436917..00000000000
--- a/Master/texmf-dist/tex/latex/fithesis/fithesis.cls
+++ /dev/null
@@ -1,76 +0,0 @@
-%%
-%% This is file `fithesis.cls',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% fithesis.dtx (with options: `oldclass1')
-%%
-%% Copyright 1998--2015 Daniel Marek (DM), Jan Pavlovi^^c4^^8d (JP),
-%% V^^c3^^adt Novotn^^c3^^bd (VN), Petr Sojka (PS)
-%% http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml
-%% Faculty of Informatics, Masaryk University (Brno, Czech Republic)
-%%
-%% 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
-%%
-%% 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^^c3^^adt Novotn^^c3^^bd (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>.
-%%
-%%
-%% IMPORTANT COPYRIGHT NOTICE:
-%%
-%% You are NOT ALLOWED to distribute this file alone.
-%%
-%% If you receive only some of these files from someone, complain!
-%%
-%% However, NO PERMISSION is granted to generate or to distribute a
-%% modified version of this file under its original name.
-%%
-%% You are NOT ALLOWED to change this file.
-%%
-%%
-%% MODIFICATION ADVICE:
-%%
-%% If you want to customize this file, it is best to make a copy of
-%% the source file(s) from which it was produced. Use a different
-%% name for your copy(ies) and modify the copy(ies); this will ensure
-%% that your modifications do not get overwritten when you install a
-%% new release of the standard system. You should also ensure that
-%% your modified source file does not generate any modified file with
-%% the same name as a standard file.
-%%
-%% You will also need to produce your own, suitably named, .ins file to
-%% control the generation of files from your source file; this file
-%% should contain your own preambles for the files it generates, not
-%% those in the standard .ins files.
-%%
-%% The names of the source files used are shown above.
-%%
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{oldfithesis1}[2015/03/04 old fithesis will load fithesis3 MU thesis class]
-
-\ClassWarning{oldfithesis1}{%
- You are using the fithesis class, which has been deprecated.
- The fithesis3 class will be used instead.
- For more information, see <http://www.fi.muni.cz/tech/unix/tex/fithesis.xhtml>%
-}\LoadClass{fithesis3}
-
-\endinput
-%%
-%% End of file `fithesis.cls'.