initial commit for C++ with GPLv3+
This commit is contained in:
parent
3a96ad3469
commit
d6442c176d
1 changed files with 23 additions and 1 deletions
24
README.md
24
README.md
|
@ -1,2 +1,24 @@
|
||||||
# cpp-dojo
|
# cpp-dojo
|
||||||
C++ Training
|
|
||||||
|
C++ Training with examples written by the cpp-dojo community
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
C++ Training with examples written by the cpp-dojo community
|
||||||
|
|
||||||
|
Copyright (C) 2023 Mert Gör and contributors
|
||||||
|
|
||||||
|
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/>.
|
||||||
|
|
||||||
|
Feel free to send an email for your questions to mertgor at masscollabs dot xyz
|
||||||
|
|
Loading…
Add table
Reference in a new issue