Skip to content

Commit 78e53c8

Browse files
committed
fix: update the default license to exclude external code
Signed-off-by: ZHANG Yuntian <yt@radxa.com>
1 parent eb802c8 commit 78e53c8

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

debian/copyright

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: rsdk
33
Source: https://github.com/RadxaOS-SDK/rsdk
44

5+
Files: [git submodules]
6+
License: External Code
7+
8+
Files: debian/patches/**/*.patch
9+
License: External Code Patch
10+
511
Files: *
6-
Copyright: © 2024 Radxa Computer Co., Ltd
12+
Copyright: © 2025 Radxa Computer Co., Ltd
713
License: GPL-3+
814

15+
License: External Code
16+
Unless otherwise specified, they are subject to the relevant License within
17+
the submodule repo.
18+
19+
License: External Code Patch
20+
Unless otherwise specified, they share the same license to the code being
21+
patched.
22+
923
License: GPL-3+
1024
This program is free software; you can redistribute it and/or modify
1125
it under the terms of the GNU General Public License as published by
@@ -18,9 +32,7 @@ License: GPL-3+
1832
General Public License for more details.
1933
.
2034
You should have received a copy of the GNU General Public License
21-
along with this program; if not, write to the Free Software
22-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
23-
02110-1301, USA.
35+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2436
.
2537
On Debian systems, the complete text of the GNU General Public License
2638
can be found in /usr/share/common-licenses/GPL-3.

src/share/rsdk/infra-package/debian/copyright.jsonnet

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,24 @@ function(target) |||
33
Upstream-Name: %(target)s
44
Source: https://github.com/radxa-pkg/%(target)s
55
6+
Files: [git submodules]
7+
License: External Code
8+
9+
Files: debian/patches/**/*.patch
10+
License: External Code Patch
11+
612
Files: *
713
Copyright: © 2025 Radxa Computer Co., Ltd
814
License: GPL-3+
915
16+
License: External Code
17+
Unless otherwise specified, they are subject to the relevant License within
18+
the submodule repo.
19+
20+
License: External Code Patch
21+
Unless otherwise specified, they share the same license to the code being
22+
patched.
23+
1024
License: GPL-3+
1125
This program is free software; you can redistribute it and/or modify
1226
it under the terms of the GNU General Public License as published by
@@ -19,9 +33,7 @@ function(target) |||
1933
General Public License for more details.
2034
.
2135
You should have received a copy of the GNU General Public License
22-
along with this program; if not, write to the Free Software
23-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
24-
02110-1301, USA.
36+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2537
.
2638
On Debian systems, the complete text of the GNU General Public License
2739
can be found in /usr/share/common-licenses/GPL-3.

0 commit comments

Comments
 (0)