Author: mwiederkehr
Date: Mon May 25 17:38:35 2009
New Revision: 778459

URL: http://svn.apache.org/viewvc?rev=778459&view=rev
Log:
eliminated mixed CRLF, LF line terminators

Modified:
    
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contentdisposition/ParseException.java
    
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contenttype/ParseException.java
    
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/datetime/ParseException.java
    
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/language/ParseException.java
    
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/mimeversion/ParseException.java
    
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/structured/ParseException.java
    
james/mime4j/trunk/core/src/main/jjtree/org/apache/james/mime4j/field/address/ParseException.java

Modified: 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contentdisposition/ParseException.java
URL: 
http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contentdisposition/ParseException.java?rev=778459&r1=778458&r2=778459&view=diff
==============================================================================
--- 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contentdisposition/ParseException.java
 (original)
+++ 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contentdisposition/ParseException.java
 Mon May 25 17:38:35 2009
@@ -1,21 +1,21 @@
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 
*/
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
  ****************************************************************/
 package org.apache.james.mime4j.field.contentdisposition.parser;
 

Modified: 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contenttype/ParseException.java
URL: 
http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contenttype/ParseException.java?rev=778459&r1=778458&r2=778459&view=diff
==============================================================================
--- 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contenttype/ParseException.java
 (original)
+++ 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/contenttype/ParseException.java
 Mon May 25 17:38:35 2009
@@ -1,21 +1,21 @@
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 
*/
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
  ****************************************************************/
 package org.apache.james.mime4j.field.contenttype.parser;
 

Modified: 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/datetime/ParseException.java
URL: 
http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/datetime/ParseException.java?rev=778459&r1=778458&r2=778459&view=diff
==============================================================================
--- 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/datetime/ParseException.java
 (original)
+++ 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/datetime/ParseException.java
 Mon May 25 17:38:35 2009
@@ -1,21 +1,21 @@
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 
*/
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
  ****************************************************************/
 package org.apache.james.mime4j.field.datetime.parser;
 

Modified: 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/language/ParseException.java
URL: 
http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/language/ParseException.java?rev=778459&r1=778458&r2=778459&view=diff
==============================================================================
--- 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/language/ParseException.java
 (original)
+++ 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/language/ParseException.java
 Mon May 25 17:38:35 2009
@@ -1,21 +1,21 @@
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 
*/
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
  ****************************************************************/
 package org.apache.james.mime4j.field.language.parser;
 

Modified: 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/mimeversion/ParseException.java
URL: 
http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/mimeversion/ParseException.java?rev=778459&r1=778458&r2=778459&view=diff
==============================================================================
--- 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/mimeversion/ParseException.java
 (original)
+++ 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/mimeversion/ParseException.java
 Mon May 25 17:38:35 2009
@@ -1,21 +1,21 @@
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 
*/
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
  ****************************************************************/
 package org.apache.james.mime4j.field.mimeversion.parser;
 

Modified: 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/structured/ParseException.java
URL: 
http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/structured/ParseException.java?rev=778459&r1=778458&r2=778459&view=diff
==============================================================================
--- 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/structured/ParseException.java
 (original)
+++ 
james/mime4j/trunk/core/src/main/javacc/org/apache/james/mime4j/field/structured/ParseException.java
 Mon May 25 17:38:35 2009
@@ -1,21 +1,21 @@
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 
*/
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
  ****************************************************************/
 package org.apache.james.mime4j.field.structured.parser;
 

Modified: 
james/mime4j/trunk/core/src/main/jjtree/org/apache/james/mime4j/field/address/ParseException.java
URL: 
http://svn.apache.org/viewvc/james/mime4j/trunk/core/src/main/jjtree/org/apache/james/mime4j/field/address/ParseException.java?rev=778459&r1=778458&r2=778459&view=diff
==============================================================================
--- 
james/mime4j/trunk/core/src/main/jjtree/org/apache/james/mime4j/field/address/ParseException.java
 (original)
+++ 
james/mime4j/trunk/core/src/main/jjtree/org/apache/james/mime4j/field/address/ParseException.java
 Mon May 25 17:38:35 2009
@@ -1,21 +1,21 @@
 /* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 
*/
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- *   http://www.apache.org/licenses/LICENSE-2.0                 *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
+/****************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one   *
+ * or more contributor license agreements.  See the NOTICE file *
+ * distributed with this work for additional information        *
+ * regarding copyright ownership.  The ASF licenses this file   *
+ * to you under the Apache License, Version 2.0 (the            *
+ * "License"); you may not use this file except in compliance   *
+ * with the License.  You may obtain a copy of the License at   *
+ *                                                              *
+ *   http://www.apache.org/licenses/LICENSE-2.0                 *
+ *                                                              *
+ * Unless required by applicable law or agreed to in writing,   *
+ * software distributed under the License is distributed on an  *
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
+ * KIND, either express or implied.  See the License for the    *
+ * specific language governing permissions and limitations      *
+ * under the License.                                           *
  ****************************************************************/
 package org.apache.james.mime4j.field.address.parser;
 


Reply via email to