diff options
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3c6cb99 --- /dev/null +++ b/debian/copyright | |||
@@ -0,0 +1,29 @@ | |||
1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
2 | Upstream-Name: my-x200 | ||
3 | Source: <http://git.robertalessi.net/my-x200> | ||
4 | |||
5 | Files: * | ||
6 | Copyright: 2021 Robert Alessi <alessi@robertalessi.net> | ||
7 | License: GPL-3.0+ | ||
8 | |||
9 | Files: debian/* | ||
10 | Copyright: 2021 Robert Alessi <alessi@robertalessi.net> | ||
11 | License: GPL-3.0+ | ||
12 | |||
13 | License: GPL-3.0+ | ||
14 | This program is free software: you can redistribute it and/or modify | ||
15 | it under the terms of the GNU General Public License as published by | ||
16 | the Free Software Foundation, either version 3 of the License, or | ||
17 | (at your option) any later version. | ||
18 | . | ||
19 | This package is distributed in the hope that it will be useful, | ||
20 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
21 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
22 | GNU General Public License for more details. | ||
23 | . | ||
24 | You should have received a copy of the GNU General Public License | ||
25 | along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
26 | . | ||
27 | On Debian systems, the complete text of the GNU General | ||
28 | Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". | ||
29 | |||