Shanedell commented on code in PR #117:
URL: https://github.com/apache/daffodil-vscode/pull/117#discussion_r889249736
##########
project/Rat.scala:
##########
@@ -35,7 +40,24 @@ object Rat {
lazy val MIT_LICENSE_NAME = "MIT License"
- lazy val MIT_LICENSE_TEXT_MICROSOFT =
+ lazy val MIT_VS_LICENSE_TEXT =
+ """
+Copyright (c) [2017] [Vincas Stonys].
+Licensed under the MIT License. See License.txt in the project root for
license information.
+"""
+
+ lazy val MIT_DELTA_LICENSE_TEXT =
+ """
+Copyright (c) 2020 DeltaXML Ltd. and others.
+All rights reserved. This program and the accompanying materials
+are made available under the terms of the MIT license
+which accompanies this distribution.
+
+Contributors:
+DeltaXML Ltd. - XPath/XSLT Lexer/Syntax Highlighter
+"""
Review Comment:
removed
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]