diff --git a/AUTHORS.txt b/AUTHORS.txt index ded446867..97df9244c 100755 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,5 +1,5 @@ projectM -- Milkdrop-esque visualisation SDK -Copyright (C)2003-2007 projectM Team +Copyright (C)2003-2016 projectM Team This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -48,3 +48,6 @@ Matthias Klumpp Mischa Spiegelmock Mac OS X updates and native iTunes visualization plugin Web support (projectM-emscripten) + CMake improvements for OSX and Linux + SDL and OpenGLES + diff --git a/COPYING.txt b/LICENSE.txt similarity index 90% rename from COPYING.txt rename to LICENSE.txt index 47fb6afa6..125c022f1 100755 --- a/COPYING.txt +++ b/LICENSE.txt @@ -457,48 +457,4 @@ DAMAGES. END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - diff --git a/README.md b/README.md index d2a89d36f..28efd9179 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Mac OS X -* [Prebuilt iTunes plugin installer](https://github.com/revmischa/projectm/releases) +* [Prebuilt iTunes plugin installer](https://github.com/projectM-visualizer/projectm/releases) * [OSX Build instructions](BUILDING_OSX.txt) ## Linux @@ -14,7 +14,7 @@ make install ``` ## Help -Report issues on [GitHub](https://github.com/revmischa/projectm/issues/new) +Report issues on [GitHub](https://github.com/projectM-visualizer/projectm/issues/new) ## Configure With cmake If you wish to configure build options run: