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 0d01c06..b8c1cea 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 117b01f..a62ff29 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 e228206..915737a 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 c83387e..a595b3f 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 b19b89c..09b9888 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 f561c95..3e0774a 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 76ddf42..fc3e917 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 c57eb54..40744f8 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 a3318e2..dbfbf9f 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 7230681..d259ce5 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 d7bd065..a418096 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 69dae55..92c2c67 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 4dcbbed..3832e71 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 b3553ef..b4102ad 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 a8f3ca7..09fbd41 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 d211ea2..10b34ac 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 b176146..c1283a8 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 8269163..8d09e47 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 b74b5b5..086ab4b 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 f781f99..4b1d98c 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 969af9d..2a74bf8 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 451c5eb..be8d4cc 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 79014bb..10d4f24 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 42c3338..d857a24 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 ddfd646..703a27e 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 7c28e60..9728745 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 5b6e430..1a66f3a 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 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 536a8c6..9891c8c 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-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
m4_define([__path_impl__], [m4_translit(__env_impl__([$1]),[/],[\])])