Skip to content

Commit 73bab13

Browse files
authored
Add copyright to debian folder (#14)
Reasoning: The copyrights will be included the debian packages and can be scanned on a deployed VM by Delphix's automation.
1 parent 4b8bfe4 commit 73bab13

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

debian/copyright

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: drgn
3+
Source: https://github.com/osandov/drgn
4+
5+
Files: *
6+
Copyright: Copyright (c) Facebook, Inc. and its affiliates.
7+
License: GPL v3.0
8+
9+
License: GPL-3
10+
This program is free software: you can redistribute it and/or modify
11+
it under the terms of the GNU General Public License version 3, as
12+
published by the Free Software Foundation.
13+
.
14+
This program is distributed in the hope that it will be useful,
15+
but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
GNU General Public License for more details.
18+
.
19+
You should have received a copy of the GNU General Public License
20+
along with this program. If not, see <http://www.gnu.org/licenses/>.
21+
.
22+
The complete text of the GPL version 3 can be seen in
23+
/usr/share/common-licenses/GPL-3.

0 commit comments

Comments
 (0)