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