aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-04-25 17:08:46 +1200
committerDavid <dbphillipsnz@gmail.com>2014-04-25 17:08:46 +1200
commitfa5cc8ded2362bbbb80cb807ffaf3fc9c8e83fb0 (patch)
tree9a965c067e6cb0f201eb1ca46c1c593b212b4d27
parent1b4257f831ab818a76263433dd37cfdc01221d26 (diff)
downloadparamano-fa5cc8ded2362bbbb80cb807ffaf3fc9c8e83fb0.tar.xz
License != Licence
-rw-r--r--bat_tray/bat_tray.c8
-rw-r--r--bat_tray/bat_tray.h8
-rw-r--r--common.c8
-rw-r--r--common.h8
-rw-r--r--config_file.c8
-rw-r--r--config_file.h8
-rw-r--r--defaults.c8
-rw-r--r--defaults.h8
-rw-r--r--freq_tray/getcore.c8
-rw-r--r--freq_tray/getcore.h8
-rw-r--r--freq_tray/getfreq.c8
-rw-r--r--freq_tray/getfreq.h8
-rw-r--r--freq_tray/getgov.c8
-rw-r--r--freq_tray/getgov.h8
-rw-r--r--tray.c8
-rw-r--r--tray.h8
-rw-r--r--trayfreq.c8
-rw-r--r--trayfreq_set/trayfreq_set.c8
-rw-r--r--trayfreq_set/trayfreq_set_interface.c8
-rw-r--r--trayfreq_set/trayfreq_set_interface.h8
-rw-r--r--widget_manager.c8
-rw-r--r--widget_manager.h8
22 files changed, 88 insertions, 88 deletions
diff --git a/bat_tray/bat_tray.c b/bat_tray/bat_tray.c
index 38c85bc..9988879 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* 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 c20a833..74f8b33 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/common.c b/common.c
index ae858a9..e09f764 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/common.h b/common.h
index bf59513..8797c49 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/config_file.c b/config_file.c
index 5bfbe65..f7be2ae 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/config_file.h b/config_file.h
index cb491d4..c2d905a 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/defaults.c b/defaults.c
index dc54dd4..a63288c 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/defaults.h b/defaults.h
index c959cbb..6c5b85f 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/freq_tray/getcore.c b/freq_tray/getcore.c
index a2ee3d3..169d7de 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/freq_tray/getcore.h b/freq_tray/getcore.h
index 541d789..5f5e47a 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/freq_tray/getfreq.c b/freq_tray/getfreq.c
index 7ac2181..b1c77f1 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/freq_tray/getfreq.h b/freq_tray/getfreq.h
index a1cbd92..c49941d 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/freq_tray/getgov.c b/freq_tray/getgov.c
index 8fe44a5..1456cf6 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/freq_tray/getgov.h b/freq_tray/getgov.h
index b4fdc29..18c2f29 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/tray.c b/tray.c
index 4616428..a43c95e 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/tray.h b/tray.h
index afad163..c2217af 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/trayfreq.c b/trayfreq.c
index f7b09a9..c7d832c 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/trayfreq_set/trayfreq_set.c b/trayfreq_set/trayfreq_set.c
index 9318403..086894d 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/trayfreq_set/trayfreq_set_interface.c b/trayfreq_set/trayfreq_set_interface.c
index 040513a..07f03d5 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/trayfreq_set/trayfreq_set_interface.h b/trayfreq_set/trayfreq_set_interface.h
index 3f1cdbc..9377632 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/widget_manager.c b/widget_manager.c
index 30669a6..e4e92bf 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *
+ * GNU General Public Licence for more details. *
* *
- * You should have received a copy of the GNU General Public License *
+ * You should have received a copy of the GNU General Public Licence *
* along with trayfreq-archlinux. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/widget_manager.h b/widget_manager.h
index 264c79d..7c60d88 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 License as *
+ * modify it under the terms of the GNU General Public Licence as *
* published by the Free Software Foundation; either version 3 of the *
- * License, or (at your option) any later version. *
+ * Licence, 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 License for more details. *