diff --git a/LICENSE b/LICENSE index 44f67c1..508e70c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) All rights reserved. +Copyright (c) 2016 Markus Koch All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. diff --git a/desktop/eclipse-light.desktop b/desktop/eclipse-light.desktop new file mode 100644 index 0000000..8cfba9c --- /dev/null +++ b/desktop/eclipse-light.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Eclipse Light +Comment=A Java Development Environment (Adwaita light) +Icon=eclipse +Exec=sh -c "GTK_THEME=Adwaita:light eclipse" +Terminal=false +Type=Application +Categories=Development;IDE;Java; +StartupNotify=true