From 36c616e7a2ddd5006c698ff211ea4141fcc8c747 Mon Sep 17 00:00:00 2001 From: klugier Date: Thu, 19 Nov 2015 19:18:03 +0000 Subject: [PATCH] Added licenses to ide/Android and ide/Java packages git-svn-id: svn://ultimatepp.org/upp/trunk@9194 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Android/Android.upp | 4 +++- uppsrc/ide/Android/Copying | 22 ++++++++++++++++++++++ uppsrc/ide/Java/Copying | 22 ++++++++++++++++++++++ uppsrc/ide/Java/Java.upp | 4 +++- 4 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 uppsrc/ide/Android/Copying create mode 100644 uppsrc/ide/Java/Copying diff --git a/uppsrc/ide/Android/Android.upp b/uppsrc/ide/Android/Android.upp index b538bab47..f407d92f9 100644 --- a/uppsrc/ide/Android/Android.upp +++ b/uppsrc/ide/Android/Android.upp @@ -18,5 +18,7 @@ file LogCat.cpp, NDKBuild.cpp, Devices readonly separator, - Devices.h; + Devices.h, + Info readonly separator, + Copying; diff --git a/uppsrc/ide/Android/Copying b/uppsrc/ide/Android/Copying new file mode 100644 index 000000000..78862af24 --- /dev/null +++ b/uppsrc/ide/Android/Copying @@ -0,0 +1,22 @@ +Copyright (c) 1998, 2014, The U++ Project +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted +provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of + conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or other materials provided + with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/uppsrc/ide/Java/Copying b/uppsrc/ide/Java/Copying new file mode 100644 index 000000000..78862af24 --- /dev/null +++ b/uppsrc/ide/Java/Copying @@ -0,0 +1,22 @@ +Copyright (c) 1998, 2014, The U++ Project +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted +provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of + conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or other materials provided + with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/uppsrc/ide/Java/Java.upp b/uppsrc/ide/Java/Java.upp index c216e4c15..5804527f6 100644 --- a/uppsrc/ide/Java/Java.upp +++ b/uppsrc/ide/Java/Java.upp @@ -6,5 +6,7 @@ uses file Java.h, Java.cpp, - Jdk.cpp; + Jdk.cpp, + Info readonly separator, + Copying;