Skip to content

Commit

Permalink
Update copyright years in several places
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Oct 2, 2024
1 parent 586d685 commit f58d039
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020-2022 K. Lange <klange@toaruos.org>
Copyright (c) 2020-2024 K. Lange <klange@toaruos.org>
Copyright (c) 2015 Robert Nystrom

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion modules/help.krk
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def simple(obj):
print('No docstring avaialble for', obj)

let __licenseText = '''
Copyright (c) 2020-2022 K. Lange <klange@toaruos.org>
Copyright (c) 2020-2024 K. Lange <klange@toaruos.org>
Copyright (c) 2015 Robert Nystrom
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion src/builtins.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ KRK_Method(Helper,__call__) {
}

KRK_Method(LicenseReader,__repr__) {
return OBJECT_VAL(S("Copyright 2020-2022 K. Lange <klange@toaruos.org>. Type `license()` for more information."));
return OBJECT_VAL(S("Copyright 2020-2024 K. Lange <klange@toaruos.org>. Type `license()` for more information."));
}

KRK_Method(LicenseReader,__call__) {
Expand Down

0 comments on commit f58d039

Please sign in to comment.