Skip to content

Commit

Permalink
Change license to MIT (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Dec 26, 2023
1 parent 8a92d61 commit 89783e6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 778 deletions.
675 changes: 5 additions & 670 deletions LICENSE.md

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions src/TicTacToe.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Tic Tac Toe game built in C++/CLR and Windows Forms.
* Copyright (C) 2020-2023 David Leal (halfpacho@gmail.com)
*
* 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, either version 3 of the License, or
* (at your option) any later version.
* 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 <https://www.gnu.org/licenses/>.
*/

#include "menu.hpp"
#include "game.hpp"

Expand Down
18 changes: 0 additions & 18 deletions src/game.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Tic Tac Toe game built in C++/CLR and Windows Forms.
* Copyright (C) 2020-2023 David Leal (halfpacho@gmail.com)
*
* 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, either version 3 of the License, or
* (at your option) any later version.
* 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 <https://www.gnu.org/licenses/>.
*/

#include "game.hpp"
#include <vector>
#include <string>
Expand Down
18 changes: 0 additions & 18 deletions src/game.hpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Tic Tac Toe game built in C++/CLR and Windows Forms.
* Copyright (C) 2020-2023 David Leal (halfpacho@gmail.com)
*
* 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, either version 3 of the License, or
* (at your option) any later version.
* 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 <https://www.gnu.org/licenses/>.
*/

#ifndef GAME_HPP
#define GAME_HPP

Expand Down
18 changes: 0 additions & 18 deletions src/menu.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Tic Tac Toe game built in C++/CLR and Windows Forms.
* Copyright (C) 2020-2023 David Leal (halfpacho@gmail.com)
*
* 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, either version 3 of the License, or
* (at your option) any later version.
* 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 <https://www.gnu.org/licenses/>.
*/

#include "menu.hpp"

using namespace System;
Expand Down
18 changes: 0 additions & 18 deletions src/menu.hpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Tic Tac Toe game built in C++/CLR and Windows Forms.
* Copyright (C) 2020-2023 David Leal (halfpacho@gmail.com)
*
* 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, either version 3 of the License, or
* (at your option) any later version.
* 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 <https://www.gnu.org/licenses/>.
*/

#ifndef MENU_HPP
#define MENU_HPP

Expand Down
18 changes: 0 additions & 18 deletions src/tic_tac_toe.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Tic Tac Toe game built in C++/CLR and Windows Forms.
* Copyright (C) 2020-2023 David Leal (halfpacho@gmail.com)
*
* 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, either version 3 of the License, or
* (at your option) any later version.
* 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 <https://www.gnu.org/licenses/>.
*/

#include "TicTacToe.h"

[System::STAThread]
Expand Down

0 comments on commit 89783e6

Please sign in to comment.