From f9a63e0b8bf46b3b8b5a9eeac1fa371a95d292f0 Mon Sep 17 00:00:00 2001 From: Vasiliy Glazov Date: Sun, 4 Mar 2018 00:03:36 +0300 Subject: [PATCH] Correct FSF address. (#465) * Correct FSF address. * Correct license notice to latest version recommended by GNU. --- encfs/autosprintf.cpp | 18 ++++++++---------- encfs/autosprintf.h | 18 ++++++++---------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/encfs/autosprintf.cpp b/encfs/autosprintf.cpp index 34872aa..7490163 100644 --- a/encfs/autosprintf.cpp +++ b/encfs/autosprintf.cpp @@ -2,20 +2,18 @@ Copyright (C) 2002 Free Software Foundation, Inc. Written by Bruno Haible , 2002. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Library 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 - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Library General Public License for more details. - You should have received a copy of the GNU Library 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. */ + You should have received a copy of the GNU Library General Public License + along with this program. If not, see . */ /* Tell glibc's to provide a prototype for vasprintf(). This must come before because may include diff --git a/encfs/autosprintf.h b/encfs/autosprintf.h index cf91dbd..64e1b34 100644 --- a/encfs/autosprintf.h +++ b/encfs/autosprintf.h @@ -1,20 +1,18 @@ /* Class autosprintf - formatted output to an ostream. Copyright (C) 2002 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU Library General Public License as published - by the Free Software Foundation; either version 2, or (at your option) - any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Library 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 - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Library General Public License for more details. - You should have received a copy of the GNU Library 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. */ + You should have received a copy of the GNU Library General Public License + along with this program. If not, see . */ #ifndef _AUTOSPRINTF_H #define _AUTOSPRINTF_H