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 446d643..18fc0d4 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 0e6a532..d9b6bfe 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 53adeb7..5f8aacd 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 d95ebfa..885778b 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 97da2f0..8cc468a 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 6281fa2..fc43283 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 8956d41..fecc8c9 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 8f77d50..2932707 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 7b6e622..5234356 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 6cd2d5b..2fd56d5 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 da2d0ad..b995884 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 b3a18a8..91a9ad7 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 95e79f8..601245c 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 76be8df..6cdbedc 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 5500e8b..7cadd95 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 4a88a0f..10f5799 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 cee21af..573b39b 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 d7e6c57..b481199 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 9f5ecdd..f081eef 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 0b3e977..63f8af4 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 eb00863..df9b20e 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 c2e4a32..d6ebd3a 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 5695ba4..dad0904 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 1286ce2..869a84f 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 a1da582..c11a538 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 5e66650..a532908 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 aa6a559..b0c60c6 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 3e359aa..38eece4 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 407c071..097fc54 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 29f44b1..54fb285 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 5e3e38f..cc5c989 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 0d1382d..ad11890 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 70f3b79..4836fcb 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 7442637..5857a27 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 818a4ca..b3c14a5 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 10469a4..78c0cbe 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 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 5ee8a0f..cda257b 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-2010 Code Synthesis Tools CC
+# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include,$(bld_root)/ld/configuration-lib.make)