Skip to content

Commit

Permalink
Updated copyright to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
trzy authored and h0tw1r3 committed Apr 7, 2024
1 parent 5965ff7 commit 27d14dc
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion Makefiles/Makefile.OSX
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
## Copyright 2003-2022 The Supermodel Team
## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
Expand Down
102 changes: 51 additions & 51 deletions Makefiles/Makefile.UNIX
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
## Copyright 2003-2022 The Supermodel Team
##
## This file is part of Supermodel.
##
## Supermodel 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.
##
## Supermodel 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.
##
## You should have received a copy of the GNU General Public License along
## with Supermodel. If not, see <http://www.gnu.org/licenses/>.
##
#
# Makefile.UNIX
#
# Makefile for UNIX/Linux systems.
#
###############################################################################
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
## Supermodel 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.
##
## Supermodel 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.
##
## You should have received a copy of the GNU General Public License along
## with Supermodel. If not, see <http://www.gnu.org/licenses/>.
##

#
# Makefile.UNIX
#
# Makefile for UNIX/Linux systems.
#


###############################################################################
# Build Options
###############################################################################

DELETE = rm -d -r -f


###############################################################################
# Platform Configuration
#
# Edit library and include paths as needed.
###############################################################################
#
# Must be included first
#
include Makefiles/Options.inc
#
# Toolchain
#
CC = gcc
CXX = g++
LD = gcc
#
# SDL
# Platform Configuration
#
# Edit library and include paths as needed.
###############################################################################

#
# Must be included first
#
include Makefiles/Options.inc

#
# Toolchain
#
CC = gcc
CXX = g++
LD = gcc

#
# SDL
#

SDL2_CFLAGS = `sdl2-config --cflags`
Expand All @@ -72,9 +72,9 @@ PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread
###############################################################################
# Core Makefile
###############################################################################
PLATFORM_SRC_FILES = \
Src/OSD/Unix/FileSystemPath.cpp

PLATFORM_SRC_FILES = \
Src/OSD/Unix/FileSystemPath.cpp

include Makefiles/Rules.inc

Expand Down
2 changes: 1 addition & 1 deletion Makefiles/Makefile.Win32
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
## Copyright 2003-2022 The Supermodel Team
## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
Expand Down
2 changes: 1 addition & 1 deletion Makefiles/Options.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
## Copyright 2003-2022 The Supermodel Team
## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
Expand Down
2 changes: 1 addition & 1 deletion Makefiles/Rules.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
## Copyright 2003-2022 The Supermodel Team
## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Supermodel: A Sega Model 3 Arcade Emulator
*Copyright 2003-2023 The Supermodel Team*
*Copyright 2003-2024 The Supermodel Team*

## Overview

Expand Down

0 comments on commit 27d14dc

Please sign in to comment.