mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
ios: Add proper license header to all files.
This commit is contained in:
parent
9ac77f65d1
commit
1edd531544
@ -1,6 +1,5 @@
|
|||||||
/* RetroArch - A frontend for libretro.
|
/* RetroArch - A frontend for libretro.
|
||||||
* Copyright (C) 2010-2013 - Hans-Kristian Arntzen
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
* Copyright (C) 2011-2013 - Daniel De Matteis
|
|
||||||
*
|
*
|
||||||
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
* RetroArch 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 Found-
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// dirlist.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/7/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import "browser.h"
|
#import "browser.h"
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// dirlist.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/7/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import "browser.h"
|
#import "browser.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* RetroArch - A frontend for libretro.
|
/* RetroArch - A frontend for libretro.
|
||||||
* Copyright (C) 2010-2013 - Hans-Kristian Arntzen
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
* Copyright (C) 2011-2013 - Daniel De Matteis
|
|
||||||
*
|
*
|
||||||
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
* RetroArch 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 Found-
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
|
@ -1,11 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// module_list.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/8/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
@implementation RAModuleInfo
|
@implementation RAModuleInfo
|
||||||
+ (RAModuleInfo*)moduleWithPath:(NSString*)thePath data:(config_file_t*)theData
|
+ (RAModuleInfo*)moduleWithPath:(NSString*)thePath data:(config_file_t*)theData
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// module_list.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/8/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
@implementation RAModuleList
|
@implementation RAModuleList
|
||||||
{
|
{
|
||||||
|
@ -1,9 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// AppDelegate.h
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
//
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
@ -1,9 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// AppDelegate.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
//
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include "rarch_wrapper.h"
|
#include "rarch_wrapper.h"
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
/* RetroArch - A frontend for libretro.
|
||||||
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
|
*
|
||||||
|
* RetroArch 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 Found-
|
||||||
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
extern BOOL ra_ios_is_directory(NSString* path);
|
extern BOOL ra_ios_is_directory(NSString* path);
|
||||||
extern BOOL ra_ios_is_file(NSString* path);
|
extern BOOL ra_ios_is_file(NSString* path);
|
||||||
extern NSArray* ra_ios_list_directory(NSString* path, NSRegularExpression* regex);
|
extern NSArray* ra_ios_list_directory(NSString* path, NSRegularExpression* regex);
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
/* RetroArch - A frontend for libretro.
|
||||||
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
|
*
|
||||||
|
* RetroArch 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 Found-
|
||||||
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
BOOL ra_ios_is_file(NSString* path)
|
BOOL ra_ios_is_file(NSString* path)
|
||||||
{
|
{
|
||||||
return [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:nil];
|
return [[NSFileManager defaultManager] fileExistsAtPath:path isDirectory:nil];
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
// Input Driver Below
|
|
||||||
/* RetroArch - A frontend for libretro.
|
/* RetroArch - A frontend for libretro.
|
||||||
* Copyright (C) 2010-2013 - Hans-Kristian Arntzen
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
* Copyright (C) 2011-2013 - Daniel De Matteis
|
|
||||||
*
|
*
|
||||||
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
* RetroArch 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 Found-
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
|
@ -1,9 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// main.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
//
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
/* RetroArch - A frontend for libretro.
|
||||||
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
|
*
|
||||||
|
* RetroArch 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 Found-
|
||||||
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef __IOS_RARCH_WRAPPER_H__
|
#ifndef __IOS_RARCH_WRAPPER_H__
|
||||||
#define __IOS_RARCH_WRAPPER_H__
|
#define __IOS_RARCH_WRAPPER_H__
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// settings_list.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/8/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import "settings.h"
|
#import "settings.h"
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// settings_list.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/8/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import "settings.h"
|
#import "settings.h"
|
||||||
|
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// settings_list.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/8/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <objc/runtime.h>
|
#import <objc/runtime.h>
|
||||||
#import "settings.h"
|
#import "settings.h"
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// settings_list.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/8/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <objc/runtime.h>
|
#import <objc/runtime.h>
|
||||||
#import "settings.h"
|
#import "settings.h"
|
||||||
|
@ -1,10 +1,17 @@
|
|||||||
//
|
/* RetroArch - A frontend for libretro.
|
||||||
// settings_list.m
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
// RetroArch
|
*
|
||||||
//
|
* RetroArch is free software: you can redistribute it and/or modify it under the terms
|
||||||
// Created by Jason Fetters on 2/8/13.
|
* of the GNU General Public License as published by the Free Software Found-
|
||||||
// Copyright (c) 2013 RetroArch. All rights reserved.
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
//
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "conf/config_file.h"
|
#include "conf/config_file.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
/* RetroArch - A frontend for libretro.
|
||||||
|
* Copyright (C) 2013 - Jason Fetters
|
||||||
|
*
|
||||||
|
* RetroArch 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 Found-
|
||||||
|
* ation, either version 3 of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* RetroArch 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 RetroArch.
|
||||||
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
#import <GLKit/GLKit.h>
|
#import <GLKit/GLKit.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user