aboutsummaryrefslogtreecommitdiff
path: root/build/c
diff options
context:
space:
mode:
Diffstat (limited to 'build/c')
-rw-r--r--build/c/c-d.make2
-rw-r--r--build/c/c-o.make2
-rw-r--r--build/c/configuration-rules.make2
-rw-r--r--build/c/configuration-static.make2
-rw-r--r--build/c/configuration.make2
-rwxr-xr-xbuild/c/configure2
-rw-r--r--build/c/cpp-options.make2
-rw-r--r--build/c/generic/c-d.make2
-rw-r--r--build/c/generic/c-o.make2
-rw-r--r--build/c/generic/configuration-rules.make2
-rw-r--r--build/c/generic/configuration-sl-rules.make2
-rw-r--r--build/c/generic/configuration-sl.make2
-rw-r--r--build/c/generic/configuration.make2
-rwxr-xr-xbuild/c/generic/configure2
-rwxr-xr-xbuild/c/generic/configure-sl2
-rw-r--r--build/c/generic/o-e.make2
-rw-r--r--build/c/generic/o-l.make2
-rw-r--r--build/c/gnu/c-d.make2
-rw-r--r--build/c/gnu/c-o.make2
-rw-r--r--build/c/gnu/configuration-rules.make2
-rw-r--r--build/c/gnu/configuration-static.make2
-rw-r--r--build/c/gnu/configuration.make2
-rwxr-xr-xbuild/c/gnu/configure2
-rwxr-xr-xbuild/c/gnu/dep2
-rw-r--r--build/c/gnu/o-e.make2
-rw-r--r--build/c/gnu/o-l.make2
-rw-r--r--build/c/intel/c-d.make2
-rw-r--r--build/c/intel/c-o.make2
-rw-r--r--build/c/intel/configuration-rules.make2
-rw-r--r--build/c/intel/configuration-static.make2
-rw-r--r--build/c/intel/configuration.make2
-rwxr-xr-xbuild/c/intel/configure2
-rwxr-xr-xbuild/c/intel/dep2
-rw-r--r--build/c/intel/o-e.make2
-rw-r--r--build/c/intel/o-l.make2
-rw-r--r--build/c/o-e.make2
-rw-r--r--build/c/o-l.make2
37 files changed, 37 insertions, 37 deletions
diff --git a/build/c/c-d.make b/build/c/c-d.make
index 18fc0d4..76ac2e1 100644
--- a/build/c/c-d.make
+++ b/build/c/c-d.make
@@ -1,6 +1,6 @@
# file : build/c/c-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)/c/configuration.make)
diff --git a/build/c/c-o.make b/build/c/c-o.make
index d9b6bfe..2a2c12b 100644
--- a/build/c/c-o.make
+++ b/build/c/c-o.make
@@ -1,6 +1,6 @@
# file : build/c/c-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)/c/configuration.make)
diff --git a/build/c/configuration-rules.make b/build/c/configuration-rules.make
index 5f8aacd..bc00eb8 100644
--- a/build/c/configuration-rules.make
+++ b/build/c/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/configuration-dynamic.make: | $(dcf_root)/c/.
diff --git a/build/c/configuration-static.make b/build/c/configuration-static.make
index 885778b..a218315 100644
--- a/build/c/configuration-static.make
+++ b/build/c/configuration-static.make
@@ -1,6 +1,6 @@
# file : build/c/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
c_h_suffix := h
diff --git a/build/c/configuration.make b/build/c/configuration.make
index 8cc468a..1f1aaaf 100644
--- a/build/c/configuration.make
+++ b/build/c/configuration.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/configuration-rules.make,$(dcf_root))
diff --git a/build/c/configure b/build/c/configure
index fc43283..fec93e9 100755
--- a/build/c/configure
+++ b/build/c/configure
@@ -2,7 +2,7 @@
# file : build/c/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/c/cpp-options.make b/build/c/cpp-options.make
index fecc8c9..2a05f9b 100644
--- a/build/c/cpp-options.make
+++ b/build/c/cpp-options.make
@@ -1,6 +1,6 @@
# file : build/c/cpp-options.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
$(out_base)/%.cpp-options: c-cpp-options-expand-impl = $(if $1,cat $1 >>$2)
diff --git a/build/c/generic/c-d.make b/build/c/generic/c-d.make
index 2932707..46f1adc 100644
--- a/build/c/generic/c-d.make
+++ b/build/c/generic/c-d.make
@@ -1,6 +1,6 @@
# file : build/c/generic/c-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)/c/generic/configuration.make)
diff --git a/build/c/generic/c-o.make b/build/c/generic/c-o.make
index 5234356..25bd878 100644
--- a/build/c/generic/c-o.make
+++ b/build/c/generic/c-o.make
@@ -1,6 +1,6 @@
# file : build/c/generic/c-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/c/generic/configuration-rules.make b/build/c/generic/configuration-rules.make
index 2fd56d5..b9911ce 100644
--- a/build/c/generic/configuration-rules.make
+++ b/build/c/generic/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/generic/configuration-dynamic.make: | $(dcf_root)/c/generic/.
diff --git a/build/c/generic/configuration-sl-rules.make b/build/c/generic/configuration-sl-rules.make
index b995884..31a85c8 100644
--- a/build/c/generic/configuration-sl-rules.make
+++ b/build/c/generic/configuration-sl-rules.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/generic/configuration-sl-dynamic.make: | $(dcf_root)/c/generic/.
diff --git a/build/c/generic/configuration-sl.make b/build/c/generic/configuration-sl.make
index 91a9ad7..8a53625 100644
--- a/build/c/generic/configuration-sl.make
+++ b/build/c/generic/configuration-sl.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/generic/configuration-sl-rules.make,$(dcf_root))
diff --git a/build/c/generic/configuration.make b/build/c/generic/configuration.make
index 601245c..b4ded45 100644
--- a/build/c/generic/configuration.make
+++ b/build/c/generic/configuration.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/generic/configuration-rules.make,$(dcf_root))
diff --git a/build/c/generic/configure b/build/c/generic/configure
index 6cdbedc..ccb0a14 100755
--- a/build/c/generic/configure
+++ b/build/c/generic/configure
@@ -2,7 +2,7 @@
# file : build/c/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/c/generic/configure-sl b/build/c/generic/configure-sl
index 7cadd95..7d292f7 100755
--- a/build/c/generic/configure-sl
+++ b/build/c/generic/configure-sl
@@ -2,7 +2,7 @@
# file : build/c/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/c/generic/o-e.make b/build/c/generic/o-e.make
index 10f5799..893fb49 100644
--- a/build/c/generic/o-e.make
+++ b/build/c/generic/o-e.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/generic/configuration.make)
diff --git a/build/c/generic/o-l.make b/build/c/generic/o-l.make
index 573b39b..0acc812 100644
--- a/build/c/generic/o-l.make
+++ b/build/c/generic/o-l.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/generic/configuration.make)
diff --git a/build/c/gnu/c-d.make b/build/c/gnu/c-d.make
index b481199..144689e 100644
--- a/build/c/gnu/c-d.make
+++ b/build/c/gnu/c-d.make
@@ -1,6 +1,6 @@
# file : build/c/gnu/c-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/c/gnu/c-o.make b/build/c/gnu/c-o.make
index f081eef..7b46277 100644
--- a/build/c/gnu/c-o.make
+++ b/build/c/gnu/c-o.make
@@ -1,6 +1,6 @@
# file : build/c/gnu/c-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/c/gnu/configuration-rules.make b/build/c/gnu/configuration-rules.make
index 192519b..7c9f4c7 100644
--- a/build/c/gnu/configuration-rules.make
+++ b/build/c/gnu/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/gnu/configuration-dynamic.make: | $(dcf_root)/c/gnu/.
diff --git a/build/c/gnu/configuration-static.make b/build/c/gnu/configuration-static.make
index df9b20e..3b1c35e 100644
--- a/build/c/gnu/configuration-static.make
+++ b/build/c/gnu/configuration-static.make
@@ -1,4 +1,4 @@
# file : build/c/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/c/gnu/configuration.make b/build/c/gnu/configuration.make
index d6ebd3a..8c5456e 100644
--- a/build/c/gnu/configuration.make
+++ b/build/c/gnu/configuration.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/gnu/configuration-rules.make,$(dcf_root))
diff --git a/build/c/gnu/configure b/build/c/gnu/configure
index 827b558..553ba51 100755
--- a/build/c/gnu/configure
+++ b/build/c/gnu/configure
@@ -2,7 +2,7 @@
# file : build/c/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/c/gnu/dep b/build/c/gnu/dep
index 869a84f..2d53751 100755
--- a/build/c/gnu/dep
+++ b/build/c/gnu/dep
@@ -2,7 +2,7 @@
# file : build/c/gnu/dep
# 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
# Post-process generated dependency information.
diff --git a/build/c/gnu/o-e.make b/build/c/gnu/o-e.make
index c11a538..a145009 100644
--- a/build/c/gnu/o-e.make
+++ b/build/c/gnu/o-e.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/gnu/configuration.make)
diff --git a/build/c/gnu/o-l.make b/build/c/gnu/o-l.make
index aeba3a9..2db0ad2 100644
--- a/build/c/gnu/o-l.make
+++ b/build/c/gnu/o-l.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/gnu/configuration.make)
diff --git a/build/c/intel/c-d.make b/build/c/intel/c-d.make
index b0c60c6..162ac73 100644
--- a/build/c/intel/c-d.make
+++ b/build/c/intel/c-d.make
@@ -1,6 +1,6 @@
# file : build/c/intel/c-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/c/intel/c-o.make b/build/c/intel/c-o.make
index 38eece4..39b5bf5 100644
--- a/build/c/intel/c-o.make
+++ b/build/c/intel/c-o.make
@@ -1,6 +1,6 @@
# file : build/c/intel/c-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/c/intel/configuration-rules.make b/build/c/intel/configuration-rules.make
index ff95fab..f51fbc1 100644
--- a/build/c/intel/configuration-rules.make
+++ b/build/c/intel/configuration-rules.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/intel/configuration-dynamic.make: | $(dcf_root)/c/intel/.
diff --git a/build/c/intel/configuration-static.make b/build/c/intel/configuration-static.make
index 54fb285..5ad55bb 100644
--- a/build/c/intel/configuration-static.make
+++ b/build/c/intel/configuration-static.make
@@ -1,4 +1,4 @@
# file : build/c/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/c/intel/configuration.make b/build/c/intel/configuration.make
index cc5c989..d8a0613 100644
--- a/build/c/intel/configuration.make
+++ b/build/c/intel/configuration.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/intel/configuration-rules.make,$(dcf_root))
diff --git a/build/c/intel/configure b/build/c/intel/configure
index 6da0f3b..f8d57d6 100755
--- a/build/c/intel/configure
+++ b/build/c/intel/configure
@@ -2,7 +2,7 @@
# file : build/c/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/c/intel/dep b/build/c/intel/dep
index 4836fcb..2acc2fe 100755
--- a/build/c/intel/dep
+++ b/build/c/intel/dep
@@ -2,7 +2,7 @@
# file : build/c/intel/dep
# 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
# Post-process generated dependency information.
diff --git a/build/c/intel/o-e.make b/build/c/intel/o-e.make
index 5857a27..efdfbf0 100644
--- a/build/c/intel/o-e.make
+++ b/build/c/intel/o-e.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/intel/configuration.make)
diff --git a/build/c/intel/o-l.make b/build/c/intel/o-l.make
index b3c14a5..2cccc8a 100644
--- a/build/c/intel/o-l.make
+++ b/build/c/intel/o-l.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/intel/configuration.make)
diff --git a/build/c/o-e.make b/build/c/o-e.make
index 78c0cbe..2b449b8 100644
--- a/build/c/o-e.make
+++ b/build/c/o-e.make
@@ -1,6 +1,6 @@
# file : build/c/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)/c/configuration.make)
diff --git a/build/c/o-l.make b/build/c/o-l.make
index cda257b..60a3986 100644
--- a/build/c/o-l.make
+++ b/build/c/o-l.make
@@ -1,6 +1,6 @@
# file : build/c/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)