diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-06 09:31:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-02-06 09:31:17 +0200 |
commit | 2b3f2df497803440656a07d78360f4d8518f7ed6 (patch) | |
tree | fefd1d2ad7d9638ceaa1106d46fbaf707208b515 /build/import/cli | |
parent | 9e81ce562bf216c7fcbdbdaaa23935c601802b00 (diff) |
Update copyright
Diffstat (limited to 'build/import/cli')
-rw-r--r-- | build/import/cli/LICENSE | 2 | ||||
-rw-r--r-- | build/import/cli/cli-cxx.make | 2 | ||||
-rw-r--r-- | build/import/cli/configuration-rules.make | 2 | ||||
-rwxr-xr-x | build/import/cli/configure | 2 | ||||
-rw-r--r-- | build/import/cli/stub.make | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/build/import/cli/LICENSE b/build/import/cli/LICENSE index b5ef38e..70fe025 100644 --- a/build/import/cli/LICENSE +++ b/build/import/cli/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2009-2013 Code Synthesis Tools CC. +Copyright (c) 2009-2015 Code Synthesis Tools CC. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make index b537303..f603bb5 100644 --- a/build/import/cli/cli-cxx.make +++ b/build/import/cli/cli-cxx.make @@ -1,5 +1,5 @@ # file : build/import/cli/cli-cxx.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file # Here we are operating in the importing project's space, not in diff --git a/build/import/cli/configuration-rules.make b/build/import/cli/configuration-rules.make index 56a686a..e771de1 100644 --- a/build/import/cli/configuration-rules.make +++ b/build/import/cli/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/cli/configuration-rules.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(dcf_root)/import/cli/configuration-dynamic.make: | $(dcf_root)/import/cli/. diff --git a/build/import/cli/configure b/build/import/cli/configure index cc9d512..08a78fc 100755 --- a/build/import/cli/configure +++ b/build/import/cli/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/cli/configure -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file diff --git a/build/import/cli/stub.make b/build/import/cli/stub.make index 1933a0c..436ac31 100644 --- a/build/import/cli/stub.make +++ b/build/import/cli/stub.make @@ -1,5 +1,5 @@ # file : build/import/cli/stub.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file $(call include-once,$(scf_root)/import/cli/configuration-rules.make,$(dcf_root)) |