From 60b76185cf5bae7556ff2ac66c960df8ba9ceaf4 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 17 Aug 2002 17:37:19 +0000
Subject: [PATCH] Flag automatically generated files.  Portability fix.  Update
 copyright headers.  Xenofarm integration.

---
 ChangeLog | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 3c713f244..a1a7ee72d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
 2002-08-17  Per Cederqvist  <ceder@ceder.dyndns.org>
 
+	Flag automatically generated files.
+	* src/server/testsuite/lyskomd.0/gen-15.py: Insert a warning in
+	the output that the result is automatically generated.
+	* src/server/testsuite/lyskomd.0/gen-19.py: Ditto.
+	* src/server/Makefile.am (aux.h): Se the mode of this generated
+	file to 444, to avoid accidental edits.
+
+	Portability fix.
+	* configure.in: Use "test x && test y" instead of "test x -a y",
+	since the -a option is less portable than the "&&" construct.
+
+	Update copyright headers.
+	* <all files>: update the year in the copyright notice.
+	* scripts/lyskomd-copyrights: Updated the list of files to ignore.
+	* src/server/testsuite/renumber.el: Copyright header added.
+
+	Xenofarm integration.
+	* scripts/xenofarm.sh: New file.  This version was taken from
+	revision 1.9 of projects/lyskom-server/source-transform.sh in the
+	xenofarm CVS module, and a copyright header and some initial
+	comments were added.
+	* scripts/Makefile.am (EXTRA_DIST): Added xenofarm.sh.
+	* Makefile.am (ident-cc): New target.
+	* doc/Makefile.am (ident-makeinfo): New target.
+
 	Release administrativa.
 	* HACKING: Mention gpg, the paths of the FTP an WWW servers, a few
 	web pages, and Freshmeat.
-- 
GitLab