diff --git a/LICENSE b/LICENSE index 8bf33cb..61bda0e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2021 K. Lange +Copyright (c) 2020-2022 K. Lange Copyright (c) 2015 Robert Nystrom Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/modules/help.krk b/modules/help.krk index d4a58f3..1e08d83 100644 --- a/modules/help.krk +++ b/modules/help.krk @@ -31,7 +31,7 @@ def simple(obj): print('No docstring avaialble for', obj) let __licenseText = ''' -Copyright (c) 2020-2021 K. Lange +Copyright (c) 2020-2022 K. Lange Copyright (c) 2015 Robert Nystrom Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/src/builtins.c b/src/builtins.c index e14e7d8..1460a53 100644 --- a/src/builtins.c +++ b/src/builtins.c @@ -809,7 +809,7 @@ KRK_METHOD(Helper,__call__,{ }) KRK_METHOD(LicenseReader,__repr__,{ - return OBJECT_VAL(S("Copyright 2020-2021 K. Lange . Type `license()` for more information.")); + return OBJECT_VAL(S("Copyright 2020-2022 K. Lange . Type `license()` for more information.")); }) KRK_METHOD(LicenseReader,__call__,{