test/com/sun/javadoc/testHtmlTag/pkg2/C2.java

Tue, 25 May 2010 15:54:51 -0700

author
ohair
date
Tue, 25 May 2010 15:54:51 -0700
changeset 554
9d9f26857129
parent 191
d79ad96ce47c
child 2525
2eb010b6cb22
permissions
-rw-r--r--

6943119: Rebrand source copyright notices
Reviewed-by: darcy

bpatel@191 1 /*
ohair@554 2 * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
bpatel@191 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bpatel@191 4 *
bpatel@191 5 * This code is free software; you can redistribute it and/or modify it
bpatel@191 6 * under the terms of the GNU General Public License version 2 only, as
ohair@554 7 * published by the Free Software Foundation. Oracle designates this
bpatel@191 8 * particular file as subject to the "Classpath" exception as provided
ohair@554 9 * by Oracle in the LICENSE file that accompanied this code.
bpatel@191 10 *
bpatel@191 11 * This code is distributed in the hope that it will be useful, but WITHOUT
bpatel@191 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
bpatel@191 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
bpatel@191 14 * version 2 for more details (a copy is included in the LICENSE file that
bpatel@191 15 * accompanied this code).
bpatel@191 16 *
bpatel@191 17 * You should have received a copy of the GNU General Public License version
bpatel@191 18 * 2 along with this work; if not, write to the Free Software Foundation,
bpatel@191 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
bpatel@191 20 *
ohair@554 21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@554 22 * or visit www.oracle.com if you need additional information or have any
ohair@554 23 * questions.
bpatel@191 24 */
bpatel@191 25
bpatel@191 26 package pkg2;
bpatel@191 27
bpatel@191 28 /**
bpatel@191 29 * <B>Comments:</B> Class 2
bpatel@191 30 */
bpatel@191 31 public class C2 {}

mercurial