Skip to content

Commit 00e9978

Browse files
committed
Подбил шапки лицензий.
1 parent e1256c7 commit 00e9978

File tree

6 files changed

+41
-13
lines changed

6 files changed

+41
-13
lines changed

MailComponent/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
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+
----------------------------------------------------------*/
7+
using System.Reflection;
38

49
// Information about this assembly is defined by the following attributes.
510
// Change them to the values specific to your project.

NUnitTests/EngineHelpWrapper.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
using System;
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+
----------------------------------------------------------*/
7+
using System;
28
using System.IO;
3-
using NUnit.Framework;
49
using ScriptEngine.Machine.Contexts;
510
using ScriptEngine.HostedScript.Library;
611
using ScriptEngine.Machine;

NUnitTests/MainTestClass.cs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
using System;
2-
using System.IO;
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+
----------------------------------------------------------*/
37
using NUnit.Framework;
4-
using ScriptEngine.HostedScript;
5-
using ScriptEngine.Machine;
6-
using ScriptEngine.Environment;
78
using OneScript.InternetMail;
89

910
// Используется NUnit 3.6

NUnitTests/Tests/external.os

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Перем юТест;
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+
//----------------------------------------------------------
7+
Перем юТест;
28

39
////////////////////////////////////////////////////////////////////
410
// Программный интерфейс

TestApp/Properties/AssemblyInfo.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
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+
----------------------------------------------------------*/
7+
using System.Reflection;
38

49
// Information about this assembly is defined by the following attributes.
510
// Change them to the values specific to your project.

TestApp/TestSendReceive.os

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Функция СоздатьПрофиль(Знач SMTP = Истина, Знач POP3 = Истина, Знач IMAP = Истина)
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+
//----------------------------------------------------------
7+
Функция СоздатьПрофиль(Знач SMTP = Истина, Знач POP3 = Истина, Знач IMAP = Истина)
28

39
Профиль = Новый ИнтернетПочтовыйПрофиль;
410

0 commit comments

Comments
 (0)