From 400ef3c9cc6bebf9a8ead729684a0850e78c64e3 Mon Sep 17 00:00:00 2001 From: Moritz Grimm Date: Tue, 24 Mar 2015 22:42:06 +0100 Subject: [PATCH] Remove comments mentioning the FSF postal address I do not plan to ever keep that up to date in case they move again. If you need a copy of the GPL, use the Internet or read COPYING. --- doc/ezstream.1.in.in | 4 ---- src/configfile.c | 4 ---- src/configfile.h | 4 ---- src/ezstream.c | 4 ---- src/util.c | 4 ---- src/util.h | 4 ---- 6 files changed, 24 deletions(-) diff --git a/doc/ezstream.1.in.in b/doc/ezstream.1.in.in index 189bd5e..63b9893 100644 --- a/doc/ezstream.1.in.in +++ b/doc/ezstream.1.in.in @@ -9,10 +9,6 @@ .\" 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -.\" .Dd @BUILD_DATE@ .Dt EZSTREAM 1 .Os @PACKAGE_NAME@ @PACKAGE_VERSION@ diff --git a/src/configfile.c b/src/configfile.c index 1748167..8aab491 100644 --- a/src/configfile.c +++ b/src/configfile.c @@ -11,10 +11,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifdef HAVE_CONFIG_H diff --git a/src/configfile.h b/src/configfile.h index 179a281..c701e49 100644 --- a/src/configfile.h +++ b/src/configfile.h @@ -11,10 +11,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef __CONFIGFILE_H__ diff --git a/src/ezstream.c b/src/ezstream.c index 969ee96..b2416fe 100644 --- a/src/ezstream.c +++ b/src/ezstream.c @@ -11,10 +11,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifdef HAVE_CONFIG_H diff --git a/src/util.c b/src/util.c index 5cf5781..b51108b 100644 --- a/src/util.c +++ b/src/util.c @@ -11,10 +11,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* diff --git a/src/util.h b/src/util.h index a55813e..3f955e9 100644 --- a/src/util.h +++ b/src/util.h @@ -11,10 +11,6 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #ifndef __UTIL_H__