BIO-DIKU / SeqScan

Pattern matching in biological sequences
GNU General Public License v2.0
4 stars 0 forks source link

Copyright and License boilerplate #6

Closed maasha closed 9 years ago

maasha commented 9 years ago

All source files should be fitted with a boilerplate ala:

/*
* Copyright (C) 2015 BIO-DIKU.
*
* 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 2
* 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, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*
* http://www.gnu.org/copyleft/gpl.html
/*
RasmusFonseca commented 9 years ago

Source files or header files or both?

maasha commented 9 years ago

Me thinks the boilerplate goes in all files: http://www.gnu.org/licenses/gpl-faq.en.html#NoticeInSourceFile

maasha commented 9 years ago

Google C++ styleguide and the linter expects Copyright message in both source and header.

RasmusFonseca commented 9 years ago

All done