mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Update copyright statements to 2020
And apply clang-format 10 to the codebase.
This commit is contained in:
4
misc/dist/ios_xcode/godot_ios/main.m
vendored
4
misc/dist/ios_xcode/godot_ios/main.m
vendored
@@ -5,8 +5,8 @@
|
||||
/* GODOT ENGINE */
|
||||
/* https://godotengine.org */
|
||||
/*************************************************************************/
|
||||
/* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur. */
|
||||
/* Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md) */
|
||||
/* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */
|
||||
/* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */
|
||||
/* */
|
||||
/* Permission is hereby granted, free of charge, to any person obtaining */
|
||||
/* a copy of this software and associated documentation files (the */
|
||||
|
||||
8
misc/dist/osx_tools.app/Contents/Info.plist
vendored
8
misc/dist/osx_tools.app/Contents/Info.plist
vendored
@@ -9,7 +9,7 @@
|
||||
<key>CFBundleName</key>
|
||||
<string>Godot</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>(c) 2007-2019 Juan Linietsky, Ariel Manzur.</string>
|
||||
<string>(c) 2007-2020 Juan Linietsky, Ariel Manzur.</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Godot.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -19,13 +19,13 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.1.6</string>
|
||||
<string>2.1.7</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>godot</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.1.6</string>
|
||||
<string>2.1.7</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2007-2019 Juan Linietsky, Ariel Manzur.</string>
|
||||
<string>© 2007-2020 Juan Linietsky, Ariel Manzur.</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.9.0</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
|
||||
@@ -6,8 +6,8 @@ header = """\
|
||||
/* GODOT ENGINE */
|
||||
/* https://godotengine.org */
|
||||
/*************************************************************************/
|
||||
/* Copyright (c) 2007-2019 Juan Linietsky, Ariel Manzur. */
|
||||
/* Copyright (c) 2014-2019 Godot Engine contributors (cf. AUTHORS.md) */
|
||||
/* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */
|
||||
/* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */
|
||||
/* */
|
||||
/* Permission is hereby granted, free of charge, to any person obtaining */
|
||||
/* a copy of this software and associated documentation files (the */
|
||||
|
||||
Reference in New Issue
Block a user