Re-licensed ObjC code under Apache

This commit is contained in:
Akop Karapetyan 2019-12-07 20:29:15 -08:00 committed by tmaul
parent 1b35420dbf
commit 9952fd297b
30 changed files with 302 additions and 118 deletions

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"

View File

@ -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>

View File

@ -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"