diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 16:57:27 +0200 |
commit | 992ad51cc50f4703945338ae7821e47bda35c6f1 (patch) | |
tree | 596ecbb66f3365d4441da308d64298934e85a77f /m4 | |
parent | 9e791a4d96ea01569cde3bdc2545e992b350ff40 (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],[ |