From c22fb9d4bb18425d3479b5cd5d87291caf4bc581 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 23 Mar 2014 14:27:23 -0400 Subject: [PATCH] Shorten GPLv2 licence text in header of each source file --- src/clock.c | 14 +------------- src/clock.h | 14 +------------- src/common.h | 14 +------------- src/dockapp.c | 14 +------------- src/dockapp.h | 14 +------------- src/hvclock.c | 14 +------------- src/hvclock.h | 14 +------------- src/options.c | 14 +------------- src/options.h | 14 +------------- 9 files changed, 9 insertions(+), 117 deletions(-) diff --git a/src/clock.c b/src/clock.c index 2a98e64..f20748c 100644 --- a/src/clock.c +++ b/src/clock.c @@ -6,19 +6,7 @@ * Based on EggClockFace * (c) 2005, Davyd Madeley * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ /* Define filename_M */ diff --git a/src/clock.h b/src/clock.h index 7f53c85..222b853 100644 --- a/src/clock.h +++ b/src/clock.h @@ -3,19 +3,7 @@ * * Copyright (C) 2005 Hugo Villeneuve * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #ifndef CLOCK_H diff --git a/src/common.h b/src/common.h index 8338342..6faab9e 100644 --- a/src/common.h +++ b/src/common.h @@ -3,19 +3,7 @@ * * Copyright (C) 2005 Hugo Villeneuve * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #ifndef COMMON_H diff --git a/src/dockapp.c b/src/dockapp.c index 41d0a34..95fa691 100644 --- a/src/dockapp.c +++ b/src/dockapp.c @@ -7,19 +7,7 @@ * http://wmudmount.sourceforge.net/ * Copyright © 2010 Brad Jorsch * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ /* Define filename_M */ diff --git a/src/dockapp.h b/src/dockapp.h index a4235f0..ebdda28 100644 --- a/src/dockapp.h +++ b/src/dockapp.h @@ -3,19 +3,7 @@ * * Copyright (C) 2005 Hugo Villeneuve * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #ifndef DOCKAPP_H diff --git a/src/hvclock.c b/src/hvclock.c index d4dfae7..f31a114 100644 --- a/src/hvclock.c +++ b/src/hvclock.c @@ -3,19 +3,7 @@ * * Copyright (C) 2005 Hugo Villeneuve * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ /* Define filename_M */ diff --git a/src/hvclock.h b/src/hvclock.h index 21ad20e..d42262b 100644 --- a/src/hvclock.h +++ b/src/hvclock.h @@ -3,19 +3,7 @@ * * Copyright (C) 2005 Hugo Villeneuve * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #ifndef HVCLOCK_H diff --git a/src/options.c b/src/options.c index b7b33ae..a55326d 100644 --- a/src/options.c +++ b/src/options.c @@ -3,19 +3,7 @@ * * Copyright (C) 2005 Hugo Villeneuve * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #if HAVE_CONFIG_H diff --git a/src/options.h b/src/options.h index e72130a..49e8263 100644 --- a/src/options.h +++ b/src/options.h @@ -3,19 +3,7 @@ * * Copyright (C) 2005 Hugo Villeneuve * - * This program 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 2 of the License, or - * (at your option) any later version. - * - * 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, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + * This file is released under the GPLv2 */ #ifndef OPTIONS_H -- 2.20.1