Skip to content

Commit

Permalink
Updated license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Benzi committed Jun 23, 2019
1 parent 72c523e commit f8f0f49
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 12 deletions.
13 changes: 12 additions & 1 deletion TetraVex/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVex
//
// Created by Marco Benzi Tobar on 17-06-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import Cocoa
import TetraVexKit
Expand Down
13 changes: 12 additions & 1 deletion TetraVex/TVBoardView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVex
//
// Created by Marco Benzi Tobar on 10-10-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import Foundation
import Cocoa
Expand Down
2 changes: 1 addition & 1 deletion TetraVex/TVGameViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Marco Benzi Tobar on 17-06-16.
// Modified by Alessandro Vinciguerra
//
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// Copyright © 2017 Arc676/Alessandro Vinciguerra
//
Expand Down
13 changes: 12 additions & 1 deletion TetraVex/TVPieceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVex
//
// Created by Marco Benzi Tobar on 20-09-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import Cocoa
import TetraVexKit
Expand Down
13 changes: 12 additions & 1 deletion TetraVexKit/TVBoardModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVex
//
// Created by Marco Benzi Tobar on 17-06-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import Foundation

Expand Down
13 changes: 12 additions & 1 deletion TetraVexKit/TVGameModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVex
//
// Created by Marco Benzi Tobar on 26-09-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import Foundation

Expand Down
13 changes: 12 additions & 1 deletion TetraVexKit/TVPieceModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVex
//
// Created by Marco Benzi Tobar on 17-06-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import Foundation

Expand Down
13 changes: 12 additions & 1 deletion TetraVexKit/TVPuzzleGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVex
//
// Created by Marco Benzi Tobar on 17-06-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import Foundation
import GameplayKit
Expand Down
15 changes: 13 additions & 2 deletions TetraVexKit/TetraVexKit.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVexKit
//
// Created by Marco Benzi Tobar on 17-06-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

#import <Cocoa/Cocoa.h>

Expand All @@ -14,4 +25,4 @@ FOUNDATION_EXPORT double TetraVexKitVersionNumber;
//! Project version string for TetraVexKit.
FOUNDATION_EXPORT const unsigned char TetraVexKitVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <TetraVexKit/PublicHeader.h>
// In this header, you should import all the public headers of your framework using statements like #import <TetraVexKit/PublicHeader.h>
13 changes: 12 additions & 1 deletion TetraVexKitTests/TetraVexKitTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVexKitTests
//
// Created by Marco Benzi Tobar on 17-06-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import XCTest
@testable import TetraVexKit
Expand Down
13 changes: 12 additions & 1 deletion TetraVexUITests/TetraVexUITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
// TetraVexUITests
//
// Created by Marco Benzi Tobar on 17-06-16.
// Copyright © 2016 Marco Benzi Tobar. All rights reserved.
// Copyright © 2016 Marco Benzi Tobar
//
// This program 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 Foundation (version 3)
//
// This program 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 this program. If not, see <http://www.gnu.org/licenses/>.

import XCTest

Expand Down

0 comments on commit f8f0f49

Please sign in to comment.