From fe9d322d9d75f0f2a8c4bec0e638bc11213682aa Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Fri, 26 May 2023 19:24:24 +0530 Subject: [PATCH] Fix reference to LICENSE file Fixed a reference to the license file which was LICENSE.txt, but the license filename is actually LICENSE. Signed-off-by: Ayan Sinha Mahapatra --- source-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-map.js b/source-map.js index 41531fbc..6c73fc02 100644 --- a/source-map.js +++ b/source-map.js @@ -1,6 +1,6 @@ /* * Copyright 2009-2011 Mozilla Foundation and contributors - * Licensed under the New BSD license. See LICENSE.txt or: + * Licensed under the New BSD license. See LICENSE or: * http://opensource.org/licenses/BSD-3-Clause */ exports.SourceMapGenerator =