Update copyright years, it's been 2022 for a while now

This commit is contained in:
K. Lange 2022-05-26 20:46:06 +09:00
parent 3601411f54
commit 1c5fc954ed
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2020-2021 K. Lange <klange@toaruos.org>
Copyright (c) 2020-2022 K. Lange <klange@toaruos.org>
Copyright (c) 2015 Robert Nystrom
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -31,7 +31,7 @@ def simple(obj):
print('No docstring avaialble for', obj)
let __licenseText = '''
Copyright (c) 2020-2021 K. Lange <klange@toaruos.org>
Copyright (c) 2020-2022 K. Lange <klange@toaruos.org>
Copyright (c) 2015 Robert Nystrom
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@ -809,7 +809,7 @@ KRK_METHOD(Helper,__call__,{
})
KRK_METHOD(LicenseReader,__repr__,{
return OBJECT_VAL(S("Copyright 2020-2021 K. Lange <klange@toaruos.org>. Type `license()` for more information."));
return OBJECT_VAL(S("Copyright 2020-2022 K. Lange <klange@toaruos.org>. Type `license()` for more information."));
})
KRK_METHOD(LicenseReader,__call__,{