r579 - in /packages/flasm/trunk/debian: changelog copyright flasm.copyright
pabs at users.alioth.debian.org
pabs at users.alioth.debian.org
Wed Nov 22 07:46:57 UTC 2017
Author: pabs
Date: Wed Nov 22 07:46:57 2017
New Revision: 579
URL: http://svn.debian.org/wsvn/pkg-flash/?sc=1&rev=579
Log:
Switch to machine-readable copyright files
Modified:
packages/flasm/trunk/debian/changelog
packages/flasm/trunk/debian/copyright
packages/flasm/trunk/debian/flasm.copyright
Modified: packages/flasm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/changelog?rev=579&op=diff
==============================================================================
--- packages/flasm/trunk/debian/changelog (original)
+++ packages/flasm/trunk/debian/changelog Wed Nov 22 07:46:57 2017
@@ -6,6 +6,7 @@
[ Paul Wise ]
* Change priority from extra to optional
* Move upstream meta-data file to the correct location
+ * Switch to machine-readable copyright files
-- Helmut Grohne <helmut at subdivi.de> Tue, 21 Nov 2017 21:09:38 +0100
Modified: packages/flasm/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/copyright?rev=579&op=diff
==============================================================================
--- packages/flasm/trunk/debian/copyright (original)
+++ packages/flasm/trunk/debian/copyright Wed Nov 22 07:46:57 2017
@@ -1,58 +1,64 @@
-This package was debianized by Paul Wise <pabs at debian.org> on
-Tue, 4 Apr 2006 18:55:16 +0800.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flasm
+Source: http://flasm.sourceforge.net/
-It was downloaded from http://flasm.sourceforge.net/
+Files: *
+Copyright:
+ 2001 Opaque Industries,
+ 2002-2007 Igor Kogan,
+ 2005 Wang Zhen
+License: BSD-3-clause-opaque-industries
-Copyright:
+Files: memwatch.*
+Copyright: 1992-2003 Johan Lindh
+License: GPL-2+
- Copyright (c) 2001 Opaque Industries, (c) 2002-2007 Igor Kogan, (c) 2005 Wang Zhen
+Files: debian/*
+Copyright: 2006-2017 Paul Wise <pabs at debian.org>
+License: BSD-3-clause-opaque-industries
- memwatch:
+License: BSD-3-clause-opaque-industries
+ Redistribution and use in source and binary forms, with or without modification, are
+ permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this list
+ of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice, this
+ list of conditions and the following disclaimer in the documentation and/or other
+ materials provided with the distribution.
+ * Neither the name of the Opaque Industries nor the names of its contributors may
+ be used to endorse or promote products derived from this software without specific
+ prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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.
+ .
+ Macromedia and Flash are either registered trademarks or trademarks of Adobe Systems
+ Incorporated in the United States and/or other countries.
+ .
+ Adobe does not sponsor, affiliate, or endorse this product and/or services.
- Copyright (C) 1992-2003 Johan Lindh
-
-License:
-
-Redistribution and use in source and binary forms, with or without modification, are
-permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice, this list
- of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this
- list of conditions and the following disclaimer in the documentation and/or other
- materials provided with the distribution.
- * Neither the name of the Opaque Industries nor the names of its contributors may
- be used to endorse or promote products derived from this software without specific
- prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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.
-
-Macromedia and Flash are either registered trademarks or trademarks of Adobe Systems
-Incorporated in the United States and/or other countries.
-
-Adobe does not sponsor, affiliate, or endorse this product and/or services.
-
- memwatch:
-
- MEMWATCH 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 2 of the License, or
- (at your option) any later version.
-
- MEMWATCH 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 with
- your Debian GNU/Linux system, in /usr/share/common-licenses/GPL. if not,
- write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- Boston, MA 02111-1307 USA or visit http://www.gnu.org/licenses/gpl.html
+License: GPL-2+
+ MEMWATCH 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 2 of the License, or
+ (at your option) any later version.
+ .
+ MEMWATCH 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 MEMWATCH; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Modified: packages/flasm/trunk/debian/flasm.copyright
URL: http://svn.debian.org/wsvn/pkg-flash/packages/flasm/trunk/debian/flasm.copyright?rev=579&op=diff
==============================================================================
--- packages/flasm/trunk/debian/flasm.copyright (original)
+++ packages/flasm/trunk/debian/flasm.copyright Wed Nov 22 07:46:57 2017
@@ -1,37 +1,42 @@
-This package was debianized by Paul Wise <pabs at debian.org> on
-Tue, 4 Apr 2006 18:55:16 +0800.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flasm
+Source: http://flasm.sourceforge.net/
-It was downloaded from http://flasm.sourceforge.net/
+Files: *
+Copyright:
+ 2001 Opaque Industries,
+ 2002-2007 Igor Kogan,
+ 2005 Wang Zhen
+License: BSD-3-clause-opaque-industries
-Copyright:
+Files: debian/*
+Copyright: 2006-2017 Paul Wise <pabs at debian.org>
+License: BSD-3-clause-opaque-industries
- Copyright (c) 2001 Opaque Industries, (c) 2002-2007 Igor Kogan, (c) 2005 Wang Zhen
-
-License:
-
-Redistribution and use in source and binary forms, with or without modification, are
-permitted provided that the following conditions are met:
-
- * Redistributions of source code must retain the above copyright notice, this list
- of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above copyright notice, this
- list of conditions and the following disclaimer in the documentation and/or other
- materials provided with the distribution.
- * Neither the name of the Opaque Industries nor the names of its contributors may
- be used to endorse or promote products derived from this software without specific
- prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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.
-
-Macromedia and Flash are either registered trademarks or trademarks of Adobe Systems
-Incorporated in the United States and/or other countries.
-
-Adobe does not sponsor, affiliate, or endorse this product and/or services.
+License: BSD-3-clause-opaque-industries
+ Redistribution and use in source and binary forms, with or without modification, are
+ permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice, this list
+ of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice, this
+ list of conditions and the following disclaimer in the documentation and/or other
+ materials provided with the distribution.
+ * Neither the name of the Opaque Industries nor the names of its contributors may
+ be used to endorse or promote products derived from this software without specific
+ prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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.
+ .
+ Macromedia and Flash are either registered trademarks or trademarks of Adobe Systems
+ Incorporated in the United States and/or other countries.
+ .
+ Adobe does not sponsor, affiliate, or endorse this product and/or services.
More information about the pkg-flash-devel
mailing list