florgon / cc-api

Link shortening API written in Flask using Florgon Ecosystem (APIs).
https://api-cc.florgon.com/v1
GNU Affero General Public License v3.0
4 stars 1 forks source link

Fix typo in license notice in every file #37

Closed stepanzubkov closed 1 year ago

stepanzubkov commented 1 year ago

License notice, that placed at start of every file:

    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/>.

You should replace "GNU General Public License" in this notice in every file by "GNU Affero General Public License"

Rhythm-08 commented 1 year ago

Hello I would like to solve this issue

stepanzubkov commented 1 year ago

Well, you can create fork, make changes and send PR to this repo