kicad/copyright.h

31 lines
1.1 KiB
C
Raw Normal View History

2009-10-18 11:36:38 +08:00
Copyright template
2009-10-18 11:31:03 +08:00
A copyright message which may be added to all source files at their top.
There is one line that represents the main copyright holder which is its
original author.
2009-10-18 11:31:03 +08:00
Workers who earn partial copyright holder status of a source module may
choose to document this corresponding work in the AUTHORS.txt file.
2009-10-18 11:31:03 +08:00
/*
* This program source code file is part of KiCad, a free EDA CAD application.
2009-10-18 11:31:03 +08:00
*
2023-01-03 22:55:08 +08:00
* Copyright (C) 2023 <author>
* Copyright (C) 2023 KiCad Developers, see AUTHORS.txt for contributors.
2009-10-18 11:36:38 +08:00
*
* 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.
2009-10-18 11:36:38 +08:00
*
* 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.
2009-10-18 11:36:38 +08:00
*
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
2009-10-18 11:31:03 +08:00
*/