You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/01/10 00:04:52 UTC

svn commit: r124746 - /lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java /lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java /lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java

Author: gregor
Date: Sun Jan  9 15:04:50 2005
New Revision: 124746

URL: http://svn.apache.org/viewcvs?view=rev&rev=124746
Log:
Added ASL 2.0 license and set SVN properties for some new Java files that did not have them
Modified:
   lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java   (contents, props changed)
   lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java   (contents, props changed)
   lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java   (contents, props changed)

Modified: lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java?view=diff&rev=124746&p1=lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java&r1=124745&p2=lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java&r2=124746
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java	(original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/AddIPRange.java	Sun Jan  9 15:04:50 2005
@@ -1,9 +1,22 @@
 /*
- * Created on 04.01.2005
+ * Copyright  1999-2004 The Apache Software Foundation
+ *
+ *  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.
  *
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
  */
+
+/* $Id$  */
+
 package org.apache.lenya.cms.ac.usecases;
 
 import java.io.File;
@@ -17,8 +30,6 @@
 
 /**
  * Usecase to add an IP range.
- * 
- * @version $Id:$
  */
 public class AddIPRange extends AccessControlUsecase {
 

Modified: lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java?view=diff&rev=124746&p1=lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java&r1=124745&p2=lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java&r2=124746
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java	(original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/ac/usecases/IPRangeProfile.java	Sun Jan  9 15:04:50 2005
@@ -1,9 +1,22 @@
 /*
- * Created on 04.01.2005
+ * Copyright  1999-2004 The Apache Software Foundation
+ *
+ *  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.
  *
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
  */
+
+/* $Id$  */
+
 package org.apache.lenya.cms.ac.usecases;
 
 import java.net.InetAddress;
@@ -12,8 +25,6 @@
 
 /**
  * Usecase to change the profile of an IP range.
- *
- * @version $Id:$
  */
 public class IPRangeProfile extends AccessControlUsecase {
 

Modified: lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java?view=diff&rev=124746&p1=lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java&r1=124745&p2=lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java&r2=124746
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java	(original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/usecase/WorkflowUsecase.java	Sun Jan  9 15:04:50 2005
@@ -1,9 +1,22 @@
 /*
- * Created on 03.01.2005
+ * Copyright  1999-2004 The Apache Software Foundation
+ *
+ *  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.
  *
- * TODO To change the template for this generated file go to
- * Window - Preferences - Java - Code Style - Code Templates
  */
+
+/* $Id$  */
+
 package org.apache.lenya.cms.usecase;
 
 import java.util.Map;
@@ -18,10 +31,6 @@
 import org.apache.lenya.workflow.WorkflowInstance;
 
 /**
- * @author nobby
- *
- * TODO To change the template for this generated type comment go to
- * Window - Preferences - Java - Code Style - Code Templates
  */
 public class WorkflowUsecase extends AbstractUsecase {
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org