diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 17:55:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-10 18:21:20 +0100 |
commit | 828621532663d65f9f8b5d092c9915266d5acf65 (patch) | |
tree | dfc9b63083a5374ed0d9637a9e5f7ce6a2f5465a /gnu/packages/gtk.scm | |
parent | 3be65cde750610e9a1597094fe2b1a0bbe1c5ebb (diff) | |
download | patches-828621532663d65f9f8b5d092c9915266d5acf65.tar patches-828621532663d65f9f8b5d092c9915266d5acf65.tar.gz |
gnu: Use one spelling for ‘copyright’.
* gnu/packages/gtk.scm: Standardise on ‘copyright’ spelling in
file headers.
* gnu/packages/pdf.scm: Likewise.
* gnu/packages/perl-check.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* guix/import/gem.scm: Likewise.
* guix/import/hackage.scm: Likewise.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index ab06b3f014..c66a3e5a17 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -8,15 +8,15 @@ ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com> ;;; Copyright © 2015 Andy Wingo <wingo@igalia.com> ;;; Copyright © 2015 David Hashe <david.hashe@dhashe.com> -;;; Coypright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de> ;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net> ;;; Copyright © 2016 Patrick Hetu <patrick.hetu@auf.org> -;;; Coypright © 2016 ng0 <ng0@we.make.ritual.n0.is> -;;; Coypright © 2017 Roel Janssen <roel@gnu.org> -;;; Coypright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> -;;; Coypright © 2017 Marius Bakke <mbakke@fastmail.com> +;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is> +;;; Copyright © 2017 Roel Janssen <roel@gnu.org> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com> ;;; ;;; This file is part of GNU Guix. ;;; |