From c10d24b1b9c1f03567b3bd60c291f1a8cea5811e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Jan 2019 20:53:37 +0300 Subject: Update copyright year --- brep/handler/buildfile | 2 +- brep/handler/ci/buildfile | 2 +- brep/handler/ci/ci-dir.in | 2 +- brep/handler/ci/ci-load.in | 2 +- brep/handler/ci/ci.bash.in | 2 +- brep/handler/handler.bash.in | 2 +- brep/handler/submit/buildfile | 2 +- brep/handler/submit/submit-dir.in | 2 +- brep/handler/submit/submit-git.bash.in | 2 +- brep/handler/submit/submit-git.in | 2 +- brep/handler/submit/submit.bash.in | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'brep') diff --git a/brep/handler/buildfile b/brep/handler/buildfile index 5f64251..3b9245b 100644 --- a/brep/handler/buildfile +++ b/brep/handler/buildfile @@ -1,5 +1,5 @@ # file : brep/handler/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file import mods = libbutl.bash%bash{manifest-parser} 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. diff --git a/brep/handler/handler.bash.in b/brep/handler/handler.bash.in index fa287a3..81ab08f 100644 --- a/brep/handler/handler.bash.in +++ b/brep/handler/handler.bash.in @@ -1,5 +1,5 @@ # file : brep/handler/handler.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 request handlers. diff --git a/brep/handler/submit/buildfile b/brep/handler/submit/buildfile index fd9fe14..7951a46 100644 --- a/brep/handler/submit/buildfile +++ b/brep/handler/submit/buildfile @@ -1,5 +1,5 @@ # file : brep/handler/submit/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-submit-dir} exe{brep-submit-git} diff --git a/brep/handler/submit/submit-dir.in b/brep/handler/submit/submit-dir.in index 63c191c..ae0dcbd 100644 --- a/brep/handler/submit/submit-dir.in +++ b/brep/handler/submit/submit-dir.in @@ -1,7 +1,7 @@ #!/usr/bin/env bash # file : brep/handler/submit/submit-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 submission handler with directory storage. diff --git a/brep/handler/submit/submit-git.bash.in b/brep/handler/submit/submit-git.bash.in index b1bb357..ec4d944 100644 --- a/brep/handler/submit/submit-git.bash.in +++ b/brep/handler/submit/submit-git.bash.in @@ -1,5 +1,5 @@ # file : brep/handler/submit/submit-git.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 for the submit-git handler. diff --git a/brep/handler/submit/submit-git.in b/brep/handler/submit/submit-git.in index 2835f7a..e70d100 100644 --- a/brep/handler/submit/submit-git.in +++ b/brep/handler/submit/submit-git.in @@ -1,7 +1,7 @@ #!/usr/bin/env bash # file : brep/handler/submit/submit-git.in -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Package submission handler with git repository storage. diff --git a/brep/handler/submit/submit.bash.in b/brep/handler/submit/submit.bash.in index 24a29b2..cb83384 100644 --- a/brep/handler/submit/submit.bash.in +++ b/brep/handler/submit/submit.bash.in @@ -1,5 +1,5 @@ # file : brep/handler/submit/submit.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 package submission handlers. -- cgit v1.1