summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipsk/dpicheck.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-03-18 17:18:44 +0000
committerKarl Berry <karl@freefriends.org>2007-03-18 17:18:44 +0000
commit59fd2081abcc062abb237d13ef74b42d1ea4fd09 (patch)
tree01cb2263535ae468bc3c6941a9324a7968f9cec9 /Build/source/texk/dvipsk/dpicheck.c
parent156f8cb38bf5792214ea069b79ba7de604db206d (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/dpicheck.c')
-rw-r--r--Build/source/texk/dvipsk/dpicheck.c6
1 files changed, 2 insertions, 4 deletions
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 ;