Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbinarymaster <x86corez@gmail.com>2014-11-20 15:21:23 +0300
committerbinarymaster <x86corez@gmail.com>2014-11-20 15:21:23 +0300
commit6b4dadcde5293837a71f5f29492a4ae06823d67d (patch)
tree281d8694013dd91d71d1dde33af6a6b775ee4a14 /src-x86-x64-Fusix
parent88d60769a245e2b951687fc3c265e37f047b8e98 (diff)
License changed to Apache 2.0
Diffstat (limited to 'src-x86-x64-Fusix')
-rw-r--r--src-x86-x64-Fusix/src/RDPWrap.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src-x86-x64-Fusix/src/RDPWrap.cpp b/src-x86-x64-Fusix/src/RDPWrap.cpp
index 1626726..375ae50 100644
--- a/src-x86-x64-Fusix/src/RDPWrap.cpp
+++ b/src-x86-x64-Fusix/src/RDPWrap.cpp
@@ -1,3 +1,19 @@
+/*
+ Copyright 2014 Stas'M Corp.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+*/
+
// RDPWrap C++ port by Fusix (Nikita Parshin)
// assisted by binarymaster (Stas'M)