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