diff --git a/README.md b/README.md index bff196b7..a66f9945 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,14 @@ License Libresonic is free software and licensed under the [GNU General Public License version 3](http://www.gnu.org/copyleft/gpl.html). The code in this repository(and associated binaries) are free of any "license key" or other restrictions. If you wish to thank the maintainer of this repository, please consider a donation to the [Electronic Frontier Foundation](https://supporters.eff.org/donate). -The original Subsonic was released under the GPLv3 through version 5.3. Beginning with 6.0, the software is only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) package which offers extra functionality. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic does not. +The [Subsonic source code](https://github.com/Libresonic/subsonic-svn) was released under the GPLv3 through version 6.0-beta1. Beginning with 6.0-beta2, source is no longer provided. Binaries of Subsonic are only available under a commercial license. There is a [Subsonic Premium](http://www.subsonic.org/pages/premium.jsp) service which adds functionality not available in Libresonic. Subsonic also offers RPM, Deb, Exe, and other pre-built packages that Libresonic [currently does not](https://github.com/Libresonic/libresonic/issues/65). Usage ----- +Libresonic can be downloaded from [Github](https://github.com/Libresonic/libresonic/releases) for personal usage. Packagers can reference the [release repository](https://libresonic.org/release/), but pleasse contact the maintainer or wait until a [stable release policy](https://github.com/Libresonic/libresonic/issues/73) is available. + +Libresonic is packaged in [WAR format](https://en.wikipedia.org/wiki/WAR_(file_format)), suitable for deployment as a [webapp under Tomcat](https://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html). Comprehensive install documentation [is pending](https://github.com/Libresonic/libresonic/issues/64). + Please see the [INSTALL document](https://github.com/Libresonic/libresonic/blob/develop/INSTALL.md) for instructions on building from source. diff --git a/pom.xml b/pom.xml index 1a7bc4e6..322c0794 100644 --- a/pom.xml +++ b/pom.xml @@ -3,15 +3,15 @@ 4.0.0 net.sourceforge.subsonic - subsonic - 5.3 - Subsonic + libresonic + 6.0 + Libresonic pom - Subsonic - http://subsonic.org/ + Libresonic + https://libresonic.org/ - 2004 + 2016 true @@ -56,12 +56,12 @@ - scm:svn:svn+ssh://sindre_mehus@svn.code.sf.net/p/subsonic/code/trunk - scm:svn:svn+ssh://sindre_mehus@svn.code.sf.net/p/subsonic/code/trunk - https://sourceforge.net/p/subsonic/code + scm:git:git://github.com/Libresonic/libresonic.git + scm:git:git@github.com:Libresonic/libresonic.git + https://github.com/Libresonic/libresonic.git - + - Sindre Mehus - sindre@activeobjects.no + Eugene E. Kashpureff Jr + eugene@kashpureff.org @@ -176,4 +176,4 @@ - \ No newline at end of file + diff --git a/subsonic-assembly/pom.xml b/subsonic-assembly/pom.xml index 25cbbeab..2165a863 100644 --- a/subsonic-assembly/pom.xml +++ b/subsonic-assembly/pom.xml @@ -10,7 +10,7 @@ net.sourceforge.subsonic subsonic - 5.3 + 6.0 diff --git a/subsonic-booter/pom.xml b/subsonic-booter/pom.xml index 3481d07b..5dace9ed 100644 --- a/subsonic-booter/pom.xml +++ b/subsonic-booter/pom.xml @@ -9,7 +9,7 @@ net.sourceforge.subsonic subsonic - 5.3 + 6.0 diff --git a/subsonic-installer-debian/pom.xml b/subsonic-installer-debian/pom.xml index c3255cf5..20b52a15 100644 --- a/subsonic-installer-debian/pom.xml +++ b/subsonic-installer-debian/pom.xml @@ -10,7 +10,7 @@ net.sourceforge.subsonic subsonic - 5.3 + 6.0 diff --git a/subsonic-installer-mac/pom.xml b/subsonic-installer-mac/pom.xml index 0096369e..61f439db 100644 --- a/subsonic-installer-mac/pom.xml +++ b/subsonic-installer-mac/pom.xml @@ -10,7 +10,7 @@ net.sourceforge.subsonic subsonic - 5.3 + 6.0 diff --git a/subsonic-installer-rpm/pom.xml b/subsonic-installer-rpm/pom.xml index 9f4bd34a..da3dce9f 100644 --- a/subsonic-installer-rpm/pom.xml +++ b/subsonic-installer-rpm/pom.xml @@ -10,7 +10,7 @@ net.sourceforge.subsonic subsonic - 5.3 + 6.0 diff --git a/subsonic-installer-windows/pom.xml b/subsonic-installer-windows/pom.xml index 0d6d0314..20b1d929 100644 --- a/subsonic-installer-windows/pom.xml +++ b/subsonic-installer-windows/pom.xml @@ -10,7 +10,7 @@ net.sourceforge.subsonic subsonic - 5.3 + 6.0 diff --git a/subsonic-main/pom.xml b/subsonic-main/pom.xml index 71068686..94ecdd33 100644 --- a/subsonic-main/pom.xml +++ b/subsonic-main/pom.xml @@ -9,8 +9,8 @@ net.sourceforge.subsonic - subsonic - 5.3 + libresonic + 6.0 diff --git a/subsonic-rest-api/pom.xml b/subsonic-rest-api/pom.xml index 3bcd451d..e260904f 100644 --- a/subsonic-rest-api/pom.xml +++ b/subsonic-rest-api/pom.xml @@ -8,8 +8,8 @@ net.sourceforge.subsonic - subsonic - 5.3 + libresonic + 6.0 diff --git a/subsonic-sonos-api/pom.xml b/subsonic-sonos-api/pom.xml index b761bb72..2d186b37 100644 --- a/subsonic-sonos-api/pom.xml +++ b/subsonic-sonos-api/pom.xml @@ -7,8 +7,8 @@ net.sourceforge.subsonic - subsonic - 5.3 + libresonic + 6.0