Skip to content

Commit

Permalink
Switched to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
kritzikratzi committed Feb 12, 2011
1 parent 47257db commit 31758f6
Show file tree
Hide file tree
Showing 9 changed files with 199 additions and 732 deletions.
695 changes: 21 additions & 674 deletions COPYING

Large diffs are not rendered by default.

31 changes: 18 additions & 13 deletions src/fullscreen/FullScreen.java
@@ -1,22 +1,27 @@
/* /*
Part of the Processing Fullscreen API Part of the Processing Fullscreen API
Copyright (c) 2006-09 Hansi Raber The MIT License
This library is free software; you can redistribute it and/or Copyright (c) 2011, hansi raber.
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.
This library is distributed in the hope that it will be useful, Permission is hereby granted, free of charge, to any person obtaining a copy
but WITHOUT ANY WARRANTY; without even the implied warranty of of this software and associated documentation files (the "Software"), to deal
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU in the Software without restriction, including without limitation the rights
Lesser General Public License for more details. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
You should have received a copy of the GNU General The above copyright notice and this permission notice shall be included in
Public License along with this library; if not, write to the all copies or substantial portions of the Software.
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/ */
package fullscreen; package fullscreen;


Expand Down
25 changes: 25 additions & 0 deletions src/fullscreen/FullScreenBase.java
@@ -1,3 +1,28 @@
/*
Part of the Processing Fullscreen API
The MIT License
Copyright (c) 2011, hansi raber.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package fullscreen; package fullscreen;


import java.awt.Frame; import java.awt.Frame;
Expand Down
25 changes: 25 additions & 0 deletions src/fullscreen/GLDrawableHelper.java
@@ -1,3 +1,28 @@
/*
Part of the Processing Fullscreen API
The MIT License
Copyright (c) 2011, hansi raber.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package fullscreen; package fullscreen;




Expand Down
31 changes: 18 additions & 13 deletions src/fullscreen/GLTextureUpdateHelper.java
@@ -1,22 +1,27 @@
/* /*
Part of the Processing Fullscreen API Part of the Processing Fullscreen API
Copyright (c) 2006-08 Hansi Raber The MIT License
This library is free software; you can redistribute it and/or Copyright (c) 2011, hansi raber.
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.
This library is distributed in the hope that it will be useful, Permission is hereby granted, free of charge, to any person obtaining a copy
but WITHOUT ANY WARRANTY; without even the implied warranty of of this software and associated documentation files (the "Software"), to deal
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU in the Software without restriction, including without limitation the rights
Lesser General Public License for more details. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
You should have received a copy of the GNU General The above copyright notice and this permission notice shall be included in
Public License along with this library; if not, write to the all copies or substantial portions of the Software.
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/ */
package fullscreen; package fullscreen;


Expand Down
31 changes: 18 additions & 13 deletions src/fullscreen/SoftFullScreen.java
@@ -1,22 +1,27 @@
/* /*
Part of the Processing Fullscreen API Part of the Processing Fullscreen API
Copyright (c) 2006-08 Hansi Raber The MIT License
This library is free software; you can redistribute it and/or Copyright (c) 2011, hansi raber.
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.
This library is distributed in the hope that it will be useful, Permission is hereby granted, free of charge, to any person obtaining a copy
but WITHOUT ANY WARRANTY; without even the implied warranty of of this software and associated documentation files (the "Software"), to deal
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU in the Software without restriction, including without limitation the rights
Lesser General Public License for more details. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
You should have received a copy of the GNU General The above copyright notice and this permission notice shall be included in
Public License along with this library; if not, write to the all copies or substantial portions of the Software.
Free Software Foundation, Inc., 59 Temple Place, Suite 330,
Boston, MA 02111-1307 USA THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/ */
package fullscreen; package fullscreen;


Expand Down
25 changes: 25 additions & 0 deletions src/fullscreen/tests/Demo.java
@@ -1,3 +1,28 @@
/*
Part of the Processing Fullscreen API
The MIT License
Copyright (c) 2011, hansi raber.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package fullscreen.tests; package fullscreen.tests;


import java.awt.Color; import java.awt.Color;
Expand Down
25 changes: 25 additions & 0 deletions src/fullscreen/tests/Tests.java
@@ -1,3 +1,28 @@
/*
Part of the Processing Fullscreen API
The MIT License
Copyright (c) 2011, hansi raber.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
package fullscreen.tests; package fullscreen.tests;


import java.awt.GraphicsEnvironment; import java.awt.GraphicsEnvironment;
Expand Down
43 changes: 24 additions & 19 deletions src/japplemenubar/JAppleMenuBar.java
@@ -1,23 +1,28 @@
/* /*
Part of jAppleMenuBar Part of the jAppleMenuBar
Copyright (c) 2006-09 Hansi Raber The MIT License
This library is free software; you can redistribute it and/or Copyright (c) 2011, hansi raber.
modify it under the terms of the GNU General Public
License as published by the Free Software Foundation; either Permission is hereby granted, free of charge, to any person obtaining a copy
version 3 of the License, or (at your option) any later version. of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
This library is distributed in the hope that it will be useful, to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
but WITHOUT ANY WARRANTY; without even the implied warranty of copies of the Software, and to permit persons to whom the Software is
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU furnished to do so, subject to the following conditions:
Lesser General Public License for more details.
The above copyright notice and this permission notice shall be included in
You should have received a copy of the GNU General all copies or substantial portions of the Software.
Public License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Boston, MA 02111-1307 USA IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
*/ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/


package japplemenubar; package japplemenubar;


Expand Down

0 comments on commit 31758f6

Please sign in to comment.