[weld-commits] Weld SVN: r5573 - api/trunk/weld/src/main/java/org/jboss/weld/conversation.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Fri Jan 22 08:33:02 EST 2010


Author: pete.muir at jboss.org
Date: 2010-01-22 08:33:02 -0500 (Fri, 22 Jan 2010)
New Revision: 5573

Modified:
   api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationConcurrentAccessTimeout.java
   api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdGenerator.java
   api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdName.java
   api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationInactivityTimeout.java
   api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationManager.java
Log:
add/fix license headers

Modified: api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationConcurrentAccessTimeout.java
===================================================================
--- api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationConcurrentAccessTimeout.java	2010-01-22 13:32:01 UTC (rev 5572)
+++ api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationConcurrentAccessTimeout.java	2010-01-22 13:33:02 UTC (rev 5573)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,  
+ * 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.

Modified: api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdGenerator.java
===================================================================
--- api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdGenerator.java	2010-01-22 13:32:01 UTC (rev 5572)
+++ api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdGenerator.java	2010-01-22 13:33:02 UTC (rev 5573)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,  
+ * 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.

Modified: api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdName.java
===================================================================
--- api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdName.java	2010-01-22 13:32:01 UTC (rev 5572)
+++ api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationIdName.java	2010-01-22 13:33:02 UTC (rev 5573)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,  
+ * 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.

Modified: api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationInactivityTimeout.java
===================================================================
--- api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationInactivityTimeout.java	2010-01-22 13:32:01 UTC (rev 5572)
+++ api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationInactivityTimeout.java	2010-01-22 13:33:02 UTC (rev 5573)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,  
+ * 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.

Modified: api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationManager.java
===================================================================
--- api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationManager.java	2010-01-22 13:32:01 UTC (rev 5572)
+++ api/trunk/weld/src/main/java/org/jboss/weld/conversation/ConversationManager.java	2010-01-22 13:33:02 UTC (rev 5573)
@@ -1,6 +1,6 @@
 /*
  * JBoss, Home of Professional Open Source
- * Copyright 2008, Red Hat Middleware LLC, and individual contributors
+ * Copyright 2010, Red Hat, Inc., and individual contributors
  * by the @authors tag. See the copyright.txt in the distribution for a
  * full listing of individual contributors.
  *
@@ -9,7 +9,7 @@
  * 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,  
+ * 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.



More information about the weld-commits mailing list