launchpad: Add missing copyright headers
This commit is contained in:
parent
a97613a056
commit
250160ad75
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
# Copyright (C) 2020 The Software Heritage developers
|
||||
# See the AUTHORS file at the top-level directory of this distribution
|
||||
# License: GNU General Public License version 3, or any later version
|
||||
# See top-level LICENSE file for more information
|
||||
|
||||
from swh.lister.core.tests.conftest import * # noqa
|
||||
from datetime import datetime
|
||||
import json
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
# Copyright (C) 2020 The Software Heritage developers
|
||||
# See the AUTHORS file at the top-level directory of this distribution
|
||||
# License: GNU General Public License version 3, or any later version
|
||||
# See top-level LICENSE file for more information
|
||||
|
||||
|
||||
def test_launchpad_lister(lister_launchpad, datadir):
|
||||
|
||||
lister_launchpad.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue