Blame SOURCES/plexus-mail-sender-clarifylicense.patch

4d14b0
Index: archive/plexus-components/plexus-mail-sender/plexus-mail-sender-api/src/main/java/org/codehaus/plexus/mailsender/util/DateFormatUtils.java
4d14b0
===================================================================
4d14b0
diff -u -N -r7637 -r8336
4d14b0
--- archive/plexus-components/plexus-mail-sender/plexus-mail-sender-api/src/main/java/org/codehaus/plexus/mailsender/util/DateFormatUtils.java	(.../DateFormatUtils.java)	(revision 7637)
4d14b0
+++ archive/plexus-components/plexus-mail-sender/plexus-mail-sender-api/src/main/java/org/codehaus/plexus/mailsender/util/DateFormatUtils.java	(.../DateFormatUtils.java)	(revision 8336)
4d14b0
@@ -1,7 +1,27 @@
4d14b0
 package org.codehaus.plexus.mailsender.util;
4d14b0
 
4d14b0
 /*
4d14b0
- * LICENSE
4d14b0
+ * The MIT License
4d14b0
+ *
4d14b0
+ * Copyright (c) 2005, The Codehaus
4d14b0
+ *
4d14b0
+ * Permission is hereby granted, free of charge, to any person obtaining a copy of
4d14b0
+ * this software and associated documentation files (the "Software"), to deal in
4d14b0
+ * the Software without restriction, including without limitation the rights to
4d14b0
+ * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
4d14b0
+ * of the Software, and to permit persons to whom the Software is furnished to do
4d14b0
+ * so, subject to the following conditions:
4d14b0
+ *
4d14b0
+ * The above copyright notice and this permission notice shall be included in all
4d14b0
+ * copies or substantial portions of the Software.
4d14b0
+ *
4d14b0
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4d14b0
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4d14b0
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4d14b0
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4d14b0
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4d14b0
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4d14b0
+ * SOFTWARE.
4d14b0
  */
4d14b0
 
4d14b0
 import java.text.SimpleDateFormat;
4d14b0
@@ -10,7 +30,7 @@
4d14b0
 
4d14b0
 /**
4d14b0
  * @author Trygve Laugstøl
4d14b0
- * @version $Id: DateFormatUtils.java 2338 2005-07-19 10:17:07Z evenisse $
4d14b0
+ * @version $Id: DateFormatUtils.java 8336 2009-08-12 14:19:22Z bentmann $
4d14b0
  */
4d14b0
 public class DateFormatUtils
4d14b0
 {