aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-13 21:20:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-13 21:20:03 +0200
commita519bac4e04e679e3063f71e31e1b43db1a703cc (patch)
treeb99dca1c579cbb226018bb3120c91cabe113c92a /m4
parent5fe41d3986657724c225f2801466984942fc86f7 (diff)
Change GPL v3
Diffstat (limited to 'm4')
-rw-r--r--m4/disable-rpath.m42
-rw-r--r--m4/gcc-plugin.m42
-rw-r--r--m4/libtool-link.m42
3 files changed, 3 insertions, 3 deletions
diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4
index da77bbe..00268b2 100644
--- a/m4/disable-rpath.m4
+++ b/m4/disable-rpath.m4
@@ -1,7 +1,7 @@
dnl file : m4/disable-rpath.m4
dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-dnl license : GNU GPL v2; see accompanying LICENSE file
+dnl license : GNU GPL v3; see accompanying LICENSE file
dnl
AC_DEFUN([DISABLE_RPATH],[
diff --git a/m4/gcc-plugin.m4 b/m4/gcc-plugin.m4
index d270ce0..ecfc6d6 100644
--- a/m4/gcc-plugin.m4
+++ b/m4/gcc-plugin.m4
@@ -1,7 +1,7 @@
dnl file : m4/gcc-plugin.m4
dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-dnl license : GNU GPL v2; see accompanying LICENSE file
+dnl license : GNU GPL v3; see accompanying LICENSE file
dnl
dnl GCC_PLUGIN
dnl
diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4
index 229b270..e103bce 100644
--- a/m4/libtool-link.m4
+++ b/m4/libtool-link.m4
@@ -1,7 +1,7 @@
dnl file : m4/libtool-link.m4
dnl author : Boris Kolpackov <boris@codesynthesis.com>
dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-dnl license : GNU GPL v2; see accompanying LICENSE file
+dnl license : GNU GPL v3; see accompanying LICENSE file
dnl
dnl
dnl CXX_LIBTOOL_LINK_IFELSE (input, [action-if-true], [action-if-false])