Skip to content

Commit 50e44d0

Browse files
authored
license headers follow up (#178)
1 parent 8a05090 commit 50e44d0

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

cf_units/tests/test_coding_standards.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
import cf_units
1717

1818

19-
LICENSE_TEMPLATE = """
20-
# Copyright cf-units contributors
19+
LICENSE_TEMPLATE = """# Copyright cf-units contributors
2120
#
2221
# This file is part of cf-units and is released under the LGPL license.
2322
# See COPYING and COPYING.LESSER in the root of the repository for full
@@ -120,6 +119,7 @@ def test_license_headers(self):
120119
f'The file {fname} does not start with the '
121120
f'required license header.'
122121
)
122+
failed = True
123123

124124
if failed:
125125
raise AssertionError(

cf_units/tests/test_unit.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# Copyright cf-units contributors
32
#
43
# This file is part of cf-units and is released under the LGPL license.

0 commit comments

Comments
 (0)