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