mirror of
https://github.com/libretro/FBNeo.git
synced 2024-11-27 02:50:29 +00:00
Re-licensed ObjC code under Apache
This commit is contained in:
parent
1b35420dbf
commit
9952fd297b
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// AppDelegate.h
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/15/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// AppDelegate.m
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/15/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBAboutController.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/06/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBAboutController.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/06/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBAboutController.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBEmulatorController.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/25/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBEmulatorController.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/25/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// FIXME: on catalina, it still starts in white
|
||||
// FIXME: don't add bogus paths to recently used!
|
||||
#import "FBEmulatorController.h"
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBLauncherController.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 11/30/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBLauncherController.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 11/30/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBLauncherController.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// LogViewerController.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/23/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// LogViewerController.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/23/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBLogViewerController.h"
|
||||
#import "NSWindowController+Core.h"
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBPreferencesController.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/24/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBPreferencesController.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/24/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBPreferencesController.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBMainThread.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/16/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBMainThread.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/16/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "NSWindowController+Core.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBDropFileScrollView.h
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/01/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBDropFileScrollView.m
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/01/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBDropFileScrollView.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBRomSetStatusAsNSImage.h
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/01/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBRomSetStatusAsNSImage.m
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/01/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "FBRomSetStatusAsNSImage.h"
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// main.m
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/15/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBImporter.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/02/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBImporter.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 12/02/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBImporter.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBMainThread.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/16/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBMainThread.h"
|
||||
|
||||
|
@ -1,10 +1,19 @@
|
||||
//
|
||||
// FBMainThread.h
|
||||
// Emulator
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/16/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBMainThread.m
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/16/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBMainThread.h"
|
||||
#import "AppDelegate.h"
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBScanner.h
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 11/30/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBScanner.mm
|
||||
// Emulator
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 11/30/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBScanner.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBInput.h
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/20/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBInput.mm
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/20/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBAudio.h"
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBInput.h
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/20/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
@ -1,10 +1,16 @@
|
||||
// Copyright (c) Akop Karapetyan
|
||||
//
|
||||
// FBInput.mm
|
||||
// FinalBurnNeo
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
// You may obtain a copy of the License at
|
||||
//
|
||||
// Created by Akop Karapetyan on 10/20/19.
|
||||
// Copyright © 2019 Akop Karapetyan. All rights reserved.
|
||||
// http://www.apache.org/licenses/LICENSE-2.0
|
||||
//
|
||||
// Unless required by applicable law or agreed to in writing, software
|
||||
// distributed under the License is distributed on an "AS IS" BASIS,
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
#import "FBInput.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user