summaryrefslogtreecommitdiff
path: root/backend
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 /backend
parent0e743fdf627e520390983f2e45a99a1e96a2d04c (diff)
downloadcups-e310189747c161ac6e737eedadf8f45d11bf2253.tar.gz
License change: Apache License, Version 2.0.
Diffstat (limited to 'backend')
-rw-r--r--backend/Makefile8
-rw-r--r--backend/backend-private.h2
-rw-r--r--backend/dnssd.c2
-rw-r--r--backend/ieee1284.c2
-rw-r--r--backend/ipp.c2
-rw-r--r--backend/lpd.c2
-rw-r--r--backend/network.c2
-rw-r--r--backend/runloop.c2
-rw-r--r--backend/snmp-supplies.c2
-rw-r--r--backend/snmp.c2
-rw-r--r--backend/socket.c2
-rw-r--r--backend/test1284.c2
-rw-r--r--backend/testbackend.c2
-rw-r--r--backend/testsupplies.c2
-rw-r--r--backend/usb-libusb.c6
-rw-r--r--backend/usb-unix.c2
-rw-r--r--backend/usb.c2
17 files changed, 2 insertions, 42 deletions
diff --git a/backend/Makefile b/backend/Makefile
index aeb33d846..95e07b27e 100644
--- a/backend/Makefile
+++ b/backend/Makefile
@@ -4,13 +4,7 @@
# Copyright 2007-2017 by Apple Inc.
# Copyright 1997-2007 by Easy Software Products, all rights reserved.
#
-# 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.
#
include ../Makedefs
diff --git a/backend/backend-private.h b/backend/backend-private.h
index 64fbe411c..4e81902fa 100644
--- a/backend/backend-private.h
+++ b/backend/backend-private.h
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
#ifndef _CUPS_BACKEND_PRIVATE_H_
diff --git a/backend/dnssd.c b/backend/dnssd.c
index 849595dbc..6f73b1da2 100644
--- a/backend/dnssd.c
+++ b/backend/dnssd.c
@@ -8,8 +8,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/ieee1284.c b/backend/ieee1284.c
index 0488174c4..946d6efcd 100644
--- a/backend/ieee1284.c
+++ b/backend/ieee1284.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/ipp.c b/backend/ipp.c
index 588ad995e..f2f676de3 100644
--- a/backend/ipp.c
+++ b/backend/ipp.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/lpd.c b/backend/lpd.c
index 4325b7c78..831c2d44a 100644
--- a/backend/lpd.c
+++ b/backend/lpd.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/network.c b/backend/network.c
index d2c64a128..4414ce5e6 100644
--- a/backend/network.c
+++ b/backend/network.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/runloop.c b/backend/runloop.c
index 13e522526..281736197 100644
--- a/backend/runloop.c
+++ b/backend/runloop.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/snmp-supplies.c b/backend/snmp-supplies.c
index c26e72a23..515933bd2 100644
--- a/backend/snmp-supplies.c
+++ b/backend/snmp-supplies.c
@@ -8,8 +8,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/snmp.c b/backend/snmp.c
index e66edc980..7af5d206a 100644
--- a/backend/snmp.c
+++ b/backend/snmp.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/socket.c b/backend/socket.c
index c16a1a097..e7dd9dae8 100644
--- a/backend/socket.c
+++ b/backend/socket.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/test1284.c b/backend/test1284.c
index 85ac8b5b3..db9590f1a 100644
--- a/backend/test1284.c
+++ b/backend/test1284.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/testbackend.c b/backend/testbackend.c
index 969083abf..2a8d72eeb 100644
--- a/backend/testbackend.c
+++ b/backend/testbackend.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/testsupplies.c b/backend/testsupplies.c
index f5414847e..0229521db 100644
--- a/backend/testsupplies.c
+++ b/backend/testsupplies.c
@@ -8,8 +8,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/usb-libusb.c b/backend/usb-libusb.c
index 7fc95c27e..7ec9a6d6e 100644
--- a/backend/usb-libusb.c
+++ b/backend/usb-libusb.c
@@ -3,11 +3,7 @@
*
* Copyright 2007-2015 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/".
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
*/
/*
diff --git a/backend/usb-unix.c b/backend/usb-unix.c
index 41a56062a..8fb518ec0 100644
--- a/backend/usb-unix.c
+++ b/backend/usb-unix.c
@@ -11,8 +11,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*
diff --git a/backend/usb.c b/backend/usb.c
index a3b6fba09..2856b7144 100644
--- a/backend/usb.c
+++ b/backend/usb.c
@@ -9,8 +9,6 @@
* law. Distribution and use rights are outlined in the file "LICENSE.txt"
* "LICENSE" 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.
*/
/*