annotate src/os_cpu/linux_zero/vm/vm_version_linux_zero.cpp @ 1563:c18cbe5936b8
6941466: Oracle rebranding changes for Hotspot repositories
Summary: Change all the Sun copyrights to Oracle copyright
Reviewed-by: ohair
author |
trims |
date |
Thu, 27 May 2010 19:08:38 -0700 |
parents |
354d3184f6b2 |
children |
f95d63e2154a |
rev |
line source |
never@1069
|
1 /*
|
trims@1563
|
2 * Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved.
|
never@1069
|
3 * Copyright 2009 Red Hat, Inc.
|
never@1069
|
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
never@1069
|
5 *
|
never@1069
|
6 * This code is free software; you can redistribute it and/or modify it
|
never@1069
|
7 * under the terms of the GNU General Public License version 2 only, as
|
never@1069
|
8 * published by the Free Software Foundation.
|
never@1069
|
9 *
|
never@1069
|
10 * This code is distributed in the hope that it will be useful, but WITHOUT
|
never@1069
|
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
never@1069
|
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
never@1069
|
13 * version 2 for more details (a copy is included in the LICENSE file that
|
never@1069
|
14 * accompanied this code).
|
never@1069
|
15 *
|
never@1069
|
16 * You should have received a copy of the GNU General Public License version
|
never@1069
|
17 * 2 along with this work; if not, write to the Free Software Foundation,
|
never@1069
|
18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
never@1069
|
19 *
|
trims@1563
|
20 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
trims@1563
|
21 * or visit www.oracle.com if you need additional information or have any
|
trims@1563
|
22 * questions.
|
never@1069
|
23 *
|
never@1069
|
24 */
|
never@1069
|
25
|
never@1069
|
26 // This file is intentionally empty
|