diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-02-09 10:19:18 +0200 |
commit | f8d54121142f97c7d155415208db30c8010e6e87 (patch) | |
tree | 650b71e440fe74dab5029071ebc08527842eb467 /m4 | |
parent | 6689788dfa663881b2ecefd8d10b6b7af67e9e42 (diff) |
Update copyright year
Diffstat (limited to 'm4')
-rw-r--r-- | m4/disable-rpath.m4 | 2 | ||||
-rw-r--r-- | m4/libodb.m4 | 2 | ||||
-rw-r--r-- | m4/libsqlite.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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/m4/disable-rpath.m4 b/m4/disable-rpath.m4 index e0ef81d..8d70ffb 100644 --- a/m4/disable-rpath.m4 +++ b/m4/disable-rpath.m4 @@ -1,5 +1,5 @@ dnl file : m4/disable-rpath.m4 -dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2013 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 7d3130b..9ce2580 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb.m4 -dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2013 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/libsqlite.m4 b/m4/libsqlite.m4 index e108c02..a75062c 100644 --- a/m4/libsqlite.m4 +++ b/m4/libsqlite.m4 @@ -1,5 +1,5 @@ dnl file : m4/libsqlite.m4 -dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl dnl LIBSQLITE([ACTION-IF-FOUND[,ACTION-IF-NOT-FOUND]]) diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index adecac1..c4972db 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,5 +1,5 @@ dnl file : m4/libtool-link.m4 -dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2013 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 0e57142..460251f 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,5 +1,5 @@ dnl file : m4/pkgconfig.m4 -dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2013 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 6e0f45b..99c4a82 100644 --- a/m4/static-lib.m4 +++ b/m4/static-lib.m4 @@ -1,5 +1,5 @@ dnl file : m4/static-lib.m4 -dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2013 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 4cd4c05..9a7da53 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,5 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([THREADS],[ |