new-file-header.txt 1.1 KB

12345678910111213141516171819202122
  1. ### This header should be used to start new files.
  2. ### It provides an explicit per-file license reference that should be present on all new files.
  3. ### To use this header, delete these lines and the following empty line, modify <filename> to
  4. ### the proper full path, and then add new code following the header and a single empty line.
  5. // <filename>
  6. // Part of the Jellyfin project (https://jellyfin.media)
  7. //
  8. // All copyright belongs to the Jellyfin contributors; a full list can
  9. // be found in the file CONTRIBUTORS.md
  10. //
  11. // This program is free software: you can redistribute it and/or modify
  12. // it under the terms of the GNU General Public License as published by
  13. // the Free Software Foundation, version 2.
  14. //
  15. // This program is distributed in the hope that it will be useful,
  16. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. // GNU General Public License for more details.
  19. //
  20. // You should have received a copy of the GNU General Public License
  21. // along with this program. If not, see <https://www.gnu.org/licenses/>.