diff options
Diffstat (limited to 'libbutl')
-rw-r--r-- | libbutl/buildfile | 2 | ||||
-rw-r--r-- | libbutl/manifest-parser.bash.in | 2 | ||||
-rw-r--r-- | libbutl/manifest-serializer.bash.in | 2 | ||||
-rw-r--r-- | libbutl/manifest.cxx | 2 | ||||
-rw-r--r-- | libbutl/utility.bash.in | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile index 03dd084..cbe40eb 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -1,5 +1,5 @@ # file : libbutl/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import libs = libbutl%lib{butl} diff --git a/libbutl/manifest-parser.bash.in b/libbutl/manifest-parser.bash.in index 4af565a..2c6158a 100644 --- a/libbutl/manifest-parser.bash.in +++ b/libbutl/manifest-parser.bash.in @@ -1,5 +1,5 @@ # file : libbutl/manifest-parser.bash.in -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if [ "$butl_manifest_parser" ]; then diff --git a/libbutl/manifest-serializer.bash.in b/libbutl/manifest-serializer.bash.in index 5b91eed..b1220e1 100644 --- a/libbutl/manifest-serializer.bash.in +++ b/libbutl/manifest-serializer.bash.in @@ -1,5 +1,5 @@ # file : libbutl/manifest-serializer.bash.in -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if [ "$butl_manifest_serializer" ]; then diff --git a/libbutl/manifest.cxx b/libbutl/manifest.cxx index 4c85b57..d095c45 100644 --- a/libbutl/manifest.cxx +++ b/libbutl/manifest.cxx @@ -1,5 +1,5 @@ // file : libbutl/manifest.cxx -// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <ios> // ios::failure, ios::*bit diff --git a/libbutl/utility.bash.in b/libbutl/utility.bash.in index 1face1a..3eab109 100644 --- a/libbutl/utility.bash.in +++ b/libbutl/utility.bash.in @@ -1,5 +1,5 @@ # file : libbutl/utility.bash.in -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if [ "$butl_utility" ]; then |