launchpad: Add missing copyright headers

This commit is contained in:
Antoine R. Dumont (@ardumont) 2020-09-01 15:53:26 +02:00
parent a97613a056
commit 250160ad75
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8
2 changed files with 11 additions and 0 deletions

View file

@ -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

View file

@ -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()