Improved copyright section of FAQ
This commit is contained in:
parent
27d3468f83
commit
261dafe41d
29
README.md
29
README.md
|
@ -55,8 +55,27 @@ to point at the location you moved it to.
|
|||
# Copyright 2021, Jesse Gardner
|
||||
|
||||
All files present in the qq2clone git repository are released under the
|
||||
the GNU GPL v2 license, made available in the [license
|
||||
file](https://git.j-g-web.com/jesse/qq2clone/raw/branch/master/LICENSE)
|
||||
above. All files contained in the qq2clone git repository, beginning from
|
||||
the first commit and continuing to the present, are offered solely under
|
||||
the terms of the GNU GPL v2 license.
|
||||
the GNU GPL v2 license. The following disclaimer is found in most files
|
||||
contained in this repository, and makes things more specific:
|
||||
```
|
||||
/*
|
||||
#------------------------------------------------------------------------#
|
||||
# Copyright 2021, Jesse Gardner #
|
||||
#------------------------------------------------------------------------#
|
||||
# This file is part of qq2clone. #
|
||||
# #
|
||||
# qq2clone 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 2 of the License, or #
|
||||
# (at your option) any later version. #
|
||||
# #
|
||||
# qq2clone 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 qq2clone. If not, see <https://www.gnu.org/licenses/>. #
|
||||
#------------------------------------------------------------------------#
|
||||
*/
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue