diff options
author | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2012-09-19 20:51:34 -0700 |
---|---|---|
committer | Laxmikant Rashinkar <LK.Rashinkar@gmail.com> | 2012-09-19 20:51:34 -0700 |
commit | 1123323fda6d128fb98b0427e0ea5f6a2dc9e632 (patch) | |
tree | 3407a3771a069f812554312ce7c36db625139cc2 /xrdpapi/xrdpapi.h | |
parent | 3cedfae76a2351bc8b1e5bd2ee33bbf8630dbacf (diff) | |
download | xrdp-proprietary-1123323fda6d128fb98b0427e0ea5f6a2dc9e632.tar.gz xrdp-proprietary-1123323fda6d128fb98b0427e0ea5f6a2dc9e632.zip |
o moved from GNU General Public License to Apache License, Version 2.0
o applied new coding standards to all .c files
o moved some files around
Diffstat (limited to 'xrdpapi/xrdpapi.h')
-rw-r--r-- | xrdpapi/xrdpapi.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/xrdpapi/xrdpapi.h b/xrdpapi/xrdpapi.h index 65b6db42..82f9b809 100644 --- a/xrdpapi/xrdpapi.h +++ b/xrdpapi/xrdpapi.h @@ -16,10 +16,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + /* - xrdpapi header, do not use os_calls.h, arch.h or any xrdp internal headers - this file is included in 3rd party apps -*/ + * xrdpapi header, do not use os_calls.h, arch.h or any xrdp internal headers + * this file is included in 3rd party apps + */ #if !defined(XRDPAPI_H_) #define XRDPAPI_H_ |