changeset 16414:3d424f8a2bea

Fixed headers.
author Christian Humer <christian.humer@gmail.com>
date Fri, 04 Jul 2014 21:29:40 +0200
parents 3e7d0f67363c
children 24af0805e135
files graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TypedObject.java
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TypedObject.java	Fri Jul 04 21:19:34 2014 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/TypedObject.java	Fri Jul 04 21:29:40 2014 +0200
@@ -1,10 +1,12 @@
 /*
- * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 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.
+ * 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