Made copyright statements more accurate.

This commit is contained in:
jfrijters 2007-06-07 07:56:54 +00:00
Родитель cd169b44f3
Коммит 264b576f96
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -25,9 +25,11 @@
@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) 1998-2007 Free Software Foundation, Inc.\r\n" +
"Copyright (C) 1996-2007 Sun Microsystems, Inc.\r\n" +
"Copyright (C) 2002-2007 Jeroen Frijters"
"Copyright (C) 1996-2007 Free Software Foundation, Inc.\r\n" +
"Copyright (C) 1994-2007 Sun Microsystems, Inc.\r\n" +
"Copyright (C) 2001, Thai Open Source Software Center Ltd\r\n" +
"Copyright (C) 2000-2004 World Wide Web Consortium" +
"Copyright (C) 2002-2007 Jeroen Frijters\r\n"
)
@cli.System.Reflection.AssemblyTitleAttribute.Annotation("IKVM Hybrid GNU Classpath OpenJDK library for .NET")