all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] licenses: Add the fdl1.1+.
@ 2016-02-03 16:38 Fabian Harfert
  2016-02-03 19:54 ` Efraim Flashner
  0 siblings, 1 reply; 6+ messages in thread
From: Fabian Harfert @ 2016-02-03 16:38 UTC (permalink / raw)
  To: guix-devel

* guix/licenses.scm (fdl1.1+): New variable.
---
 guix/licenses.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index d33b19f..29dd1ed 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -44,7 +44,7 @@
             giftware
             gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
             gfl1.0
-            fdl1.3+
+            fdl1.1+ fdl1.3+
             opl1.0+
             isc
             ijg
@@ -246,6 +246,11 @@ at URI, which may be a file:// URI pointing the package's tree."
            "http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt"
            "https://www.gnu.org/licenses/license-list#LPPL-1.3a"))
 
+(define fdl1.1+
+  (license "FDL 1.1+"
+           "https://www.gnu.org/licenses/fdl-1.1"
+           "https://www.gnu.org/licenses/license-list#FDL"))
+
 (define fdl1.3+
   (license "FDL 1.3+"
            "https://www.gnu.org/licenses/fdl.html"
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] licenses: Add the fdl1.1+.
  2016-02-03 16:38 [PATCH] licenses: Add the fdl1.1+ Fabian Harfert
@ 2016-02-03 19:54 ` Efraim Flashner
  2016-02-03 20:11   ` Fabian Harfert
  0 siblings, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2016-02-03 19:54 UTC (permalink / raw)
  To: Fabian Harfert; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1361 bytes --]

On Wed,  3 Feb 2016 17:38:45 +0100
Fabian Harfert <fhmgufs@web.de> wrote:

> * guix/licenses.scm (fdl1.1+): New variable.
> ---
>  guix/licenses.scm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/guix/licenses.scm b/guix/licenses.scm
> index d33b19f..29dd1ed 100644
> --- a/guix/licenses.scm
> +++ b/guix/licenses.scm
> @@ -44,7 +44,7 @@
>              giftware
>              gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
>              gfl1.0
> -            fdl1.3+
> +            fdl1.1+ fdl1.3+
>              opl1.0+
>              isc
>              ijg
> @@ -246,6 +246,11 @@ at URI, which may be a file:// URI pointing the package's tree."
>             "http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt"
>             "https://www.gnu.org/licenses/license-list#LPPL-1.3a"))
>  
> +(define fdl1.1+
> +  (license "FDL 1.1+"
> +           "https://www.gnu.org/licenses/fdl-1.1"
> +           "https://www.gnu.org/licenses/license-list#FDL"))
> +
>  (define fdl1.3+
>    (license "FDL 1.3+"
>             "https://www.gnu.org/licenses/fdl.html"

looks good to me!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] licenses: Add the fdl1.1+.
  2016-02-03 19:54 ` Efraim Flashner
@ 2016-02-03 20:11   ` Fabian Harfert
  2016-02-03 20:26     ` Efraim Flashner
  0 siblings, 1 reply; 6+ messages in thread
From: Fabian Harfert @ 2016-02-03 20:11 UTC (permalink / raw)
  To: guix-devel

Am Wed, 3 Feb 2016 21:54:15 +0200
schrieb Efraim Flashner <efraim@flashner.co.il>:

