From f8f0f4995671113e42db71bd9ff2d68e8d736211 Mon Sep 17 00:00:00 2001 From: Marco Benzi Date: Sun, 23 Jun 2019 23:46:44 +0200 Subject: [PATCH] Updated license headers --- TetraVex/AppDelegate.swift | 13 ++++++++++++- TetraVex/TVBoardView.swift | 13 ++++++++++++- TetraVex/TVGameViewController.swift | 2 +- TetraVex/TVPieceView.swift | 13 ++++++++++++- TetraVexKit/TVBoardModel.swift | 13 ++++++++++++- TetraVexKit/TVGameModel.swift | 13 ++++++++++++- TetraVexKit/TVPieceModel.swift | 13 ++++++++++++- TetraVexKit/TVPuzzleGenerator.swift | 13 ++++++++++++- TetraVexKit/TetraVexKit.h | 15 +++++++++++++-- TetraVexKitTests/TetraVexKitTests.swift | 13 ++++++++++++- TetraVexUITests/TetraVexUITests.swift | 13 ++++++++++++- 11 files changed, 122 insertions(+), 12 deletions(-) diff --git a/TetraVex/AppDelegate.swift b/TetraVex/AppDelegate.swift index f6dd928..8fb467d 100644 --- a/TetraVex/AppDelegate.swift +++ b/TetraVex/AppDelegate.swift @@ -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 . import Cocoa import TetraVexKit diff --git a/TetraVex/TVBoardView.swift b/TetraVex/TVBoardView.swift index 0b614ff..ed4060c 100644 --- a/TetraVex/TVBoardView.swift +++ b/TetraVex/TVBoardView.swift @@ -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 . import Foundation import Cocoa diff --git a/TetraVex/TVGameViewController.swift b/TetraVex/TVGameViewController.swift index b681ad4..9aeb77c 100644 --- a/TetraVex/TVGameViewController.swift +++ b/TetraVex/TVGameViewController.swift @@ -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 // diff --git a/TetraVex/TVPieceView.swift b/TetraVex/TVPieceView.swift index 336f0a8..3415f0e 100644 --- a/TetraVex/TVPieceView.swift +++ b/TetraVex/TVPieceView.swift @@ -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 . import Cocoa import TetraVexKit diff --git a/TetraVexKit/TVBoardModel.swift b/TetraVexKit/TVBoardModel.swift index bf5acc1..ce6d1cb 100644 --- a/TetraVexKit/TVBoardModel.swift +++ b/TetraVexKit/TVBoardModel.swift @@ -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 . import Foundation diff --git a/TetraVexKit/TVGameModel.swift b/TetraVexKit/TVGameModel.swift index 1f08927..3a97f3a 100644 --- a/TetraVexKit/TVGameModel.swift +++ b/TetraVexKit/TVGameModel.swift @@ -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 . import Foundation diff --git a/TetraVexKit/TVPieceModel.swift b/TetraVexKit/TVPieceModel.swift index fdee07c..7d6f7ec 100644 --- a/TetraVexKit/TVPieceModel.swift +++ b/TetraVexKit/TVPieceModel.swift @@ -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 . import Foundation diff --git a/TetraVexKit/TVPuzzleGenerator.swift b/TetraVexKit/TVPuzzleGenerator.swift index f66afeb..bd5fba0 100644 --- a/TetraVexKit/TVPuzzleGenerator.swift +++ b/TetraVexKit/TVPuzzleGenerator.swift @@ -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 . import Foundation import GameplayKit diff --git a/TetraVexKit/TetraVexKit.h b/TetraVexKit/TetraVexKit.h index ff90a65..78a26b6 100644 --- a/TetraVexKit/TetraVexKit.h +++ b/TetraVexKit/TetraVexKit.h @@ -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 . #import @@ -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 \ No newline at end of file +// In this header, you should import all the public headers of your framework using statements like #import diff --git a/TetraVexKitTests/TetraVexKitTests.swift b/TetraVexKitTests/TetraVexKitTests.swift index a4baf98..8f2726c 100644 --- a/TetraVexKitTests/TetraVexKitTests.swift +++ b/TetraVexKitTests/TetraVexKitTests.swift @@ -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 . import XCTest @testable import TetraVexKit diff --git a/TetraVexUITests/TetraVexUITests.swift b/TetraVexUITests/TetraVexUITests.swift index d96bdba..6743903 100644 --- a/TetraVexUITests/TetraVexUITests.swift +++ b/TetraVexUITests/TetraVexUITests.swift @@ -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 . import XCTest