From 5e54558c6dea67b56bbfaba5698f3a434d3dffb6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 00:52:41 +0000 Subject: r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) --- source3/printing/load.c | 3 +-- source3/printing/lpq_parse.c | 3 +-- source3/printing/notify.c | 3 +-- source3/printing/pcap.c | 3 +-- source3/printing/print_aix.c | 3 +-- source3/printing/print_generic.c | 3 +-- source3/printing/printfsp.c | 3 +-- source3/printing/printing.c | 3 +-- source3/printing/printing_db.c | 3 +-- 9 files changed, 9 insertions(+), 18 deletions(-) (limited to 'source3/printing') diff --git a/source3/printing/load.c b/source3/printing/load.c index 825f4da20b..f8aba3996d 100644 --- a/source3/printing/load.c +++ b/source3/printing/load.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" diff --git a/source3/printing/lpq_parse.c b/source3/printing/lpq_parse.c index 5118429bd7..d5e9c795ad 100644 --- a/source3/printing/lpq_parse.c +++ b/source3/printing/lpq_parse.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" diff --git a/source3/printing/notify.c b/source3/printing/notify.c index b0287e84c2..d96e9ae056 100644 --- a/source3/printing/notify.c +++ b/source3/printing/notify.c @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" diff --git a/source3/printing/pcap.c b/source3/printing/pcap.c index 22125a2f1b..6231edf178 100644 --- a/source3/printing/pcap.c +++ b/source3/printing/pcap.c @@ -22,8 +22,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /* diff --git a/source3/printing/print_aix.c b/source3/printing/print_aix.c index c7150acd95..63a1592499 100644 --- a/source3/printing/print_aix.c +++ b/source3/printing/print_aix.c @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ /* diff --git a/source3/printing/print_generic.c b/source3/printing/print_generic.c index 051bb967fe..f5bec03a4b 100644 --- a/source3/printing/print_generic.c +++ b/source3/printing/print_generic.c @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" diff --git a/source3/printing/printfsp.c b/source3/printing/printfsp.c index 9d34a37124..821f46041d 100644 --- a/source3/printing/printfsp.c +++ b/source3/printing/printfsp.c @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" diff --git a/source3/printing/printing.c b/source3/printing/printing.c index de2e4150d2..e793651cb6 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" diff --git a/source3/printing/printing_db.c b/source3/printing/printing_db.c index e82aff4b34..24597e7f4a 100644 --- a/source3/printing/printing_db.c +++ b/source3/printing/printing_db.c @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program. If not, see . */ #include "includes.h" -- cgit