e7ac91
diff --git a/rebase-01.patch b/rebase-01.patch
e7ac91
new file mode 100644
e7ac91
index 0000000..bca6ed4
e7ac91
--- /dev/null
e7ac91
+++ b/rebase-01.patch
e7ac91
@@ -0,0 +1,31 @@
e7ac91
+--- sun/tools/javazic/Mappings.java.orig       2007-08-30 03:55:48.000000000 -0400
e7ac91
++++ sun/tools/javazic/Mappings.java    2015-04-13 12:39:44.000000000 -0400
e7ac91
+@@ -1,12 +1,12 @@
e7ac91
+ /*
e7ac91
+- * Copyright 2000-2004 Sun Microsystems, Inc.  All Rights Reserved.
e7ac91
++ * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
e7ac91
+  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e7ac91
+  *
e7ac91
+  * This code is free software; you can redistribute it and/or modify it
e7ac91
+  * under the terms of the GNU General Public License version 2 only, as
e7ac91
+- * published by the Free Software Foundation.  Sun designates this
e7ac91
++ * published by the Free Software Foundation.  Oracle designates this
e7ac91
+  * particular file as subject to the "Classpath" exception as provided
e7ac91
+- * by Sun in the LICENSE file that accompanied this code.
e7ac91
++ * by Oracle in the LICENSE file that accompanied this code.
e7ac91
+  *
e7ac91
+  * This code is distributed in the hope that it will be useful, but WITHOUT
e7ac91
+  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e7ac91
+@@ -18,9 +18,9 @@
e7ac91
+  * 2 along with this work; if not, write to the Free Software Foundation,
e7ac91
+  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e7ac91
+  *
e7ac91
+- * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
e7ac91
+- * CA 95054 USA or visit www.sun.com if you need additional information or
e7ac91
+- * have any questions.
e7ac91
++ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e7ac91
++ * or visit www.oracle.com if you need additional information or have any
e7ac91
++ * questions.
e7ac91
+  */
e7ac91
+ 
e7ac91
+ package sun.tools.javazic;