GispoCoding / qaava-qgis-plugin

QGIS 3 Plugin for Qaava https://github.com/GispoCoding/qaava
GNU General Public License v2.0
3 stars 0 forks source link

Add copyright notice to every (code) file #38

Closed Joonalai closed 4 years ago

Joonalai commented 4 years ago

Copyright template:

Gispo Ltd., hereby disclaims all copyright interest in the program Qaava-qgis-plugin.
Copyright (C) 2020 Gispo Ltd (https://www.gispo.fi/).

This file is part of Qaava-qgis-plugin.

Qaava-qgis-plugin 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.

Qaava-qgis-plugin 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 Qaava-qgis-plugin. If not, see <https://www.gnu.org/licenses/>.

Intellij IDEA copyright template:

``` #set( $Foobar = "Qaava-qgis-plugin" ) Gispo Ltd., hereby disclaims all copyright interest in the program $Foobar #if( ${today.year} == 2020) Copyright (C) ${today.year} Gispo Ltd (https://www.gispo.fi/). #else Copyright (C) 2020-${today.year} Gispo Ltd (https://www.gispo.fi/). #end This file is part of $Foobar. $Foobar 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. $Foobar 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 $Foobar. If not, see . ```