VC/Zoom: Add missing file headers

This commit is contained in:
Adrian Moennich 2020-11-30 10:52:33 +01:00
parent f524884e74
commit 457075d22a
3 changed files with 20 additions and 0 deletions

View File

@ -1 +1,8 @@
# This file is part of the Indico plugins.
# Copyright (C) 2020 CERN and ENEA
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details.
pytest_plugins = 'indico'

View File

@ -1,3 +1,10 @@
# This file is part of the Indico plugins.
# Copyright (C) 2020 CERN and ENEA
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details.
from __future__ import unicode_literals
from setuptools import find_packages, setup

View File

@ -1,3 +1,9 @@
# This file is part of the Indico plugins.
# Copyright (C) 2020 CERN and ENEA
#
# The Indico plugins are free software; you can redistribute
# them and/or modify them under the terms of the MIT License;
# see the LICENSE file for more details.
import pytest