From 2bab8ff88cc91894aeeb31f644e2fef2bf489d01 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Tue, 15 Jul 2014 13:24:12 -0500 Subject: [PATCH] Changed licensing to GPLv3, to be compatible with JUCE source code. --- AUTHORS | 10 +---- CMakeLists.txt | 26 +++++++++++ COPYING | 108 +++++++++++++++++++++++---------------------- README | 80 ++++++++++++++++++++++++++------- src/CMakeLists.txt | 28 +++++++++++- src/Main.cpp | 8 ++-- 6 files changed, 176 insertions(+), 84 deletions(-) diff --git a/AUTHORS b/AUTHORS index 4e66822..04bbf8a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,2 @@ ------------------------------------------------------------------------------- Jonathan Thomas -Julian Storer ------------------------------------------------------------------------------- - -This project contains large amounts of code from the JUCE library: "Jules" -Utility Class Extensions". Copyright 2004-11 by Raw Material Software Ltd. -The JUCE library can be redistributed and/or modified under the terms of the -GNU General Public License (Version 2 or any later version), as published by -the Free Software Foundation. \ No newline at end of file +Julian Storer \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 260a162..7bdfea4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,29 @@ +#################### CMakeLists.txt (libopenshot-audio) ###################### +# @brief CMake build file for libopenshot-audio (used to generate makefiles) +# @author Jonathan Thomas +# +# @section LICENSE +# +# Copyright (c) 2008-2014 OpenShot Studios, LLC +# . This file is part of +# OpenShot Audio Library (libopenshot-audio), an open-source project dedicated +# to delivering high quality audio editing and playback solutions to the +# world. For more information visit . +# +# OpenShot Audio Library (libopenshot-audio) 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. +# +# OpenShot Audio Library (libopenshot-audio) 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 OpenShot Audio Library. If not, see . +################################################################################ + cmake_minimum_required(VERSION 2.8) ################ ADD CMAKE MODULES ################## diff --git a/COPYING b/COPYING index faf7bf4..e587591 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies @@ -7,15 +7,17 @@ Preamble - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. + The GNU General Public License is a free, copyleft license for +software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to +the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free -software for all its users. +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you @@ -24,34 +26,44 @@ them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. @@ -60,7 +72,7 @@ modification follow. 0. Definitions. - "This License" refers to version 3 of the GNU Affero General Public License. + "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. @@ -537,45 +549,35 @@ to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. - 13. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. + 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single +under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in detail to +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU Affero General +Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever published +GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future -versions of the GNU Affero General Public License can be used, that proxy's +versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. diff --git a/README b/README index e216b66..8dd18a9 100644 --- a/README +++ b/README @@ -1,31 +1,77 @@ ------------------------------------------------------------------------------- +#################################################################### + OpenShot Audio Library +#################################################################### + OpenShot Audio Library (libopenshot-audio) is a program that allows the high-quality editing and playback of audio, and is based on the amazing -JUCE library. - - Copyright 2004-2014 by Raw Material Software Ltd. - Copyright (C) 2011-2014 OpenShot Studios, LLC. - ------------------------------------------------------------------------------- +JUCE library. For more information visit . + +#################################################################### + License +#################################################################### + +Copyright (c) 2008-2014 OpenShot Studios, LLC +. + +Copyright 2004-2014 by Raw Material Software Ltd. OpenShot Audio Library (libopenshot-audio) is free software: you can -redistribute it and/or modify it under the terms of the GNU Affero General +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. OpenShot Audio Library (libopenshot-audio) 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 Affero General Public License for more details. +GNU General Public License for more details. -You should have received a copy of the GNU Affero General Public License +You should have received a copy of the GNU General Public License along with OpenShot Audio Library. If not, see . ------------------------------------------------------------------------------- -To release a closed-source product which uses JUCE (i.e. audio playback and -editing), commercial licenses are available: visit -www.rawmaterialsoftware.com/juce for more information. +#################################################################### + +This project contains large amounts of code from the JUCE library: "Jules" +Utility Class Extensions". Copyright 2004-14 by Raw Material Software Ltd. +The JUCE library can be redistributed and/or modified under the terms of the +GNU General Public License (Version 2 or any later version), as published by +the Free Software Foundation. + + To release a closed-source product which uses JUCE (i.e. audio editing and + playback), commercial licenses are available: visit + www.rawmaterialsoftware.com/juce for more information. -To release a closed-source product which uses libopenshot (i.e. video playback -and editing), commercial licenses are available: contact sales@openshot.org -for more information. \ No newline at end of file + To release a closed-source product which uses libopenshot (i.e. video + editing and playback), commercial licenses are available: contact + sales@openshot.org for more information. + + +#################################################################### + Install +#################################################################### + +For a very detailed Linux, Mac, and Windows compiling instruction guide, please +visit our online guide at: +https://docs.google.com/document/d/1V6nq-IuS9zxqO1-OSt8iTS_cw_HMCpsUNofHLYtUNjM/pub + + +#################################################################### + Documentation +#################################################################### + +Documentation is auto-generated by Doxygen, and can be created with +$ make doc + + +#################################################################### + Authors +#################################################################### + +Please see AUTHORS file for a full list of authors. + + +#################################################################### + www.openshot.org | www.openshotstudios.com +#################################################################### + + Copyright (c) 2008-2014 OpenShot Studios, LLC + . diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 36b8452..039d4bd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,31 @@ -############### TEST EXECUTABLES ################ +#################### CMakeLists.txt (libopenshot-audio) ###################### +# @brief CMake build file for libopenshot-audio (used to generate makefiles) +# @author Jonathan Thomas +# +# @section LICENSE +# +# Copyright (c) 2008-2014 OpenShot Studios, LLC +# . This file is part of +# OpenShot Audio Library (libopenshot-audio), an open-source project dedicated +# to delivering high quality audio editing and playback solutions to the +# world. For more information visit . +# +# OpenShot Audio Library (libopenshot-audio) 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. +# +# OpenShot Audio Library (libopenshot-audio) 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 OpenShot Audio Library. If not, see . +################################################################################ + +############### TEST EXECUTABLES ################ add_executable(openshot-audio-test-sound Main.cpp) target_link_libraries(openshot-audio-test-sound openshot-audio) diff --git a/src/Main.cpp b/src/Main.cpp index 145aedb..4905be0 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -8,20 +8,20 @@ * Copyright (c) 2008-2014 OpenShot Studios, LLC * . This file is part of OpenShot Audio * Library (libopenshot-audio), an open-source project dedicated to delivering - * high quality video editing and animation solutions to the world. For more + * high quality audio editing and playback solutions to the world. For more * information visit . * * OpenShot Audio Library (libopenshot-audio) is free software: you can - * redistribute it and/or modify it under the terms of the GNU Affero General + * 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. * * OpenShot Audio Library (libopenshot-audio) 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 Affero General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License + * You should have received a copy of the GNU General Public License * along with OpenShot Library. If not, see . * * @mainpage OpenShot Audio Library C++ API