Skip to content

Commit cb51a8a

Browse files
duanyangjingluchsh
authored andcommitted
misc: Update copyright notice
1 parent 2f23520 commit cb51a8a

File tree

18 files changed

+37
-77
lines changed

18 files changed

+37
-77
lines changed

cvm.mk

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This project is a modified version of OpenJDK, licensed under GPL v2.
22
# Modifications Copyright (C) 2025 ByteDance Inc.
33
#
4-
# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
5-
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6-
#
74
# This code is free software; you can redistribute it and/or modify it
85
# under the terms of the GNU General Public License version 2 only, as
96
# published by the Free Software Foundation. Oracle designates this
@@ -19,11 +16,6 @@
1916
# You should have received a copy of the GNU General Public License version
2017
# 2 along with this work; if not, write to the Free Software Foundation,
2118
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22-
#
23-
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
24-
# or visit www.oracle.com if you need additional information or have any
25-
# questions.
26-
#
2719

2820
WORKSPACE := $(shell pwd)
2921
SHELL := /bin/bash

cvm/test/java/lang/Class/BootClassPathTest.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// This project is a modified version of OpenJDK, licensed under GPL v2.
22
// Modifications Copyright (C) 2025 ByteDance Inc.
33
/*
4-
* Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
5-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6-
*
74
* This code is free software; you can redistribute it and/or modify it
85
* under the terms of the GNU General Public License version 2 only, as
96
* published by the Free Software Foundation. Oracle designates this
@@ -19,10 +16,6 @@
1916
* You should have received a copy of the GNU General Public License version
2017
* 2 along with this work; if not, write to the Free Software Foundation,
2118
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22-
*
23-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
24-
* or visit www.oracle.com if you need additional information or have any
25-
* questions.
2619
*/
2720

2821
public class BootClassPathTest {

cvm/test/java/lang/Class/BootClassPathTestRunner.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// This project is a modified version of OpenJDK, licensed under GPL v2.
22
// Modifications Copyright (C) 2025 ByteDance Inc.
33
/*
4-
* Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
5-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6-
*
74
* This code is free software; you can redistribute it and/or modify it
85
* under the terms of the GNU General Public License version 2 only, as
96
* published by the Free Software Foundation. Oracle designates this
@@ -19,10 +16,6 @@
1916
* You should have received a copy of the GNU General Public License version
2017
* 2 along with this work; if not, write to the Free Software Foundation,
2118
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22-
*
23-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
24-
* or visit www.oracle.com if you need additional information or have any
25-
* questions.
2619
*/
2720

2821
/*

cvm/test/java/lang/Class/ForNameHidden.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// This project is a modified version of OpenJDK, licensed under GPL v2.
22
// Modifications Copyright (C) 2025 ByteDance Inc.
33
/*
4-
* Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
5-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6-
*
74
* This code is free software; you can redistribute it and/or modify it
85
* under the terms of the GNU General Public License version 2 only, as
96
* published by the Free Software Foundation. Oracle designates this
@@ -19,10 +16,6 @@
1916
* You should have received a copy of the GNU General Public License version
2017
* 2 along with this work; if not, write to the Free Software Foundation,
2118
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22-
*
23-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
24-
* or visit www.oracle.com if you need additional information or have any
25-
* questions.
2619
*/
2720

2821
/*

cvm/test/sun/tools/common/ApplicationSetup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
# This project is a modified version of OpenJDK, licensed under GPL v2.
4+
# Modifications Copyright (C) 2025 ByteDance Inc.
35
#
46
# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
57
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

cvm/test/sun/tools/common/Loop.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// This project is a modified version of OpenJDK, licensed under GPL v2.
22
// Modifications Copyright (C) 2025 ByteDance Inc.
33
/*
4-
* Copyright (c) 2006, 2019, Oracle and/or its affiliates. All rights reserved.
5-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6-
*
74
* This code is free software; you can redistribute it and/or modify it
85
* under the terms of the GNU General Public License version 2 only, as
96
* published by the Free Software Foundation. Oracle designates this
@@ -19,10 +16,6 @@
1916
* You should have received a copy of the GNU General Public License version
2017
* 2 along with this work; if not, write to the Free Software Foundation,
2118
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
22-
*
23-
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
24-
* or visit www.oracle.com if you need additional information or have any
25-
* questions.
2619
*/
2720

2821
public class Loop {

cvm/test/sun/tools/jinfo17/jinfo17Basic.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
#!/bin/sh
22

3+
# This project is a modified version of OpenJDK, licensed under GPL v2.
4+
# Modifications Copyright (C) 2025 ByteDance Inc.
5+
#
6+
# This code is free software; you can redistribute it and/or modify it
7+
# under the terms of the GNU General Public License version 2 only, as
8+
# published by the Free Software Foundation. Oracle designates this
9+
# particular file as subject to the "Classpath" exception as provided
10+
# by Oracle in the LICENSE file that accompanied this code.
11+
#
12+
# This code is distributed in the hope that it will be useful, but WITHOUT
13+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15+
# version 2 for more details (a copy is included in the LICENSE file that
16+
# accompanied this code).
17+
#
18+
# You should have received a copy of the GNU General Public License version
19+
# 2 along with this work; if not, write to the Free Software Foundation,
20+
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
321

422
# @test
523
# @bug 1234567

cvm/test/sun/tools/jmap17/jmap17Basic.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/sh
22

3-
#
4-
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
5-
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3+
# This project is a modified version of OpenJDK, licensed under GPL v2.
4+
# Modifications Copyright (C) 2025 ByteDance Inc.
65
#
76
# This code is free software; you can redistribute it and/or modify it
87
# under the terms of the GNU General Public License version 2 only, as
@@ -17,11 +16,6 @@
1716
# You should have received a copy of the GNU General Public License version
1817
# 2 along with this work; if not, write to the Free Software Foundation,
1918
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20-
#
21-
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22-
# or visit www.oracle.com if you need additional information or have any
23-
# questions.
24-
#
2519

2620

2721
# @test

cvm/test/sun/tools/jstack17/jstack17Basic.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/bin/sh
22

3-
#
4-
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
5-
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3+
# This project is a modified version of OpenJDK, licensed under GPL v2.
4+
# Modifications Copyright (C) 2025 ByteDance Inc.
65
#
76
# This code is free software; you can redistribute it and/or modify it
87
# under the terms of the GNU General Public License version 2 only, as
@@ -17,11 +16,6 @@
1716
# You should have received a copy of the GNU General Public License version
1817
# 2 along with this work; if not, write to the Free Software Foundation,
1918
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20-
#
21-
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22-
# or visit www.oracle.com if you need additional information or have any
23-
# questions.
24-
#
2519

2620

2721
# @test

make/autoconf/configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This project is a modified version of OpenJDK, licensed under GPL v2.
2+
# Modifications Copyright (C) 2025 ByteDance Inc.
13
#
24
# Copyright (c) 2011, 2021, Oracle and/or its affiliates. All rights reserved.
35
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

0 commit comments

Comments
 (0)