Skip to content

Commit 40bc661

Browse files
committed
fix(BinaryDataOptions, BslProcess): исправлены комментарии лицензии для соответствия стилю кодирования
1 parent 40d80cb commit 40bc661

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

src/OneScript.StandardLibrary/Binary/BinaryDataOptions.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// /*----------------------------------------------------------
2-
// This Source Code Form is subject to the terms of the
3-
// Mozilla Public License, v.2.0. If a copy of the MPL
4-
// was not distributed with this file, You can obtain one
5-
// at http://mozilla.org/MPL/2.0/.
6-
// ----------------------------------------------------------*/
1+
/*----------------------------------------------------------
2+
This Source Code Form is subject to the terms of the
3+
Mozilla Public License, v.2.0. If a copy of the MPL
4+
was not distributed with this file, You can obtain one
5+
at http://mozilla.org/MPL/2.0/.
6+
----------------------------------------------------------*/
77

88
using System.Globalization;
99
using ScriptEngine;
@@ -98,4 +98,4 @@ private static bool TryParseByteSize(string value, out long bytes)
9898
return true;
9999
}
100100
}
101-
}
101+
}

src/ScriptEngine/BslProcess.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*----------------------------------------------------------
22
This Source Code Form is subject to the terms of the
3-
Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one
3+
Mozilla Public License, v.2.0. If a copy of the MPL
4+
was not distributed with this file, You can obtain one
45
at http://mozilla.org/MPL/2.0/.
56
----------------------------------------------------------*/
67

0 commit comments

Comments
 (0)