aboutsummaryrefslogtreecommitdiff
path: root/build/cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/cxx')
-rw-r--r--build/cxx/configuration-rules.make2
-rw-r--r--build/cxx/configuration-static.make2
-rw-r--r--build/cxx/configuration.make2
-rwxr-xr-xbuild/cxx/configure2
-rw-r--r--build/cxx/cxx-d.make2
-rw-r--r--build/cxx/cxx-o.make2
-rw-r--r--build/cxx/generic/configuration-rules.make2
-rw-r--r--build/cxx/generic/configuration-sl-rules.make2
-rw-r--r--build/cxx/generic/configuration-sl.make2
-rw-r--r--build/cxx/generic/configuration.make2
-rwxr-xr-xbuild/cxx/generic/configure2
-rwxr-xr-xbuild/cxx/generic/configure-sl2
-rw-r--r--build/cxx/generic/cxx-d.make2
-rw-r--r--build/cxx/generic/cxx-o.make2
-rw-r--r--build/cxx/generic/o-e.make2
-rw-r--r--build/cxx/generic/o-l.make2
-rw-r--r--build/cxx/gnu/configuration-rules.make2
-rw-r--r--build/cxx/gnu/configuration-static.make2
-rw-r--r--build/cxx/gnu/configuration.make2
-rwxr-xr-xbuild/cxx/gnu/configure2
-rw-r--r--build/cxx/gnu/cxx-d.make2
-rw-r--r--build/cxx/gnu/cxx-o.make2
-rw-r--r--build/cxx/gnu/o-e.make2
-rw-r--r--build/cxx/gnu/o-l.make2
-rw-r--r--build/cxx/intel/configuration-rules.make2
-rw-r--r--build/cxx/intel/configuration-static.make2
-rw-r--r--build/cxx/intel/configuration.make2
-rwxr-xr-xbuild/cxx/intel/configure2
-rw-r--r--build/cxx/intel/cxx-d.make2
-rw-r--r--build/cxx/intel/cxx-o.make2
-rw-r--r--build/cxx/intel/o-e.make2
-rw-r--r--build/cxx/intel/o-l.make2
-rw-r--r--build/cxx/o-e.make2
-rw-r--r--build/cxx/o-l.make2
34 files changed, 34 insertions, 34 deletions
diff --git a/build/cxx/configuration-rules.make b/build/cxx/configuration-rules.make
index 2a2713c..ec2b57a 100644
--- a/build/cxx/configuration-rules.make
+++ b/build/cxx/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/cxx/configuration-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/configuration-dynamic.make: | $(dcf_root)/cxx/.
diff --git a/build/cxx/configuration-static.make b/build/cxx/configuration-static.make
index d3227f0..ab3e9b1 100644
--- a/build/cxx/configuration-static.make
+++ b/build/cxx/configuration-static.make
@@ -1,6 +1,6 @@
# file : build/cxx/configuration-static.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
cxx_h_suffix := hxx
diff --git a/build/cxx/configuration.make b/build/cxx/configuration.make
index f02b127..0168d34 100644
--- a/build/cxx/configuration.make
+++ b/build/cxx/configuration.make
@@ -1,6 +1,6 @@
# file : build/cxx/configuration.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/cxx/configuration-rules.make,$(dcf_root))
diff --git a/build/cxx/configure b/build/cxx/configure
index 100aae9..0b1e307 100755
--- a/build/cxx/configure
+++ b/build/cxx/configure
@@ -2,7 +2,7 @@
# file : build/cxx/configure
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build/cxx/cxx-d.make b/build/cxx/cxx-d.make
index d7308fe..f73e00e 100644
--- a/build/cxx/cxx-d.make
+++ b/build/cxx/cxx-d.make
@@ -1,6 +1,6 @@
# file : build/cxx/cxx-d.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/configuration.make)
diff --git a/build/cxx/cxx-o.make b/build/cxx/cxx-o.make
index 6b91b9b..13d59d6 100644
--- a/build/cxx/cxx-o.make
+++ b/build/cxx/cxx-o.make
@@ -1,6 +1,6 @@
# file : build/cxx/cxx-o.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/configuration.make)
diff --git a/build/cxx/generic/configuration-rules.make b/build/cxx/generic/configuration-rules.make
index fcb35c6..a2af394 100644
--- a/build/cxx/generic/configuration-rules.make
+++ b/build/cxx/generic/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/configuration-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/generic/configuration-dynamic.make: | $(dcf_root)/cxx/generic/.
diff --git a/build/cxx/generic/configuration-sl-rules.make b/build/cxx/generic/configuration-sl-rules.make
index 55ae964..4790588 100644
--- a/build/cxx/generic/configuration-sl-rules.make
+++ b/build/cxx/generic/configuration-sl-rules.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/configuration-sl-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/generic/configuration-sl-dynamic.make: | $(dcf_root)/cxx/generic/.
diff --git a/build/cxx/generic/configuration-sl.make b/build/cxx/generic/configuration-sl.make
index eaf677e..cd1cea4 100644
--- a/build/cxx/generic/configuration-sl.make
+++ b/build/cxx/generic/configuration-sl.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/configuration-sl.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/cxx/generic/configuration-sl-rules.make,$(dcf_root))
diff --git a/build/cxx/generic/configuration.make b/build/cxx/generic/configuration.make
index abc5425..8a1bb31 100644
--- a/build/cxx/generic/configuration.make
+++ b/build/cxx/generic/configuration.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/configuration.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/cxx/generic/configuration-rules.make,$(dcf_root))
diff --git a/build/cxx/generic/configure b/build/cxx/generic/configure
index 2dceb5f..cf0b794 100755
--- a/build/cxx/generic/configure
+++ b/build/cxx/generic/configure
@@ -2,7 +2,7 @@
# file : build/cxx/generic/configure
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build/cxx/generic/configure-sl b/build/cxx/generic/configure-sl
index a74f5d3..accec19 100755
--- a/build/cxx/generic/configure-sl
+++ b/build/cxx/generic/configure-sl
@@ -2,7 +2,7 @@
# file : build/cxx/generic/configure-sl
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build/cxx/generic/cxx-d.make b/build/cxx/generic/cxx-d.make
index cff113a..3a85131 100644
--- a/build/cxx/generic/cxx-d.make
+++ b/build/cxx/generic/cxx-d.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/cxx-o.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/generic/configuration.make)
diff --git a/build/cxx/generic/cxx-o.make b/build/cxx/generic/cxx-o.make
index f5d5999..3a9ed97 100644
--- a/build/cxx/generic/cxx-o.make
+++ b/build/cxx/generic/cxx-o.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/cxx-o.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/c/cpp-options.make,$(out_base))
diff --git a/build/cxx/generic/o-e.make b/build/cxx/generic/o-e.make
index 6e5d6c9..c50fc9d 100644
--- a/build/cxx/generic/o-e.make
+++ b/build/cxx/generic/o-e.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/o-e.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/generic/configuration.make)
diff --git a/build/cxx/generic/o-l.make b/build/cxx/generic/o-l.make
index 63aa88b..a5e47bc 100644
--- a/build/cxx/generic/o-l.make
+++ b/build/cxx/generic/o-l.make
@@ -1,6 +1,6 @@
# file : build/cxx/generic/o-l.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/generic/configuration.make)
diff --git a/build/cxx/gnu/configuration-rules.make b/build/cxx/gnu/configuration-rules.make
index 7eaef83..c56fc7f 100644
--- a/build/cxx/gnu/configuration-rules.make
+++ b/build/cxx/gnu/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/cxx/gnu/configuration-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/gnu/configuration-dynamic.make: | $(dcf_root)/cxx/gnu/.
diff --git a/build/cxx/gnu/configuration-static.make b/build/cxx/gnu/configuration-static.make
index 2cd6107..bba2190 100644
--- a/build/cxx/gnu/configuration-static.make
+++ b/build/cxx/gnu/configuration-static.make
@@ -1,4 +1,4 @@
# file : build/cxx/gnu/configuration-static.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/build/cxx/gnu/configuration.make b/build/cxx/gnu/configuration.make
index 5f53b6a..1593fc2 100644
--- a/build/cxx/gnu/configuration.make
+++ b/build/cxx/gnu/configuration.make
@@ -1,6 +1,6 @@
# file : build/cxx/gnu/configuration.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/cxx/gnu/configuration-rules.make,$(dcf_root))
diff --git a/build/cxx/gnu/configure b/build/cxx/gnu/configure
index 7e5820e..aa7da55 100755
--- a/build/cxx/gnu/configure
+++ b/build/cxx/gnu/configure
@@ -2,7 +2,7 @@
# file : build/cxx/gnu/configure
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build/cxx/gnu/cxx-d.make b/build/cxx/gnu/cxx-d.make
index 50fd05d..e24f7c5 100644
--- a/build/cxx/gnu/cxx-d.make
+++ b/build/cxx/gnu/cxx-d.make
@@ -1,6 +1,6 @@
# file : build/cxx/gnu/cxx-o.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/c/cpp-options.make,$(out_base))
diff --git a/build/cxx/gnu/cxx-o.make b/build/cxx/gnu/cxx-o.make
index 6c2ff00..6d3beba 100644
--- a/build/cxx/gnu/cxx-o.make
+++ b/build/cxx/gnu/cxx-o.make
@@ -1,6 +1,6 @@
# file : build/cxx/gnu/cxx-o.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/c/cpp-options.make,$(out_base))
diff --git a/build/cxx/gnu/o-e.make b/build/cxx/gnu/o-e.make
index d035bc1..9bf5e6c 100644
--- a/build/cxx/gnu/o-e.make
+++ b/build/cxx/gnu/o-e.make
@@ -1,6 +1,6 @@
# file : build/cxx/gnu/o-e.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/gnu/configuration.make)
diff --git a/build/cxx/gnu/o-l.make b/build/cxx/gnu/o-l.make
index e27927c..73c7163 100644
--- a/build/cxx/gnu/o-l.make
+++ b/build/cxx/gnu/o-l.make
@@ -1,6 +1,6 @@
# file : build/cxx/gnu/o-l.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/gnu/configuration.make)
diff --git a/build/cxx/intel/configuration-rules.make b/build/cxx/intel/configuration-rules.make
index 5edfe2e..9fb546c 100644
--- a/build/cxx/intel/configuration-rules.make
+++ b/build/cxx/intel/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/cxx/intel/configuration-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/cxx/intel/configuration-dynamic.make: | $(dcf_root)/cxx/intel/.
diff --git a/build/cxx/intel/configuration-static.make b/build/cxx/intel/configuration-static.make
index 18afc54..a9ec034 100644
--- a/build/cxx/intel/configuration-static.make
+++ b/build/cxx/intel/configuration-static.make
@@ -1,4 +1,4 @@
# file : build/cxx/intel/configuration-static.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/build/cxx/intel/configuration.make b/build/cxx/intel/configuration.make
index 62a7462..65784c1 100644
--- a/build/cxx/intel/configuration.make
+++ b/build/cxx/intel/configuration.make
@@ -1,6 +1,6 @@
# file : build/cxx/intel/configuration.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/cxx/intel/configuration-rules.make,$(dcf_root))
diff --git a/build/cxx/intel/configure b/build/cxx/intel/configure
index b4af9bd..bf2cb87 100755
--- a/build/cxx/intel/configure
+++ b/build/cxx/intel/configure
@@ -2,7 +2,7 @@
# file : build/cxx/intel/configure
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build/cxx/intel/cxx-d.make b/build/cxx/intel/cxx-d.make
index 3c01ea1..24736e7 100644
--- a/build/cxx/intel/cxx-d.make
+++ b/build/cxx/intel/cxx-d.make
@@ -1,6 +1,6 @@
# file : build/cxx/intel/cxx-o.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/c/cpp-options.make,$(out_base))
diff --git a/build/cxx/intel/cxx-o.make b/build/cxx/intel/cxx-o.make
index cd08019..a1b0d6c 100644
--- a/build/cxx/intel/cxx-o.make
+++ b/build/cxx/intel/cxx-o.make
@@ -1,6 +1,6 @@
# file : build/cxx/intel/cxx-o.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(bld_root)/c/cpp-options.make,$(out_base))
diff --git a/build/cxx/intel/o-e.make b/build/cxx/intel/o-e.make
index 9585c81..649c35e 100644
--- a/build/cxx/intel/o-e.make
+++ b/build/cxx/intel/o-e.make
@@ -1,6 +1,6 @@
# file : build/cxx/intel/o-e.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/intel/configuration.make)
diff --git a/build/cxx/intel/o-l.make b/build/cxx/intel/o-l.make
index 08fcf1d..52967fb 100644
--- a/build/cxx/intel/o-l.make
+++ b/build/cxx/intel/o-l.make
@@ -1,6 +1,6 @@
# file : build/cxx/intel/o-l.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/intel/configuration.make)
diff --git a/build/cxx/o-e.make b/build/cxx/o-e.make
index 44cf329..9e05d84 100644
--- a/build/cxx/o-e.make
+++ b/build/cxx/o-e.make
@@ -1,6 +1,6 @@
# file : build/cxx/o-e.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/cxx/configuration.make)
diff --git a/build/cxx/o-l.make b/build/cxx/o-l.make
index f7c1c0f..764d7d4 100644
--- a/build/cxx/o-l.make
+++ b/build/cxx/o-l.make
@@ -1,6 +1,6 @@
# file : build/cxx/o-l.make
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/ld/configuration-lib.make)