You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/01/12 19:22:04 UTC

svn commit: r368438 - in /myfaces/commons/trunk/src/test/java/org/apache/myfaces/util: StateUtilsAES_CBCTestCase.java StateUtilsAbstractCase.java StateUtilsBlowfish_ECBTestCase.java StateUtilsDefaultTestCase.java StateUtilsTripleDES_ECBTestCase.java

Author: matzew
Date: Thu Jan 12 10:21:53 2006
New Revision: 368438

URL: http://svn.apache.org/viewcvs?rev=368438&view=rev
Log:
added apache 2.0 licence

Modified:
    myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAES_CBCTestCase.java
    myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAbstractCase.java
    myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsBlowfish_ECBTestCase.java
    myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsDefaultTestCase.java
    myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsTripleDES_ECBTestCase.java

Modified: myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAES_CBCTestCase.java
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAES_CBCTestCase.java?rev=368438&r1=368437&r2=368438&view=diff
==============================================================================
--- myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAES_CBCTestCase.java (original)
+++ myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAES_CBCTestCase.java Thu Jan 12 10:21:53 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 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.myfaces.util;
 
 /**

Modified: myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAbstractCase.java
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAbstractCase.java?rev=368438&r1=368437&r2=368438&view=diff
==============================================================================
--- myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAbstractCase.java (original)
+++ myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsAbstractCase.java Thu Jan 12 10:21:53 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 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.myfaces.util;
 
 /** 

Modified: myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsBlowfish_ECBTestCase.java
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsBlowfish_ECBTestCase.java?rev=368438&r1=368437&r2=368438&view=diff
==============================================================================
--- myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsBlowfish_ECBTestCase.java (original)
+++ myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsBlowfish_ECBTestCase.java Thu Jan 12 10:21:53 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 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.myfaces.util;
 
 /**

Modified: myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsDefaultTestCase.java
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsDefaultTestCase.java?rev=368438&r1=368437&r2=368438&view=diff
==============================================================================
--- myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsDefaultTestCase.java (original)
+++ myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsDefaultTestCase.java Thu Jan 12 10:21:53 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 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.myfaces.util;
 
 /**

Modified: myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsTripleDES_ECBTestCase.java
URL: http://svn.apache.org/viewcvs/myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsTripleDES_ECBTestCase.java?rev=368438&r1=368437&r2=368438&view=diff
==============================================================================
--- myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsTripleDES_ECBTestCase.java (original)
+++ myfaces/commons/trunk/src/test/java/org/apache/myfaces/util/StateUtilsTripleDES_ECBTestCase.java Thu Jan 12 10:21:53 2006
@@ -1,3 +1,18 @@
+/*
+ * Copyright 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.myfaces.util;
 
 /**