aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-06-11 11:44:30 +0100
committerh.udo <hudokkow@gmail.com>2018-07-27 18:51:48 +0100
commit62ab3b11ea3238e08ae6c3286065e89b65c61cb1 (patch)
treeab1c54803724455d46c1b5a4c787b14b91cb9c69
parentf3a49a70ae3efaeb2b8ce93cb02c8a972719da64 (diff)
[xbmc] Unlicense (Public Domain) SPDX license identifier
-rw-r--r--xbmc/platform/darwin/osx/SDLMain.h16
-rw-r--r--xbmc/platform/darwin/osx/SDLMain.mm17
2 files changed, 15 insertions, 18 deletions
diff --git a/xbmc/platform/darwin/osx/SDLMain.h b/xbmc/platform/darwin/osx/SDLMain.h
index d64bfb403d..e05eeaf240 100644
--- a/xbmc/platform/darwin/osx/SDLMain.h
+++ b/xbmc/platform/darwin/osx/SDLMain.h
@@ -1,13 +1,11 @@
-/* SDLMain.m - main entry point for our Cocoa-ized SDL app
- Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
- Non-NIB-Code & other changes: Max Horn <max@quendi.de>
-
- Feel free to customize this file to suit your needs
-*/
/*
- SDLMain.m and SDLMain.h carry neither a copyright or license. They are in the
- public domain.
-*/
+ * SDLMain.h - main entry point for our Cocoa-ized SDL app
+ * Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
+ * Non-NIB-Code & other changes: Max Horn <max@quendi.de>
+ *
+ * SPDX-License-Identifier: Unlicense
+ * See LICENSES/README.md for more information.
+ */
#if !defined(__arm__) && !defined(__aarch64__)
diff --git a/xbmc/platform/darwin/osx/SDLMain.mm b/xbmc/platform/darwin/osx/SDLMain.mm
index f3e7433b4a..034310c3da 100644
--- a/xbmc/platform/darwin/osx/SDLMain.mm
+++ b/xbmc/platform/darwin/osx/SDLMain.mm
@@ -1,13 +1,12 @@
-/* SDLMain.m - main entry point for our Cocoa-ized SDL app
- Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
- Non-NIB-Code & other changes: Max Horn <max@quendi.de>
-
- Feel free to customize this file to suit your needs
-*/
/*
- SDLMain.m and SDLMain.h carry neither a copyright or license. They are in the
- public domain.
-*/
+ * SDLMain.mm - main entry point for our Cocoa-ized SDL app
+ * Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
+ * Non-NIB-Code & other changes: Max Horn <max@quendi.de>
+ *
+ * SPDX-License-Identifier: Unlicense
+ * See LICENSES/README.md for more information.
+ */
+
#if !defined(__arm__) && !defined(__aarch64__)
#import "SDL/SDL.h"