diff options
Diffstat (limited to 'bpkg-rep')
-rw-r--r-- | bpkg-rep/buildfile | 2 | ||||
-rw-r--r-- | bpkg-rep/publish.in | 2 | ||||
-rw-r--r-- | bpkg-rep/utility.bash.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bpkg-rep/buildfile b/bpkg-rep/buildfile index 6f4a025..6ed65ac 100644 --- a/bpkg-rep/buildfile +++ b/bpkg-rep/buildfile @@ -1,5 +1,5 @@ # file : bpkg-rep/buildfile -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file ./: exe{bpkg-rep-publish} diff --git a/bpkg-rep/publish.in b/bpkg-rep/publish.in index 522a297..05586ad 100644 --- a/bpkg-rep/publish.in +++ b/bpkg-rep/publish.in @@ -1,7 +1,7 @@ #!/usr/bin/env bash # file : bpkg-rep/publish.in -# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Update (bpkg-rep-create(1)) and publish (rsync(1)) an archive-based diff --git a/bpkg-rep/utility.bash.in b/bpkg-rep/utility.bash.in index bcf25d8..77dbf55 100644 --- a/bpkg-rep/utility.bash.in +++ b/bpkg-rep/utility.bash.in @@ -1,5 +1,5 @@ # file : bpkg-rep/utility.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 bpkg repository utilities. |