Adopt standard GPL header.

This commit is contained in:
Marcio T 2022-03-08 06:57:14 -07:00
parent b6fa1cad7a
commit 4793ffc0d8
2 changed files with 32 additions and 26 deletions

View File

@ -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: <http://www.gnu.org/licenses/>. *
****************************************************************************/
#include "pstring.h"
#include <ctype.h>

View File

@ -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: <http://www.gnu.org/licenses/>. *
****************************************************************************/
short pstrlen( unsigned char *str );
void psetlen( unsigned char *str, short len );