Skip to content

Commit

Permalink
Change license to MIT (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panquesito7 authored Dec 26, 2023
1 parent 242c32e commit 11cc6fe
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 764 deletions.
661 changes: 5 additions & 656 deletions LICENSE.md

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions src/MainForm.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Memory Game with buttons, implemented in C++/CLR using Windows forms.
* Copyright (C) 2022-2023 David Leal ([email protected])
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "MyForm.h"

[System::STAThread]
Expand Down
18 changes: 0 additions & 18 deletions src/MyForm.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Memory Game with buttons, implemented in C++/CLR using Windows forms.
* Copyright (C) 2022-2023 David Leal ([email protected])
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "randomizer.hpp"
#include "button_manager.hpp"
#include <ctime>
Expand Down
18 changes: 0 additions & 18 deletions src/button_manager.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Memory Game with buttons, implemented in C++/CLR using Windows forms.
* Copyright (C) 2022-2023 David Leal ([email protected])
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "button_manager.hpp"
#include <vector>
#include <string>
Expand Down
18 changes: 0 additions & 18 deletions src/button_manager.hpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Memory Game with buttons, implemented in C++/CLR using Windows forms.
* Copyright (C) 2022-2023 David Leal ([email protected])
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#ifndef BUTTON_MANAGER_HPP
#define BUTTON_MANAGER_HPP

Expand Down
18 changes: 0 additions & 18 deletions src/randomizer.cpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Memory Game with buttons, implemented in C++/CLR using Windows forms.
* Copyright (C) 2022-2023 David Leal ([email protected])
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#include "randomizer.hpp"
#include <cstdlib>
#include <vector>
Expand Down
18 changes: 0 additions & 18 deletions src/randomizer.hpp
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
/**
* Memory Game with buttons, implemented in C++/CLR using Windows forms.
* Copyright (C) 2022-2023 David Leal ([email protected])
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero 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 Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

#ifndef RANDOMIZER_HPP
#define RANDOMIZER_HPP

Expand Down

0 comments on commit 11cc6fe

Please sign in to comment.