Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cpl committed Feb 19, 2019
1 parent 8e70fe5 commit c72965f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 Alexandru-Paul Copil
Copyright 2018-2019 Alexandru-Paul Copil

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion kernel
4 changes: 2 additions & 2 deletions tools/license-header.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


LICENSE_HEADER = """/*
Copyright 2018 Alexandru-Paul Copil
Copyright 2018-2019 Alexandru-Paul Copil

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,7 +34,7 @@
with open(full_path, "r") as fp:
lines = fp.readlines()
for line in lines:
if "Copyright 2018 Alexandru-Paul Copil" in line:
if "Copyright 2018-2019 Alexandru-Paul Copil" in line:
has_copyright = True

if not has_copyright:
Expand Down

0 comments on commit c72965f

Please sign in to comment.