Skip to content

Commit

Permalink
Добавлены префиксы лицензии
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Rm committed Oct 20, 2023
1 parent 7794aaa commit 08b08b0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/OneScript.Language/LexicalAnalysis/LabelLexerState.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*----------------------------------------------------------
This Source Code Form is subject to the terms of the
Mozilla Public License, v.2.0. If a copy of the MPL
was not distributed with this file, You can obtain one
at http://mozilla.org/MPL/2.0/.
----------------------------------------------------------*/

using System.Diagnostics;
using OneScript.Localization;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*----------------------------------------------------------
This Source Code Form is subject to the terms of the
Mozilla Public License, v.2.0. If a copy of the MPL
was not distributed with this file, You can obtain one
at http://mozilla.org/MPL/2.0/.
----------------------------------------------------------*/

using OneScript.Language.LexicalAnalysis;

namespace OneScript.Language.SyntaxAnalysis.AstNodes
Expand Down
7 changes: 7 additions & 0 deletions src/OneScript.Language/SyntaxAnalysis/AstNodes/LabelNode.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*----------------------------------------------------------
This Source Code Form is subject to the terms of the
Mozilla Public License, v.2.0. If a copy of the MPL
was not distributed with this file, You can obtain one
at http://mozilla.org/MPL/2.0/.
----------------------------------------------------------*/

using OneScript.Language.LexicalAnalysis;

namespace OneScript.Language.SyntaxAnalysis.AstNodes
Expand Down

0 comments on commit 08b08b0

Please sign in to comment.