ikvm-fork/openjdk/AssemblyInfo.java.in

62 строки
2.9 KiB
Java

/*
Copyright (C) 2006-2009 Jeroen Frijters
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software
in a product, an acknowledgment in the product documentation would be
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
Jeroen Frijters
jeroen@frijters.net
*/
@cli.System.Reflection.AssemblyCopyrightAttribute.Annotation(
"This software is licensed under the GNU General Public License version 2 + \"Classpath\" exception.\r\n" +
"See http://www.gnu.org/software/classpath/license.html for details.\r\n" +
"Copyright (C) 1988 AT&T\r\n" +
"Copyright (C) 2004 BEA Systems\r\n" +
"Copyright (C) 1995 Colin Plumb\r\n" +
"Copyright (C) 1999-2008 Free Software Foundation, Inc.\r\n" +
"Copyright (C) 2001-2005 freebxml.org\r\n" +
"Copyright (C) 1998 FundsXpress, Inc.\r\n" +
"Copyright (C) 2008-2011 i-net software\r\n" +
"Copyright (C) 2000-2007 INRIA, France Telecom\r\n" +
"Copyright (C) 1993-2005 International Business Machines, Inc.\r\n" +
"Copyright (C) 2002-2011 Jeroen Frijters\r\n" +
"Copyright (C) 1993-2010 Oracle and/or its affiliates\r\n" +
"Copyright (C) 2007 Red Hat, Inc.\r\n" +
"Copyright (C) 1996-1998 Taligent, Inc.\r\n" +
"Copyright (C) 2001-2002 Thai Open Source Software Center Ltd\r\n" +
"Copyright (C) 1999-2006 The Apache Software Foundation\r\n" +
"Copyright (C) 1995-2000 The Cryptix Foundation Limited\r\n" +
"Copyright (C) 1997 The Open Group Research Institute\r\n" +
"Copyright (C) 1991-2007 Unicode, Inc.\r\n" +
"Copyright (C) 1999 Visual Numerics Inc.\r\n" +
"Copyright (C) 2003 Wily Technology, Inc.\r\n" +
"Copyright (C) 2000-2004 World Wide Web Consortium"
)
@cli.System.Reflection.AssemblyTitleAttribute.Annotation("IKVM.NET OpenJDK Library for .NET")
@cli.System.Reflection.AssemblyProductAttribute.Annotation("IKVM.NET")
@cli.System.Reflection.AssemblyCompanyAttribute.Annotation("Jeroen Frijters")
@cli.System.Reflection.AssemblyInformationalVersionAttribute.Annotation("@VERSION@")
@cli.System.Runtime.CompilerServices.InternalsVisibleToAttribute.Annotation("@RUNTIME@")
@cli.System.Security.AllowPartiallyTrustedCallersAttribute.Annotation
// magic type to collect Assembly attributes
interface assembly {}