Skip to content

Commit 94bee4a

Browse files
committed
Update LICENSE year
1 parent 697eda5 commit 94bee4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Evan Sosenko
3+
Copyright (c) 2022 Evan Sosenko
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ makenew () {
6666
find_replace "s/current_version = .*/current_version = 0.0.0/g"
6767
find_replace "s/Python App Skeleton/${mk_title}/g"
6868
find_replace "s/Package skeleton for a Python app\./${mk_description}/g"
69-
find_replace "s/2020 Evan Sosenko/2020 ${mk_author}/g"
69+
find_replace "s/2022 Evan Sosenko/2022 ${mk_author}/g"
7070
find_replace "s/Evan Sosenko/${mk_author}/g"
7171
find_replace "s/razorx@evansosenko\.com/${mk_email}/g"
7272
find_replace "s/makenew\/python-app/${mk_user}\/${mk_repo}/g"

0 commit comments

Comments
 (0)