diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 15:04:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 15:04:09 +0200 |
commit | 0f2680136bcc24d5e9178cbaef69165b37b8e14e (patch) | |
tree | 1c74777dddca3be4bcf23d6fe98c0e8f7d1d9487 /libace | |
parent | 764bc4bcce4ab1a199801ee420e11b38d5b6be6b (diff) |
Diffstat (limited to 'libace')
-rw-r--r-- | libace/configuration-rules.make | 2 | ||||
-rwxr-xr-x | libace/configure | 2 | ||||
-rw-r--r-- | libace/rules.make | 2 | ||||
-rw-r--r-- | libace/stub.make | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libace/configuration-rules.make b/libace/configuration-rules.make index b253d67..3b335e8 100644 --- a/libace/configuration-rules.make +++ b/libace/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libace/configuration-rules.make -# copyright : Copyright (c) 2005-2011 Boris Kolpackov +# copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libace/configuration-dynamic.make: | $(dcf_root)/import/libace/. diff --git a/libace/configure b/libace/configure index e21b139..1de40d2 100755 --- a/libace/configure +++ b/libace/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libace/configure -# copyright : Copyright (c) 2005-2011 Boris Kolpackov +# copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/libace/rules.make b/libace/rules.make index d445372..89a0b8d 100644 --- a/libace/rules.make +++ b/libace/rules.make @@ -1,5 +1,5 @@ # file : build/import/libace/rules.make -# copyright : Copyright (c) 2005-2011 Boris Kolpackov +# copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libace/%: root := $(libace_root) diff --git a/libace/stub.make b/libace/stub.make index fe26406..e5b5a01 100644 --- a/libace/stub.make +++ b/libace/stub.make @@ -1,5 +1,5 @@ # file : build/import/libace/stub.make -# copyright : Copyright (c) 2005-2011 Boris Kolpackov +# copyright : Copyright (c) 2005-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libace/configuration-rules.make,$(dcf_root)) |