diff --git a/LICENSE b/LICENSE index cd83836..52c9a87 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2008-2022 Lapo Luchini +Copyright (c) 2008-2024 Lapo Luchini Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/README.md b/README.md index 21eb133..c054227 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ require([ ISC license ----------- -ASN.1 JavaScript decoder Copyright (c) 2008-2023 Lapo Luchini +ASN.1 JavaScript decoder Copyright (c) 2008-2024 Lapo Luchini Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/asn1.js b/asn1.js index bafb9d5..8221b26 100644 --- a/asn1.js +++ b/asn1.js @@ -1,5 +1,5 @@ // ASN.1 JavaScript decoder -// Copyright (c) 2008-2023 Lapo Luchini +// Copyright (c) 2008-2024 Lapo Luchini // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/base64.js b/base64.js index cfa0857..a91b36b 100644 --- a/base64.js +++ b/base64.js @@ -1,5 +1,5 @@ // Base64 JavaScript decoder -// Copyright (c) 2008-2023 Lapo Luchini +// Copyright (c) 2008-2024 Lapo Luchini // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/defs.js b/defs.js index 9784097..083afd5 100644 --- a/defs.js +++ b/defs.js @@ -1,5 +1,5 @@ // ASN.1 RFC definitions matcher -// Copyright (c) 2023-2023 Lapo Luchini +// Copyright (c) 2023-2024 Lapo Luchini // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/dom.js b/dom.js index df98c02..81ace94 100644 --- a/dom.js +++ b/dom.js @@ -1,5 +1,5 @@ // ASN.1 JavaScript decoder -// Copyright (c) 2008-2023 Lapo Luchini +// Copyright (c) 2008-2024 Lapo Luchini // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/hex.js b/hex.js index e7358f3..8abea9d 100644 --- a/hex.js +++ b/hex.js @@ -1,5 +1,5 @@ // Hex JavaScript decoder -// Copyright (c) 2008-2023 Lapo Luchini +// Copyright (c) 2008-2024 Lapo Luchini // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/index.html b/index.html index 69e4312..8c9c316 100644 --- a/index.html +++ b/index.html @@ -69,7 +69,7 @@

Instructions

Copyright

Copyright

ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-

ASN.1 JavaScript decoder Copyright © 2008-2023 Lapo Luchini; released as opensource under the ISC license.

+

ASN.1 JavaScript decoder Copyright © 2008-2024 Lapo Luchini; released as opensource under the ISC license.

OBJECT IDENTIFIER values are recognized using data taken from Peter Gutmann's dumpasn1 program.

Links

diff --git a/int10.js b/int10.js index 2b2c035..2d89b37 100644 --- a/int10.js +++ b/int10.js @@ -1,5 +1,5 @@ // Big integer base-10 printing library -// Copyright (c) 2008-2023 Lapo Luchini +// Copyright (c) 2008-2024 Lapo Luchini // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above