|
| 1 | +/* |
| 2 | +**************************************************************************** |
| 3 | +* Copyright (c) $COPYRIGHTYEAR$, Skyline Communications NV All Rights Reserved. * |
| 4 | +**************************************************************************** |
| 5 | +
|
| 6 | +By using this script, you expressly agree with the usage terms and |
| 7 | +conditions set out below. |
| 8 | +This script and all related materials are protected by copyrights and |
| 9 | +other intellectual property rights that exclusively belong |
| 10 | +to Skyline Communications. |
| 11 | +
|
| 12 | +A user license granted for this script is strictly for personal use only. |
| 13 | +This script may not be used in any way by anyone without the prior |
| 14 | +written consent of Skyline Communications. Any sublicensing of this |
| 15 | +script is forbidden. |
| 16 | +
|
| 17 | +Any modifications to this script by the user are only allowed for |
| 18 | +personal use and within the intended purpose of the script, |
| 19 | +and will remain the sole responsibility of the user. |
| 20 | +Skyline Communications will not be responsible for any damages or |
| 21 | +malfunctions whatsoever of the script resulting from a modification |
| 22 | +or adaptation by the user. |
| 23 | +
|
| 24 | +The content of this script is confidential information. |
| 25 | +The user hereby agrees to keep this confidential information strictly |
| 26 | +secret and confidential and not to disclose or reveal it, in whole |
| 27 | +or in part, directly or indirectly to any person, entity, organization |
| 28 | +or administration without the prior written consent of |
| 29 | +Skyline Communications. |
| 30 | +
|
| 31 | +Any inquiries can be addressed to: |
| 32 | +
|
| 33 | + Skyline Communications NV |
| 34 | + Ambachtenstraat 33 |
| 35 | + B-8870 Izegem |
| 36 | + Belgium |
| 37 | + Tel. : +32 51 31 35 69 |
| 38 | + Fax. : +32 51 31 01 29 |
| 39 | + E-mail : info@skyline.be |
| 40 | + Web : www.skyline.be |
| 41 | + Contact : Ben Vandenberghe |
| 42 | +
|
| 43 | +**************************************************************************** |
| 44 | +Revision History: |
| 45 | +
|
| 46 | +DATE VERSION AUTHOR COMMENTS |
| 47 | +
|
| 48 | +$INITIALVERSIONDATE$ 1.0.0.1 $AUTHORVERSIONHISTORY$, Skyline Initial version |
| 49 | +**************************************************************************** |
| 50 | +*/ |
| 51 | + |
1 | 52 | namespace $NAMESPACE$_1
|
2 | 53 | {
|
3 | 54 | using System;
|
|
0 commit comments