diff --git a/ecleankernel/layout/blspec.py b/ecleankernel/layout/blspec.py index fb5ce1e..d807ebf 100644 --- a/ecleankernel/layout/blspec.py +++ b/ecleankernel/layout/blspec.py @@ -1,5 +1,6 @@ # vim:fileencoding=utf-8 # (c) 2020-2023 Michał Górny +# (c) 2024 Andrew Ammerlaan # Released under the terms of the 2-clause BSD license. import distro diff --git a/ecleankernel/layout/std.py b/ecleankernel/layout/std.py index d95ad35..1125064 100644 --- a/ecleankernel/layout/std.py +++ b/ecleankernel/layout/std.py @@ -1,5 +1,6 @@ # vim:fileencoding=utf-8 # (c) 2011-2020 Michał Górny +# (c) 2024 Andrew Ammerlaan # Released under the terms of the 2-clause BSD license. import distro diff --git a/test/test_layout_blspec.py b/test/test_layout_blspec.py index dcd066f..37f2e45 100644 --- a/test/test_layout_blspec.py +++ b/test/test_layout_blspec.py @@ -1,5 +1,6 @@ # vim:fileencoding=utf-8 # (c) 2020 Michał Górny +# (c) 2024 Andrew Ammerlaan # Released under the terms of the 2-clause BSD license. import distro diff --git a/test/test_layout_std.py b/test/test_layout_std.py index cfc812c..b5701a3 100644 --- a/test/test_layout_std.py +++ b/test/test_layout_std.py @@ -1,5 +1,6 @@ # vim:fileencoding=utf-8 # (c) 2020 Michał Górny +# (c) 2024 Andrew Ammerlaan # Released under the terms of the 2-clause BSD license. import io