aboutsummaryrefslogtreecommitdiff
path: root/build/meta
diff options
context:
space:
mode:
Diffstat (limited to 'build/meta')
-rwxr-xr-xbuild/meta/autoconf2
-rw-r--r--build/meta/autoconf-functions.make2
-rw-r--r--build/meta/autoconf.m42
-rw-r--r--build/meta/autoconf.make2
-rwxr-xr-xbuild/meta/automake2
-rw-r--r--build/meta/automake-functions.make2
-rw-r--r--build/meta/automake.m42
-rw-r--r--build/meta/automake.make2
-rw-r--r--build/meta/common.m42
-rwxr-xr-xbuild/meta/vc10proj2
-rw-r--r--build/meta/vc10proj-functions.make2
-rw-r--r--build/meta/vc10proj.m42
-rw-r--r--build/meta/vc10proj.make2
-rw-r--r--build/meta/vc10sln-functions.make2
-rw-r--r--build/meta/vc10sln.make2
-rwxr-xr-xbuild/meta/vc9proj2
-rw-r--r--build/meta/vc9proj-functions.make2
-rw-r--r--build/meta/vc9proj.m42
-rw-r--r--build/meta/vc9proj.make2
-rw-r--r--build/meta/vc9sln-functions.make2
-rw-r--r--build/meta/vc9sln.make2
-rwxr-xr-xbuild/meta/vcsln2
-rw-r--r--build/meta/vcsln.m42
-rwxr-xr-xbuild/meta/vctest2
-rw-r--r--build/meta/vctest-functions.make2
-rw-r--r--build/meta/vctest.m42
-rw-r--r--build/meta/vctest.make2
-rw-r--r--build/meta/windows-common.m42
28 files changed, 28 insertions, 28 deletions
diff --git a/build/meta/autoconf b/build/meta/autoconf
index aaaa20f..0d01c06 100755
--- a/build/meta/autoconf
+++ b/build/meta/autoconf
@@ -2,7 +2,7 @@
# file : build/meta/autoconf
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process autconf configure.ac templates.
diff --git a/build/meta/autoconf-functions.make b/build/meta/autoconf-functions.make
index c1c9b2f..117b01f 100644
--- a/build/meta/autoconf-functions.make
+++ b/build/meta/autoconf-functions.make
@@ -1,6 +1,6 @@
# file : build/meta/autoconf-functions.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process autoconf template and write output to $(dist_prefix)/<path>.
diff --git a/build/meta/autoconf.m4 b/build/meta/autoconf.m4
index 9e5db6d..e228206 100644
--- a/build/meta/autoconf.m4
+++ b/build/meta/autoconf.m4
@@ -1,7 +1,7 @@
m4_divert(-1)
# file : build/meta/autoconf.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_changequote([, ])
diff --git a/build/meta/autoconf.make b/build/meta/autoconf.make
index c62cd42..c83387e 100644
--- a/build/meta/autoconf.make
+++ b/build/meta/autoconf.make
@@ -1,6 +1,6 @@
# file : build/meta/autoconf.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/meta/autoconf-functions.make,$(out_base))
diff --git a/build/meta/automake b/build/meta/automake
index 612412e..b19b89c 100755
--- a/build/meta/automake
+++ b/build/meta/automake
@@ -2,7 +2,7 @@
# file : build/meta/automake
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process automake Makefile.am templates.
diff --git a/build/meta/automake-functions.make b/build/meta/automake-functions.make
index 84627e0..f561c95 100644
--- a/build/meta/automake-functions.make
+++ b/build/meta/automake-functions.make
@@ -1,6 +1,6 @@
# file : build/meta/automake-functions.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process automake template and write output to $(dist_prefix)/<path>.
diff --git a/build/meta/automake.m4 b/build/meta/automake.m4
index d057f26..76ddf42 100644
--- a/build/meta/automake.m4
+++ b/build/meta/automake.m4
@@ -1,7 +1,7 @@
m4_divert(-1)
# file : build/meta/automake.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_changequote([, ])
diff --git a/build/meta/automake.make b/build/meta/automake.make
index c38b370..c57eb54 100644
--- a/build/meta/automake.make
+++ b/build/meta/automake.make
@@ -1,6 +1,6 @@
# file : build/meta/automake.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/meta/automake-functions.make,$(out_base))
diff --git a/build/meta/common.m4 b/build/meta/common.m4
index 9a9781f..a3318e2 100644
--- a/build/meta/common.m4
+++ b/build/meta/common.m4
@@ -1,6 +1,6 @@
# file : build/meta/common.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# m4_strip(STRING)
diff --git a/build/meta/vc10proj b/build/meta/vc10proj
index 01b1638..7722ff7 100755
--- a/build/meta/vc10proj
+++ b/build/meta/vc10proj
@@ -2,7 +2,7 @@
# file : build/meta/vc10proj
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ 10 project file templates.
diff --git a/build/meta/vc10proj-functions.make b/build/meta/vc10proj-functions.make
index f06e239..d7bd065 100644
--- a/build/meta/vc10proj-functions.make
+++ b/build/meta/vc10proj-functions.make
@@ -1,6 +1,6 @@
# file : build/meta/vc10proj-functions.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ project file template and write output to $(dist_prefix)/<path>.
diff --git a/build/meta/vc10proj.m4 b/build/meta/vc10proj.m4
index a361635..69dae55 100644
--- a/build/meta/vc10proj.m4
+++ b/build/meta/vc10proj.m4
@@ -1,7 +1,7 @@
m4_divert(-1)
# file : build/meta/vc9proj.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_changequote([, ])
diff --git a/build/meta/vc10proj.make b/build/meta/vc10proj.make
index 7108931..4dcbbed 100644
--- a/build/meta/vc10proj.make
+++ b/build/meta/vc10proj.make
@@ -1,6 +1,6 @@
# file : build/meta/vc10proj.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/meta/vc10proj-functions.make,$(out_base))
diff --git a/build/meta/vc10sln-functions.make b/build/meta/vc10sln-functions.make
index d0958c6..a725279 100644
--- a/build/meta/vc10sln-functions.make
+++ b/build/meta/vc10sln-functions.make
@@ -1,6 +1,6 @@
# file : build/meta/vc10sln-functions.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ solution template and write output to $(dist_prefix)/<path>.
diff --git a/build/meta/vc10sln.make b/build/meta/vc10sln.make
index 433114d..a8f3ca7 100644
--- a/build/meta/vc10sln.make
+++ b/build/meta/vc10sln.make
@@ -1,6 +1,6 @@
# file : build/meta/vc10sln.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/meta/vc10sln-functions.make,$(out_base))
diff --git a/build/meta/vc9proj b/build/meta/vc9proj
index b01a2e0..a2fbb1b 100755
--- a/build/meta/vc9proj
+++ b/build/meta/vc9proj
@@ -2,7 +2,7 @@
# file : build/meta/vc9proj
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ 9 project file templates.
diff --git a/build/meta/vc9proj-functions.make b/build/meta/vc9proj-functions.make
index 134da4b..b176146 100644
--- a/build/meta/vc9proj-functions.make
+++ b/build/meta/vc9proj-functions.make
@@ -1,6 +1,6 @@
# file : build/meta/vc9proj-functions.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ project file template and write output to $(dist_prefix)/<path>.
diff --git a/build/meta/vc9proj.m4 b/build/meta/vc9proj.m4
index e7bbc87..8269163 100644
--- a/build/meta/vc9proj.m4
+++ b/build/meta/vc9proj.m4
@@ -1,7 +1,7 @@
m4_divert(-1)
# file : build/meta/vc9proj.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_changequote([, ])
diff --git a/build/meta/vc9proj.make b/build/meta/vc9proj.make
index 55fc897..b74b5b5 100644
--- a/build/meta/vc9proj.make
+++ b/build/meta/vc9proj.make
@@ -1,6 +1,6 @@
# file : build/meta/vc9proj.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/meta/vc9proj-functions.make,$(out_base))
diff --git a/build/meta/vc9sln-functions.make b/build/meta/vc9sln-functions.make
index 1182417..26f9d9f 100644
--- a/build/meta/vc9sln-functions.make
+++ b/build/meta/vc9sln-functions.make
@@ -1,6 +1,6 @@
# file : build/meta/vc9sln-functions.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ 9 solution template and write output to $(dist_prefix)/<path>.
diff --git a/build/meta/vc9sln.make b/build/meta/vc9sln.make
index c50c2dc..969af9d 100644
--- a/build/meta/vc9sln.make
+++ b/build/meta/vc9sln.make
@@ -1,6 +1,6 @@
# file : build/meta/vc9sln.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/meta/vc9sln-functions.make,$(out_base))
diff --git a/build/meta/vcsln b/build/meta/vcsln
index c714afd..c074580 100755
--- a/build/meta/vcsln
+++ b/build/meta/vcsln
@@ -2,7 +2,7 @@
# file : build/meta/vcsln
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ solution templates.
diff --git a/build/meta/vcsln.m4 b/build/meta/vcsln.m4
index 632bbc9..79014bb 100644
--- a/build/meta/vcsln.m4
+++ b/build/meta/vcsln.m4
@@ -1,7 +1,7 @@
m4_divert(-1)
# file : build/meta/vcsln.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_changequote([, ])
diff --git a/build/meta/vctest b/build/meta/vctest
index 11959b1..ad4af14 100755
--- a/build/meta/vctest
+++ b/build/meta/vctest
@@ -2,7 +2,7 @@
# file : build/meta/vctest
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ test templates.
diff --git a/build/meta/vctest-functions.make b/build/meta/vctest-functions.make
index 20d6c61..984b4b9 100644
--- a/build/meta/vctest-functions.make
+++ b/build/meta/vctest-functions.make
@@ -1,6 +1,6 @@
# file : build/meta/vctest-functions.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# Process VC++ solution and test template and write output to
diff --git a/build/meta/vctest.m4 b/build/meta/vctest.m4
index abead48..7c28e60 100644
--- a/build/meta/vctest.m4
+++ b/build/meta/vctest.m4
@@ -1,7 +1,7 @@
m4_divert(-1)
# file : build/meta/vctest.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_changequote([, ])
diff --git a/build/meta/vctest.make b/build/meta/vctest.make
index 154669e..5b6e430 100644
--- a/build/meta/vctest.make
+++ b/build/meta/vctest.make
@@ -1,6 +1,6 @@
# file : build/meta/vctest.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/meta/vctest-functions.make,$(out_base))
diff --git a/build/meta/windows-common.m4 b/build/meta/windows-common.m4
index 665790c..536a8c6 100644
--- a/build/meta/windows-common.m4
+++ b/build/meta/windows-common.m4
@@ -1,6 +1,6 @@
# file : build/meta/windows-common.m4
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_define([__path_impl__], [m4_translit(__env_impl__([$1]),[/],[\])])