1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Name: transset-df
Maintainer: Daniel Forchheimer <n04df@student.lth.se>
Source: http://www.forchheimer.se/transset-df/
License:
transset-df is a fork of of the program transset, originally written
by Matthew Hawn, and is released under the same public domain
license: "Use however you want."
.
The author of transset-df, Daniel Forchheimer, clarified the license
in a private email to me, Daniel Moerner, that was partially forwarded
to http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=30;att=0;bug=494863
and is reproduced here:
.
> The usage agreements are stated in the source code files. When I first
> released transset-df I decided to keep the same kind of "license" agreement
> as the original transset. The original code simply has a comment that says
> "Use however you want" and I have kept that note throughout all the
> releases. My interpretation of that is that it is "public domain", there are
> no restrictions at all on copying, modifying, selling, or even releasing
> under a new license etc. So given that there are no restrictions at all I
> can't see how that can be incompatible with debian. Let me know if you run
> into any problems with that and I can consider making a re-release with some
> clearer license text.
Files: dsimple.c dsimple.h mydsimple.c
Copyright: 1993, 1998, The Open Group
License:
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.
.
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 OPEN GROUP 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.
.
Except as contained in this notice, the name of The Open Group shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.
Files: debian/*
Copyright: 2008-2009, Daniel Moerner <dmoerner@gmail.com>
License: BSD
On Debian systems the full text of the BSD License can be found in
the `/usr/share/common-licenses/BSD' file.
|