[gs-cvs] rev 9169 - trunk/gs/cups
till at ghostscript.com
till at ghostscript.com
Fri Oct 17 14:46:27 PDT 2008
Author: till
Date: 2008-10-17 14:46:27 -0700 (Fri, 17 Oct 2008)
New Revision: 9169
Modified:
trunk/gs/cups/pdftoraster.c
trunk/gs/cups/pdftoraster.convs
Log:
Put new files under MIT license,
Modified: trunk/gs/cups/pdftoraster.c
===================================================================
--- trunk/gs/cups/pdftoraster.c 2008-10-17 20:50:06 UTC (rev 9168)
+++ trunk/gs/cups/pdftoraster.c 2008-10-17 21:46:27 UTC (rev 9169)
@@ -1,17 +1,32 @@
-/* Copyright (C) 2008 Artifex Software, Inc.
- All Rights Reserved.
-
- This software is provided AS-IS with no warranty, either express or
- implied.
+/*
+Copyright (c) 2008, Till Kamppeter
+Copyright (c) 2008, BBR Inc. All rights reserved.
- 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.
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+MIT Open Source License - http://www.opensource.org/
+
*/
/* $Id: pdftoraster.c 8803 2008-06-24 14:16:29Z till $ */
+
/* PDF to CUPS Raster filter based on Ghostscript */
#include <stdio.h>
Modified: trunk/gs/cups/pdftoraster.convs
===================================================================
--- trunk/gs/cups/pdftoraster.convs 2008-10-17 20:50:06 UTC (rev 9168)
+++ trunk/gs/cups/pdftoraster.convs 2008-10-17 21:46:27 UTC (rev 9169)
@@ -1,29 +1,29 @@
+# Copyright (c) 2008, Till Kamppeter
#
-# "$Id: pstoraster.convs,v 1.1.2.3 2003/07/20 22:54:45 mike Exp $"
+# Permission is hereby granted, free of charge, to any person obtaining
+# a copy of this software and associated documentation files (the
+# "Software"), to deal in the Software without restriction, including
+# without limitation the rights to use, copy, modify, merge, publish,
+# distribute, sublicense, and/or sell copies of the Software, and to
+# permit persons to whom the Software is furnished to do so, subject to
+# the following conditions:
#
-# MIME converts file for Ghostscript.
+# The above copyright notice and this permission notice shall be included
+# in all copies or substantial portions of the Software.
#
-# Copyright 1997-2005 by Easy Software Products.
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+# IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+# CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
-# These coded instructions, statements, and computer programs are the
-# property of Easy Software Products and are protected by Federal
-# copyright law. Distribution and use rights are outlined in the file
-# "LICENSE.txt" which should have been included with this file. If this
-# file is missing or damaged please contact Easy Software Products
-# at:
+# MIT Open Source License - http://www.opensource.org/
#
-# Attn: CUPS Licensing Information
-# Easy Software Products
-# 44141 Airport View Drive, Suite 204
-# Hollywood, Maryland 20636 USA
+# $Id: pdftoraster.convs 8803 2008-06-24 14:16:29Z till $
#
-# Voice: (301) 373-9600
-# EMail: cups-info at cups.org
-# WWW: http://www.cups.org
-#
+# CUPS file conversion rules for pdftoraster filter
application/vnd.cups-pdf application/vnd.cups-raster 66 pdftoraster
-#
-# End of "$Id: pstoraster.convs,v 1.1.2.3 2003/07/20 22:54:45 mike Exp $".
-#
More information about the gs-cvs
mailing list