summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2017-11-07 12:11:35 -0500
committerMichael R Sweet <michaelrsweet@gmail.com>2017-11-07 12:11:35 -0500
commite310189747c161ac6e737eedadf8f45d11bf2253 (patch)
tree8a61f4c7e9ff9932ce90abbece73dbc2401f2fc6 /examples
parent0e743fdf627e520390983f2e45a99a1e96a2d04c (diff)
downloadcups-e310189747c161ac6e737eedadf8f45d11bf2253.tar.gz
License change: Apache License, Version 2.0.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile6
-rw-r--r--examples/ppdx.c8
-rw-r--r--examples/ppdx.h8
-rw-r--r--examples/testppdx.c8
4 files changed, 4 insertions, 26 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 7932197ba..307252f12 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -4,11 +4,7 @@
# Copyright 2007-2011 by Apple Inc.
# Copyright 2002-2005 by Easy Software Products.
#
-# These coded instructions, statements, and computer programs are the
-# property of Apple Inc. 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, see the license at "http://www.cups.org/".
+# Licensed under Apache License v2.0. See the file "LICENSE" for more information.
#
#
diff --git a/examples/ppdx.c b/examples/ppdx.c
index aa2c134c3..0a8c1f6ec 100644
--- a/examples/ppdx.c
+++ b/examples/ppdx.c
@@ -5,13 +5,7 @@
*
* Copyright 2012 by Apple Inc.
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. 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, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
*/
/*
diff --git a/examples/ppdx.h b/examples/ppdx.h
index 2b70f8e9a..d14d8a3ec 100644
--- a/examples/ppdx.h
+++ b/examples/ppdx.h
@@ -3,13 +3,7 @@
*
* Copyright 2012 by Apple Inc.
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. 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, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
*/
#ifndef _PPDX_H_
diff --git a/examples/testppdx.c b/examples/testppdx.c
index 6367af7c2..7c4a47b65 100644
--- a/examples/testppdx.c
+++ b/examples/testppdx.c
@@ -7,13 +7,7 @@
*
* Copyright 2012 by Apple Inc.
*
- * These coded instructions, statements, and computer programs are the
- * property of Apple Inc. 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, see the license at "http://www.cups.org/".
- *
- * This file is subject to the Apple OS-Developed Software exception.
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
*/
/*