You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/08/23 04:22:21 UTC

svn commit: rev 36741 - portals/pluto/trunk/container/src/java/org/apache/pluto

Author: ddewolf
Date: Sun Aug 22 19:22:20 2004
New Revision: 36741

Modified:
   portals/pluto/trunk/container/src/java/org/apache/pluto/Environment.java
Log:
Oops, Adding License.

Modified: portals/pluto/trunk/container/src/java/org/apache/pluto/Environment.java
==============================================================================
--- portals/pluto/trunk/container/src/java/org/apache/pluto/Environment.java	(original)
+++ portals/pluto/trunk/container/src/java/org/apache/pluto/Environment.java	Sun Aug 22 19:22:20 2004
@@ -1,9 +1,24 @@
+/*
+ * Copyright 2003,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.
+ */
 package org.apache.pluto;
 
 import java.util.ResourceBundle;
 
 /**
- * @author <a href="david.dewolf@vivare.com">David H. DeWolf</a>
+ * @author <a href="ddewolf@apache.org">David H. DeWolf</a>
  */
 public final class Environment {