summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-11-27 14:04:51 -0500
committerFrédéric Péters <fpeters@entrouvert.com>2013-12-03 21:55:06 +0100
commit3a6b2fdee76b5f782094b6b268bfdf895263eda8 (patch)
treeab86e46dc2eda8f51edbcc84c7d355e2ab6e14e2 /m4
parent9c08482b46e8d67085de2da38cd6c4b699674206 (diff)
downloadlasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.tar.gz
lasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.tar.xz
lasso-3a6b2fdee76b5f782094b6b268bfdf895263eda8.zip
Fix license boilerplates
Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'm4')
-rw-r--r--m4/ac_check_class.m44
-rw-r--r--m4/ac_check_classpath.m44
-rw-r--r--m4/ac_check_java_home.m44
-rw-r--r--m4/ac_check_rqrd_class.m44
-rw-r--r--m4/ac_prog_java.m44
-rw-r--r--m4/ac_prog_java_cc.m44
-rw-r--r--m4/ac_prog_java_works.m44
-rw-r--r--m4/ac_prog_javac.m44
-rw-r--r--m4/ac_prog_javac_works.m44
-rw-r--r--m4/dps_java_check_class.m44
-rw-r--r--m4/dps_libgcj_jar.m44
-rw-r--r--m4/dps_xtra_classpath.m44
12 files changed, 12 insertions, 36 deletions
diff --git a/m4/ac_check_class.m4 b/m4/ac_check_class.m4
index 264ba4d9..08e7b3d2 100644
--- a/m4/ac_check_class.m4
+++ b/m4/ac_check_class.m4
@@ -38,9 +38,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_check_classpath.m4 b/m4/ac_check_classpath.m4
index bfbdda4a..82b9907e 100644
--- a/m4/ac_check_classpath.m4
+++ b/m4/ac_check_classpath.m4
@@ -35,9 +35,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_check_java_home.m4 b/m4/ac_check_java_home.m4
index 88bfbd18..38c35963 100644
--- a/m4/ac_check_java_home.m4
+++ b/m4/ac_check_java_home.m4
@@ -30,9 +30,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_check_rqrd_class.m4 b/m4/ac_check_rqrd_class.m4
index fb13fff1..6f71cb74 100644
--- a/m4/ac_check_rqrd_class.m4
+++ b/m4/ac_check_rqrd_class.m4
@@ -37,9 +37,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_prog_java.m4 b/m4/ac_prog_java.m4
index af2b6cbd..27e1c224 100644
--- a/m4/ac_prog_java.m4
+++ b/m4/ac_prog_java.m4
@@ -90,9 +90,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_prog_java_cc.m4 b/m4/ac_prog_java_cc.m4
index df127856..17c9e72b 100644
--- a/m4/ac_prog_java_cc.m4
+++ b/m4/ac_prog_java_cc.m4
@@ -58,9 +58,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_prog_java_works.m4 b/m4/ac_prog_java_works.m4
index e450c6c8..341dba54 100644
--- a/m4/ac_prog_java_works.m4
+++ b/m4/ac_prog_java_works.m4
@@ -34,9 +34,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_prog_javac.m4 b/m4/ac_prog_javac.m4
index 630c3cfe..8922e6bf 100644
--- a/m4/ac_prog_javac.m4
+++ b/m4/ac_prog_javac.m4
@@ -52,9 +52,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/ac_prog_javac_works.m4 b/m4/ac_prog_javac_works.m4
index d3ceb5cc..dd3a4f6f 100644
--- a/m4/ac_prog_javac_works.m4
+++ b/m4/ac_prog_javac_works.m4
@@ -34,9 +34,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/dps_java_check_class.m4 b/m4/dps_java_check_class.m4
index a86d6416..1f7ac731 100644
--- a/m4/dps_java_check_class.m4
+++ b/m4/dps_java_check_class.m4
@@ -37,9 +37,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/dps_libgcj_jar.m4 b/m4/dps_libgcj_jar.m4
index 777cd5c6..328459b4 100644
--- a/m4/dps_libgcj_jar.m4
+++ b/m4/dps_libgcj_jar.m4
@@ -28,9 +28,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the
diff --git a/m4/dps_xtra_classpath.m4 b/m4/dps_xtra_classpath.m4
index 83cc37e8..8d98dd03 100644
--- a/m4/dps_xtra_classpath.m4
+++ b/m4/dps_xtra_classpath.m4
@@ -29,9 +29,7 @@
# 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright
# owner gives unlimited permission to copy, distribute and modify the