diff options
author | David <dbphillipsnz@gmail.com> | 2014-04-25 17:13:19 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-04-25 17:13:19 +1200 |
commit | 4097b55e0daf772b0d5b8f83861866da90f0a5a7 (patch) | |
tree | 5e9ec802859b95019bb57be1c3db71c317c8f106 /bat_tray | |
parent | fa5cc8ded2362bbbb80cb807ffaf3fc9c8e83fb0 (diff) | |
download | paramano-4097b55e0daf772b0d5b8f83861866da90f0a5a7.tar.xz |
Revert "License != Licence"
This reverts commit fa5cc8ded2362bbbb80cb807ffaf3fc9c8e83fb0.
I should probably use the American spelling as it's the official name of the GPL.
Diffstat (limited to 'bat_tray')
-rw-r--r-- | bat_tray/bat_tray.c | 8 | ||||
-rw-r--r-- | bat_tray/bat_tray.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/bat_tray/bat_tray.c b/bat_tray/bat_tray.c index 9988879..38c85bc 100644 --- a/bat_tray/bat_tray.c +++ b/bat_tray/bat_tray.c @@ -2,16 +2,16 @@ * This file is part of trayfreq-archlinux. * * * * trayfreq-archlinux is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public Licence as * + * modify it under the terms of the GNU General Public License as * * published by the Free Software Foundation; either version 3 of the * - * Licence, or (at your option) any later version. * + * License, or (at your option) any later version. * * * * trayfreq-archlinux is distributed in the hope that it will be useful,* * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public Licence for more details. * + * GNU General Public License for more details. * * * - * You should have received a copy of the GNU General Public Licence * + * You should have received a copy of the GNU General Public License * * along with trayfreq-archlinux. If not, see * * <http://www.gnu.org/licenses/>. * ************************************************************************/ diff --git a/bat_tray/bat_tray.h b/bat_tray/bat_tray.h index 74f8b33..c20a833 100644 --- a/bat_tray/bat_tray.h +++ b/bat_tray/bat_tray.h @@ -2,16 +2,16 @@ * This file is part of trayfreq-archlinux. * * * * trayfreq-archlinux is free software; you can redistribute it and/or * - * modify it under the terms of the GNU General Public Licence as * + * modify it under the terms of the GNU General Public License as * * published by the Free Software Foundation; either version 3 of the * - * Licence, or (at your option) any later version. * + * License, or (at your option) any later version. * * * * trayfreq-archlinux is distributed in the hope that it will be useful,* * but WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU General Public Licence for more details. * + * GNU General Public License for more details. * * * - * You should have received a copy of the GNU General Public Licence * + * You should have received a copy of the GNU General Public License * * along with trayfreq-archlinux. If not, see * * <http://www.gnu.org/licenses/>. * ************************************************************************/ |