Update copyright years, it's been 2022 for a while now
This commit is contained in:
parent
3601411f54
commit
1c5fc954ed
2
LICENSE
2
LICENSE
@ -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
|
||||
|
@ -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
|
||||
|
@ -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__,{
|
||||
|
Loading…
Reference in New Issue
Block a user