aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/ci
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:11:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:11:48 +0300
commitd1c466745c1bb3c8267100eb3bc6d11ef6b3cc25 (patch)
tree4f766c08db311e0f65fcd961c95c429f6c000d3c /brep/handler/ci
parent95d026050557a2c7cb8eec6e800c7a0524a32840 (diff)
Drop copyright notice from source code
Diffstat (limited to 'brep/handler/ci')
-rw-r--r--brep/handler/ci/buildfile1
-rw-r--r--brep/handler/ci/ci-dir.in1
-rw-r--r--brep/handler/ci/ci-load.in1
-rw-r--r--brep/handler/ci/ci.bash.in1
4 files changed, 0 insertions, 4 deletions
diff --git a/brep/handler/ci/buildfile b/brep/handler/ci/buildfile
index 3ed6807..69234d6 100644
--- a/brep/handler/ci/buildfile
+++ b/brep/handler/ci/buildfile
@@ -1,5 +1,4 @@
# file : brep/handler/ci/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: exe{brep-ci-dir} exe{brep-ci-load}
diff --git a/brep/handler/ci/ci-dir.in b/brep/handler/ci/ci-dir.in
index 47387ea..58aa991 100644
--- a/brep/handler/ci/ci-dir.in
+++ b/brep/handler/ci/ci-dir.in
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
# file : brep/handler/ci/ci-dir.in
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Simple package CI request handler with directory storage.
diff --git a/brep/handler/ci/ci-load.in b/brep/handler/ci/ci-load.in
index 915f9a6..f62bb76 100644
--- a/brep/handler/ci/ci-load.in
+++ b/brep/handler/ci/ci-load.in
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
# file : brep/handler/ci/ci-load.in
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Package CI request handler that loads the packages into the brep database.
diff --git a/brep/handler/ci/ci.bash.in b/brep/handler/ci/ci.bash.in
index c188ab9..4ed5fab 100644
--- a/brep/handler/ci/ci.bash.in
+++ b/brep/handler/ci/ci.bash.in
@@ -1,5 +1,4 @@
# file : brep/handler/ci/ci.bash.in
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Utility functions useful for implementing CI request handlers.