diff options
Diffstat (limited to 'build-0.3/install')
-rw-r--r-- | build-0.3/install/configuration.make | 3 | ||||
-rwxr-xr-x | build-0.3/install/install | 3 | ||||
-rw-r--r-- | build-0.3/install/install-functions.make | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/build-0.3/install/configuration.make b/build-0.3/install/configuration.make index 66c9dd3..d7ece48 100644 --- a/build-0.3/install/configuration.make +++ b/build-0.3/install/configuration.make @@ -1,6 +1,5 @@ # file : build/install/configuration.make -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file install_prefix := /usr/local diff --git a/build-0.3/install/install b/build-0.3/install/install index 20193b6..40fe037 100755 --- a/build-0.3/install/install +++ b/build-0.3/install/install @@ -1,8 +1,7 @@ #! /usr/bin/env bash # file : build/install/install -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # Run native install command if available and install-sh otherwise. diff --git a/build-0.3/install/install-functions.make b/build-0.3/install/install-functions.make index 4434cbe..22f69a7 100644 --- a/build-0.3/install/install-functions.make +++ b/build-0.3/install/install-functions.make @@ -1,6 +1,5 @@ # file : build/install/install-functions.make -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file #@@ could just call it functions.make |