You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1 KiB

16 years ago
16 years ago
16 years ago
16 years ago
  1. Copyright template
  2. A copyright message which may be added to all source files at their top.
  3. There is one line that represents the main copyright holder which is its
  4. original author.
  5. Workers who earn partial copyright holder status of a source module may
  6. choose to document this corresponding work in the AUTHORS.txt file.
  7. /*
  8. * This program source code file is part of KiCad, a free EDA CAD application.
  9. *
  10. * Copyright (C) 2020 <author>
  11. * Copyright (C) 2020 KiCad Developers, see AUTHORS.txt for contributors.
  12. *
  13. * This program is free software: you can redistribute it and/or modify it
  14. * under the terms of the GNU General Public License as published by the
  15. * Free Software Foundation, either version 3 of the License, or (at your
  16. * option) any later version.
  17. *
  18. * This program is distributed in the hope that it will be useful, but
  19. * WITHOUT ANY WARRANTY; without even the implied warranty of
  20. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  21. * General Public License for more details.
  22. *
  23. * You should have received a copy of the GNU General Public License along
  24. * with this program. If not, see <http://www.gnu.org/licenses/>.
  25. */