[Debburn-changes] r611 - cdrkit/trunk/genisoimage

Steve McIntyre 93sam at alioth.debian.org
Sun Dec 10 23:02:28 CET 2006


Author: 93sam
Date: 2006-12-10 23:02:28 +0100 (Sun, 10 Dec 2006)
New Revision: 611

Modified:
   cdrkit/trunk/genisoimage/endian.c
   cdrkit/trunk/genisoimage/endianconv.h
   cdrkit/trunk/genisoimage/jte.c
   cdrkit/trunk/genisoimage/jte.h
Log:
More copyright header cleanups in my code

Modified: cdrkit/trunk/genisoimage/endian.c
===================================================================
--- cdrkit/trunk/genisoimage/endian.c	2006-12-10 21:54:40 UTC (rev 610)
+++ cdrkit/trunk/genisoimage/endian.c	2006-12-10 22:02:28 UTC (rev 611)
@@ -1,7 +1,7 @@
 /*
  * endian.c
  *
- * Copyright (c) Steve McIntyre <steve at einval.com>
+ * Copyright (c) 2004-2006 Steve McIntyre <steve at einval.com>
  *
  * Simple helper routines for marshalling data
  *

Modified: cdrkit/trunk/genisoimage/endianconv.h
===================================================================
--- cdrkit/trunk/genisoimage/endianconv.h	2006-12-10 21:54:40 UTC (rev 610)
+++ cdrkit/trunk/genisoimage/endianconv.h	2006-12-10 22:02:28 UTC (rev 611)
@@ -1,13 +1,11 @@
 /*
- * This file has been modified for the cdrkit suite.
+ * endian_conv.h
  *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
+ * Copyright (c) 2004-2006 Steve McIntyre <steve at einval.com>
  *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
+ * Simple helper routines for marshalling data - prototypes
  *
+ * GNU GPL v2
  */
 
 void                  write_be64(unsigned long long in, unsigned char *out);

Modified: cdrkit/trunk/genisoimage/jte.c
===================================================================
--- cdrkit/trunk/genisoimage/jte.c	2006-12-10 21:54:40 UTC (rev 610)
+++ cdrkit/trunk/genisoimage/jte.c	2006-12-10 22:02:28 UTC (rev 611)
@@ -1,13 +1,12 @@
 /*
- * This file has been modified for the cdrkit suite.
+ * jte.c
  *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
+ * Copyright (c) 2004-2006 Steve McIntyre <steve at einval.com>
  *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
+ * Implementation of the Jigdo Template Engine - make jigdo files
+ * directly when making ISO images
  *
+ * GNU GPL v2
  */
 
 #undef BZ2_SUPPORT

Modified: cdrkit/trunk/genisoimage/jte.h
===================================================================
--- cdrkit/trunk/genisoimage/jte.h	2006-12-10 21:54:40 UTC (rev 610)
+++ cdrkit/trunk/genisoimage/jte.h	2006-12-10 22:02:28 UTC (rev 611)
@@ -1,13 +1,11 @@
 /*
- * This file has been modified for the cdrkit suite.
+ * jte.c
  *
- * The behaviour and appearence of the program code below can differ to a major
- * extent from the version distributed by the original author(s).
+ * Copyright (c) 2004-2006 Steve McIntyre <steve at einval.com>
  *
- * For details, see Changelog file distributed with the cdrkit package. If you
- * received this file from another source then ask the distributing person for
- * a log of modifications.
+ * Prototypes and declarations for JTE
  *
+ * GNU GPL v2
  */
 
 extern char *jtemplate_out;




More information about the Debburn-changes mailing list