1*761b3f50SCole Faust<!-- 2*761b3f50SCole Faust/* 3*761b3f50SCole Faust * Copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos 4*761b3f50SCole Faust * 5*761b3f50SCole Faust * All rights reserved. 6*761b3f50SCole Faust * 7*761b3f50SCole Faust * Redistribution and use in source and binary forms, with or without 8*761b3f50SCole Faust * modification, are permitted provided that the following conditions are met: 9*761b3f50SCole Faust * 10*761b3f50SCole Faust * * Redistributions of source code must retain the above copyright notice, 11*761b3f50SCole Faust * this list of conditions and the following disclaimer. 12*761b3f50SCole Faust * 13*761b3f50SCole Faust * * Redistributions in binary form must reproduce the above copyright notice, 14*761b3f50SCole Faust * this list of conditions and the following disclaimer in the documentation 15*761b3f50SCole Faust * and/or other materials provided with the distribution. 16*761b3f50SCole Faust * 17*761b3f50SCole Faust * * Neither the name of JSR-310 nor the names of its contributors 18*761b3f50SCole Faust * may be used to endorse or promote products derived from this software 19*761b3f50SCole Faust * without specific prior written permission. 20*761b3f50SCole Faust * 21*761b3f50SCole Faust * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 22*761b3f50SCole Faust * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 23*761b3f50SCole Faust * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24*761b3f50SCole Faust * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 25*761b3f50SCole Faust * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 26*761b3f50SCole Faust * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 27*761b3f50SCole Faust * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 28*761b3f50SCole Faust * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 29*761b3f50SCole Faust * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 30*761b3f50SCole Faust * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 31*761b3f50SCole Faust * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 32*761b3f50SCole Faust */ 33*761b3f50SCole Faust--> 34*761b3f50SCole Faust<body> 35*761b3f50SCole Faust <p> 36*761b3f50SCole Faust A new Date and Time API for JDK 8 is being defined by JSR-310. 37*761b3f50SCole Faust This project is a backport of the API to JDK 7. 38*761b3f50SCole Faust </p> 39*761b3f50SCole Faust <p> 40*761b3f50SCole Faust Please note that this is NOT an implementation of JSR-310. 41*761b3f50SCole Faust Only JDK 8 can contain an implementation of the JSR. 42*761b3f50SCole Faust This project simply mirrors the API in a different package. 43*761b3f50SCole Faust It is intended for use in applications that want an easy 44*761b3f50SCole Faust migration from JDK 7 to JDK 8. 45*761b3f50SCole Faust </p> 46*761b3f50SCole Faust</body> 47