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