This is an automated email from the git hooks/post-receive script. emorrp1-guest pushed a commit to branch repack_uscan in repository scorched3d.
commit 128eedf35b3e0ec74c72e5a35c9987aa956392c6 Author: Phil Morrell <[email protected]> Date: Sun Feb 28 14:10:31 2016 +0000 move copyright statements to debian/copyright --- debian/copyright | 25 +++++++++++++++++++++++++ debian/repack | 29 +---------------------------- debian/source_package_build.bash | 27 --------------------------- 3 files changed, 26 insertions(+), 55 deletions(-) diff --git a/debian/copyright b/debian/copyright index 3767293..fbac05d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -228,3 +228,28 @@ These images are created by the Debian GNU/Linux project and are derived works from images in the openclipart-svg package, which content is in the public domain. For the exact license information install openclipart-svg and see /usr/share/doc/openclipart-svg/copyright. + +Files: + debian/repack + debian/source_package_build.bash +Copyright: + © 2013–2014 Ben Finney <[email protected]> +License: + 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. diff --git a/debian/repack b/debian/repack index 7111bbb..19094e1 100755 --- a/debian/repack +++ b/debian/repack @@ -1,11 +1,5 @@ -#! /bin/bash +#!/bin/bash # -# debian/repack -# Part of the Debian package ‘libjs-zxcvbn’. -# -# Copyright © 2013–2014 Ben Finney <[email protected]> -# This is free software; see the end of this file for license terms. - # Convert the pristine upstream source to the Debian upstream source. # # This program is designed for use with the ‘uscan(1)’ tool, as the @@ -84,27 +78,6 @@ mv "${target_working_file}" "${target_file}" printf "Done.\n" - -# 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. - - # Local variables: # coding: utf-8 # mode: sh diff --git a/debian/source_package_build.bash b/debian/source_package_build.bash index 520d4ee..d6e7e1f 100644 --- a/debian/source_package_build.bash +++ b/debian/source_package_build.bash @@ -1,9 +1,3 @@ -# debian/source_package_build.bash -# Part of the Debian package ‘libjs-zxcvbn’. -# -# Copyright © 2013–2014 Ben Finney <[email protected]> -# This is free software; see the end of this file for license terms. - # Common code for building Debian upstream source package. working_dir="$(mktemp -d -t)" @@ -42,27 +36,6 @@ function archive_working_dirname_to_tarball() { GZIP="--best" tar --directory "${working_dir}" -czf "${tarball}" "${source_dirname}" } - -# 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. - - # Local variables: # coding: utf-8 # mode: sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scorched3d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

