mirror of https://github.com/AxioDL/metaforce.git
Update copyright date
This commit is contained in:
parent
73d3fa3a92
commit
49718630e2
|
@ -10,8 +10,15 @@ atdna(atdna_ParticleEditor.cpp ParticleEditor.hpp)
|
|||
atdna(atdna_InformationCenter.cpp InformationCenter.hpp)
|
||||
atdna(atdna_GameMode.cpp GameMode.hpp)
|
||||
|
||||
if(URDE_DLPACKAGE)
|
||||
set(METADATA_VERSION_STRING ${URDE_DLPACKAGE})
|
||||
else()
|
||||
set(METADATA_VERSION_STRING "BETA")
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
set(PLAT_SRCS platforms/win/urde.rc)
|
||||
configure_file(platforms/win/urde.rc.in "${CMAKE_CURRENT_BINARY_DIR}/urde.rc" @ONLY)
|
||||
set(PLAT_SRCS "${CMAKE_CURRENT_BINARY_DIR}/urde.rc")
|
||||
if(WINDOWS_STORE)
|
||||
set(UWP_ASSETS
|
||||
platforms/win/Assets/LargeTile.scale-100.png
|
||||
|
@ -63,6 +70,7 @@ elseif(APPLE)
|
|||
set(PLAT_SRCS platforms/mac/mainicon.icns)
|
||||
set_source_files_properties(platforms/mac/mainicon.icns PROPERTIES
|
||||
MACOSX_PACKAGE_LOCATION Resources)
|
||||
configure_file(platforms/mac/Info.plist.in "${CMAKE_CURRENT_BINARY_DIR}/Info.plist" @ONLY)
|
||||
elseif(UNIX)
|
||||
add_subdirectory(platforms/freedesktop)
|
||||
declare_wmicon_target()
|
||||
|
@ -105,7 +113,7 @@ if(COMMAND cotire)
|
|||
endif()
|
||||
|
||||
set_target_properties(urde PROPERTIES
|
||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/platforms/mac/Info.plist"
|
||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_BINARY_DIR}/Info.plist"
|
||||
MACOSX_BUNDLE_BUNDLE_NAME "urde")
|
||||
|
||||
if (NOT WINDOWS_STORE)
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>urde</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Version BETA</string>
|
||||
<string>@METADATA_VERSION_STRING@</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>2015-2017 Antidote / Jackoalan</string>
|
||||
<string>2015-2018 Antidote / Jackoalan</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>mainicon.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
@ -17,7 +17,7 @@
|
|||
<key>CFBundleName</key>
|
||||
<string>URDE</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>BETA</string>
|
||||
<string>@METADATA_VERSION_STRING@</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleSignature</key>
|
|
@ -18,12 +18,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Antidote / Jackoalan"
|
||||
VALUE "FileDescription", "URDE"
|
||||
VALUE "FileVersion", "BETA"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2015-2017 Antidote / Jackoalan"
|
||||
VALUE "FileVersion", "@METADATA_VERSION_STRING@"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2015-2018 Antidote / Jackoalan"
|
||||
VALUE "InternalName", "urde"
|
||||
VALUE "OriginalFilename", "urde.exe"
|
||||
VALUE "ProductName", "URDE"
|
||||
VALUE "ProductVersion", "BETA"
|
||||
VALUE "ProductVersion", "@METADATA_VERSION_STRING@"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License
|
||||
|
||||
Copyright (c) 2015-2017 URDE Contributors
|
||||
Copyright (c) 2015-2018 URDE Contributors
|
||||
Original Authors: Jack Andersen and Phillip "Antidote" Stephens
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 3d4a9175b45cb1956c5e6cd1bab4cd279448fdae
|
||||
Subproject commit 1e5fe44f759a77693a6ffba0d5d478bf1def02e6
|
2
hecl-gui
2
hecl-gui
|
@ -1 +1 @@
|
|||
Subproject commit 26cbd447f71bee9be9daefbc486782a614775db4
|
||||
Subproject commit 857c8f425927436b82541a75c234a9ea41256075
|
2
jbus
2
jbus
|
@ -1 +1 @@
|
|||
Subproject commit 2098e8da29af7bf441539a1f9326c6e9bf747d07
|
||||
Subproject commit 8593e06fa5b4532a898c282c49d227e6a0cd421f
|
Loading…
Reference in New Issue