From: Catonano <catonano@gmail.com>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 26622-done@debbugs.gnu.org
Subject: bug#26622: [PATCH] Add freexl
Date: Sat, 29 Apr 2017 20:02:23 +0200 [thread overview]
Message-ID: <CAJ98PDy0cNDSdTXju4CMa2necg9rRWRYgaTUWnrhbbZ4s2W+vw@mail.gmail.com> (raw)
In-Reply-To: <CAJ98PDz3YYOPWzcZROuDvu3X0=h57a0yXp37_08RmaRmgMRCHg@mail.gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 548 bytes --]
Ok, her is the new one
It contains them all, this time
2017-04-29 19:58 GMT+02:00 Catonano <catonano@gmail.com>:
>
>
> 2017-04-28 18:40 GMT+02:00 Catonano <catonano@gmail.com>:
>
>> 2017-04-27 12:54 GMT+02:00 Ricardo Wurmus <rekado@elephly.net
>>
>>
>>> > Should I send a patch, for this ?
>>>
>>> Yes, it’s best for you to send a patch. I’ll apply it.
>>>
>>>
>> Ok, so: here it is
>> I hope it's ok
>> Thank you !
>>
>
>
> Wait ! This patch is missing one file ! 😯
>
> I'll send a new one in a while !
>
>
[-- Attachment #1.2: Type: text/html, Size: 1766 bytes --]
[-- Attachment #2: 0001-fixed-my-own-name-in-copyright-attribtions.patch --]
[-- Type: text/x-patch, Size: 2935 bytes --]
From 2ca26fd7b797e9890045fb15cb249f68f44a26ed Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Fri, 28 Apr 2017 18:34:56 +0200
Subject: [PATCH 1/1] fixed my own name in copyright attribtions
* gnu/packages/emacs.scm: fixed te copyright line about myself
* gnu/packages/perl.scl: idem
* gnu/packkages/python.scm: idem
* gnu/packkages/xml.scm: idem
---
gnu/packages/emacs.scm | 2 +-
gnu/packages/perl.scm | 2 +-
gnu/packages/python.scm | 2 +-
gnu/packages/xml.scm | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 14d851184..a2b34ac04 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
-;;; Copyright © 2016 humanitiesNerd <catonano@gmail.com>
+;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3eb7815f2..812d7548c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017 Raoul J.P. Bonnal <ilpuccio.febo@gmail.com>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2017 humanitiesNerd <catonano@gmail.com>
+;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e51405bd9..71d29eea4 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -36,7 +36,7 @@
;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
;;; Copyright © 2017 Frederick M. Muriithi <fredmanglis@gmail.com>
-;;; Copyright © 2017 humanitiesNerd <catonano@gmail.com>
+;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au>
;;;
;;; This file is part of GNU Guix.
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 247107917..25bda0d5a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2017 humanitiesNerd <catonano@gmail.com>
+;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
--
2.12.0
next prev parent reply other threads:[~2017-04-29 18:03 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 16:36 bug#26622: [PATCH] Add freexl Catonano
2017-04-23 20:32 ` Kei Kebreau
2017-04-23 20:52 ` Catonano
2017-04-24 14:30 ` Marius Bakke
2017-04-25 20:16 ` Ricardo Wurmus
2017-04-25 20:33 ` Catonano
2017-04-25 20:41 ` Catonano
2017-04-26 6:45 ` Ricardo Wurmus
2017-04-26 7:52 ` Catonano
2017-04-27 10:54 ` Ricardo Wurmus
2017-04-28 16:40 ` Catonano
2017-04-29 17:58 ` Catonano
2017-04-29 18:02 ` Catonano [this message]
2017-05-08 0:24 ` Leo Famulari
2017-05-08 4:04 ` Catonano
2017-05-08 17:58 ` Leo Famulari
2017-05-09 16:46 ` Catonano
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=CAJ98PDy0cNDSdTXju4CMa2necg9rRWRYgaTUWnrhbbZ4s2W+vw@mail.gmail.com \
--to=catonano@gmail.com \
--cc=26622-done@debbugs.gnu.org \
--cc=rekado@elephly.net \
/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.
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.