diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 21:47:21 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-24 21:47:21 +0300 |
commit | 617bfeed4843cb2e54faf02c36b33807d383be1f (patch) | |
tree | 18506bc2476c54612734a7abcfcb05bac8b68e7a /build/import/libsqlite | |
parent | f989ac69b22794e3a98feebc604c5f132b1f3ae1 (diff) |
Update copyright year
Diffstat (limited to 'build/import/libsqlite')
-rw-r--r-- | build/import/libsqlite/configuration-rules.make | 2 | ||||
-rwxr-xr-x | build/import/libsqlite/configure | 2 | ||||
-rw-r--r-- | build/import/libsqlite/rules.make | 2 | ||||
-rw-r--r-- | build/import/libsqlite/stub.make | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/build/import/libsqlite/configuration-rules.make b/build/import/libsqlite/configuration-rules.make index 841075f..b4e18c0 100644 --- a/build/import/libsqlite/configuration-rules.make +++ b/build/import/libsqlite/configuration-rules.make @@ -1,5 +1,5 @@ # file : build/import/libsqlite/configuration-rules.make -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libsqlite/configuration-dynamic.make: | $(dcf_root)/import/libsqlite/. diff --git a/build/import/libsqlite/configure b/build/import/libsqlite/configure index 84b1e5f..2d5b19d 100755 --- a/build/import/libsqlite/configure +++ b/build/import/libsqlite/configure @@ -1,7 +1,7 @@ #! /usr/bin/env bash # file : build/import/libsqlite/configure -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/build/import/libsqlite/rules.make b/build/import/libsqlite/rules.make index 1b5a266..89e29c7 100644 --- a/build/import/libsqlite/rules.make +++ b/build/import/libsqlite/rules.make @@ -1,5 +1,5 @@ # file : build/import/libsqlite/rules.make -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libsqlite/%: root := $(libsqlite_root) diff --git a/build/import/libsqlite/stub.make b/build/import/libsqlite/stub.make index 8b45979..7425aca 100644 --- a/build/import/libsqlite/stub.make +++ b/build/import/libsqlite/stub.make @@ -1,5 +1,5 @@ # file : build/import/libsqlite/stub.make -# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libsqlite/configuration-rules.make,$(dcf_root)) |