From 05ce7f913da20fdbad8655dd63fa28d334a782d5 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Fri, 27 Nov 2020 18:27:02 +0100 Subject: [PATCH] Add copyright.yml for new header update script --- copyright.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 copyright.yml diff --git a/copyright.yml b/copyright.yml new file mode 100644 index 0000000..f889faf --- /dev/null +++ b/copyright.yml @@ -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}