Best Practices for Attribution
wiki.creativecommons.org
Best Practices for Attribution
1–10 of 18 posts
Re: Best Practices for Attribution
#2Re: Best Practices for Attribution
#3I've always wondered how too do this for code that requires it.
They recommend a software-specific license instead, as those licenses handle code distribution requirements much more clearly.
Re: Best Practices for Attribution
#4I've always wondered how too do this for code that requires it.
Creative Commons recommends against licensing software with their licenses: https://creativecommons.org/faq/#can-i-apply-a-creative-comm... They recommend a software-specific license instead, as those licenses handle code distribution requirements much more clearly.
Re: Best Practices for Attribution
#5So how long does this get as we keep making derivatives? For an open source project, where there is a seperate license file, it is okay to have it go on forever, but I can understand why you don't want 100s of lines of license information inside your news story.
Re: Best Practices for Attribution
#6There's probably a distinction that I'm not aware of but this is not true for CC0 (as stated also in the FAQ for CC0 on this same website).
Re: Best Practices for Attribution
#7Yagoddabekidding.
How about, First name, initials, last name, city, country, year of birth.
Re: Best Practices for Attribution
#8What I miss is a library for Creative Commons work where everything can be registered and content-id-hashed so it is easy to find, even without attribution on the work itself. A set of command line tools to verify that all your data files have proper licensing would be extremely helpful as well. It would also make a nice resource to just browse Creative Commons works instead of having them scattered all over the Web. And it could allow back-linking, so you could see all the places where a given work is used.
Re: Best Practices for Attribution
#9Earlier quoted context omitted.
Creative Commons recommends against licensing software with their licenses: https://creativecommons.org/faq/#can-i-apply-a-creative-comm... They recommend a software-specific license instead, as those licenses handle code distribution requirements much more clearly.
I meant open source software licenses that requires attribution.
https://support.apple.com/guide/icloud/acknowledgements-mmbb...
Re: Best Practices for Attribution
#10I've always wondered how too do this for code that requires it.
If you use external libraries, leave them in their own directory with their own license files, or at the very least leave them in their own files. So it's clear that they aren't part of the project and covered under their own terms.
If you start copy&pasting code snippets, it gets complicated, as now you might be mixing licenses, which might not even be compatible with each other.