diff options
author | Peter Marko <peter.marko@siemens.com> | 2025-08-26 18:30:29 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-01 08:30:57 -0700 |
commit | 9ce8f26d37c2e3e0030fd1f36f5c54209c269a05 (patch) | |
tree | 2e78cf8f572c1950666baaa8a0d39e8ab4d5f3c5 | |
parent | 844ad4dc30806239950205d8fb426f7bf7c162ab (diff) | |
download | poky-9ce8f26d37c2e3e0030fd1f36f5c54209c269a05.tar.gz |
sudo: remove devtool FIXME comment
This comment should not have been merged.
It shows that the license did not change.
(From OE-Core rev: a19afb7db1b9995ce433f8bfeb5406c9fd1fdc19)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-extended/sudo/sudo_1.9.17p1.bb | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-extended/sudo/sudo_1.9.17p1.bb b/meta/recipes-extended/sudo/sudo_1.9.17p1.bb index c5d57da9f0..5b9d73b33b 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.17p1.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.17p1.bb | |||
@@ -1,55 +1,3 @@ | |||
1 | # FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. | ||
2 | # The following is the difference between the old and the new license text. | ||
3 | # Please update the LICENSE value if needed, and summarize the changes in | ||
4 | # the commit message via 'License-Update:' tag. | ||
5 | # (example: 'License-Update: copyright years updated.') | ||
6 | # | ||
7 | # The changes: | ||
8 | # | ||
9 | # --- LICENSE.md | ||
10 | # +++ LICENSE.md | ||
11 | # @@ -1,6 +1,6 @@ | ||
12 | # Sudo is distributed under the following license: | ||
13 | # | ||
14 | # - Copyright (c) 1994-1996, 1998-2023 | ||
15 | # + Copyright (c) 1994-1996, 1998-2025 | ||
16 | # Todd C. Miller <Todd.Miller@sudo.ws> | ||
17 | # | ||
18 | # Permission to use, copy, modify, and distribute this software for any | ||
19 | # @@ -247,9 +247,9 @@ | ||
20 | # | ||
21 | # The file arc4random.c bears the following license: | ||
22 | # | ||
23 | # - Copyright (c) 1996, David Mazieres <dm@uun.org> | ||
24 | # - Copyright (c) 2008, Damien Miller <djm@openbsd.org> | ||
25 | # - Copyright (c) 2013, Markus Friedl <markus@openbsd.org> | ||
26 | # + Copyright (c) 1996, David Mazieres <dm@uun.org> | ||
27 | # + Copyright (c) 2008, Damien Miller <djm@openbsd.org> | ||
28 | # + Copyright (c) 2013, Markus Friedl <markus@openbsd.org> | ||
29 | # Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> | ||
30 | # | ||
31 | # Permission to use, copy, modify, and distribute this software for any | ||
32 | # @@ -282,7 +282,7 @@ | ||
33 | # | ||
34 | # The file getentropy.c bears the following license: | ||
35 | # | ||
36 | # - Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> | ||
37 | # + Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> | ||
38 | # Copyright (c) 2014 Bob Beck <beck@obtuse.com> | ||
39 | # | ||
40 | # Permission to use, copy, modify, and distribute this software for any | ||
41 | # @@ -299,7 +299,7 @@ | ||
42 | # | ||
43 | # The embedded copy of zlib bears the following license: | ||
44 | # | ||
45 | # - Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler | ||
46 | # + Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler | ||
47 | # | ||
48 | # This software is provided 'as-is', without any express or implied | ||
49 | # warranty. In no event will the authors be held liable for any damages | ||
50 | # | ||
51 | # | ||
52 | |||
53 | require sudo.inc | 1 | require sudo.inc |
54 | 2 | ||
55 | SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ | 3 | SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ |