diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 17:01:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-04 17:01:20 +0200 |
commit | 5351c1c12f57141d224186e4efbf663b61fa42d3 (patch) | |
tree | cc31db34de9e8a281b8f58e61ef15b608f987f66 /m4 | |
parent | 4badc791d1681336cb77bed9b46ed76f842cd21f (diff) |
Copyright update
Diffstat (limited to 'm4')
-rw-r--r-- | m4/database.m4 | 2 | ||||
-rw-r--r-- | m4/libodb-mysql.m4 | 2 | ||||
-rw-r--r-- | m4/libodb.m4 | 2 | ||||
-rw-r--r-- | m4/libtool-link.m4 | 2 | ||||
-rw-r--r-- | m4/mysql.m4 | 2 | ||||
-rw-r--r-- | m4/odb.m4 | 2 | ||||
-rw-r--r-- | m4/threads.m4 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/m4/database.m4 b/m4/database.m4 index d49c7d2..6f75e27 100644 --- a/m4/database.m4 +++ b/m4/database.m4 @@ -1,6 +1,6 @@ dnl file : m4/database.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 DATABASE diff --git a/m4/libodb-mysql.m4 b/m4/libodb-mysql.m4 index 13e3ff3..e43ebff 100644 --- a/m4/libodb-mysql.m4 +++ b/m4/libodb-mysql.m4 @@ -1,6 +1,6 @@ dnl file : m4/libodb-mysql.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_MYSQL([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 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/mysql.m4 b/m4/mysql.m4 index b1a9d6a..5f35c91 100644 --- a/m4/mysql.m4 +++ b/m4/mysql.m4 @@ -1,6 +1,6 @@ dnl file : m4/mysql.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 MYSQL @@ -1,6 +1,6 @@ dnl file : m4/odb.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 ODB_COMPILER([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) 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],[ |