-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
license issues in RIOT #560
Comments
This is more or less a duplicate of #392 |
ah nice, so lets fix this issue |
$ git grep Author boards/msba2-common/lpc2387-timer3.c: * Author: heiko (updated) |
license completely missing: @authmillenon I think you are the author (updated) |
#591 at least states the author of the files statet in your previous comment (concerning the network stack). What about the license? |
See discussion there. |
does anybody know who is "stephan" who wrote etx beaconing? |
does anybody know who wrote |
The log suggests Stephan Arndt with regard to beaconing.. |
Same goes for Mr. Hof. |
I kindly suggest the |
Here's a list of .c files (and recipe for finding) that do not mention
|
Missing at least git grep -L -i -e @author | sort | grep "\.[ch]:" and git grep -i -e autor | sort | grep "\.[ch]:" left me with no results. |
(well okay the last one got one result, but that was the false positive autoreset ;-)) |
|
@authmillenon git is path sensitive in these commands - maybe you issued the command in some subdirectory? |
This is a list of files that does not contain the original committer as an author (along with the commiters identification):
|
a nice list of files....I would say that this is our goal for the next release |
@authmillenon I think a killed all the obvious cases: "autor|Autor|Author" |
current state: https://stedten.imp.fu-berlin.de/jenkins/view/private-mehlis/job/check-authors/3/console CI proves that we are moving in the right direction 👍 |
"proves" ;-) |
https://github.com/RIOT-OS/RIOT/blob/master/sys/lib/hashtable.c has a real license problem: was not properly imported from: ftp.samba.org/pub/unpacked/ccache/hashtable.c the file in RIOT has not properly followed the upstream license. upstream file is 3C-BSD (for strange reasons, the license is in the end of this file?!?) |
all files mentioned in code are now fixed (have a valid license header) |
What about |
let's collect and solve all license issues in RIOT. let's add more files with wrong licenses in this thread
The text was updated successfully, but these errors were encountered: