diff options
author | Sunaina Pai <sunainapai.in@gmail.com> | 2022-10-12 20:28:59 +0100 |
---|---|---|
committer | Sunaina Pai <sunainapai.in@gmail.com> | 2022-10-12 20:28:59 +0100 |
commit | 40bb66a10bb7b6cbf9dd9d93b054de95cb20eba6 (patch) | |
tree | 430a4910880a8ba76ed5941c12d8a5b713b88d65 | |
parent | 01960c86a7bd4ff4c27da5c694a089da05c892ec (diff) |
Update year in copyright notice
-rw-r--r-- | LICENSE.md | 3 | ||||
-rwxr-xr-x | makesite.py | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ The MIT License (MIT) ===================== -Copyright (c) 2018 Sunaina Pai + +Copyright (c) 2018-2022 Sunaina Pai Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/makesite.py b/makesite.py index bb97abc..6507a89 100755 --- a/makesite.py +++ b/makesite.py @@ -2,7 +2,7 @@ # The MIT License (MIT) # -# Copyright (c) 2018 Sunaina Pai +# Copyright (c) 2018-2022 Sunaina Pai # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the |