Update copyright date.

This commit is contained in:
2020-01-03 17:57:17 +00:00
parent 12207a289e
commit 15470e7b65
25 changed files with 31 additions and 31 deletions

View File

@@ -26,7 +26,7 @@ Constants
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#ifndef DIC_FSTESTER_SETTER_CONSTS_H

View File

@@ -26,7 +26,7 @@ Contains common definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#ifndef DIC_FSTESTER_SETTER_DEFS_H

View File

@@ -26,7 +26,7 @@ Contains DOS code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains DOS definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(__DOS__) || defined (MSDOS)

View File

@@ -26,7 +26,7 @@ Contains definitions common to DOS and OS/2
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(__OS2__) || defined(__os2__) || defined(__DOS__) || defined(MSDOS)

View File

@@ -26,7 +26,7 @@ Contains Linux implementations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux)

View File

@@ -26,7 +26,7 @@ Contains Linux definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_LINUX_H

View File

@@ -26,7 +26,7 @@ Contains Mac OS code.
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)

View File

@@ -26,7 +26,7 @@ Contains Mac OS definitions.
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(macintosh)

View File

@@ -26,17 +26,17 @@ Contains Mac OS resources
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#include "Types.r"
resource 'vers' (1) {
0x00,
0x01,
development,
0x00,
0x01,
development,
0x00,
verUS,
"0.1",
"0.1, <20> 2011-2018 Natalia Portillo"
"0.1, <20> 2011-2020 Natalia Portillo"
};

View File

@@ -26,7 +26,7 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/

View File

@@ -26,14 +26,14 @@ Contains global definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#ifndef DIC_FSTESTER_GETTER_MAIN_H
#define DIC_FSTESTER_GETTER_MAIN_H
#define DIC_FSTESTER_VERSION "4.5.99.1663"
#define DIC_COPYRIGHT "Copyright (C) 2011-2018 Natalia Portillo"
#define DIC_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo"
#if defined(__alpha__) || defined(_M_ALPHA)
#define OS_ARCH "axp"

View File

@@ -26,7 +26,7 @@ Contains 16-bit OS/2 code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if(defined(__I86__) || defined(__i86__) || defined(_M_I86)) && (defined(__OS2__) || defined(__os2__)) && \

View File

@@ -26,7 +26,7 @@ Contains 16-bit OS/2 definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && (defined(__I86__) || defined(__i86__) || defined(_M_I86))

View File

@@ -26,7 +26,7 @@ Contains 32-bit OS/2 code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if(defined(__I386__) || defined(__i386__) || defined(__THW_INTEL) || defined(_M_IX86)) && \

View File

@@ -26,7 +26,7 @@ Contains 32-bit OS/2 declarations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if(defined(__OS2__) || defined(__os2__)) && \

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__)

View File

@@ -26,7 +26,7 @@ Contains UNIX definitions
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_UNIX_H

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(__WINDOWS__) || defined(__TOS_WIN__) || defined(__WIN32__) || defined(_WIN64) || defined(_WIN32) || \

View File

@@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows declarations
along with this program. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2018 Natalia Portillo
Copyright (C) 2011-2020 Natalia Portillo
*****************************************************************************/
#if defined(__WINDOWS__) || defined(__TOS_WIN__) || defined(__WIN32__) || defined(_WIN64) || defined(_WIN32) || \