summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-01-09 03:08:41 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-01-09 03:08:41 +0000
commit9e7c8ff6a41dd4be3162a4763730fa5802f1acd6 (patch)
tree9078cb8ad77cb3662a66ee0233be13ec20316d34
parent37d81e458956611eb44687d8b29eb0e0deedffce (diff)
-muaclasses (new licence statement)
git-svn-id: svn://tug.org/texlive/trunk@11834 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/README8
-rw-r--r--Master/texmf-dist/doc/latex/uaclasses/ua-example.tex7
-rw-r--r--Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx7
-rw-r--r--Master/texmf-dist/source/latex/uaclasses/ua-classes.ins16
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls7
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/my-title.sty7
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls7
-rw-r--r--Master/texmf-dist/tex/latex/uaclasses/ua-title.sty7
8 files changed, 65 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/uaclasses/README b/Master/texmf-dist/doc/latex/uaclasses/README
index 691780d73dd..b339283fe4e 100644
--- a/Master/texmf-dist/doc/latex/uaclasses/README
+++ b/Master/texmf-dist/doc/latex/uaclasses/README
@@ -1,3 +1,11 @@
+Except where otherwise indicated this code was originally written
+by, and continues to be maintained by, Marcel Oliver. It is released
+into the public domain.
+Where otherwise indicated, code is covered by the licensing terms of
+the original packages.
+The above statement was added 2009/01/05 by Clea F. Rees on behalf
+of the author.
+
Readme file for the package "ua-classes". Date: 1997/03/08
-----------------------------------------------------------
diff --git a/Master/texmf-dist/doc/latex/uaclasses/ua-example.tex b/Master/texmf-dist/doc/latex/uaclasses/ua-example.tex
index 75a5a8907c2..90afda5fbda 100644
--- a/Master/texmf-dist/doc/latex/uaclasses/ua-example.tex
+++ b/Master/texmf-dist/doc/latex/uaclasses/ua-example.tex
@@ -1,3 +1,10 @@
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
\documentclass[draft]{ua-thesis}
\director{Advisor's Name}
diff --git a/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx b/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx
index 21ee9a706dd..125e4b47e5e 100644
--- a/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx
+++ b/Master/texmf-dist/source/latex/uaclasses/ua-classes.dtx
@@ -1,3 +1,10 @@
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
% \iffalse
%%
%% File ua-classes.dtx by Marcel Oliver
diff --git a/Master/texmf-dist/source/latex/uaclasses/ua-classes.ins b/Master/texmf-dist/source/latex/uaclasses/ua-classes.ins
index ae76a731131..73bbe1a89c3 100644
--- a/Master/texmf-dist/source/latex/uaclasses/ua-classes.ins
+++ b/Master/texmf-dist/source/latex/uaclasses/ua-classes.ins
@@ -1,3 +1,10 @@
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
%%
%% Installation file for UA Classes
%%
@@ -6,6 +13,13 @@
\def\batchfile{ua-classes.ins}
\input docstrip.tex
\preamble
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
\endpreamble
\keepsilent
@@ -19,4 +33,4 @@
\from{ua-classes.dtx}{ua-title}}
\generateFile{my-title.sty}{t}{%
- \from{ua-classes.dtx}{my-title}} \ No newline at end of file
+ \from{ua-classes.dtx}{my-title}}
diff --git a/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls b/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls
index 6fc1fc00cd9..91e9f8ce28a 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls
+++ b/Master/texmf-dist/tex/latex/uaclasses/my-thesis.cls
@@ -6,6 +6,13 @@
%%
%% ua-classes.dtx (with options: `my-thesis')
%%
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
%%
%% File ua-classes.dtx by Marcel Oliver
%%
diff --git a/Master/texmf-dist/tex/latex/uaclasses/my-title.sty b/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
index dba90ecfff3..68984d9f0a2 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
+++ b/Master/texmf-dist/tex/latex/uaclasses/my-title.sty
@@ -6,6 +6,13 @@
%%
%% ua-classes.dtx (with options: `my-title')
%%
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
%%
%% File ua-classes.dtx by Marcel Oliver
%%
diff --git a/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls b/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls
index b447f9db6a4..86127e8f6f8 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls
+++ b/Master/texmf-dist/tex/latex/uaclasses/ua-thesis.cls
@@ -6,6 +6,13 @@
%%
%% ua-classes.dtx (with options: `ua-thesis')
%%
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
%%
%% File ua-classes.dtx by Marcel Oliver
%%
diff --git a/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty b/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty
index b38d8012bd4..fde464c0e78 100644
--- a/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty
+++ b/Master/texmf-dist/tex/latex/uaclasses/ua-title.sty
@@ -6,6 +6,13 @@
%%
%% ua-classes.dtx (with options: `ua-title')
%%
+%% Except where otherwise indicated this code was originally written
+%% by, and continues to be maintained by, Marcel Oliver. It is released
+%% into the public domain.
+%% Where otherwise indicated, code is covered by the licensing terms of
+%% the original packages.
+%% The above statement was added 2009/01/05 by Clea F. Rees on behalf
+%% of the author.
%%
%% File ua-classes.dtx by Marcel Oliver
%%