From 178317e6a53fcea6ee4e7768f3acc43b45e0696e Mon Sep 17 00:00:00 2001 From: Lapo Luchini Date: Wed, 1 Jan 2025 11:34:51 +0000 Subject: [PATCH] Copyright update. I am removing it from single source files (but keeping it so far in the main copyright notices). Reference: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ --- LICENSE | 2 +- README.md | 2 +- defs.js | 2 +- dom.js | 2 +- hex.js | 2 +- index.html | 2 +- int10.js | 2 +- parseRFC.js | 15 +++++++++++++++ 8 files changed, 22 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index 52c9a87..ff889f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ ISC License -Copyright (c) 2008-2024 Lapo Luchini +Copyright (c) 2008-2025 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 83eab3f..7c0a62b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ npx @lapo/asn1js ed25519.cer ISC license ----------- -ASN.1 JavaScript decoder Copyright (c) 2008-2024 Lapo Luchini +ASN.1 JavaScript decoder Copyright (c) 2008-2025 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/defs.js b/defs.js index 9c44190..bda4881 100644 --- a/defs.js +++ b/defs.js @@ -1,5 +1,5 @@ // ASN.1 RFC definitions matcher -// Copyright (c) 2023-2024 Lapo Luchini +// Copyright (c) 2023 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 dfe44ef..a72b029 100644 --- a/dom.js +++ b/dom.js @@ -1,5 +1,5 @@ // ASN.1 JavaScript decoder -// Copyright (c) 2008-2024 Lapo Luchini +// Copyright (c) 2008 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 de3ee49..5266ed1 100644 --- a/hex.js +++ b/hex.js @@ -1,5 +1,5 @@ // Hex JavaScript decoder -// Copyright (c) 2008-2024 Lapo Luchini +// Copyright (c) 2008 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 7564988..aa24334 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@

Copyright