aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make2
-rw-r--r--build/export/odb/stub.make2
-rw-r--r--build/hxx/hxx-cxx.make2
-rw-r--r--build/import/odb/configuration-rules.make2
-rwxr-xr-xbuild/import/odb/configure2
-rw-r--r--build/import/odb/hxx-cxx.make2
-rw-r--r--build/import/odb/stub.make2
7 files changed, 7 insertions, 7 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make
index e8d2908..d38ede4 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,7 +1,7 @@
# file : build/bootstrap.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# 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 1293663..63cfc71 100644
--- a/build/export/odb/stub.make
+++ b/build/export/odb/stub.make
@@ -1,7 +1,7 @@
# file : build/export/odb/stub.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# 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 55d32e3..6bd9469 100644
--- a/build/hxx/hxx-cxx.make
+++ b/build/hxx/hxx-cxx.make
@@ -1,7 +1,7 @@
# file : build/hxx/hxx-cxx.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# license : GNU GPL v3; see accompanying LICENSE file
# Get the C++ configuration (file extensions, and extra CPP options).
#
diff --git a/build/import/odb/configuration-rules.make b/build/import/odb/configuration-rules.make
index 817f1b1..40a9f23 100644
--- a/build/import/odb/configuration-rules.make
+++ b/build/import/odb/configuration-rules.make
@@ -1,7 +1,7 @@
# file : build/import/odb/configuration-rules.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# license : GNU GPL v3; see accompanying LICENSE file
$(dcf_root)/import/odb/configuration-dynamic.make: | $(dcf_root)/import/odb/.
$(call message,,$(scf_root)/import/odb/configure $@)
diff --git a/build/import/odb/configure b/build/import/odb/configure
index 1ba2f09..4d7a5d5 100755
--- a/build/import/odb/configure
+++ b/build/import/odb/configure
@@ -3,7 +3,7 @@
# file : build/import/odb/configure
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# license : GNU GPL v3; see accompanying LICENSE file
# $1 - out file
diff --git a/build/import/odb/hxx-cxx.make b/build/import/odb/hxx-cxx.make
index 4d16e5a..7804183 100644
--- a/build/import/odb/hxx-cxx.make
+++ b/build/import/odb/hxx-cxx.make
@@ -1,7 +1,7 @@
# file : build/import/odb/hxx-cxx.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# 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 48585f0..ba54dd9 100644
--- a/build/import/odb/stub.make
+++ b/build/import/odb/stub.make
@@ -1,7 +1,7 @@
# file : build/import/odb/stub.make
# author : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
-# license : GNU GPL v2; see accompanying LICENSE file
+# license : GNU GPL v3; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/odb/configuration-rules.make,$(dcf_root))