From 00c779a294a86c2e9ce2d2a09216e169dd69a666 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 6 Feb 2015 09:31:17 +0200 Subject: Update copyright --- build/bootstrap.make | 2 +- build/export/odb/stub.make | 2 +- build/hxx/hxx-cxx.make | 2 +- build/import/cli/LICENSE | 2 +- build/import/cli/cli-cxx.make | 2 +- build/import/cli/configuration-rules.make | 2 +- build/import/cli/configure | 2 +- build/import/cli/stub.make | 2 +- build/import/libcutl/configuration-rules.make | 2 +- build/import/libcutl/configure | 2 +- build/import/libcutl/stub.make | 2 +- build/import/odb/configuration-rules.make | 2 +- build/import/odb/configure | 2 +- build/import/odb/hxx-cxx.make | 2 +- build/import/odb/stub.make | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'build') diff --git a/build/bootstrap.make b/build/bootstrap.make index 3545769..340ef45 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -1,5 +1,5 @@ # file : build/bootstrap.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file project_name := odb diff --git a/build/export/odb/stub.make b/build/export/odb/stub.make index 3e04d9a..d64f1d7 100644 --- a/build/export/odb/stub.make +++ b/build/export/odb/stub.make @@ -1,5 +1,5 @@ # file : build/export/odb/stub.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file $(call include-once,$(src_root)/odb/makefile,$(out_root)) diff --git a/build/hxx/hxx-cxx.make b/build/hxx/hxx-cxx.make index f59e3e9..8819ffc 100644 --- a/build/hxx/hxx-cxx.make +++ b/build/hxx/hxx-cxx.make @@ -1,5 +1,5 @@ # file : build/hxx/hxx-cxx.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file # Get the C++ configuration (file extensions, and extra CPP options). 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)) diff --git a/build/import/libcutl/configuration-rules.make b/build/import/libcutl/configuration-rules.make index ed45fe8..d2a2215 100644 --- a/build/import/libcutl/configuration-rules.make +++ b/build/import/libcutl/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libcutl/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/libcutl/configuration-dynamic.make: | $(dcf_root)/import/libcutl/. diff --git a/build/import/libcutl/configure b/build/import/libcutl/configure index 0a1ee62..f9e30c5 100755 --- a/build/import/libcutl/configure +++ b/build/import/libcutl/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libcutl/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/libcutl/stub.make b/build/import/libcutl/stub.make index d469000..7ae40e2 100644 --- a/build/import/libcutl/stub.make +++ b/build/import/libcutl/stub.make @@ -1,5 +1,5 @@ # file : build/import/libcutl/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/libcutl/configuration-rules.make,$(dcf_root)) diff --git a/build/import/odb/configuration-rules.make b/build/import/odb/configuration-rules.make index d07f875..036e0b6 100644 --- a/build/import/odb/configuration-rules.make +++ b/build/import/odb/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/odb/configuration-rules.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file $(dcf_root)/import/odb/configuration-dynamic.make: | $(dcf_root)/import/odb/. diff --git a/build/import/odb/configure b/build/import/odb/configure index 3483dbd..89f298f 100755 --- a/build/import/odb/configure +++ b/build/import/odb/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/odb/configure -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file diff --git a/build/import/odb/hxx-cxx.make b/build/import/odb/hxx-cxx.make index 683827e..ca61f56 100644 --- a/build/import/odb/hxx-cxx.make +++ b/build/import/odb/hxx-cxx.make @@ -1,5 +1,5 @@ # file : build/import/odb/hxx-cxx.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file # Here we are operating in the importing project's space, not in odb's. diff --git a/build/import/odb/stub.make b/build/import/odb/stub.make index ce326a0..bdcda78 100644 --- a/build/import/odb/stub.make +++ b/build/import/odb/stub.make @@ -1,5 +1,5 @@ # file : build/import/odb/stub.make -# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC # license : GNU GPL v3; see accompanying LICENSE file $(call include-once,$(scf_root)/import/odb/configuration-rules.make,$(dcf_root)) -- cgit v1.1