aboutsummaryrefslogtreecommitdiff
path: root/brep/handler/ci
diff options
context:
space:
mode:
Diffstat (limited to 'brep/handler/ci')
-rw-r--r--brep/handler/ci/buildfile2
-rw-r--r--brep/handler/ci/ci-dir.in2
-rw-r--r--brep/handler/ci/ci-load.in2
-rw-r--r--brep/handler/ci/ci.bash.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/brep/handler/ci/buildfile b/brep/handler/ci/buildfile
index ad57e33..3ed6807 100644
--- a/brep/handler/ci/buildfile
+++ b/brep/handler/ci/buildfile
@@ -1,5 +1,5 @@
# file : brep/handler/ci/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 ee4e88d..47387ea 100644
--- a/brep/handler/ci/ci-dir.in
+++ b/brep/handler/ci/ci-dir.in
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# file : brep/handler/ci/ci-dir.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 e1eaa9c..f471a84 100644
--- a/brep/handler/ci/ci-load.in
+++ b/brep/handler/ci/ci-load.in
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# file : brep/handler/ci/ci-load.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# 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 d5af34b..b55749e 100644
--- a/brep/handler/ci/ci.bash.in
+++ b/brep/handler/ci/ci.bash.in
@@ -1,5 +1,5 @@
# file : brep/handler/ci/ci.bash.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
# Utility functions useful for implementing CI request handlers.