aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-18 22:30:40 +1200
committerDavid <dbphillipsnz@gmail.com>2014-09-18 22:30:40 +1200
commit962aedbf7c914e0eebc4bee9fe903f047811f464 (patch)
tree31e544f734b746cc8e8a2162d6bca5be8aa55dbe
parentb86e1d05a8aed3ffeceab12827b54e9334a4dab4 (diff)
downloadparamano-962aedbf7c914e0eebc4bee9fe903f047811f464.tar.xz
Changed program name in license
-rw-r--r--bat_tray.c8
-rw-r--r--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--getcore.c8
-rw-r--r--getcore.h8
-rw-r--r--getfreq.c8
-rw-r--r--getfreq.h8
-rw-r--r--getgov.c8
-rw-r--r--getgov.h8
-rw-r--r--paramano.c8
-rw-r--r--paramano.h8
-rw-r--r--paramano_set.c8
-rw-r--r--paramano_set_interface.c8
-rw-r--r--paramano_set_interface.h8
-rw-r--r--reload.c8
-rw-r--r--reload.h8
-rw-r--r--tray.c8
-rw-r--r--tray.h8
23 files changed, 92 insertions, 92 deletions
diff --git a/bat_tray.c b/bat_tray.c
index 274009b..a2ebe7b 100644
--- a/bat_tray.c
+++ b/bat_tray.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/bat_tray.h b/bat_tray.h
index e459a11..29e0574 100644
--- a/bat_tray.h
+++ b/bat_tray.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/common.c b/common.c
index 3bf7dd1..c471b39 100644
--- a/common.c
+++ b/common.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/common.h b/common.h
index ca1be0f..04b443a 100644
--- a/common.h
+++ b/common.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/config_file.c b/config_file.c
index 169b82a..781502e 100644
--- a/config_file.c
+++ b/config_file.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/config_file.h b/config_file.h
index d8e150b..ce07735 100644
--- a/config_file.h
+++ b/config_file.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/defaults.c b/defaults.c
index 9f763c5..5f29dc6 100644
--- a/defaults.c
+++ b/defaults.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/defaults.h b/defaults.h
index 95e2d44..7ba25f9 100644
--- a/defaults.h
+++ b/defaults.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/getcore.c b/getcore.c
index 3014db0..a68bff1 100644
--- a/getcore.c
+++ b/getcore.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/getcore.h b/getcore.h
index fc1fc8d..36daa1d 100644
--- a/getcore.h
+++ b/getcore.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/getfreq.c b/getfreq.c
index 5f724a0..d9507c2 100644
--- a/getfreq.c
+++ b/getfreq.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/getfreq.h b/getfreq.h
index 54527a6..7772c4f 100644
--- a/getfreq.h
+++ b/getfreq.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/getgov.c b/getgov.c
index 197df1c..01155ac 100644
--- a/getgov.c
+++ b/getgov.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/getgov.h b/getgov.h
index fca341d..ea2bd93 100644
--- a/getgov.h
+++ b/getgov.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/paramano.c b/paramano.c
index a048814..68043b6 100644
--- a/paramano.c
+++ b/paramano.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/paramano.h b/paramano.h
index af1c8b0..bcdbf52 100644
--- a/paramano.h
+++ b/paramano.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/paramano_set.c b/paramano_set.c
index 02b0eef..8af2c01 100644
--- a/paramano_set.c
+++ b/paramano_set.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/paramano_set_interface.c b/paramano_set_interface.c
index b7d1048..7daad08 100644
--- a/paramano_set_interface.c
+++ b/paramano_set_interface.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/paramano_set_interface.h b/paramano_set_interface.h
index bdbf652..1353854 100644
--- a/paramano_set_interface.h
+++ b/paramano_set_interface.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/reload.c b/reload.c
index 697da7e..b1171f7 100644
--- a/reload.c
+++ b/reload.c
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with paramano. If not, see *
* <http://www.gnu.org/licenses/>. *
************************************************************************/
diff --git a/reload.h b/reload.h
index b0e0c4d..4b2a519 100644
--- a/reload.h
+++ b/reload.h
@@ -1,18 +1,18 @@
/************************************************************************
- * This file is part of trayfreq-archlinux. *
+ * This file is part of paramano. *
* *
- * trayfreq-archlinux is free software; you can redistribute it and/or *
+ * paramano is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 3 of the *
* License, or (at your option) any later version. *
* *
- * trayfreq-archlinux is distributed in the hope that it will be useful,*
+ * paramano 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. *
* *
* You should have received a copy of the GNU General Public License *
- * along with trayfreq-archlinux. If not, see *
+ * along with par