From 4097b55e0daf772b0d5b8f83861866da90f0a5a7 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 25 Apr 2014 17:13:19 +1200 Subject: Revert "License != Licence" This reverts commit fa5cc8ded2362bbbb80cb807ffaf3fc9c8e83fb0. I should probably use the American spelling as it's the official name of the GPL. --- bat_tray/bat_tray.c | 8 ++++---- bat_tray/bat_tray.h | 8 ++++---- common.c | 8 ++++---- common.h | 8 ++++---- config_file.c | 8 ++++---- config_file.h | 8 ++++---- defaults.c | 8 ++++---- defaults.h | 8 ++++---- freq_tray/getcore.c | 8 ++++---- freq_tray/getcore.h | 8 ++++---- freq_tray/getfreq.c | 8 ++++---- freq_tray/getfreq.h | 8 ++++---- freq_tray/getgov.c | 8 ++++---- freq_tray/getgov.h | 8 ++++---- tray.c | 8 ++++---- tray.h | 8 ++++---- trayfreq.c | 8 ++++---- trayfreq_set/trayfreq_set.c | 8 ++++---- trayfreq_set/trayfreq_set_interface.c | 8 ++++---- trayfreq_set/trayfreq_set_interface.h | 8 ++++---- widget_manager.c | 8 ++++---- widget_manager.h | 8 ++++---- 22 files changed, 88 insertions(+), 88 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 * * . * ************************************************************************/ 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 * * . * ************************************************************************/ diff --git a/common.c b/common.c index e09f764..ae858a9 100644 --- a/common.c +++ b/common.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 * * . * ************************************************************************/ diff --git a/common.h b/common.h index 8797c49..bf59513 100644 --- a/common.h +++ b/common.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 * * . * ************************************************************************/ diff --git a/config_file.c b/config_file.c index f7be2ae..5bfbe65 100644 --- a/config_file.c +++ b/config_file.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 * * . * ************************************************************************/ diff --git a/config_file.h b/config_file.h index c2d905a..cb491d4 100644 --- a/config_file.h +++ b/config_file.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 * * . * ************************************************************************/ diff --git a/defaults.c b/defaults.c index a63288c..dc54dd4 100644 --- a/defaults.c +++ b/defaults.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 * * . * ************************************************************************/ diff --git a/defaults.h b/defaults.h index 6c5b85f..c959cbb 100644 --- a/defaults.h +++ b/defaults.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 * * . * ************************************************************************/ diff --git a/freq_tray/getcore.c b/freq_tray/getcore.c index 169d7de..a2ee3d3 100644 --- a/freq_tray/getcore.c +++ b/freq_tray/getcore.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 * * . * ************************************************************************/ diff --git a/freq_tray/getcore.h b/freq_tray/getcore.h index 5f5e47a..541d789 100644 --- a/freq_tray/getcore.h +++ b/freq_tray/getcore.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 * * . * ************************************************************************/ diff --git a/freq_tray/getfreq.c b/freq_tray/getfreq.c index b1c77f1..7ac2181 100644 --- a/freq_tray/getfreq.c +++ b/freq_tray/getfreq.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 * * . * ************************************************************************/ diff --git a/freq_tray/getfreq.h b/freq_tray/getfreq.h index c49941d..a1cbd92 100644 --- a/freq_tray/getfreq.h +++ b/freq_tray/getfreq.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 * * . * ************************************************************************/ diff --git a/freq_tray/getgov.c b/freq_tray/getgov.c index 1456cf6..8fe44a5 100644 --- a/freq_tray/getgov.c +++ b/freq_tray/getgov.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 * * . * ************************************************************************/ diff --git a/freq_tray/getgov.h b/freq_tray/getgov.h index 18c2f29..b4fdc29 100644 --- a/freq_tray/getgov.h +++ b/freq_tray/getgov.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 * * . * ************************************************************************/ diff --git a/tray.c b/tray.c index a43c95e..4616428 100644 --- a/tray.c +++ b/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 * * . * ************************************************************************/ diff --git a/tray.h b/tray.h index c2217af..afad163 100644 --- a/tray.h +++ b/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 * * . * ************************************************************************/ diff --git a/trayfreq.c b/trayfreq.c index c7d832c..f7b09a9 100644 --- a/trayfreq.c +++ b/trayfreq.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 * * . * ************************************************************************/ diff --git a/trayfreq_set/trayfreq_set.c b/trayfreq_set/trayfreq_set.c index 086894d..9318403 100644 --- a/trayfreq_set/trayfreq_set.c +++ b/trayfreq_set/trayfreq_set.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 * * . * ************************************************************************/ diff --git a/trayfreq_set/trayfreq_set_interface.c b/trayfreq_set/trayfreq_set_interface.c index 07f03d5..040513a 100644 --- a/trayfreq_set/trayfreq_set_interface.c +++ b/trayfreq_set/trayfreq_set_interface.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 * * . * ************************************************************************/ diff --git a/trayfreq_set/trayfreq_set_interface.h b/trayfreq_set/trayfreq_set_interface.h index 9377632..3f1cdbc 100644 --- a/trayfreq_set/trayfreq_set_interface.h +++ b/trayfreq_set/trayfreq_set_interface.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 * * . * ************************************************************************/ diff --git a/widget_manager.c b/widget_manager.c index e4e92bf..30669a6 100644 --- a/widget_manager.c +++ b/widget_manager.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 * * . * ************************************************************************/ diff --git a/widget_manager.h b/widget_manager.h index 7c60d88..264c79d 100644 --- a/widget_manager.h +++ b/widget_manager.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 * * . * ************************************************************************/ -- cgit v1.1