Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

Commit a61ed6c

Browse files
procountXECDesign
authored andcommitted
Update con2fmap license & attributions
Remove PS1
1 parent 402e775 commit a61ed6c

File tree

4 files changed

+47
-6
lines changed

4 files changed

+47
-6
lines changed

buildroot/package/con2fbmap/con2fbmap.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
#############################################################
66

77

8-
CON2FBMAP_VERSION = 1.0
8+
CON2FBMAP_VERSION = 2.1
99
CON2FBMAP_SITE = $(TOPDIR)/../con2fbmap
1010
CON2FBMAP_SITE_METHOD = local
11-
CON2FBMAP_LICENSE = BSD-3c
12-
CON2FBMAP_LICENSE_FILES = LICENSE.txt
11+
CON2FBMAP_LICENSE = GPL-2
12+
CON2FBMAP_LICENSE_FILES = copyright
1313
CON2FBMAP_INSTALL_STAGING = NO
1414

1515
define CON2FBMAP_BUILD_CMDS

buildroot/package/recovery/profile

Lines changed: 0 additions & 2 deletions
This file was deleted.

buildroot/package/recovery/recovery.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ define RECOVERY_INSTALL_TARGET_CMDS
3333
$(INSTALL) -m 0755 package/recovery/unicode-fonts/NanumBarunGothicBold.ttf $(TARGET_DIR)/usr/lib/fonts/NanumBarunGothicBold.ttf
3434
$(INSTALL) -m 0755 package/recovery/data/data $(TARGET_DIR)/usr/data
3535
$(INSTALL) -m 0644 $(@D)/cmdline.txt $(BINARIES_DIR)/cmdline.txt
36-
$(INSTALL) -m 0755 package/recovery/profile $(TARGET_DIR)/root/.profile
3736

3837
mkdir -p $(TARGET_DIR)/keymaps/
3938
$(INSTALL) -m 0755 package/recovery/keymaps/* $(TARGET_DIR)/keymaps/

con2fbmap/copyright

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
The upstream source was downloaded from:
2+
3+
<http://users.telenet.be/geertu/Linux/fbdev/> as a patch <03_con2fbmap.patch> to fbset.
4+
5+
Copyright Holder of fbset:
6+
7+
Copyright © 1995-1998 Geert Uytterhoeven <[email protected]>
8+
9+
License:
10+
11+
This file is subject to the terms and conditions of the GNU General Public
12+
License. See the file COPYING in the main directory of the Linux
13+
distribution for more details.
14+
15+
--------------- Clarification ----------------------------------------
16+
17+
From [email protected] Tue Jan 21 19:59:02 2003
18+
Date: Tue, 21 Jan 2003 17:06:11 +0100 (MET)
19+
From: Geert Uytterhoeven <[email protected]>
20+
21+
To: Guillem Jover <[email protected]>
22+
Subject: Re: fbset: GPL version
23+
In-Reply-To: <[email protected]>
24+
Message-ID: <[email protected]>
25+
26+
Hi Guillem,
27+
28+
> I'm the new Debian maintainer for fbset. A Debian user has filed a bug
29+
> reporting that the sources doesn't specify the GPL version. So could
30+
> you be so kind to tell me what version they obey?
31+
32+
The source files refer to `the file COPYING in the main directory of the Linux
33+
distribution', so that must be the GNU General Public License Version 2.
34+
35+
--------------- Clarification ----------------------------------------
36+
37+
On Debian GNU/Linux systems, the complete text of the GNU General
38+
Public License can be found in '/usr/share/common-licenses/GPL-2'.
39+
40+
--------------- Con2fbmap --------------------------------------------
41+
42+
Con2fbmap had no specific copyright, therefore I assume it falls under
43+
fbset's GPLv2 copyright and is attributed as such to Sven Luther.
44+

0 commit comments

Comments
 (0)