summaryrefslogtreecommitdiff
path: root/cgi-bin
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 /cgi-bin
parent0e743fdf627e520390983f2e45a99a1e96a2d04c (diff)
downloadcups-e310189747c161ac6e737eedadf8f45d11bf2253.tar.gz
License change: Apache License, Version 2.0.
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/Makefile6
-rw-r--r--cgi-bin/admin.c6
-rw-r--r--cgi-bin/cgi-private.h6
-rw-r--r--cgi-bin/cgi.h6
-rw-r--r--cgi-bin/classes.c6
-rw-r--r--cgi-bin/help-index.c6
-rw-r--r--cgi-bin/help-index.h6
-rw-r--r--cgi-bin/help.c6
-rw-r--r--cgi-bin/html.c6
-rw-r--r--cgi-bin/ipp-var.c6
-rw-r--r--cgi-bin/jobs.c6
-rw-r--r--cgi-bin/makedocset.c6
-rw-r--r--cgi-bin/printers.c6
-rw-r--r--cgi-bin/search.c6
-rw-r--r--cgi-bin/template.c6
-rw-r--r--cgi-bin/testcgi.c6
-rw-r--r--cgi-bin/testhi.c6
-rw-r--r--cgi-bin/testtemplate.c6
-rw-r--r--cgi-bin/var.c6
19 files changed, 19 insertions, 95 deletions
diff --git a/cgi-bin/Makefile b/cgi-bin/Makefile
index ae9630786..5b0154aad 100644
--- a/cgi-bin/Makefile
+++ b/cgi-bin/Makefile
@@ -4,11 +4,7 @@
# Copyright 2007-2017 by Apple Inc.
# Copyright 1997-2006 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.
#
include ../Makedefs
diff --git a/cgi-bin/admin.c b/cgi-bin/admin.c
index 179a8d68e..f788083fb 100644
--- a/cgi-bin/admin.c
+++ b/cgi-bin/admin.c
@@ -4,11 +4,7 @@
* Copyright 2007-2017 by Apple Inc.
* Copyright 1997-2007 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/cgi-bin/cgi-private.h b/cgi-bin/cgi-private.h
index e824471d4..5d14d8188 100644
--- a/cgi-bin/cgi-private.h
+++ b/cgi-bin/cgi-private.h
@@ -4,11 +4,7 @@
* Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 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/cgi-bin/cgi.h b/cgi-bin/cgi.h
index 0c360cb18..70a0edca5 100644
--- a/cgi-bin/cgi.h
+++ b/cgi-bin/cgi.h
@@ -4,11 +4,7 @@
* Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2006 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.
*/
#ifndef _CUPS_CGI_H_
diff --git a/cgi-bin/classes.c b/cgi-bin/classes.c
index 82750d038..78ef08e22 100644
--- a/cgi-bin/classes.c
+++ b/cgi-bin/classes.c
@@ -4,11 +4,7 @@
* Copyright 2007-2016 by Apple Inc.
* Copyright 1997-2006 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/cgi-bin/help-index.c b/cgi-bin/help-index.c
index cb27164db..db7d16124 100644
--- a/cgi-bin/help-index.c
+++ b/cgi-bin/help-index.c
@@ -4,11 +4,7 @@
* Copyright 2007-2015 by Apple Inc.
* Copyright 1997-2007 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/cgi-bin/help-index.h b/cgi-bin/help-index.h
index 1882f9b7e..c486fba05 100644
--- a/cgi-bin/help-index.h
+++ b/cgi-bin/help-index.h
@@ -4,11 +4,7 @@
* Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2007 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.
*/
#ifndef _CUPS_HELP_INDEX_H_
diff --git a/cgi-bin/help.c b/cgi-bin/help.c
index df3392652..8f6aa5499 100644
--- a/cgi-bin/help.c
+++ b/cgi-bin/help.c
@@ -4,11 +4,7 @@
* Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 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/cgi-bin/html.c b/cgi-bin/html.c
index 1ddeb6a20..4c9d82276 100644
--- a/cgi-bin/html.c
+++ b/cgi-bin/html.c
@@ -4,11 +4,7 @@
* Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 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/cgi-bin/ipp-var.c b/cgi-bin/ipp-var.c
index 92f150114..8c5a5616d 100644
--- a/cgi-bin/ipp-var.c
+++ b/cgi-bin/ipp-var.c
@@ -4,11 +4,7 @@
* Copyright 2007-2016 by Apple Inc.
* Copyright 1997-2007 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/cgi-bin/jobs.c b/cgi-bin/jobs.c
index b0a409c10..d4d4ffd9e 100644
--- a/cgi-bin/jobs.c
+++ b/cgi-bin/jobs.c
@@ -4,11 +4,7 @@
* Copyright 2007-2014 by Apple Inc.
* Copyright 1997-2006 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/cgi-bin/makedocset.c b/cgi-bin/makedocset.c
index 5a7217799..079b856dd 100644
--- a/cgi-bin/makedocset.c
+++ b/cgi-bin/makedocset.c
@@ -4,11 +4,7 @@
* Copyright 2007-2012 by Apple Inc.
* Copyright 1997-2007 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.
*
* Usage:
*
diff --git a/cgi-bin/printers.c b/cgi-bin/printers.c
index ea7a5771a..bbc153e3b 100644
--- a/cgi-bin/printers.c
+++ b/cgi-bin/printers.c
@@ -4,11 +4,7 @@
* Copyright 2007-2016 by Apple Inc.
* Copyright 1997-2006 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/cgi-bin/search.c b/cgi-bin/search.c
index 3d1a18df1..3956afc33 100644
--- a/cgi-bin/search.c
+++ b/cgi-bin/search.c
@@ -4,11 +4,7 @@
* Copyright 2007-2014 by Apple Inc.
* Copyright 1997-2006 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/cgi-bin/template.c b/cgi-bin/template.c
index 5570bfb1a..1972b4ae2 100644
--- a/cgi-bin/template.c
+++ b/cgi-bin/template.c
@@ -4,11 +4,7 @@
* Copyright 2007-2015 by Apple Inc.
* Copyright 1997-2006 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.
*/
#include "cgi-private.h"
diff --git a/cgi-bin/testcgi.c b/cgi-bin/testcgi.c
index 3d6b4d9ba..a2276f42e 100644
--- a/cgi-bin/testcgi.c
+++ b/cgi-bin/testcgi.c
@@ -4,11 +4,7 @@
* Copyright 2007-2014 by Apple Inc.
* Copyright 1997-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/cgi-bin/testhi.c b/cgi-bin/testhi.c
index 2340c94a5..be5fd9cee 100644
--- a/cgi-bin/testhi.c
+++ b/cgi-bin/testhi.c
@@ -4,11 +4,7 @@
* Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2007 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/cgi-bin/testtemplate.c b/cgi-bin/testtemplate.c
index 9ac260a44..930bd6cac 100644
--- a/cgi-bin/testtemplate.c
+++ b/cgi-bin/testtemplate.c
@@ -4,11 +4,7 @@
* Copyright 2007-2011 by Apple Inc.
* Copyright 2006 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/cgi-bin/var.c b/cgi-bin/var.c
index 649b65ba9..bf0d98007 100644
--- a/cgi-bin/var.c
+++ b/cgi-bin/var.c
@@ -4,11 +4,7 @@
* Copyright 2007-2015 by Apple Inc.
* Copyright 1997-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.
*/
/*