diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 14:47:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 14:47:14 +0300 |
commit | 25c4b5fa2285ee00d94310f2491cc9cf6334d62a (patch) | |
tree | a43c120c8f020386034ff4cf8005f10e3297d2ee /libbutl | |
parent | daaf39341de20b48e92955caa489df3168f99c81 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'libbutl')
-rw-r--r-- | libbutl/buildfile | 1 | ||||
-rw-r--r-- | libbutl/manifest-parser.bash.in | 1 | ||||
-rw-r--r-- | libbutl/manifest-serializer.bash.in | 1 | ||||
-rw-r--r-- | libbutl/manifest.cxx | 1 | ||||
-rw-r--r-- | libbutl/utility.bash.in | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile index cbe40eb..8039035 100644 --- a/libbutl/buildfile +++ b/libbutl/buildfile @@ -1,5 +1,4 @@ # file : libbutl/buildfile -# 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 b0475c4..5b38eeb 100644 --- a/libbutl/manifest-parser.bash.in +++ b/libbutl/manifest-parser.bash.in @@ -1,5 +1,4 @@ # file : libbutl/manifest-parser.bash.in -# 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 06770ba..fa6b94a 100644 --- a/libbutl/manifest-serializer.bash.in +++ b/libbutl/manifest-serializer.bash.in @@ -1,5 +1,4 @@ # file : libbutl/manifest-serializer.bash.in -# 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 b3811a5..81ef1c4 100644 --- a/libbutl/manifest.cxx +++ b/libbutl/manifest.cxx @@ -1,5 +1,4 @@ // file : libbutl/manifest.cxx -// 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 3eab109..56bd3ab 100644 --- a/libbutl/utility.bash.in +++ b/libbutl/utility.bash.in @@ -1,5 +1,4 @@ # file : libbutl/utility.bash.in -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file if [ "$butl_utility" ]; then |