From 4793ffc0d8cec5ca3bd6b8329a45b87e325bf24f Mon Sep 17 00:00:00 2001 From: Marcio T Date: Tue, 8 Mar 2022 06:57:14 -0700 Subject: [PATCH] Adopt standard GPL header. --- mac-cpp-source/utils/pstring.cpp | 29 ++++++++++++++++------------- mac-cpp-source/utils/pstring.h | 29 ++++++++++++++++------------- 2 files changed, 32 insertions(+), 26 deletions(-) diff --git a/mac-cpp-source/utils/pstring.cpp b/mac-cpp-source/utils/pstring.cpp index a7ef5e6..0873d19 100644 --- a/mac-cpp-source/utils/pstring.cpp +++ b/mac-cpp-source/utils/pstring.cpp @@ -1,16 +1,19 @@ -/************************************************************ - - pstring.c - - AUTHOR: Marcio Luis Teixeira - CREATED: 9/17/94 - - LAST REVISION: 11/25/21 - - (c) 1994-1995 by Marcio Luis Teixeira. - All rights reserved. - -*************************************************************/ +/**************************************************************************** + * Common Libraries (c) 1994 Marcio Teixeira * + * * + * 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 3 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. * + * * + * To view a copy of the GNU General Public License, go to the following * + * location: . * + ****************************************************************************/ #include "pstring.h" #include diff --git a/mac-cpp-source/utils/pstring.h b/mac-cpp-source/utils/pstring.h index d0ccfeb..dd1aa45 100644 --- a/mac-cpp-source/utils/pstring.h +++ b/mac-cpp-source/utils/pstring.h @@ -1,16 +1,19 @@ -/************************************************************ - - pstring.h - - AUTHOR: Marcio Luis Teixeira - CREATED: 9/17/94 - - LAST REVISION: 11/25/21 - - (c) 1994-1995 by Marcio Luis Teixeira. - All rights reserved. - -*************************************************************/ +/**************************************************************************** + * Common Libraries (c) 1994 Marcio Teixeira * + * * + * 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 3 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. * + * * + * To view a copy of the GNU General Public License, go to the following * + * location: . * + ****************************************************************************/ short pstrlen( unsigned char *str ); void psetlen( unsigned char *str, short len );