[redeclipse-data] 01/03: Remove unmatched copyright fonts/* record, removed in repack

Martin Werner arand-guest at moszumanska.debian.org
Sat Apr 11 19:19:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

arand-guest pushed a commit to branch debdir
in repository redeclipse-data.

commit 24cc438dfb2fcd6bac567d1ecdf0ed962a0b394e
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Thu Apr 9 23:29:41 2015 +0200

    Remove unmatched copyright fonts/* record, removed in repack
    
    Update the copyright generation script to also filter out the fonts/*
    content license records, since the contents are removed from upstream
    tarball in the get-orig-source repack.
    
    The Akashi font is part of some images/logos, but this should be a
    document as far as OFL is concerned, and thus need not be licensed under
    the OFL.
    
    The Play font raster grids is rendered from ttf source in the fonts-play
    package, and is not present at all in the redeclipse-data source
    package.
---
 copyright          | 100 -----------------------------------------------------
 generate-copyright |   4 +--
 2 files changed, 2 insertions(+), 102 deletions(-)

diff --git a/copyright b/copyright
index 625b2b5..94ce852 100644
--- a/copyright
+++ b/copyright
@@ -222,106 +222,6 @@ Files: nobiax/*
 Copyright: Nobiax
 License: CC0-1.0
 
-Files: fonts/Play*.ttf
-Copyright: 2011, Jonas Hecksher, Playtypes, e-types AS (e-types.com)
-License: OFL-1.1
-Comment:
- Reserved Font Names "Play", "Playtype", "Playtype Sans".
-
-Files: fonts/play*.png
-Copyright: 2011, Jonas Hecksher, Playtypes, e-types AS (e-types.com)
-           2011, Red Eclipse Team
-License: OFL-1.1
-Comment:
- Reserved Font Names "Play", "Playtype", "Playtype Sans".
- .
- These font image grids are generated from the "Play" font via cube2font.
-
-Files: fonts/akashi*.ttf
-Copyright: 2007-2013 Ten by Twenty
-License: OFL-1.1
-Comment:
- I, Martin Erik Werner ("arand") have had a longer email discussion with Ed
- Merrit (the Author of Akashi) regarding the license of the Akashi font
- available from Ten By Twenty, and the conclusion is that the Akashi font is
- distibuted under the SIL Open Font License (OFL) 1.1
- Copyright © 2007 - 2013 Ten by Twenty.
- .
- The concluding bits from the email conversation are reproduced below:
- .
- Message-ID: <517F948C.8040909 at edmerritt.com>
- Date: Tue, 30 Apr 2013 10:53:16 +0100
- From: Ed Merritt <ed at edmerritt.com>
- To: Martin Erik Werner <martinerikwerner at gmail.com>
- Subject: Re: Fwd: akashi license
- References: <4EB54D50.30708 at gmail.com> <4EB54DF3.30105 at edmerritt.com>
-           <1364335792.6577.62.camel at mas> <1367096373.20993.29.camel at mas>
- In-Reply-To: <1367096373.20993.29.camel at mas>
- .
- Hi Martin,
- I've updated the footer of the site to state that all fonts are
- distributed under the SIL Open Font License.
- .
- Ed
- .
- .
- .
- On 27/04/2013 21:59, Martin Erik Werner wrote:
- > Hi,
- >
- > I know I'm nagging a bit :) But could you have a look at the questions
- > in my last email below?
- >
- > We'd like to know where to go with our usage of Akashi and things kind
- > of depend on whether or not we can get a clarification of the license.
- >
- > Pretty please? :)
- .
- Message-ID: <1364335792.6577.62.camel at mas>
- Subject: Re: Fwd: akashi license
- From: Martin Erik Werner <martinerikwerner at gmail.com>
- To: Ed Merritt <ed at edmerritt.com>
- Date: Tue, 26 Mar 2013 23:09:52 +0100
- In-Reply-To: <4EB54DF3.30105 at edmerritt.com>
- References: <4EB54D50.30708 at gmail.com> <4EB54DF3.30105 at edmerritt.com>
- .
- Hi Ed,
- .
- (I was using the alias "Arand Nash" with the ienorand at gmail.com email
- previously. I've since switched over to using the birth name)
- .
- We are currently using your typeface "Akashi" for several pieces of
- "word art" and in the logo of the Free and Open Source FPS game Red
- Eclipse <http://redeclipse.net>.
- .
- It's an awesome font which we really like! :)
- .
- I previously contacted you regarding a clarification of the font
- license, since we tend to be a bit picky with our licenses in order to
- remain fully open source, the clarification I got at that point we
- deemed fine.
- .
- However, it seems that some distributions, into which we would very much
- like Red Eclipse to be accepted, wants a more formal license for things
- (explicitly allowing use, modification, and redistribution with or
- without modification).
- .
- (The discussion in question is on a bug report for the game package in
- the linux distribution Fedora:
- https://bugzilla.redhat.com/show_bug.cgi?id=895947)
- .
- Would it be possible to get a more formal clarification of the license
- for the Akashi font covering those bits, or more preferably, would it be
- possible to use the Akashi font under a well-known license like the
- OFL-1.1, since this would make sure to avoid all the misinterpretation
- pitfalls of a custom-written license.
- .
- Thanks!
- --
- Martin Erik Werner "arand" <martinerikwerner at gmail.com>
- .
- <removed previous quoted email conversation>
-
 Files: textures/logo.png luckystrike/pub2* luckystrike/pub1*
 Copyright: Ed Merrit, Ten by Twenty, <http://www.tenbytwenty.com/>
            2011, Red Eclipse Team
diff --git a/generate-copyright b/generate-copyright
index c4186fa..a9645b5 100755
--- a/generate-copyright
+++ b/generate-copyright
@@ -32,8 +32,8 @@ sed -e 's/^/\ /' -e 's/^\ $/\ \./' readme.txt >> debian/copyright-new
 # Remove duplicated Format: line and insert upstream license dep5 file
 sed '/Format:.*/d' "$all_licenses"  >> debian/copyright-new
 
-# Remove all records related to bin/*, config/*, doc/* and src/*
-awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: (bin|config|src|doc)\// ' debian/copyright-new > debian/copyright-temp
+# Remove all records related to bin/*, config/*, doc/*, data/fonts/* and src/*
+awk 'BEGIN{ ORS="\n\n"; RS="" ; FS="\n"} $1 !~ /^Files: (bin|config|doc|data\/fonts|src)\// ' debian/copyright-new > debian/copyright-temp
 mv debian/copyright-temp debian/copyright-new
 
 # Remove data/ prefix

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse-data.git



More information about the Pkg-games-commits mailing list