From d3aded5e7ab4800e2fed16d5afc4f054af6f6410 Mon Sep 17 00:00:00 2001 From: sravyamks <32839681+sravyamks@users.noreply.github.com> Date: Fri, 5 Jun 2020 19:05:58 -0400 Subject: [PATCH] Add copyright to debian folder (#229) Reasoning: The copyrights will be included the debian packages and can be scanned on a deployed VM by Delphix's automation. --- debian/copyright | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 debian/copyright diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..bca024ba --- /dev/null +++ b/debian/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: sdb +Source: https://github.com/delphix/sdb + +Files: * +Copyright: Delphix Corp. +License: Apache-2.0 + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the complete text of the Apache License can be found in + the file `/usr/share/common-licenses/Apache-2.0'.