-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
20 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
Copyright (c) 2012 - 2023 [email protected] | ||
Copyright (c) 2012-2024 [email protected] | ||
|
||
Данное программное обеспечение и сопутствующая документация (далее - Продукт) | ||
выпускается на условиях двойного лицензирования - под собственнической/коммерческой | ||
и MIT-Red лицензиями. | ||
|
||
Условия использования под собственнической/коммерческой лицензии обсуждаются | ||
индивидуально, для подробностей следует писать на электронную почту. | ||
выпускается под MIT-Red лицензией. | ||
|
||
MIT-Red регулируется совокупностью следующих правил, если хотя бы | ||
одно из них невыполнимо - использование Продукта запрещено: | ||
|
@@ -30,4 +26,4 @@ MIT-Red регулируется совокупностью следующих | |
НЕ ОГРАНИЧИВАЯСЬ ИМИ. НИ В КАКОМ СЛУЧАЕ АВТОРЫ ИЛИ ПРАВООБЛАДАТЕЛИ НЕ НЕСУТ | ||
ОТВЕТСТВЕННОСТИ ПО КАКИМ-ЛИБО ИСКАМ, ЗА УЩЕРБ ИЛИ ПО ИНЫМ ТРЕБОВАНИЯМ, | ||
В ТОМ ЧИСЛЕ, ПРИ ДЕЙСТВИИ КОНТРАКТА, ДЕЛИКТЕ ИЛИ ИНОЙ СИТУАЦИИ, ВОЗНИКШИМ | ||
ИЗ-ЗА ИСПОЛЬЗОВАНИЯ ПРОГРАММНОГО ОБЕСПЕЧЕНИЯ ИЛИ ИНЫХ ДЕЙСТВИЙ С ПРОДУКТОМ. | ||
ИЗ-ЗА ИСПОЛЬЗОВАНИЯ ПРОГРАММНОГО ОБЕСПЕЧЕНИЯ ИЛИ ИНЫХ ДЕЙСТВИЙ С ПРОДУКТОМ. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// ---------------------------------------------------------------------------- | ||
// The Proprietary or MIT-Red License | ||
// Copyright (c) 2012-2023 Leopotam <[email protected]> | ||
// The MIT-Red License | ||
// Copyright (c) 2012-2024 Leopotam <[email protected]> | ||
// ---------------------------------------------------------------------------- | ||
|
||
using System; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// ---------------------------------------------------------------------------- | ||
// The Proprietary or MIT-Red License | ||
// Copyright (c) 2012-2023 Leopotam <[email protected]> | ||
// The MIT-Red License | ||
// Copyright (c) 2012-2024 Leopotam <[email protected]> | ||
// ---------------------------------------------------------------------------- | ||
|
||
using System.Runtime.CompilerServices; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// ---------------------------------------------------------------------------- | ||
// The Proprietary or MIT-Red License | ||
// Copyright (c) 2012-2023 Leopotam <[email protected]> | ||
// The MIT-Red License | ||
// Copyright (c) 2012-2024 Leopotam <[email protected]> | ||
// ---------------------------------------------------------------------------- | ||
|
||
using System; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// ---------------------------------------------------------------------------- | ||
// The Proprietary or MIT-Red License | ||
// Copyright (c) 2012-2023 Leopotam <[email protected]> | ||
// The MIT-Red License | ||
// Copyright (c) 2012-2024 Leopotam <[email protected]> | ||
// ---------------------------------------------------------------------------- | ||
|
||
using System.Collections.Generic; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
// ---------------------------------------------------------------------------- | ||
// The Proprietary or MIT-Red License | ||
// Copyright (c) 2012-2023 Leopotam <[email protected]> | ||
// The MIT-Red License | ||
// Copyright (c) 2012-2024 Leopotam <[email protected]> | ||
// ---------------------------------------------------------------------------- | ||
|
||
using System; | ||
|