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