[gs-cvs] rev 7043 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Wed Sep 13 18:57:40 PDT 2006
Author: giles
Date: 2006-09-13 18:57:35 -0700 (Wed, 13 Sep 2006)
New Revision: 7043
Modified:
trunk/gs/src/gdevimdi.c
trunk/gs/src/strmio.c
trunk/gs/src/strmio.h
trunk/gs/src/wtsimdi.c
Log:
Add correct copyright header and revision Id to some recently added
files. Also set native eol-style.
Modified: trunk/gs/src/gdevimdi.c
===================================================================
--- trunk/gs/src/gdevimdi.c 2006-09-13 17:23:29 UTC (rev 7042)
+++ trunk/gs/src/gdevimdi.c 2006-09-14 01:57:35 UTC (rev 7043)
@@ -14,6 +14,7 @@
San Rafael, CA 94903, U.S.A., +1(415)492-9861.
*/
+/* $Id$ */
/* IMDI Device.
*
* This is an RGB contone device, that outputs the raster
Property changes on: trunk/gs/src/gdevimdi.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Property changes on: trunk/gs/src/strmio.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Property changes on: trunk/gs/src/strmio.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/gs/src/wtsimdi.c
===================================================================
--- trunk/gs/src/wtsimdi.c 2006-09-13 17:23:29 UTC (rev 7042)
+++ trunk/gs/src/wtsimdi.c 2006-09-14 01:57:35 UTC (rev 7043)
@@ -1,4 +1,18 @@
+/* Copyright (C) 2005-2006 artofcode LLC.
+ All Rights Reserved.
+ This software is provided AS-IS with no warranty, either express or
+ implied.
+
+ This software is distributed under license and may not be copied, modified
+ or distributed except as expressly authorized under the terms of that
+ license. Refer to licensing information at http://www.artifex.com/
+ or contact Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134,
+ San Rafael, CA 94903, U.S.A., +1(415)492-9861, for further information.
+*/
+
+/* $Id$ */
+
/*
* Create an imdi memory device for page or band buffering,
* possibly preceded by a plane extraction device.
Property changes on: trunk/gs/src/wtsimdi.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
More information about the gs-cvs
mailing list