Results 1 to 10 of 10
I've got a script that's about 75 lines that I want to release under the GNU GPL. But then I'd have to put it in an archive with the GNU ...
- 11-11-2005 #1Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Licensing problem
I've got a script that's about 75 lines that I want to release under the GNU GPL. But then I'd have to put it in an archive with the GNU GPL, and the point of the script is to be easy for even a Unix newbie. Any suggestions?
- 11-11-2005 #2
I'd say it's a part of the GPL and then put the web address to http://www.gnu.org/licenses/gpl.html beside it.
- 11-11-2005 #3http://www.gnu.org/licenses/gpl-faq....tIfWorkIsShort
Originally Posted by GNU
There are two options are (as I see it). They are to release it under a compatible license or to modify the GPL so you don't have to include the actual license (then it won't be the GPL).Brilliant Mediocrity - Making Failure Look Good
- 11-11-2005 #4Reading http://www.gnu.org/licenses/gpl-faq....hyMustIInclude it seems that giving the URL isn't good enough
Originally Posted by dylunio
unless you have the version of the GPL on a sever which will never change URL untill the internet comes to an end
- 11-11-2005 #5Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Hrm, would this license work:
Permission to use, copy, modify, and distribute this software provided that the above copyright notice is not removed and the used, copied, modified or redistributed software is under the terms of this license, or at your option, the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- 11-11-2005 #6So, is this license just "Permission to use, copy, modify, and distribute this software provided that the above copyright notice is not removed", with the request that future additions be released under the GPL if possible?
Originally Posted by a thing Brilliant Mediocrity - Making Failure Look Good
- 11-11-2005 #7Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
Not exactly. If it would actually be long enough to be released under the GNU GPL, then the license lets you do that, but otherwise, the same license is fine.
To get rid of that ambiguity, I added the line:
"It is recommended to use the GNU General Public License only when the software is longer than the GNU General Public License, for the GNU General Public License requires that the license is included with the software, not just linked to."
So now the whole license is:
Permission to use, copy, modify, and distribute this software provided that the above copyright notice is not removed and the used, copied, modified or redistributed software is under the terms of this license, or at your option, the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
It is recommended to use the GNU General Public License only when the software is longer than the GNU General Public License, for the GNU General Public License requires that the license is included with the software, not just linked to.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Thoughts before I publish this?
- 11-11-2005 #8
Ok, I understand now. Looks like the best solution.
Brilliant Mediocrity - Making Failure Look Good
- 11-11-2005 #9Linux Engineer
- Join Date
- Jan 2005
- Location
- Chicago (USA)
- Posts
- 1,028
- 11-12-2005 #10Cool
Originally Posted by a thing
Brilliant Mediocrity - Making Failure Look Good


Reply With Quote
