Mercurial > baum
changeset 21:ca56c1b3fb67
added license to debian/copyright; fixed minor makefile and debian stuff
author | meillo@marmaro.de |
---|---|
date | Wed, 13 Feb 2008 21:33:20 +0100 (2008-02-13) |
parents | 3c64b5ac821b |
children | 4fd4c56e8950 |
files | Makefile debian/changelog debian/copyright debian/docs debian/rules |
diffstat | 5 files changed, 38 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Feb 13 21:23:21 2008 +0100 +++ b/Makefile Wed Feb 13 21:33:20 2008 +0100 @@ -55,7 +55,7 @@ dist: build changelog @echo "generating tarball" @mkdir -p ${NV} - @cp -f ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} + @cp -rf ${NAME} ${SRC} ${DEP} ${NAME}.1 Makefile ${DOCS} ${NV} @tar -czhof ${NV}.tar.gz ${NV} @rm -rf ${NV}
--- a/debian/changelog Wed Feb 13 21:23:21 2008 +0100 +++ b/debian/changelog Wed Feb 13 21:33:20 2008 +0100 @@ -1,6 +1,20 @@ +baum (0.1-4) unstable; urgency=low + + * included license in debian/copyright + + -- markus schnalke <meillo@marmaro.de> Wed, 13 Feb 2008 21:31:08 +0100 + + +baum (0.1-3) unstable; urgency=low + + * added examples + + -- markus schnalke <meillo@marmaro.de> Wed, 13 Feb 2008 21:25:32 +0100 + + baum (0.1-2) unstable; urgency=low - * Initial debian package + * fixed some problems -- markus schnalke <meillo@marmaro.de> Wed, 13 Feb 2008 21:10:16 +0100
--- a/debian/copyright Wed Feb 13 21:23:21 2008 +0100 +++ b/debian/copyright Wed Feb 13 21:33:20 2008 +0100 @@ -5,7 +5,25 @@ Upstream Author: markus schnalke <meillo@marmaro.de> -This software is copyright (c) 2008 markus schnalke. + +Copyright 2008 markus schnalke <meillo@marmaro.de> + +MIT/X Consortium License -You are free to distribute this software under the terms of -the MIT-/X-License. See LICENSE for details. +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +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 AUTHORS OR COPYRIGHT HOLDERS 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.