license header and copyright in all files #25

Closed vdr opened this issue on 18 Mar 2016 - 3 comments

@vdr vdr commented on 18 Mar 2016

Java

* This file is part of MountainNavigation.
* 
* MountainNavigation 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.
* 
* MountainNavigation 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 MountainNavigation.  If not, see <http://www.gnu.org/licenses/>.
* 
* @copyright Copyright (c) 2016 Vinzenz Rosenkanz <vinzenz.rosenkranz@gmail.com>
* 
* @author Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>

XML

<!--
    * This file is part of MountainNavigation.
    * 
    * MountainNavigation 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.
    * 
    * MountainNavigation 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 MountainNavigation. If not, see <http://www.gnu.org/licenses/>.
    * 
    * Copyright (c) 2016 Vinzenz Rosenkanz <vinzenz.rosenkranz@gmail.com>
    * 
    * Vinzenz Rosenkranz <vinzenz.rosenkranz@gmail.com>
-->
@vdr vdr added a commit that referenced this issue on 19 Mar 2016
68d6530 added copyright and license info to source files, refs #25

What about layout and values xml files?

@vdr vdr added a commit that referenced this issue on 20 Mar 2016
b888dc3 added copyright and license info to xml files, refs #25

Should be at the beginning of java files, not after imports.

@vdr vdr added a commit that referenced this issue on 24 Mar 2016
7dee9f9 moved license comment to the top of all source files, ref #25

Should be done for now, double check before release.

@vdr vdr closed this issue on 24 Mar 2016
Labels

Priority
No priority
Milestone
core-release
Assignee

1 participant
@vdr