diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-23 22:30:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-23 22:30:59 (EDT) |
commit | d26d37999895e5795eeb16def9885677428e4f9e (patch) | |
tree | ea79b768782f3a6e03768222149897e731a98c8b /tests | |
parent | ea9663528550dbef7c0d5a5069a78c5f3d3c6174 (diff) |
tests/*.sh: Add copyright notices
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/copy-suite-existing.sh | 2 | ||||
-rwxr-xr-x | tests/copy-suite-new-version-refcnt.sh | 2 | ||||
-rwxr-xr-x | tests/copy-suite.sh | 2 | ||||
-rwxr-xr-x | tests/include-existing.sh | 2 | ||||
-rwxr-xr-x | tests/include-new-version-no-gc.sh | 2 | ||||
-rwxr-xr-x | tests/include-new-version.sh | 2 | ||||
-rwxr-xr-x | tests/include.sh | 2 | ||||
-rwxr-xr-x | tests/process-incoming.sh | 2 | ||||
-rwxr-xr-x | tests/remove-no-gc.sh | 2 | ||||
-rwxr-xr-x | tests/remove-suite.sh | 2 | ||||
-rwxr-xr-x | tests/remove.sh | 2 | ||||
-rwxr-xr-x | tests/version.sh | 2 |
12 files changed, 24 insertions, 0 deletions
diff --git a/tests/copy-suite-existing.sh b/tests/copy-suite-existing.sh index aaa8b9f..4e9d495 100755 --- a/tests/copy-suite-existing.sh +++ b/tests/copy-suite-existing.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/copy-suite-new-version-refcnt.sh b/tests/copy-suite-new-version-refcnt.sh index 23abfc3..6aee63c 100755 --- a/tests/copy-suite-new-version-refcnt.sh +++ b/tests/copy-suite-new-version-refcnt.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/copy-suite.sh b/tests/copy-suite.sh index 8630fae..c525db3 100755 --- a/tests/copy-suite.sh +++ b/tests/copy-suite.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/include-existing.sh b/tests/include-existing.sh index 28ed68b..e00e5f0 100755 --- a/tests/include-existing.sh +++ b/tests/include-existing.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/include-new-version-no-gc.sh b/tests/include-new-version-no-gc.sh index 35669f0..172158c 100755 --- a/tests/include-new-version-no-gc.sh +++ b/tests/include-new-version-no-gc.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/include-new-version.sh b/tests/include-new-version.sh index e273da5..970adf6 100755 --- a/tests/include-new-version.sh +++ b/tests/include-new-version.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/include.sh b/tests/include.sh index d16fdb8..9da165c 100755 --- a/tests/include.sh +++ b/tests/include.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/process-incoming.sh b/tests/process-incoming.sh index 0a3fc9e..74ddb1b 100755 --- a/tests/process-incoming.sh +++ b/tests/process-incoming.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/remove-no-gc.sh b/tests/remove-no-gc.sh index 7ef4d19..6c9560e 100755 --- a/tests/remove-no-gc.sh +++ b/tests/remove-no-gc.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/remove-suite.sh b/tests/remove-suite.sh index 0dbced1..5211c91 100755 --- a/tests/remove-suite.sh +++ b/tests/remove-suite.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/remove.sh b/tests/remove.sh index 3e79ec3..ac60f80 100755 --- a/tests/remove.sh +++ b/tests/remove.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute diff --git a/tests/version.sh b/tests/version.sh index 612d6e8..eb11034 100755 --- a/tests/version.sh +++ b/tests/version.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# Copyright (C) 2017 Patrick "P. J." McDermott +# # This file is part of the ProteanOS Archive Manager. # # The ProteanOS Archive Manager is free software: you can redistribute |