You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2007/09/22 18:27:20 UTC

svn commit: r578460 - in /james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver: DNSTestingServer.java TCPListener.java UDPListener.java

Author: bago
Date: Sat Sep 22 09:27:20 2007
New Revision: 578460

URL: http://svn.apache.org/viewvc?rev=578460&view=rev
Log:
Updating headers for jnamed derived files following Robert suggestion.

Modified:
    james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/DNSTestingServer.java
    james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/TCPListener.java
    james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/UDPListener.java

Modified: james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/DNSTestingServer.java
URL: http://svn.apache.org/viewvc/james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/DNSTestingServer.java?rev=578460&r1=578459&r2=578460&view=diff
==============================================================================
--- james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/DNSTestingServer.java (original)
+++ james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/DNSTestingServer.java Sat Sep 22 09:27:20 2007
@@ -1,4 +1,41 @@
-/****************************************************************
+/**************************************************************** 
+ * This work is derived from 'jnamed.java' distributed in       *
+ * 'dnsjava-2.0.5'. This original is licensed as follows:       *
+ * Copyright (c) 1999-2005, Brian Wellington                    *
+ * All rights reserved.                                         *
+ *                                                              *
+ * Redistribution and use in source and binary forms, with or   * 
+ * without modification, are permitted provided that the        *  
+ * following conditions are met:                                * 
+ *                                                              * 
+ *  * Redistributions of source code must retain the above      *
+ *    copyright notice, this list of conditions and the         *
+ *    following disclaimer.                                     *
+ *  * Redistributions in binary form must reproduce the above   *
+ *    copyright notice, this list of conditions and the         *
+ *    following disclaimer in the documentation and/or other    *
+ *    materials provided with the distribution.                 *
+ *  * Neither the name of the dnsjava project nor the names     *
+ *    of its contributors may be used to endorse or promote     *
+ *    products derived from this software without specific      *
+ *    prior written permission.                                 *
+ *                                                              *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND       *
+ * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,  *
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF     *
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE     *
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR         *
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, *
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,     *
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR       *
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS         *
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF            *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT    *
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT   *
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE          *
+ * POSSIBILITY OF SUCH DAMAGE.                                  *
+ *                                                              *
+ * Modifications are                                            * 
  * 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        *
@@ -16,17 +53,6 @@
  * specific language governing permissions and limitations      *
  * under the License.                                           *
  ****************************************************************/
-
-// ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE 
-// ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE  
-//
-// Part of this class have been inspired and copy&pasted from the jnamed.java
-// file found in the root of the dnsjava-2.0.5 distribution file.
-//
-// The Copyright for the original work is:
-// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
-// 
-// The License for the dnsjava-2.0.5 package is BSD  
 
 package org.apache.james.jspf.dnsserver;
 

Modified: james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/TCPListener.java
URL: http://svn.apache.org/viewvc/james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/TCPListener.java?rev=578460&r1=578459&r2=578460&view=diff
==============================================================================
--- james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/TCPListener.java (original)
+++ james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/TCPListener.java Sat Sep 22 09:27:20 2007
@@ -1,4 +1,41 @@
-/****************************************************************
+/**************************************************************** 
+ * This work is derived from 'jnamed.java' distributed in       *
+ * 'dnsjava-2.0.5'. This original is licensed as follows:       *
+ * Copyright (c) 1999-2005, Brian Wellington                    *
+ * All rights reserved.                                         *
+ *                                                              *
+ * Redistribution and use in source and binary forms, with or   * 
+ * without modification, are permitted provided that the        *  
+ * following conditions are met:                                * 
+ *                                                              * 
+ *  * Redistributions of source code must retain the above      *
+ *    copyright notice, this list of conditions and the         *
+ *    following disclaimer.                                     *
+ *  * Redistributions in binary form must reproduce the above   *
+ *    copyright notice, this list of conditions and the         *
+ *    following disclaimer in the documentation and/or other    *
+ *    materials provided with the distribution.                 *
+ *  * Neither the name of the dnsjava project nor the names     *
+ *    of its contributors may be used to endorse or promote     *
+ *    products derived from this software without specific      *
+ *    prior written permission.                                 *
+ *                                                              *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND       *
+ * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,  *
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF     *
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE     *
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR         *
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, *
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,     *
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR       *
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS         *
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF            *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT    *
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT   *
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE          *
+ * POSSIBILITY OF SUCH DAMAGE.                                  *
+ *                                                              *
+ * Modifications are                                            * 
  * 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        *
@@ -16,17 +53,6 @@
  * specific language governing permissions and limitations      *
  * under the License.                                           *
  ****************************************************************/
-
-// ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE 
-// ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE  
-//
-// Part of this class have been inspired and copy&pasted from the jnamed.java
-// file found in the root of the dnsjava-2.0.5 distribution file.
-//
-// The Copyright for the original work is:
-// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
-// 
-// The License for the dnsjava-2.0.5 package is BSD  
 
 package org.apache.james.jspf.dnsserver;
 

Modified: james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/UDPListener.java
URL: http://svn.apache.org/viewvc/james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/UDPListener.java?rev=578460&r1=578459&r2=578460&view=diff
==============================================================================
--- james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/UDPListener.java (original)
+++ james/jspf/trunk/src/test/java/org/apache/james/jspf/dnsserver/UDPListener.java Sat Sep 22 09:27:20 2007
@@ -1,4 +1,41 @@
-/****************************************************************
+/**************************************************************** 
+ * This work is derived from 'jnamed.java' distributed in       *
+ * 'dnsjava-2.0.5'. This original is licensed as follows:       *
+ * Copyright (c) 1999-2005, Brian Wellington                    *
+ * All rights reserved.                                         *
+ *                                                              *
+ * Redistribution and use in source and binary forms, with or   * 
+ * without modification, are permitted provided that the        *  
+ * following conditions are met:                                * 
+ *                                                              * 
+ *  * Redistributions of source code must retain the above      *
+ *    copyright notice, this list of conditions and the         *
+ *    following disclaimer.                                     *
+ *  * Redistributions in binary form must reproduce the above   *
+ *    copyright notice, this list of conditions and the         *
+ *    following disclaimer in the documentation and/or other    *
+ *    materials provided with the distribution.                 *
+ *  * Neither the name of the dnsjava project nor the names     *
+ *    of its contributors may be used to endorse or promote     *
+ *    products derived from this software without specific      *
+ *    prior written permission.                                 *
+ *                                                              *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND       *
+ * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,  *
+ * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF     *
+ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE     *
+ * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR         *
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, *
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,     *
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR       *
+ * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS         *
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF            *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT    *
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT   *
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE          *
+ * POSSIBILITY OF SUCH DAMAGE.                                  *
+ *                                                              *
+ * Modifications are                                            * 
  * 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        *
@@ -16,17 +53,6 @@
  * specific language governing permissions and limitations      *
  * under the License.                                           *
  ****************************************************************/
-
-// ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE 
-// ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE ATTENTION PLEASE  
-//
-// Part of this class have been inspired and copy&pasted from the jnamed.java
-// file found in the root of the dnsjava-2.0.5 distribution file.
-//
-// The Copyright for the original work is:
-// Copyright (c) 1999-2004 Brian Wellington (bwelling@xbill.org)
-// 
-// The License for the dnsjava-2.0.5 package is BSD  
 
 package org.apache.james.jspf.dnsserver;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org