diff options
-rw-r--r-- | build/bootstrap.build | 1 | ||||
-rw-r--r-- | build/export.build | 1 | ||||
-rw-r--r-- | build/root.build | 1 | ||||
-rw-r--r-- | buildfile | 1 | ||||
-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 | ||||
-rw-r--r-- | tests/build/bootstrap.build | 1 | ||||
-rw-r--r-- | tests/build/root.build | 1 | ||||
-rw-r--r-- | tests/buildfile | 1 | ||||
-rw-r--r-- | tests/manifest-parser/buildfile | 1 | ||||
-rw-r--r-- | tests/manifest-parser/driver.in | 1 | ||||
-rw-r--r-- | tests/manifest-parser/testscript | 1 | ||||
-rw-r--r-- | tests/manifest-serializer/buildfile | 1 | ||||
-rw-r--r-- | tests/manifest-serializer/driver.in | 1 | ||||
-rw-r--r-- | tests/manifest-serializer/testscript | 1 |
18 files changed, 0 insertions, 18 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 3d75633..bad4f7c 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,5 +1,4 @@ # file : build/bootstrap.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = libbutl.bash diff --git a/build/export.build b/build/export.build index 6e60cbd..f2b5c7d 100644 --- a/build/export.build +++ b/build/export.build @@ -1,5 +1,4 @@ # file : build/export.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file $out_root/ diff --git a/build/root.build b/build/root.build index 861de55..93e7275 100644 --- a/build/root.build +++ b/build/root.build @@ -1,5 +1,4 @@ # file : build/root.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file using bash @@ -1,5 +1,4 @@ # file : buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} doc{INSTALL LICENSE NEWS README CONTRIBUTING.md} manifest 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 diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build index b42a95d..c9187a6 100644 --- a/tests/build/bootstrap.build +++ b/tests/build/bootstrap.build @@ -1,5 +1,4 @@ # file : tests/build/bootstrap.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file project = # Unnamed subproject. diff --git a/tests/build/root.build b/tests/build/root.build index ee07f29..c3d4252 100644 --- a/tests/build/root.build +++ b/tests/build/root.build @@ -1,5 +1,4 @@ # file : tests/build/root.build -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file using bash diff --git a/tests/buildfile b/tests/buildfile index d914409..556ed55 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -1,5 +1,4 @@ # file : tests/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: {*/ -build/} diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile index ec41aa9..a9e1ed3 100644 --- a/tests/manifest-parser/buildfile +++ b/tests/manifest-parser/buildfile @@ -1,5 +1,4 @@ # file : tests/manifest-parser/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import mods = libbutl.bash%bash{manifest-parser} diff --git a/tests/manifest-parser/driver.in b/tests/manifest-parser/driver.in index fbd5f60..bf95410 100644 --- a/tests/manifest-parser/driver.in +++ b/tests/manifest-parser/driver.in @@ -1,7 +1,6 @@ #!/usr/bin/env bash # file : tests/manifest-parser/driver.in -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file trap "{ exit 1; }" ERR diff --git a/tests/manifest-parser/testscript b/tests/manifest-parser/testscript index 559d2ef..510e6c5 100644 --- a/tests/manifest-parser/testscript +++ b/tests/manifest-parser/testscript @@ -1,5 +1,4 @@ # file : tests/manifest-parser/testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : stdin diff --git a/tests/manifest-serializer/buildfile b/tests/manifest-serializer/buildfile index 8b822e9..1a7bcb2 100644 --- a/tests/manifest-serializer/buildfile +++ b/tests/manifest-serializer/buildfile @@ -1,5 +1,4 @@ # file : tests/manifest-serializer/buildfile -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import mods = libbutl.bash%bash{manifest-serializer} diff --git a/tests/manifest-serializer/driver.in b/tests/manifest-serializer/driver.in index 2703d03..65b3595 100644 --- a/tests/manifest-serializer/driver.in +++ b/tests/manifest-serializer/driver.in @@ -1,7 +1,6 @@ #!/usr/bin/env bash # file : tests/manifest-serializer/driver.in -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file trap "{ exit 1; }" ERR diff --git a/tests/manifest-serializer/testscript b/tests/manifest-serializer/testscript index c3da2c3..952f994 100644 --- a/tests/manifest-serializer/testscript +++ b/tests/manifest-serializer/testscript @@ -1,5 +1,4 @@ # file : tests/manifest-serializer/testscript -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file : stdout |