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