diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:18:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-01-03 14:18:28 +0200 |
commit | 399d2ddf0d5b124e189b4d37dd61f5788acfa2c5 (patch) | |
tree | 0425b786515eabe7489f52e4ab7e026cfc45f543 /m4 | |
parent | d68a5a2fcc6fe22510df23cfe62f361280aa133b (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 bf31ddc..6695e1b 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 2dd2634..ad1d316 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,5 @@ dnl file : m4/libodb.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 36f92f8..0695ed7 100644 --- a/m4/libsqlite.m4 +++ b/m4/libsqlite.m4 @@ -1,5 +1,5 @@ dnl file : m4/libsqlite.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 6b04b63..acafbb0 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 63a62b5..546ee0f 100644 --- a/m4/pkgconfig.m4 +++ b/m4/pkgconfig.m4 @@ -1,5 +1,5 @@ dnl file : m4/pkgconfig.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 1f49f8f..fb07f49 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-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 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 f02850f..e07a37d 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,5 @@ dnl file : m4/threads.m4 -dnl copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC +dnl copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl AC_DEFUN([THREADS],[ |