mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
VC/Zoom: Add missing file headers
This commit is contained in:
parent
f524884e74
commit
457075d22a
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user