summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-02-26 20:01:40 +0000
committerKarl Berry <karl@freefriends.org>2009-02-26 20:01:40 +0000
commita2630a2e26e51d089f2af58fa47ad4c3ccae3253 (patch)
tree79c5c2ae99b44d64de6d13e881538fdaf88e958d
parentfd209ee79002d0d87c3835c8e2697ed0eb7cc53c (diff)
no need for Alephk, make other copyright notices consistent with other engines
git-svn-id: svn://tug.org/texlive/trunk@12245 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/alephdir/ChangeLog7
-rw-r--r--Build/source/texk/web2c/alephdir/alephextra-rc2.h6
-rw-r--r--Build/source/texk/web2c/alephdir/com16bit-rc2.ch2
-rw-r--r--Build/source/texk/web2c/alephdir/eocprt.ch5
4 files changed, 14 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog
index 882b5323501..832942dffd7 100644
--- a/Build/source/texk/web2c/alephdir/ChangeLog
+++ b/Build/source/texk/web2c/alephdir/ChangeLog
@@ -1,5 +1,12 @@
2009-02-26 Karl Berry <karl@tug.org>
+ * alephextra-rc2.h (BANNER, COPYRIGHT_HOLDER, BUG_ADDRESS):
+ make consistent.
+ * eocprt.ch: do not announce copyright on the terminal,
+ but do include full copyright notices in the .log.
+ * com16bit-rc2.ch (banner_k): just make equivalent to banner,
+ since Web2C announces itself.
+
* comsrcspec.ch, com16bit-rc2.ch:
Use runsystem() instead of system(), etc. See tex.ch entry in
../ChangeLog
diff --git a/Build/source/texk/web2c/alephdir/alephextra-rc2.h b/Build/source/texk/web2c/alephdir/alephextra-rc2.h
index 9303d5d3a73..a7632dc8cfa 100644
--- a/Build/source/texk/web2c/alephdir/alephextra-rc2.h
+++ b/Build/source/texk/web2c/alephdir/alephextra-rc2.h
@@ -23,11 +23,11 @@ along with Aleph; if not, write to the Free Software Foundation, Inc.,
*/
-#define BANNER "This is Aleph, Version 3.1415926-1.15-2.1-rc4"
-#define COPYRIGHT_HOLDER "the Aleph task force"
+#define BANNER "This is Aleph, Version 3.1415926-1.15-2.1-0.0-rc4"
+#define COPYRIGHT_HOLDER "Aleph task force"
#define AUTHOR NULL
#define PROGRAM_HELP ALEPHHELP
-#define BUG_ADDRESS "tex-k@mail.tug.org"
+#define BUG_ADDRESS "tex-k@tug.org"
#define DUMP_VAR TEXformatdefault
#define DUMP_LENGTH_VAR formatdefaultlength
#define DUMP_OPTION "fmt"
diff --git a/Build/source/texk/web2c/alephdir/com16bit-rc2.ch b/Build/source/texk/web2c/alephdir/com16bit-rc2.ch
index d8f80265e7d..42e4faa3f0c 100644
--- a/Build/source/texk/web2c/alephdir/com16bit-rc2.ch
+++ b/Build/source/texk/web2c/alephdir/com16bit-rc2.ch
@@ -43,7 +43,7 @@
@d banner=='This is Aleph, Version 3.1415926-',Omega_version_banner,'-',eTeX_version_banner,'-',Aleph_version_banner {printed when \TeX\ starts}
@y
@d banner=='This is Aleph, Version 3.1415926-',Omega_version_banner,'-',eTeX_version_banner,'-',Aleph_version_banner {printed when \TeX\ starts}
-@d banner_k=='This is Alephk, Version 3.1415926-',Omega_version_banner,'-',eTeX_version_banner,'-',Aleph_version_banner {printed when \TeX\ starts}
+@d banner_k==banner {Web2C announces itself}
@z
@x [1.4] l.233 - program header
diff --git a/Build/source/texk/web2c/alephdir/eocprt.ch b/Build/source/texk/web2c/alephdir/eocprt.ch
index 6c82b5f26bd..738115289a9 100644
--- a/Build/source/texk/web2c/alephdir/eocprt.ch
+++ b/Build/source/texk/web2c/alephdir/eocprt.ch
@@ -1,11 +1,12 @@
@x
wterm_ln('Copyright (c) 1994--2000 John Plaice and Yannis Haralambous');
@y
-wterm_ln('Copyright (c) 2002--2004 the Aleph task force');
+{Let's not announce the copyright on the terminal, nothing else does.}
@z
@x
print_nl("Copyright (c) 1994--2000 John Plaice and Yannis Haralambous");
@y
-print_nl("Copyright (c) 2002--2004 the Aleph task force");
+print_nl("Copyright (C) 1994--2000 John Plaice and Yannis Haralambous");
+print_nl("Copyright (C) 2002--2009 Aleph task force");
@z