최신 JDK (1.7.0_21)를 설치했습니다. 내가 파일의 맨 위에 소스 이클립스 기반 클래스에 대한 코드, 같은 java.lang.String
등의 라이센스를 볼 때 읽JDK 소스 코드 라이센스 불일치
/*
* Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
이 소스 코드는 JDK 릴리스와 함께 제공되는 src.zip
파일에서 비롯됩니다. 내가 여기에 소스 코드를 볼 때
... 나는 GPL의 2.0 라이센스 헤더를 참조하십시오.
/*
* Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to the "Classpath" exception as provided
* by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
내가 알기로 JDK 1.7은 GPL 2.0으로 라이센스 된 풀 오픈 소스로 출시되었습니다.
누군가가 라이센스 불일치를 설명 할 수 있습니까?
openJDK의 라이센스는 하나이고 다른 하나는 JDK1.7의 소스입니다. 다른 소프트웨어입니다. – david99world