Skip to content

Commit

Permalink
*{blspec.py,std.py}: update copyright headers
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
Nowa-Ammerlaan committed Apr 25, 2024
1 parent e946e6f commit f208bb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ecleankernel/layout/blspec.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim:fileencoding=utf-8
# (c) 2020-2023 Michał Górny <[email protected]>
# (c) 2024 Andrew Ammerlaan <[email protected]>
# Released under the terms of the 2-clause BSD license.

import distro
Expand Down
1 change: 1 addition & 0 deletions ecleankernel/layout/std.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim:fileencoding=utf-8
# (c) 2011-2020 Michał Górny <[email protected]>
# (c) 2024 Andrew Ammerlaan <[email protected]>
# Released under the terms of the 2-clause BSD license.

import distro
Expand Down
1 change: 1 addition & 0 deletions test/test_layout_blspec.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim:fileencoding=utf-8
# (c) 2020 Michał Górny <[email protected]>
# (c) 2024 Andrew Ammerlaan <[email protected]>
# Released under the terms of the 2-clause BSD license.

import os
Expand Down
1 change: 1 addition & 0 deletions test/test_layout_std.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# vim:fileencoding=utf-8
# (c) 2020 Michał Górny <[email protected]>
# (c) 2024 Andrew Ammerlaan <[email protected]>
# Released under the terms of the 2-clause BSD license.

import io
Expand Down

0 comments on commit f208bb1

Please sign in to comment.