Add copyright.yml for new header update script

This commit is contained in:
Adrian Moennich 2020-11-27 18:27:02 +01:00
parent 435e54e367
commit 05ce7f913d

11
copyright.yml Normal file
View File

@ -0,0 +1,11 @@
root: true
name: CERN
start_year: 2002
header: |-
{comment_start} This file is part of the Indico plugins.
{comment_middle} Copyright (C) {dates} {name}
{comment_middle}
{comment_middle} The Indico plugins are free software; you can redistribute
{comment_middle} them and/or modify them under the terms of the MIT License;
{comment_middle} see the LICENSE file for more details.
{comment_end}