diff options
author | 2005-03-16 20:15:48 +0000 | |
---|---|---|
committer | 2005-03-16 20:15:48 +0000 | |
commit | f31047fb323d113f330af51bc717f30ca89f6d51 (patch) | |
tree | 4a18fc888941c862fc00742d890dd699bc6d77ac /licenses | |
parent | 1. java-pkg_dosrc is now official so removing the eclass (diff) | |
download | java-f31047fb323d113f330af51bc717f30ca89f6d51.tar.gz java-f31047fb323d113f330af51bc717f30ca89f6d51.tar.bz2 java-f31047fb323d113f330af51bc717f30ca89f6d51.zip |
Added ebuild for javamake
svn path=/gentoo-java-experimental/; revision=101
Diffstat (limited to 'licenses')
-rw-r--r-- | licenses/javamake.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/licenses/javamake.txt b/licenses/javamake.txt new file mode 100644 index 00000000..86fc353e --- /dev/null +++ b/licenses/javamake.txt @@ -0,0 +1,35 @@ + License - Java Make Tool + +This is a language-specific make tool for Java applications. + +Copyright (c) 2001-2002, Sun Microsystems, Inc. + +Redistribution and use in binary form, with or without +modification, is permitted provided that the following +conditions are met: + +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. The name of Sun +Microsystems, Inc. (the "Copyright Holder") may not be used +to endorse or promote products derived from this software +without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER ``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 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. + +You acknowledge that this software is not designed, licensed +or intended for use in the design, construction, operation +or maintenance of any nuclear facility.
\ No newline at end of file |