diff --git a/getter/os2_32/DIR.C b/getter/os2_32/DIR.C index c9c9f2d..acd23be 100644 --- a/getter/os2_32/DIR.C +++ b/getter/os2_32/DIR.C @@ -26,7 +26,7 @@ Contains directory handlers along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #define INCL_DOSFILEMGR // File Manager values diff --git a/getter/os2_32/DIR.H b/getter/os2_32/DIR.H index 7963713..5569725 100644 --- a/getter/os2_32/DIR.H +++ b/getter/os2_32/DIR.H @@ -26,7 +26,7 @@ Contains directory definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #ifndef DIC_FSTESTER_GETTER_OS2_DIR_H diff --git a/getter/os2_32/EA.H b/getter/os2_32/EA.H index c45bd66..092388a 100644 --- a/getter/os2_32/EA.H +++ b/getter/os2_32/EA.H @@ -26,7 +26,7 @@ Contains extended attribute definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #ifndef DIC_FSTESTER_GETTER_OS2_EA_H diff --git a/getter/os2_32/MAIN.C b/getter/os2_32/MAIN.C index a91e65a..6e4dc2e 100644 --- a/getter/os2_32/MAIN.C +++ b/getter/os2_32/MAIN.C @@ -26,7 +26,7 @@ Contains global definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #include "dir.h" diff --git a/getter/os2_32/MAIN.H b/getter/os2_32/MAIN.H index 97ae69e..05a4bfb 100644 --- a/getter/os2_32/MAIN.H +++ b/getter/os2_32/MAIN.H @@ -26,13 +26,13 @@ Contains global definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #ifndef DIC_FSTESTER_GETTER_OS2_MAIN_H #define DIC_FSTESTER_GETTER_OS2_MAIN_H #define DIC_FSTESTER_VERSION "0.1" -#define DIC_COPYRIGHT "Copyright (C) 2011-2018 Natalia Portillo" +#define DIC_COPYRIGHT "Copyright (C) 2011-2020 Natalia Portillo" #endif diff --git a/setter/consts.h b/setter/consts.h index d827a35..b51b0ea 100644 --- a/setter/consts.h +++ b/setter/consts.h @@ -26,7 +26,7 @@ Constants along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #ifndef DIC_FSTESTER_SETTER_CONSTS_H diff --git a/setter/defs.h b/setter/defs.h index adb1cdc..f28e535 100644 --- a/setter/defs.h +++ b/setter/defs.h @@ -26,7 +26,7 @@ Contains common definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #ifndef DIC_FSTESTER_SETTER_DEFS_H diff --git a/setter/dos.c b/setter/dos.c index 2c1b684..f47f935 100644 --- a/setter/dos.c +++ b/setter/dos.c @@ -26,7 +26,7 @@ Contains DOS code along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(__DOS__) || defined(MSDOS) diff --git a/setter/dos.h b/setter/dos.h index 7b32c26..800f28b 100644 --- a/setter/dos.h +++ b/setter/dos.h @@ -26,7 +26,7 @@ Contains DOS definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(__DOS__) || defined (MSDOS) diff --git a/setter/dosos2.h b/setter/dosos2.h index 5be34e9..fc36863 100644 --- a/setter/dosos2.h +++ b/setter/dosos2.h @@ -26,7 +26,7 @@ Contains definitions common to DOS and OS/2 along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(__OS2__) || defined(__os2__) || defined(__DOS__) || defined(MSDOS) diff --git a/setter/linux.c b/setter/linux.c index 521d045..cdc7267 100644 --- a/setter/linux.c +++ b/setter/linux.c @@ -26,7 +26,7 @@ Contains Linux implementations along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(__linux__) || defined(__LINUX__) || defined(__gnu_linux) diff --git a/setter/linux.h b/setter/linux.h index 108d7d6..50b6bd1 100644 --- a/setter/linux.h +++ b/setter/linux.h @@ -26,7 +26,7 @@ Contains Linux definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #ifndef SETTER_LINUX_H diff --git a/setter/macos.c b/setter/macos.c index e2284a7..afbf69a 100644 --- a/setter/macos.c +++ b/setter/macos.c @@ -26,7 +26,7 @@ Contains Mac OS code. along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(macintosh) diff --git a/setter/macos.h b/setter/macos.h index 877da80..3dc1fbd 100644 --- a/setter/macos.h +++ b/setter/macos.h @@ -26,7 +26,7 @@ Contains Mac OS definitions. along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(macintosh) diff --git a/setter/macos.r b/setter/macos.r index a449fbe..3019a88 100644 --- a/setter/macos.r +++ b/setter/macos.r @@ -26,17 +26,17 @@ Contains Mac OS resources along with this program. If not, see . ----------------------------------------------------------------------------- -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, © 2011-2018 Natalia Portillo" + "0.1, � 2011-2020 Natalia Portillo" }; \ No newline at end of file diff --git a/setter/main.c b/setter/main.c index e76a915..aae21c3 100644 --- a/setter/main.c +++ b/setter/main.c @@ -26,7 +26,7 @@ Contains global definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ diff --git a/setter/main.h b/setter/main.h index eda6fe9..9aba055 100644 --- a/setter/main.h +++ b/setter/main.h @@ -26,14 +26,14 @@ Contains global definitions along with this program. If not, see . ----------------------------------------------------------------------------- -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" diff --git a/setter/os2_16.c b/setter/os2_16.c index 43e42e3..09a01f0 100644 --- a/setter/os2_16.c +++ b/setter/os2_16.c @@ -26,7 +26,7 @@ Contains 16-bit OS/2 code along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if(defined(__I86__) || defined(__i86__) || defined(_M_I86)) && (defined(__OS2__) || defined(__os2__)) && \ diff --git a/setter/os2_16.h b/setter/os2_16.h index 40f6d98..626e77f 100644 --- a/setter/os2_16.h +++ b/setter/os2_16.h @@ -26,7 +26,7 @@ Contains 16-bit OS/2 definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if(defined(__OS2__) || defined(__os2__)) && (defined(__I86__) || defined(__i86__) || defined(_M_I86)) diff --git a/setter/os2_32.c b/setter/os2_32.c index 720b8b7..ecbe454 100644 --- a/setter/os2_32.c +++ b/setter/os2_32.c @@ -26,7 +26,7 @@ Contains 32-bit OS/2 code along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if(defined(__I386__) || defined(__i386__) || defined(__THW_INTEL) || defined(_M_IX86)) && \ diff --git a/setter/os2_32.h b/setter/os2_32.h index 98af836..ee0f6e1 100644 --- a/setter/os2_32.h +++ b/setter/os2_32.h @@ -26,7 +26,7 @@ Contains 32-bit OS/2 declarations along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if(defined(__OS2__) || defined(__os2__)) && \ diff --git a/setter/unix.c b/setter/unix.c index 599065c..94a172c 100644 --- a/setter/unix.c +++ b/setter/unix.c @@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(unix) || defined(UNIX) || defined(__unix) || defined(__unix__) || defined(__UNIX__) diff --git a/setter/unix.h b/setter/unix.h index 1c0e202..1169e62 100644 --- a/setter/unix.h +++ b/setter/unix.h @@ -26,7 +26,7 @@ Contains UNIX definitions along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #ifndef SETTER_UNIX_H diff --git a/setter/win32.c b/setter/win32.c index 929ac55..9865f57 100644 --- a/setter/win32.c +++ b/setter/win32.c @@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows code along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(__WINDOWS__) || defined(__TOS_WIN__) || defined(__WIN32__) || defined(_WIN64) || defined(_WIN32) || \ diff --git a/setter/win32.h b/setter/win32.h index 816305e..6d4d637 100644 --- a/setter/win32.h +++ b/setter/win32.h @@ -26,7 +26,7 @@ Contains 32-bit and 64-bit Windows declarations along with this program. If not, see . ----------------------------------------------------------------------------- -Copyright (C) 2011-2018 Natalia Portillo +Copyright (C) 2011-2020 Natalia Portillo *****************************************************************************/ #if defined(__WINDOWS__) || defined(__TOS_WIN__) || defined(__WIN32__) || defined(_WIN64) || defined(_WIN32) || \