From 9adc07779d7275abca0f4096d06187e23919ff03 Mon Sep 17 00:00:00 2001 From: "G.raud" Date: Mon, 1 Jul 2013 18:44:58 +0200 Subject: [PATCH] use the same licensing statements in all the headers --- control.h | 12 ++++++------ interface.c | 2 +- jackspa.c | 12 ++++++------ jackspa.h | 18 +++++++++--------- njackspa.c | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/control.h b/control.h index 69f2dff..2ca7930 100644 --- a/control.h +++ b/control.h @@ -1,19 +1,19 @@ /* control.h - API for interfaces to the controls of a jackspa plugin instance * Copyright © 2013 Géraud Meyer * - * control.h is part of ng-jackspa. + * This file is part of ng-jackspa. * * ng-jackspa is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. * - * This program 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. + * This program 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 this program. If not, see . + * with ng-jackspa. If not, see . */ #ifndef CONTROL_H diff --git a/interface.c b/interface.c index 5cd3532..1c87582 100644 --- a/interface.c +++ b/interface.c @@ -71,7 +71,7 @@ GOptionContext * interface_context() (context, PROGRAM_NAME " is part of ng-jackspa.\n\n" PACKAGE_SUMMARY); g_option_context_set_description(context, PACKAGE_DESCRIPTION); g_option_context_add_main_entries(context, interface_entries, NULL); - + /* Group of control options */ GOptionGroup *control_group; control_group = g_option_group_new diff --git a/jackspa.c b/jackspa.c index 20921d5..08c0f69 100644 --- a/jackspa.c +++ b/jackspa.c @@ -2,19 +2,19 @@ * Copyright © 2007 Nick Thomas * Copyright © 2013 Géraud Meyer * - * jackspa.c is part of ng-jackspa. + * This file is part of ng-jackspa. * * ng-jackpsa is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License version 2 as published by the * Free Software Foundation. * - * This program 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. + * This program 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 this program. If not, see . + * with ng-jackspa. If not, see . */ #include diff --git a/jackspa.h b/jackspa.h index 47076db..a9cec30 100644 --- a/jackspa.h +++ b/jackspa.h @@ -2,19 +2,19 @@ * Copyright © 2007 Nick Thomas * Copyright © 2013 Géraud Meyer * - * jackspa.h is part of ng-jackspa. + * This file is part of ng-jackspa. * - * ng-jackspa is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. + * ng-jackspa is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. * - * This program 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. + * This program 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 this program. If not, see . + * with ng-jackspa. If not, see . */ #ifndef JACKSPA_H diff --git a/njackspa.c b/njackspa.c index 1643412..5187006 100644 --- a/njackspa.c +++ b/njackspa.c @@ -496,7 +496,7 @@ loop: W->layout = W->layout == Oneline ? Twolines : Oneline; goto refresh; case '?': - help = !help; + help = !help; } if (!want_refresh) goto loop; refresh: -- 2.11.4.GIT