> On Wed,  3 Feb 2016 17:38:45 +0100
> Fabian Harfert <fhmgufs@web.de> wrote:
> 
> > * guix/licenses.scm (fdl1.1+): New variable.
> > ---
> >  guix/licenses.scm | 7 ++++++-
> >  1 file changed, 6 insertions(+), 1 deletion(-)
> > 
> > diff --git a/guix/licenses.scm b/guix/licenses.scm
> > index d33b19f..29dd1ed 100644
> > --- a/guix/licenses.scm
> > +++ b/guix/licenses.scm
> > @@ -44,7 +44,7 @@
> >              giftware
> >              gpl1 gpl1+ gpl2 gpl2+ gpl3 gpl3+
> >              gfl1.0
> > -            fdl1.3+
> > +            fdl1.1+ fdl1.3+
> >              opl1.0+
> >              isc
> >              ijg
> > @@ -246,6 +246,11 @@ at URI, which may be a file:// URI pointing
> > the package's tree."
> > "http://www.gust.org.pl/projects/e-foundry/licenses/GUST-FONT-LICENSE.txt"
> > "https://www.gnu.org/licenses/license-list#LPPL-1.3a")) 
> > +(define fdl1.1+
> > +  (license "FDL 1.1+"
> > +           "https://www.gnu.org/licenses/fdl-1.1"
> > +           "https://www.gnu.org/licenses/license-list#FDL"))
> > +
> >  (define fdl1.3+
> >    (license "FDL 1.3+"
> >             "https://www.gnu.org/licenses/fdl.html"  
> 
> looks good to me!
> 

Could you please push that for me? I haven't got access to the git
repository(, yet).

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] licenses: Add the fdl1.1+.
  2016-02-03 20:11   ` Fabian Harfert
@ 2016-02-03 20:26     ` Efraim Flashner
  2016-02-04 16:17       ` Fabian Harfert
  0 siblings, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2016-02-03 20:26 UTC (permalink / raw)
  To: Fabian Harfert; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 785 bytes --]

On Wed, 3 Feb 2016 21:11:22 +0100
Fabian Harfert <fhmgufs@web.de> wrote:

> Am Wed, 3 Feb 2016 21:54:15 +0200
> schrieb Efraim Flashner <efraim@flashner.co.il>:
> 
>  [...]  
>  [...]  
>  [...]  
> 
> Could you please push that for me? I haven't got access to the git
> repository(, yet).
> 

Unfortunately something with the patch isn't letting me apply it against git
so I'm going to have to ask someone else to do it since I'm about to head off
to bed. Also, I realized you were missing `license: Add fdl1.1+` at the top
line of your commit message.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] licenses: Add the fdl1.1+.
  2016-02-03 20:26     ` Efraim Flashner
@ 2016-02-04 16:17       ` Fabian Harfert
  2016-02-04 23:35         ` Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Fabian Harfert @ 2016-02-04 16:17 UTC (permalink / raw)
  To: guix-devel

On Wed, 3 Feb 2016 22:26:55 +0200
Efraim Flashner <efraim@flashner.co.il> wrote:

> On Wed, 3 Feb 2016 21:11:22 +0100
> Fabian Harfert <fhmgufs@web.de> wrote:
> 
> > Am Wed, 3 Feb 2016 21:54:15 +0200
> > schrieb Efraim Flashner <efraim@flashner.co.il>:
> > 
> >  [...]  
> >  [...]  
> >  [...]  
> > 
> > Could you please push that for me? I haven't got access to the git
> > repository(, yet).
> >   
> 
> Unfortunately something with the patch isn't letting me apply it
> against git so I'm going to have to ask someone else to do it since
> I'm about to head off to bed. Also, I realized you were missing
> `license: Add fdl1.1+` at the top line of your commit message.
> 

I thought that git generates the commit message from the mail subject.
Anyway, I don't know where else I should add the commit message.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] licenses: Add the fdl1.1+.
  2016-02-04 16:17       ` Fabian Harfert
@ 2016-02-04 23:35         ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2016-02-04 23:35 UTC (permalink / raw)
  To: Fabian Harfert; +Cc: guix-devel

On Thu, Feb 04, 2016 at 05:17:14PM +0100, Fabian Harfert wrote:
> On Wed, 3 Feb 2016 22:26:55 +0200
> Efraim Flashner <efraim@flashner.co.il> wrote:
> 
> > On Wed, 3 Feb 2016 21:11:22 +0100
> > Fabian Harfert <fhmgufs@web.de> wrote:
> > 
> > > Am Wed, 3 Feb 2016 21:54:15 +0200
> > > schrieb Efraim Flashner <efraim@flashner.co.il>:
> > > 
> > >  [...]  
> > >  [...]  
> > >  [...]  
> > > 
> > > Could you please push that for me? I haven't got access to the git
> > > repository(, yet).
> > >   
> > 
> > Unfortunately something with the patch isn't letting me apply it
> > against git so I'm going to have to ask someone else to do it since
> > I'm about to head off to bed. Also, I realized you were missing
> > `license: Add fdl1.1+` at the top line of your commit message.
> > 
> 
> I thought that git generates the commit message from the mail subject.
> Anyway, I don't know where else I should add the commit message.

I didn't have problems with. Pushed, adding a copyright line for you.
Thanks!

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-04 23:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 16:38 [PATCH] licenses: Add the fdl1.1+ Fabian Harfert
2016-02-03 19:54 ` Efraim Flashner
2016-02-03 20:11   ` Fabian Harfert
2016-02-03 20:26     ` Efraim Flashner
2016-02-04 16:17       ` Fabian Harfert
2016-02-04 23:35         ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.