From 164dcbe1e475612b1c6f8e4ebf16e5d7d83d4357 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 31 Aug 2007 15:08:27 +0200 Subject: [PATCH] Use GPLv3 for self tests, tools, build infrastructure. --- Makefile.am | 17 ++++++++--------- configure.in | 17 ++++++++--------- lib/Makefile.am | 24 +++++++++++------------- maint-cfg.mk | 19 +++++++++---------- 4 files changed, 36 insertions(+), 41 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0d0cc72..25332f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,19 +3,18 @@ # # This file is part of LIBTASN1. # -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This file is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this file; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc diff --git a/configure.in b/configure.in index 54e10d2..9c3b0d5 100644 --- a/configure.in +++ b/configure.in @@ -3,19 +3,18 @@ dnl Process this file with autoconf to produce a configure script. # # This file is part of LIBTASN1. # -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This file is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this file; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . AC_PREREQ(2.61) AC_INIT([libtasn1],[1.0],[bug-gnutls@gnu.org]) diff --git a/lib/Makefile.am b/lib/Makefile.am index dc792a6..00f3a3c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,22 +1,20 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation +# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation # # This file is part of LIBTASN1. # -# The LIBTASN1 library is free software; you can redistribute it -# and/or modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation; either -# version 2.1 of the License, or (at your option) any later version. +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. # -# This library is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # -# You should have received a copy of the GNU Lesser General Public -# License along with this library; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . include_HEADERS = libtasn1.h diff --git a/maint-cfg.mk b/maint-cfg.mk index 3842a73..7af8624 100644 --- a/maint-cfg.mk +++ b/maint-cfg.mk @@ -1,21 +1,20 @@ -# Copyright (C) 2006 Free Software Foundation +# Copyright (C) 2006, 2007 Free Software Foundation # Author: Simon Josefsson # # This file is part of LIBTASN1. # -# This file is free software; you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # -# This file is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this file; if not, write to the Free Software Foundation, -# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . CFGFLAGS ?= --enable-gtk-doc -- 2.7.4