-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
qmathe
commented
Sep 2, 2016
Thanks a lot for clarifying the license and copyrights!
To keep the license notice compact, we could collapse all the copyright holders on a single line, and use the file creation date as the only date appearing in the license notice.
So the following:
Copyright (c) 2010-2012 David Chisnall
Copyright (c) 2012 Nicolas Roard
Copyright (c) 2013-2014 Quentin Mathe
would be turned into:
Copyright (c) 2010 David Chisnall, Nicolas Roard, Quentin Mathe
David, what's your take on this?
Muhammad Hussein Nasrollahpour is also missing in COPYING and the following files:
- SCKClangSourceFile
- SCKIntrospection
- Tests/ParsingTestFiles/AB
- Tests/TestRuntimeParsing
- Tests/TestClangParsing
davidchisnall
commented
Sep 2, 2016
We should use the multi-line format. That's the one that I know has been approved by a copyright lawyer. We should, however, drop the (c). The word copyright and the copyright logo have legal meaning, (c) does not.
qmathe
commented
Sep 2, 2016
ok, good to know. We'll stick to the multi-line format then.
Clarify the license information of SourceCodeKit. This is in response to issue #9 and should have all current committers information added. If I missed anyone please add the appropriate information to the COPYING file and the appropriate source file(s).