sys/include/[a-m]*: replaced license headers with SPDX format#22324
Closed
N11cc00 wants to merge 1 commit into
Closed
sys/include/[a-m]*: replaced license headers with SPDX format#22324N11cc00 wants to merge 1 commit into
N11cc00 wants to merge 1 commit into
Conversation
mguetschow
requested changes
May 26, 2026
mguetschow
left a comment
Contributor
There was a problem hiding this comment.
better, but still some glitches :)
Comment on lines
-3
to
+2
| * 2017 Freie Universität Berlin | ||
| * 2017 Kaspar Schleiser <kaspar@schleiser.de> | ||
| * | ||
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2017 Inria |
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2020 Kaspar Schleiser <kaspar@schleiser.de> |
Comment on lines
-3
to
+2
| * 2017 Freie Universität Berlin | ||
| * 2017 Kaspar Schleiser <kaspar@schleiser.de> | ||
| * | ||
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2017 Inria |
| * License along with this library; if not, write to the Free Software | ||
| * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| * SPDX-FileCopyrightText: 2003-2005 by Christopher R. Hertel | ||
| * SPDX-License-Identifier: NONE |
Contributor
There was a problem hiding this comment.
missing copyright, should be LGPL-2.1-later or something like that
| * SPDX-FileCopyrightText: 2016 Martin Landsmann <martin.landsmann@haw-hamburg.de> | ||
| * SPDX-FileCopyrightText: 2016 OTA keys S.A. | ||
| * SPDX-FileCopyrightText: 2020 HAW Hamburg | ||
| * SPDX-License-Identifier: NONE |
Comment on lines
-3
to
+2
| * 2017 Kaspar Schleiser <kaspar@schleiser.de> | ||
| * 2018-2019 Freie Universität Berlin | ||
| * | ||
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2017 Inria |
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2016 -17 Kaspar Schleiser <kaspar@schleiser.de> |
Contributor
There was a problem hiding this comment.
missing copyright, strange whitespace
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2016 -17 Kaspar Schleiser <kaspar@schleiser.de> |
Contributor
There was a problem hiding this comment.
missing copyright, strange whitespace
Comment on lines
-3
to
+2
| * 2018 Inria | ||
| * 2018 Freie Universität Berlin | ||
| * | ||
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2018 Kaspar Schleiser <kaspar@schleiser.de> |
Comment on lines
-3
to
+2
| * 2020 Koen Zandberg <koen@bergzand.net> | ||
| * | ||
| * This file is subject to the terms and conditions of the GNU Lesser | ||
| * General Public License v2.1. See the file LICENSE in the top level | ||
| * directory for more details. | ||
| * SPDX-FileCopyrightText: 2018 Tobias Heider <heidert@nm.ifi.lmu.de> |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR attempts to convert all license headers for all folders inside the
sys/includedirectory starting with the letters A to M. Vendor specific files are left untouched as well as some files missing some copyright or license information.Testing procedure
To check for correct license/copyright information in all files that are not vendor provided, use this command:
reuse lint -l | grep "^sys/" | grep -v "/vendor/"Declaration of AI-Tools / LLMs usage
AI-Tools / LLMs that were used are:
Issues/PRs references
Tracking #21515