Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
rjolly committed Jun 8, 2018
1 parent f420c94 commit 7659649
Show file tree
Hide file tree
Showing 195 changed files with 14 additions and 12 deletions.
13 changes: 13 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Source: http://linoleum.java.net/

Files: *
Copyright: © 2015-2018, Raphael Jolly <[email protected]>
License: GPL or LGPL

Files: src/main/resources/toolbarButtonGraphics/*
Copyright: © 2000 by Sun Microsystems, Inc. All Rights Reserved.
License: Sun
Sun grants you ("Licensee") a non-exclusive, royalty free, license to use, and redistribute this software graphics artwork, as individual graphics or as a collection, as part of software code or programs that you develop, provided that i) this copyright notice and license accompany the software graphics artwork; and ii) you do not utilize the software graphics artwork in a manner which is disparaging to Sun. Unless enforcement is prohibited by applicable law, you may not modify the graphics, and must use them true to color and unmodified in every way.
.
This software graphics artwork is provided "AS IS," without a warranty of any kind. ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE GRAPHICS ARTWORK.
.
IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE GRAPHICS ARTWORK, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
.
If any of the above provisions are held to be in violation of applicable law, void, or unenforceable in any jurisdiction, then such provisions are waived to the extent necessary for this Disclaimer to be otherwise enforceable in such jurisdiction.

License: GPL or LGPL
Programs released under GPL or LGPL.
.
Expand Down
1 change: 0 additions & 1 deletion html/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
<dependencies>
<dependency org="commons-codec" name="commons-codec" rev="1.10" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="application" rev="1.6" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="jlfgr" rev="1_0" conf="runtime->default"/>
</dependencies>
</ivy-module>
1 change: 0 additions & 1 deletion ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<conf name="runtime-test"/>
</configurations>
<dependencies>
<dependency org="net.java.linoleum" name="jlfgr" rev="1_0" conf="runtime->default"/>
<dependency org="net.java.linoleum" name="application" rev="1.6" conf="compile->master"/>
<dependency org="net.java.linoleum" name="notepad" rev="1.6" conf="runtime->default"/>
<dependency org="net.java.linoleum" name="html" rev="1.6" conf="runtime->default"/>
Expand Down
1 change: 0 additions & 1 deletion mail/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
<dependencies>
<dependency org="com.sun.mail" name="javax.mail" rev="1.5.6" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="application" rev="1.6" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="jlfgr" rev="1_0" conf="runtime->default"/>
</dependencies>
</ivy-module>
2 changes: 1 addition & 1 deletion manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Specification-Vendor: com.github.rjolly
Specification-Title: linoleum
Specification-Version: 1.6
Main-Class: linoleum.Desktop
Class-Path: lib/activation-1.1.jar lib/application-1.6.jar lib/jlfgr-1_0.jar
Class-Path: lib/activation-1.1.jar lib/application-1.6.jar
1 change: 0 additions & 1 deletion media/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@
<dependencies>
<dependency org="javax.media" name="jmf" rev="2.1.1e" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="application" rev="1.6" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="jlfgr" rev="1_0" conf="runtime->default"/>
</dependencies>
</ivy-module>
5 changes: 0 additions & 5 deletions media/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,5 @@
<artifactId>application</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>net.java.linoleum</groupId>
<artifactId>jlfgr</artifactId>
<version>1_0</version>
</dependency>
</dependencies>
</project>
1 change: 0 additions & 1 deletion notepad/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
</configurations>
<dependencies>
<dependency org="net.java.linoleum" name="application" rev="1.6" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="jlfgr" rev="1_0" conf="runtime->default"/>
</dependencies>
</ivy-module>
1 change: 0 additions & 1 deletion pkg/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
<dependencies>
<dependency org="org.apache.ivy" name="ivy" rev="2.4.0" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="application" rev="1.6" conf="compile->master;runtime->default"/>
<dependency org="net.java.linoleum" name="jlfgr" rev="1_0" conf="runtime->default"/>
</dependencies>
</ivy-module>

0 comments on commit 7659649

Please sign in to comment.