diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:26 +0200 |
commit | e06e7932c8e57d2231a1a4dbb66b9843915c174e (patch) | |
tree | 3fccf194067f9be1eefc9e7284da7b787dff9023 /m4 | |
parent | d6c627f34cf855df62950af14c6d693517576a88 (diff) |
Copyright update
Diffstat (limited to 'm4')
-rw-r--r-- | m4/disable-rpath.m4 | 2 | ||||
-rw-r--r-- | m4/libodb.m4 | 2 | ||||
-rw-r--r-- | m4/libtool-link.m4 | 2 | ||||
-rw-r--r-- | m4/pkgconfig.m4 | 2 | ||||
-rw-r--r-- | m4/static-lib.m4 | 2 | ||||
-rw-r--r-- | m4/threads.m4 | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4 index da77bbe..376599e 100644 --- a/m4/disable-rpath.m4 +++ b/m4/disable-rpath.m4 @@ -1,6 +1,6 @@ dnl file : m4/disable-rpath.m4 dnl author : Boris Kolpackov <boris@codesynthesis.com> -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([DISABLE_RPATH],[ diff --git a/m4/libodb.m4 b/m4/libodb.m4 index a205afd..fb11859 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,6 +1,6 @@ dnl file : m4/libodb.m4 dnl author : Boris Kolpackov <boris@codesynthesis.com> -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBODB([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index d73c508..d8395d5 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,6 +1,6 @@ dnl file : m4/libtool-link.m4 dnl author : Boris Kolpackov <boris@codesynthesis.com> -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl diff --git a/m4/pkgconfig.m4 b/m4/pkgconfig.m4 index ef48ee8..11ccb00 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,6 +1,6 @@ dnl file : m4/pkgconfig.m4 dnl author : Boris Kolpackov <boris@codesynthesis.com> -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([PKGCONFIG],[ diff --git a/m4/static-lib.m4 b/m4/static-lib.m4 index 1c0af42..f550b7b 100644 --- a/m4/static-lib.m4 +++ b/m4/static-lib.m4 @@ -1,6 +1,6 @@ dnl file : m4/static-lib.m4 dnl author : Boris Kolpackov <boris@codesynthesis.com> -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl STATIC_LIB(MACRO, DESCRIPTION) diff --git a/m4/threads.m4 b/m4/threads.m4 index ea547c0..d4ed7cd 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,6 +1,6 @@ dnl file : m4/threads.m4 dnl author : Boris Kolpackov <boris@codesynthesis.com> -dnl copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([THREADS],[ |