-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add travis settings Change license to ASL2 only Update license headers
- Loading branch information
Showing
68 changed files
with
63 additions
and
2,560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
language: java | ||
before_install: | ||
- export DISPLAY=:99.0 | ||
- sh -e /etc/init.d/xvfb start | ||
- sudo apt-get update -qq | ||
- sudo apt-get install oracle-java8-installer | ||
before_script: | ||
- ./gradlew --version | ||
script: ./gradlew clean build | ||
jdk: oraclejdk8 | ||
env: TERM=dumb |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,5 @@ | ||
Copyright ${year} Andres Almiray. <[email protected]> | ||
|
||
This file is part of Ikonli | ||
|
||
Ikonli is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
|
||
Ikonli is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
|
||
You should have received a copy of the GNU General Public License | ||
along with Ikonli. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
======================================================================== | ||
|
||
This library is distributed under the terms of the GNU General Public | ||
License with the following clarification and special exception: | ||
|
||
Linking this library statically or dynamically with other modules is | ||
making a combined work based on this library. Thus, the terms and | ||
conditions of the GNU General Public License cover the whole | ||
combination. | ||
|
||
As an special exception, the copyright holders of this library give | ||
you permission to use this library under the terms of the Apache | ||
Software License v2 and forego the licensing terms of the GNU General | ||
Public License if and only if the library is used as part of an | ||
executable and/or application that makes use of the APIs of either the | ||
Griffon Framework (https://github.com/griffon/griffon) or the | ||
Basilisk Framework (https://github.com/basilisk-fw/basilisk). | ||
|
||
======================================================================== | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Feb 18 16:20:57 CET 2016 | ||
#Mon May 02 09:42:52 CEST 2016 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.11-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 0 additions & 35 deletions
35
subprojects/ikonli-core/src/main/java/org/kordamp/ikonli/AbstractIkonHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,6 @@ | ||
/* | ||
* Copyright 2015-2016 Andres Almiray. <[email protected]> | ||
* | ||
* This file is part of Ikonli | ||
* | ||
* Ikonli is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation, either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* Ikonli is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with Ikonli. If not, see <http://www.gnu.org/licenses/>. | ||
* | ||
* ======================================================================== | ||
* | ||
* This library is distributed under the terms of the GNU General Public | ||
* License with the following clarification and special exception: | ||
* | ||
* Linking this library statically or dynamically with other modules is | ||
* making a combined work based on this library. Thus, the terms and | ||
* conditions of the GNU General Public License cover the whole | ||
* combination. | ||
* | ||
* As an special exception, the copyright holders of this library give | ||
* you permission to use this library under the terms of the Apache | ||
* Software License v2 and forego the licensing terms of the GNU General | ||
* Public License if and only if the library is used as part of an | ||
* executable and/or application that makes use of the APIs of either the | ||
* Griffon Framework (https://github.com/griffon/griffon) or the | ||
* Basilisk Framework (https://github.com/basilisk-fw/basilisk). | ||
* | ||
* ======================================================================== | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
|
Oops, something went wrong.