Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Andreas Arnez <arnez@linux.vnet.ibm.com>
To: brobecker@adacore.com
Cc: palves@redhat.com, Eli Zaretskii <eliz@gnu.org>, gdb@sourceware.org
Subject: Re: SVG version of GDB mascot (archer fish)
Date: Wed, 04 Oct 2017 13:30:00 -0000	[thread overview]
Message-ID: <m3k20boxbe.fsf@oc1027705133.ibm.com> (raw)
In-Reply-To: <83shf55q5x.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 29 Sep	2017 21:13:30 +0300")

On Fri, Sep 29 2017, Eli Zaretskii wrote:

>> From: Andreas Arnez <arnez@linux.vnet.ibm.com>
>> Cc: palves@redhat.com, brobecker@adacore.com, gdb@sourceware.org
>> Date: Fri, 29 Sep 2017 19:19:06 +0200
>> 
>> > FWIW, https://www.gnu.org/licenses/license-list.en.html#OtherLicenses
>> > only mentions CC BY-SA 4.0, so I think we should first find out
>> > whether version 3.0 is GPL-compatible.
>> 
>> Hm, if I understand the license terms of CC BY-SA 3.0 US correctly, I
>> should be able to upgrade the license of my derivative work to CC BY-SA
>> 4.0.  Sounds like that would be preferable?
>
> I think so, yes.  If nothing else, it will allow us to avoid asking
> the FSF lawyers about this.

In this case I suggest to apply the patch below to the GDB web site.  Is
this OK?

--
Subject: Upgrade license of GDB mascot's SVG versions to CC-BY-SA 4.0

This patch upgrades the license of the SVG versions of the GDB archer
fish logo from "CC BY-SA 3.0 US" to "CC BY-SA 4.0".

Index: images/archer-inkscape.svg
===================================================================
RCS file: /cvs/gdb/htdocs/images/archer-inkscape.svg,v
retrieving revision 1.1
diff -u -r1.1 archer-inkscape.svg
--- images/archer-inkscape.svg	26 Sep 2017 12:19:48 -0000	1.1
+++ images/archer-inkscape.svg	4 Oct 2017 13:19:11 -0000
@@ -14,7 +14,7 @@
    id="svg2"
    version="1.1"
    inkscape:version="0.47 r22583"
-   sodipodi:docname="gdbfish.svg">
+   sodipodi:docname="archer-inkscape.svg">
   <title
      id="title2876">Archer Fish</title>
   <defs
@@ -178,7 +178,7 @@
            rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
         <dc:title>Archer Fish</dc:title>
         <cc:license
-           rdf:resource="https://creativecommons.org/licenses/by-sa/3.0/us/" />
+           rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/" />
         <dc:creator>
           <cc:Agent>
             <dc:title>Andreas Arnez</dc:title>
@@ -200,7 +200,7 @@
         </dc:subject>
       </cc:Work>
       <cc:License
-         rdf:about="http://creativecommons.org/licenses/by-sa/3.0/">
+         rdf:about="http://creativecommons.org/licenses/by-sa/4.0/">
         <cc:permits
            rdf:resource="http://creativecommons.org/ns#Reproduction" />
         <cc:permits
Index: mascot/index.html
===================================================================
RCS file: /cvs/gdb/htdocs/mascot/index.html,v
retrieving revision 1.21
diff -u -r1.21 index.html
--- mascot/index.html	26 Sep 2017 12:19:49 -0000	1.21
+++ mascot/index.html	4 Oct 2017 13:19:11 -0000
@@ -72,10 +72,11 @@
 An <a href="../../gdb/images/archer-inkscape.svg">Inkscape document</a>
 for easier editing and adaptation is available as well.
 
-<p> Jamie Guinan's original archer fish logo and the vector versions by
-Andreas Arnez are licensed
+<p> Jamie Guinan's original archer fish logo is licensed
 under <a href="https://creativecommons.org/licenses/by-sa/3.0/us/">CC
-BY-SA 3.0 US</a>.
+BY-SA 3.0 US</a>.  The vector versions by Andreas Arnez are licensed
+under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA
+4.0</a>.
 
 <!-- /body, update below using ../../gdb/index.sh -->
 


  reply	other threads:[~2017-10-04 13:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-25 17:04 Andreas Arnez
2017-09-25 22:28 ` Joel Brobecker
2017-09-25 23:12   ` Pedro Alves
2017-09-26 11:36     ` Andreas Arnez
2017-09-26 11:46       ` Pedro Alves
2017-09-26 12:06         ` Andreas Arnez
2017-09-26 13:16           ` Pedro Alves
2017-09-29 12:41       ` Eli Zaretskii
2017-09-29 17:19         ` Andreas Arnez
2017-09-29 18:13           ` Eli Zaretskii
2017-10-04 13:30             ` Andreas Arnez [this message]
2017-10-04 14:08         ` Pedro Alves
2017-10-04 14:45           ` Eli Zaretskii
2017-10-04 14:48             ` Pedro Alves
2017-10-04 16:56               ` Eli Zaretskii
2017-10-06  9:17                 ` Andreas Arnez
2017-09-26 11:40   ` Andreas Arnez
2017-09-26 12:40     ` Joel Brobecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3k20boxbe.fsf@oc1027705133.ibm.com \
    --to=arnez@linux.vnet.ibm.com \
    --cc=brobecker@adacore.com \
    --cc=eliz@gnu.org \
    --cc=gdb@sourceware.org \
    --cc=palves@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox