mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Update copyright date.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
};
|
||||
@@ -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
|
||||
*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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__)) && \
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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)) && \
|
||||
|
||||
@@ -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__)) && \
|
||||
|
||||
@@ -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__)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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) || \
|
||||
|
||||
@@ -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) || \
|
||||
|
||||
Reference in New Issue
Block a user