From a4df07264104c82ea191cf3cf52ea95e27b89bc4 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 9 Sep 2018 17:43:59 +0000 Subject: Dedicate to Public Domain. * Makefile: Put under CC0-1.0. * docs/conf.py: Put under CC0-1.0. * libreplanet-templates/2016/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2016/lp-speakers.jinja2: Put under CC0-1.0. * libreplanet-templates/2017/lp-schedule.jinja2: Put under CC0-1.0. * libreplanet-templates/2018/lp-schedule.jinja2: Put under CC0-1.0. * lps_gen.py: Put under CC0-1.0. * lpschedule_generator/_version.py: Put under CC0-1.0. * setup.py: Put under CC0-1.0. --- libreplanet-templates/2016/lp-schedule.jinja2 | 16 +--------------- libreplanet-templates/2016/lp-speakers.jinja2 | 16 +--------------- libreplanet-templates/2017/lp-schedule.jinja2 | 16 +--------------- libreplanet-templates/2018/lp-schedule.jinja2 | 16 +--------------- 4 files changed, 4 insertions(+), 60 deletions(-) (limited to 'libreplanet-templates') diff --git a/libreplanet-templates/2016/lp-schedule.jinja2 b/libreplanet-templates/2016/lp-schedule.jinja2 index 7b55ca4..09757d3 100644 --- a/libreplanet-templates/2016/lp-schedule.jinja2 +++ b/libreplanet-templates/2016/lp-schedule.jinja2 @@ -1,22 +1,8 @@ {# -*- mode: jinja2; -*- #} {# - Copyright (C) 2015-2016 lpschedule-generator contributors. See CONTRIBUTORS. + SPDX-License-Identifier: CC0-1.0 This file is part of lpschedule-generator. - - lpschedule-generator 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. - - lpschedule-generator 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. - - You should have received a copy of the GNU General Public License - along with lpschedule-generator (see COPYING). If not, see - . #} {# macros start #} diff --git a/libreplanet-templates/2016/lp-speakers.jinja2 b/libreplanet-templates/2016/lp-speakers.jinja2 index 3d6c4e3..a603fb8 100644 --- a/libreplanet-templates/2016/lp-speakers.jinja2 +++ b/libreplanet-templates/2016/lp-speakers.jinja2 @@ -1,22 +1,8 @@ {# -*- mode: jinja2; -*- #} {# - Copyright (C) 2016 lpschedule-generator contributors. See CONTRIBUTORS. + SPDX-License-Identifier: CC0-1.0 This file is part of lpschedule-generator. - - lpschedule-generator 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. - - lpschedule-generator 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. - - You should have received a copy of the GNU General Public License - along with lpschedule-generator (see COPYING). If not, see - . #} diff --git a/libreplanet-templates/2017/lp-schedule.jinja2 b/libreplanet-templates/2017/lp-schedule.jinja2 index 3ef2531..454a3c5 100644 --- a/libreplanet-templates/2017/lp-schedule.jinja2 +++ b/libreplanet-templates/2017/lp-schedule.jinja2 @@ -1,22 +1,8 @@ {# -*- mode: jinja2; -*- #} {# - Copyright © 2017 lpschedule-generator contributors. See CONTRIBUTORS. + SPDX-License-Identifier: CC0-1.0 This file is part of lpschedule-generator. - - lpschedule-generator 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. - - lpschedule-generator 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. - - You should have received a copy of the GNU General Public License - along with lpschedule-generator (see COPYING). If not, see - . #} {# macros start #} diff --git a/libreplanet-templates/2018/lp-schedule.jinja2 b/libreplanet-templates/2018/lp-schedule.jinja2 index cffee78..3caeffa 100644 --- a/libreplanet-templates/2018/lp-schedule.jinja2 +++ b/libreplanet-templates/2018/lp-schedule.jinja2 @@ -1,22 +1,8 @@ {# -*- mode: jinja2; -*- #} {# - Copyright © 2017 lpschedule-generator contributors. See CONTRIBUTORS. + SPDX-License-Identifier: CC0-1.0 This file is part of lpschedule-generator. - - lpschedule-generator 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. - - lpschedule-generator 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. - - You should have received a copy of the GNU General Public License - along with lpschedule-generator (see COPYING). If not, see - . #} {# macros start #} -- cgit v1.2.3