Archive for the 'Licening' Category
@license and @copyright in Java 7 ?
3 Comments Published November 4th, 2007 in GPL, JSR, Java, Java 7, LiceningAlex wrote in his latest Java 7 Roundup about my idea of a @license and Paul’s @copyright addendum. I wrote about the idea here.
@License(name = “Apache”,version = “2.0″)
@Copyright(owner = “Stephan Schmidt”)
public class Example {
public void doWhatever() { … }
}
In the comments of that post Paul Hammant mentioned a @copyright annotation, […]
@License(name = “Apache”,version = “2.0″) annotations and GPL
5 Comments Published October 23rd, 2007 in Apache, GPL, Java, LiceningIs your Open Source project correctly licensed? When I was thinking about my open source projects I remember I was shocked. They probably haven’t been correctly licensed (they were in the end) What license you can use depends on the third party open source projects you use. But not only that, it depends on what […]