diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 16:11:48 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-07 16:11:48 +0300 |
commit | d1c466745c1bb3c8267100eb3bc6d11ef6b3cc25 (patch) | |
tree | 4f766c08db311e0f65fcd961c95c429f6c000d3c /brep/handler/submit | |
parent | 95d026050557a2c7cb8eec6e800c7a0524a32840 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'brep/handler/submit')
-rw-r--r-- | brep/handler/submit/buildfile | 1 | ||||
-rw-r--r-- | brep/handler/submit/submit-dir.in | 1 | ||||
-rw-r--r-- | brep/handler/submit/submit-git.bash.in | 1 | ||||
-rw-r--r-- | brep/handler/submit/submit-git.in | 1 | ||||
-rw-r--r-- | brep/handler/submit/submit.bash.in | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/brep/handler/submit/buildfile b/brep/handler/submit/buildfile index 7951a46..d6e04dc 100644 --- a/brep/handler/submit/buildfile +++ b/brep/handler/submit/buildfile @@ -1,5 +1,4 @@ # file : brep/handler/submit/buildfile -# 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 ae0dcbd..16065e6 100644 --- a/brep/handler/submit/submit-dir.in +++ b/brep/handler/submit/submit-dir.in @@ -1,7 +1,6 @@ #!/usr/bin/env bash # file : brep/handler/submit/submit-dir.in -# 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 56cce33..9f25c28 100644 --- a/brep/handler/submit/submit-git.bash.in +++ b/brep/handler/submit/submit-git.bash.in @@ -1,5 +1,4 @@ # file : brep/handler/submit/submit-git.bash.in -# 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 edaee7b..6b94366 100644 --- a/brep/handler/submit/submit-git.in +++ b/brep/handler/submit/submit-git.in @@ -1,7 +1,6 @@ #!/usr/bin/env bash # file : brep/handler/submit/submit-git.in -# 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 d1d0634..667bbc1 100644 --- a/brep/handler/submit/submit.bash.in +++ b/brep/handler/submit/submit.bash.in @@ -1,5 +1,4 @@ # file : brep/handler/submit/submit.bash.in -# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file # Utility functions useful for implementing package submission handlers. |