>From d8f1d541378ec1d0c2d246e00c3ebc012c46b636 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Tue, 21 Aug 2018 12:44:16 -0600 Subject: [PATCH 1/2] maint: replace street address with URL in license text * basicdefs.h, sed/compile.c, sed/execute.c, sed/mbcs.c, sed/regexp.c, sed/sed.c, sed/sed.h, sed/utils.c, sed/utils.h, testsuite/get-mb-cur-max.c, testsuite/test-mbrtowc.c (GPL License notice): Replace FSF's office address with 'https://www.gnu.org/licenses/'. --- basicdefs.h | 3 +-- sed/compile.c | 3 +-- sed/execute.c | 3 +-- sed/mbcs.c | 3 +-- sed/regexp.c | 3 +-- sed/sed.c | 3 +-- sed/sed.h | 3 +-- sed/utils.c | 3 +-- sed/utils.h | 3 +-- testsuite/get-mb-cur-max.c | 4 +--- testsuite/test-mbrtowc.c | 4 +--- 11 files changed, 11 insertions(+), 24 deletions(-) diff --git a/basicdefs.h b/basicdefs.h index 7d27351..a5249f2 100644 --- a/basicdefs.h +++ b/basicdefs.h @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #ifndef BASICDEFS_H #define BASICDEFS_H diff --git a/sed/compile.c b/sed/compile.c index 936fd28..2ae92a6 100644 --- a/sed/compile.c +++ b/sed/compile.c @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ /* compile.c: translate sed source into internal form */ diff --git a/sed/execute.c b/sed/execute.c index 58be321..f5bdcaf 100644 --- a/sed/execute.c +++ b/sed/execute.c @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #undef EXPERIMENTAL_DASH_N_OPTIMIZATION /*don't use -- is very buggy*/ #define INITIAL_BUFFER_SIZE 50 diff --git a/sed/mbcs.c b/sed/mbcs.c index f8e64df..c94b219 100644 --- a/sed/mbcs.c +++ b/sed/mbcs.c @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #include "sed.h" #include diff --git a/sed/regexp.c b/sed/regexp.c index b3a4b41..e575997 100644 --- a/sed/regexp.c +++ b/sed/regexp.c @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #include "sed.h" diff --git a/sed/sed.c b/sed/sed.c index aa746aa..0c5af66 100644 --- a/sed/sed.c +++ b/sed/sed.c @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #include "sed.h" diff --git a/sed/sed.h b/sed/sed.h index 0e3c601..4f8cdee 100644 --- a/sed/sed.h +++ b/sed/sed.h @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #include #include "basicdefs.h" diff --git a/sed/utils.c b/sed/utils.c index 7b0c3c8..45ba678 100644 --- a/sed/utils.c +++ b/sed/utils.c @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #include diff --git a/sed/utils.h b/sed/utils.h index 93699bc..810ac9f 100644 --- a/sed/utils.h +++ b/sed/utils.h @@ -12,8 +12,7 @@ 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; If not, see . */ #include diff --git a/testsuite/get-mb-cur-max.c b/testsuite/get-mb-cur-max.c index e2abe94..6c34a88 100644 --- a/testsuite/get-mb-cur-max.c +++ b/testsuite/get-mb-cur-max.c @@ -12,9 +12,7 @@ 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 Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program; If not, see . */ #include #include diff --git a/testsuite/test-mbrtowc.c b/testsuite/test-mbrtowc.c index 91c5d35..912b14b 100644 --- a/testsuite/test-mbrtowc.c +++ b/testsuite/test-mbrtowc.c @@ -12,9 +12,7 @@ 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 Street - Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program; If not, see . */ /* Test the operating-system's native mbrtowc(3) function, by feeding it multibyte seqeunces one byte at a time, -- 2.11.0