diff options
author | Karl Berry <karl@freefriends.org> | 2007-03-18 17:18:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-03-18 17:18:44 +0000 |
commit | 59fd2081abcc062abb237d13ef74b42d1ea4fd09 (patch) | |
tree | 01cb2263535ae468bc3c6941a9324a7968f9cec9 /Build/source/texk/dvipsk | |
parent | 156f8cb38bf5792214ea069b79ba7de604db206d (diff) |
regularize copyright notices, per rokicki
git-svn-id: svn://tug.org/texlive/trunk@4044 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk')
22 files changed, 28 insertions, 70 deletions
diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c index 529b3c876f6..fa054b85af7 100644 --- a/Build/source/texk/dvipsk/afm2tfm.c +++ b/Build/source/texk/dvipsk/afm2tfm.c @@ -1497,7 +1497,7 @@ under the terms of the GNU General Public License\n\ and the Dvips copyright.\n\ For more information about these matters, see the files\n\ named COPYING and afm2tfm.c.\n\ -Primary author of afm2tfm: T. Rokicki; -k maintainer: K. Berry.\n", f); +Original author of afm2tfm: T. Rokicki.\n", f); } #define USAGE "\ diff --git a/Build/source/texk/dvipsk/afm2tfm.rc b/Build/source/texk/dvipsk/afm2tfm.rc deleted file mode 100644 index 28089867c3f..00000000000 --- a/Build/source/texk/dvipsk/afm2tfm.rc +++ /dev/null @@ -1,34 +0,0 @@ -/* afm2tfm.rc: afm2tfm resources -*- C++ -*- - - Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr> - - This file is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 2, or (at your - option) any later version. - - This file 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. See the GNU - General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this file; if not, write to the Free Software - Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, - USA. */ - -#include <texlive-version.h> - -#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER -#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " afm2tfm(k) (dvips(k) 5.94b) 8.1" - -#define VER_INTERNALNAME_STR "afm2tfm" -#define VER_ORIGINALFILENAME_STR "afm2tfm.exe" - -#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1990-2004 Radical Eye Software" - -#define VER_FILEDESCRIPTION_STR "Adobe Font Metric to TeX Font Metric file converter" - -#include <texlive.version> - -/* afm2tfm.rc ends here */ diff --git a/Build/source/texk/dvipsk/bbox.c b/Build/source/texk/dvipsk/bbox.c index 66a02a11e3e..113b0007c9f 100644 --- a/Build/source/texk/dvipsk/bbox.c +++ b/Build/source/texk/dvipsk/bbox.c @@ -6,7 +6,7 @@ * If you request an EPSF file and specify -a, you may end up * processing a single page four times! */ -#include "dvips.h" +#include "dvips.h" /* The copyright notice in that file is included too! */ #include <math.h> #include "protos.h" diff --git a/Build/source/texk/dvipsk/config.h b/Build/source/texk/dvipsk/config.h index 46581b6ee52..fe3f8fbac1e 100644 --- a/Build/source/texk/dvipsk/config.h +++ b/Build/source/texk/dvipsk/config.h @@ -1,5 +1,5 @@ /* config.h: master configuration file, included first by all compilable - source files (not headers). */ + source files (not headers). This file is public domain. */ #ifndef CONFIG_H #define CONFIG_H diff --git a/Build/source/texk/dvipsk/config.ps b/Build/source/texk/dvipsk/config.ps index d8c0d343330..6283b23459a 100644 --- a/Build/source/texk/dvipsk/config.ps +++ b/Build/source/texk/dvipsk/config.ps @@ -1,4 +1,4 @@ -* Configuration file for dvips. +* Configuration file for dvips. This file is public domain. * * Default resolution. This needs to be correct. D 300 diff --git a/Build/source/texk/dvipsk/crop.lpro b/Build/source/texk/dvipsk/crop.lpro index c3c26bfbe11..5c2057200f0 100644 --- a/Build/source/texk/dvipsk/crop.lpro +++ b/Build/source/texk/dvipsk/crop.lpro @@ -1,5 +1,5 @@ %! -% This file is for crop marks. +% This file is for crop marks. This file is public domain. % % First, we translate and draw the marks. You can change the way the % marks are drawn, but the quarter inch border around the page is fixed. diff --git a/Build/source/texk/dvipsk/debug.h b/Build/source/texk/dvipsk/debug.h index b8c6e12c713..f4543e49703 100644 --- a/Build/source/texk/dvipsk/debug.h +++ b/Build/source/texk/dvipsk/debug.h @@ -1,5 +1,5 @@ /* - * Here's some stuff for debugging dvips. + * Here's some stuff for debugging dvips. See dvips.h for copyright. */ #ifdef DEBUG diff --git a/Build/source/texk/dvipsk/dpicheck.c b/Build/source/texk/dvipsk/dpicheck.c index 7665112d815..fb4ecd3012f 100644 --- a/Build/source/texk/dvipsk/dpicheck.c +++ b/Build/source/texk/dvipsk/dpicheck.c @@ -1,12 +1,10 @@ /* - * This software is Copyright 1988 by Radical Eye Software. - */ -/* * dpicheck of dvips.c. Checks the dots per inch to make sure * it exists. The fonts which exist are DPI at the appropriate * magnifications. */ -#include "dvips.h" +#include "dvips.h" /* The copyright notice in that file is included too! */ + extern int actualdpi ; static integer existsizes[30] = { 0 , 99999999 } ; static int checkdpi ; diff --git a/Build/source/texk/dvipsk/dvips.h b/Build/source/texk/dvipsk/dvips.h index 686ee78bca3..ab86500cea9 100644 --- a/Build/source/texk/dvipsk/dvips.h +++ b/Build/source/texk/dvipsk/dvips.h @@ -1,12 +1,7 @@ /* * This is dvips, a freely redistributable PostScript driver * for dvi files. It is (C) Copyright 1986-2004 by Tomas Rokicki. - * You may modify and use this program to your heart's content, - * so long as you send modifications to Tomas Rokicki. It can - * be included in any distribution, commercial or otherwise, so - * long as the banner string defined below is not modified (except - * for the version number) and this banner is printed on program - * invocation, or can be printed on program invocation with the -? option. + * You may modify and use this program to your heart's content. */ /* This file is the header for dvips's global data structures. */ diff --git a/Build/source/texk/dvipsk/finclude.lpro b/Build/source/texk/dvipsk/finclude.lpro index 783ebc7549c..664df3f7006 100644 --- a/Build/source/texk/dvipsk/finclude.lpro +++ b/Build/source/texk/dvipsk/finclude.lpro @@ -1,4 +1,5 @@ %! +% finclude.lpro - public domain. % Define tfm-name to be a dictionary of included fonts indexed by size: % /tfm-name scaled-size1 /font-select1 ... scsize_k /fselect_k k fstore - /fstore diff --git a/Build/source/texk/dvipsk/flib.c b/Build/source/texk/dvipsk/flib.c index 507af5e4cb5..78dd3e5df26 100644 --- a/Build/source/texk/dvipsk/flib.c +++ b/Build/source/texk/dvipsk/flib.c @@ -4,7 +4,7 @@ * Tomas Rokicki or Radical Eye Software; use at your own risk. */ #ifdef FONTLIB -#include "dvips.h" +#include "dvips.h" /* The copyright notice in that file is included too! */ #include "paths.h" #include "protos.h" extern int debug_flag ; diff --git a/Build/source/texk/dvipsk/hps.c b/Build/source/texk/dvipsk/hps.c index 320ba41f56b..2468e467319 100644 --- a/Build/source/texk/dvipsk/hps.c +++ b/Build/source/texk/dvipsk/hps.c @@ -1,8 +1,8 @@ /* This is the main file for hacking dvips to do HyperPostScript * Written by Mark D. Doyle 11/94. It is (C) Copyright 1994 by Mark D. Doyle * and the University of California. You may modify and use this program to - * your heart's content, so long as you send modifications to Mark Doyle and - * abide by the rest of the dvips copyrights. + * your heart's content. Mark Doyle requests that you send him + * any modifications. */ #include "dvips.h" #ifdef HPS diff --git a/Build/source/texk/dvipsk/hps.lpro b/Build/source/texk/dvipsk/hps.lpro index 79c29769ec0..ad678cb3610 100644 --- a/Build/source/texk/dvipsk/hps.lpro +++ b/Build/source/texk/dvipsk/hps.lpro @@ -5,8 +5,9 @@ % Written by Tanmoy Bhattacharya and Mark D. Doyle 11/94. % It is (C) Copyright 1994 by Tanmoy Bhattacharya, Mark D. Doyle % and the University of California. You may modify and use this program to -% your heart's content, so long as you send modifications to Tanmoy -% Bhattacharya and/or Mark Doyle. +% your heart's content. Tanmoy Bhattacharya and Mark Doyle request that +% you send either or both them any modifications. +% % Version number info % 1 0 Probably first release % 1 1 Added external handler to let ghostview work diff --git a/Build/source/texk/dvipsk/makefont.c b/Build/source/texk/dvipsk/makefont.c index b90f03819d2..10689c4ac89 100644 --- a/Build/source/texk/dvipsk/makefont.c +++ b/Build/source/texk/dvipsk/makefont.c @@ -1,7 +1,5 @@ -/* - * This software is Copyright 1988 by Radical Eye Software. - */ -#include "dvips.h" +/* makefont.c */ +#include "dvips.h" /* The copyright notice in that file is included too! */ #include <math.h> #include "protos.h" extern int quiet ; diff --git a/Build/source/texk/dvipsk/papersiz.c b/Build/source/texk/dvipsk/papersiz.c index 9893359cc11..db77dcf5d44 100644 --- a/Build/source/texk/dvipsk/papersiz.c +++ b/Build/source/texk/dvipsk/papersiz.c @@ -11,7 +11,7 @@ * 0 <= num < den <= 20000 * 0 <= whole */ -#include "dvips.h" +#include "dvips.h" /* The copyright notice in that file is included too! */ #include "protos.h" static long scale P4C(long, whole, long, num, long, den, long, sf) { diff --git a/Build/source/texk/dvipsk/paths.h b/Build/source/texk/dvipsk/paths.h index acf5d78becc..8b7de41bcb5 100644 --- a/Build/source/texk/dvipsk/paths.h +++ b/Build/source/texk/dvipsk/paths.h @@ -1,4 +1,4 @@ -/* +/* paths.h - public domain. * OUTPATH is where to send the output. If you want a .ps file to * be created by default, set this to "". If you want to automatically * invoke a pipe (as in lpr), make the first character an exclamation diff --git a/Build/source/texk/dvipsk/psfonts.map b/Build/source/texk/dvipsk/psfonts.map index 024fa337d31..761ed1f3d47 100644 --- a/Build/source/texk/dvipsk/psfonts.map +++ b/Build/source/texk/dvipsk/psfonts.map @@ -1,4 +1,5 @@ % original psfonts.map -- match TFM filenames to PostScript FontNames. +% This file is public domain. % (If you change or delete `original' on the previous line, dvips won't % install its psfonts.map over this file.) % diff --git a/Build/source/texk/dvipsk/special.lpro b/Build/source/texk/dvipsk/special.lpro index c580abd11c5..0ed579ee030 100644 --- a/Build/source/texk/dvipsk/special.lpro +++ b/Build/source/texk/dvipsk/special.lpro @@ -1,6 +1,5 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% header for the \special command -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% special.lpro - public domain. +% header for the \special command % The structure of the PostScript produced by dvips for \special is: % @beginspecial % - any number of @hsize, @hoffset, @hscale, etc., commands diff --git a/Build/source/texk/dvipsk/squeeze.c b/Build/source/texk/dvipsk/squeeze.c index 7395f604eba..c1c61744e9c 100644 --- a/Build/source/texk/dvipsk/squeeze.c +++ b/Build/source/texk/dvipsk/squeeze.c @@ -1,7 +1,4 @@ /* - * This software is Copyright 1988 by Radical Eye Software. - */ -/* * This routine squeezes a PostScript file down to its * minimum. We parse and then output it. */ @@ -14,7 +11,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "dvips.h" +#include "dvips.h" /* The copyright notice in that file is included too! */ #endif #ifdef fopen #undef fopen diff --git a/Build/source/texk/dvipsk/tex.lpro b/Build/source/texk/dvipsk/tex.lpro index f4ad44436e7..2b92d6ba5bc 100644 --- a/Build/source/texk/dvipsk/tex.lpro +++ b/Build/source/texk/dvipsk/tex.lpro @@ -1,3 +1,5 @@ +% tex.lpro - public domain. +% % The following defines procedures assumed and used by program "dvips" % and must be downloaded or sent as a header file for all TeX jobs. % Originated by Neal Holtz, Carleton University, Ottawa, Canada diff --git a/Build/source/texk/dvipsk/texc.script b/Build/source/texk/dvipsk/texc.script index c83122054f2..c46c7853999 100644 --- a/Build/source/texk/dvipsk/texc.script +++ b/Build/source/texk/dvipsk/texc.script @@ -1,5 +1,5 @@ #! /bin/sh -# A shell script to convert tex.lpro to texc.lpro +# A shell script to convert tex.lpro to texc.lpro. Public domain. # # To use it, say # texc.script tex.lpro texc.lpro diff --git a/Build/source/texk/dvipsk/texps.lpro b/Build/source/texk/dvipsk/texps.lpro index 8d56d4174f4..a70671c750c 100644 --- a/Build/source/texk/dvipsk/texps.lpro +++ b/Build/source/texk/dvipsk/texps.lpro @@ -1,5 +1,5 @@ % Thanks for some changes to: -%+ This is TEXPS.LPRO as modified by Rob Hutchings 1992Apr02 +%+ This is TEXPS.LPRO as modified by Rob Hutchings 1992Apr02. Public domain. %+ My comments are marked as %+ % PostScript prolog for using resident fonts. %+ Provision is made to change the encoding scheme in special instructions. |