diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:45:29 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 15:45:29 +0300 |
commit | 62ea5a9d85836611b29faa8d98e6cda4adf532fe (patch) | |
tree | 92d02407795b535ab9ba454e267c80343cb5700d /bpkg-rep | |
parent | 4f8f901b908346e15005720801955c35934b0cf7 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'bpkg-rep')
-rw-r--r-- | bpkg-rep/buildfile | 1 | ||||
-rw-r--r-- | bpkg-rep/publish.in | 1 | ||||
-rw-r--r-- | bpkg-rep/utility.bash.in | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/bpkg-rep/buildfile b/bpkg-rep/buildfile index 6ed65ac..6f84fd1 100644 --- a/bpkg-rep/buildfile +++ b/bpkg-rep/buildfile @@ -1,5 +1,4 @@ # file : bpkg-rep/buildfile -# 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 86e584a..a7b3d1a 100644 --- a/bpkg-rep/publish.in +++ b/bpkg-rep/publish.in @@ -1,7 +1,6 @@ #!/usr/bin/env bash # file : bpkg-rep/publish.in -# 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 77dbf55..7ac7c54 100644 --- a/bpkg-rep/utility.bash.in +++ b/bpkg-rep/utility.bash.in @@ -1,5 +1,4 @@ # file : bpkg-rep/utility.bash.in -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Utility functions useful for implementing bpkg repository utilities. |