diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-08-25 22:09:03 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-08-25 22:09:03 +1200 |
commit | e9966ba3c07365baf6848a395bc52d4c95d66331 (patch) | |
tree | 504992c493c07c92e43de32eac2369ef66943908 /paramano_set.c | |
parent | 8682260c979d52511d466cb7c14745a20aeda2f7 (diff) | |
download | paramano-e9966ba3c07365baf6848a395bc52d4c95d66331.tar.xz |
Move license to central file, add acknowledgement to trayfreq
Diffstat (limited to 'paramano_set.c')
-rw-r--r-- | paramano_set.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/paramano_set.c b/paramano_set.c index e94f9ec..cd85230 100644 --- a/paramano_set.c +++ b/paramano_set.c @@ -1,21 +1,3 @@ -/************************************************************************ - * This file is part of Paramano. * - * * - * 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. * - * * - * 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 Paramano. If not, see * - * <http://www.gnu.org/licenses/>. * - ************************************************************************/ - #include <stdio.h> #include <stdlib.h> #include <libintl.h> |