You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/01/24 15:20:36 UTC

svn commit: r499434 - in /incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo: AddressBean.java CreditCardBean.java CustomerBean.java DynamicBean.java OrderBean.java

Author: matzew
Date: Wed Jan 24 07:20:34 2007
New Revision: 499434

URL: http://svn.apache.org/viewvc?view=rev&rev=499434
Log:
adding new ASF license headers to java files (see also ADFFACES-355)

Modified:
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/AddressBean.java
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CreditCardBean.java
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CustomerBean.java
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/DynamicBean.java
    incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/OrderBean.java

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/AddressBean.java
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/AddressBean.java?view=diff&rev=499434&r1=499433&r2=499434
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/AddressBean.java (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/AddressBean.java Wed Jan 24 07:20:34 2007
@@ -1,21 +1,22 @@
 /*
-* Copyright 2006 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.
-*/
+ *  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
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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.myfaces.trinidaddemo;
-
-
 
 public class AddressBean
 {

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CreditCardBean.java
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CreditCardBean.java?view=diff&rev=499434&r1=499433&r2=499434
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CreditCardBean.java (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CreditCardBean.java Wed Jan 24 07:20:34 2007
@@ -1,21 +1,22 @@
 /*
-* Copyright 2006 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.
-*/
+ *  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
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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.myfaces.trinidaddemo;
-
-
 
 public class CreditCardBean
 {

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CustomerBean.java
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CustomerBean.java?view=diff&rev=499434&r1=499433&r2=499434
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CustomerBean.java (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/CustomerBean.java Wed Jan 24 07:20:34 2007
@@ -1,21 +1,22 @@
 /*
-* Copyright 2006 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.
-*/
+ *  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
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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.myfaces.trinidaddemo;
-
-
 
 public class CustomerBean
 {

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/DynamicBean.java
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/DynamicBean.java?view=diff&rev=499434&r1=499433&r2=499434
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/DynamicBean.java (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/DynamicBean.java Wed Jan 24 07:20:34 2007
@@ -1,18 +1,21 @@
 /*
-* Copyright 2006 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.
-*/
+ *  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
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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.myfaces.trinidaddemo;
 
 import javax.faces.context.FacesContext;

Modified: incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/OrderBean.java
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/OrderBean.java?view=diff&rev=499434&r1=499433&r2=499434
==============================================================================
--- incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/OrderBean.java (original)
+++ incubator/adffaces/trunk/trinidad/trinidad-demo/src/test/java/org/apache/myfaces/trinidaddemo/OrderBean.java Wed Jan 24 07:20:34 2007
@@ -1,22 +1,24 @@
 /*
-* Copyright 2006 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.
-*/
+ *  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
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you 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.myfaces.trinidaddemo;
-import javax.faces.event.ActionEvent;
-
 
+import javax.faces.event.ActionEvent;
 
 public class OrderBean
 {