(no commit message)
authorErik Brakkee <erik@brakkee.org>
Sat, 1 Apr 2006 21:55:27 +0000 (21:55 +0000)
committerErik Brakkee <erik@brakkee.org>
Sat, 1 Apr 2006 21:55:27 +0000 (21:55 +0000)
build/header.xml
crawler/kiss/src/org/wamblee/crawler/kiss/notification/MailNotifier.java
crawler/kiss/src/org/wamblee/crawler/kiss/notification/MailServer.java
crawler/kiss/src/org/wamblee/crawler/kiss/notification/NotificationException.java
crawler/kiss/src/org/wamblee/crawler/kiss/notification/Notifier.java
crawler/kiss/src/org/wamblee/crawler/kiss/notification/UsernamePasswordAuthenticator.java
socketproxy/src/org/wamblee/socketproxy/Barrier.java

index efc6967afa6ac835acf1cb58a8d947108bd9b473..9fac8d996385a4d193dde646d0bd29e82fdc137d 100644 (file)
 <target name="wamblee.support.d">
   <copy todir="${download.dir}">
     <fileset dir="${support.dist.dir}">
-      <include name="support.jar"/>
+      <include name="wamblee-support.jar"/>
     </fileset>
   </copy>
 </target>
 <target name="wamblee.support.test.d">
   <copy todir="${download.dir}">
     <fileset dir="${support.dist.dir}">
-      <include name="support-test.jar"/>
+      <include name="wamblee-support-test.jar"/>
     </fileset>
   </copy>
 </target>
 <target name="wamblee.crawler.d">
   <copy todir="${download.dir}">
     <fileset dir="${crawler.dist.dir}">
-      <include name="crawler-basic.jar"/>
+      <include name="wamblee-crawler-basic.jar"/>
     </fileset>
   </copy>
 </target>
 <target name="wamblee.crawler.test.d">
   <copy todir="${download.dir}">
     <fileset dir="${crawler.dist.dir}">
-      <include name="crawler-basic-test.jar"/>
+      <include name="wamblee-crawler-basic-test.jar"/>
     </fileset>
   </copy>
 </target>
index 558a7738a377cf9a63585f9d95c5327b87525cf9..3b6431d763db1ec78e290fba51bf185e2a1309e0 100644 (file)
@@ -1,6 +1,17 @@
-/**
- * Copyright (c) 2005 UPS_SCS NL
- *  
+/*
+ * Copyright 2006 the original author or authors.
+ * 
+ * Licensed 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.wamblee.crawler.kiss.notification;
 
index 917f6287b14c8a238afc5463efae33f0f3a68054..fd0bd2dfabeb6765967cab62071bc9508958864a 100644 (file)
@@ -1,6 +1,17 @@
-/**
- * Copyright (c) 2005 UPS_SCS NL
- *  
+/*
+ * Copyright 2006 the original author or authors.
+ * 
+ * Licensed 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.wamblee.crawler.kiss.notification;
 
index bd80ba23b79196869685e5787708eed500e10a3d..82a7ab95197ce6cb65b3e0a027c29df8bb0264dc 100644 (file)
@@ -1,6 +1,17 @@
-/**
- * Copyright (c) 2005 UPS_SCS NL
- *  
+/*
+ * Copyright 2006 the original author or authors.
+ * 
+ * Licensed 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.wamblee.crawler.kiss.notification;
 
index b2d35a909fa2f9a7feaa7f3482004fa56a01ca4e..ef35b6d4faae7e7afd36010cffced4322efef2f3 100644 (file)
@@ -1,6 +1,17 @@
-/**
- * Copyright (c) 2005 UPS_SCS NL
- *  
+/*
+ * Copyright 2006 the original author or authors.
+ * 
+ * Licensed 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.wamblee.crawler.kiss.notification;
 
index 5d1e9f8f3160b209b488244992549fb22c301661..cf814bdeecfe63b11a8ad72c1a8d7902f95bf4e1 100644 (file)
@@ -1,6 +1,17 @@
-/**
- * Copyright (c) 2005 UPS_SCS NL
- *  
+/*
+ * Copyright 2006 the original author or authors.
+ * 
+ * Licensed 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.wamblee.crawler.kiss.notification;
 
index e8f9f81475eea23ffbd7eb97378ce0c1f6ff8c8b..b703f48ed5716a01422809266b0767053f3f2ca5 100644 (file)
@@ -1,9 +1,19 @@
-package org.wamblee.socketproxy; 
-
-/**
- * Copyright (c) 2005 UPS_SCS NL
+/*
+ * Copyright 2006 the original author or authors.
+ * 
+ * Licensed 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.wamblee.socketproxy; 
 
 public class Barrier {