You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by to...@apache.org on 2011/02/01 21:06:45 UTC

[zeta-commits] svn commit: r1066207 - in /incubator/zetacomponents/trunk/PersistentObject/tests: ./ data/ data/keywordtest/ data/namespaces/ data/namespaces/foo/ data/namespaces/foo/bar/ data/string_identifier/ managers/data/ managers/data2/

Author: toby
Date: Tue Feb  1 21:06:44 2011
New Revision: 1066207

URL: http://svn.apache.org/viewvc?rev=1066207&view=rev
Log:
- Fixed: Added missing file level doc blocks in order to satisfy ASF license
  regulations.

Modified:
    incubator/zetacomponents/trunk/PersistentObject/tests/data/databasetypetestobject.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/like.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/sequence.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/table.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where_class.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/manualgeneratortest.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/multirelationtestperson.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/bar/inbarnamespace.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/infoonamespace.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/nonamespace.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/rootnamespace.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/nativegeneratortest.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_casesensitive.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_converter.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_invalid_state.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobject.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectcasesensitive.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectconverter.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectinvalidstate.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectnoid.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_address.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_birthday.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_employer.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_person.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_second_person.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestaddress.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestbirthday.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestemployer.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestperson.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestsecondperson.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/maintable.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel1.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel2.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel_class.php
    incubator/zetacomponents/trunk/PersistentObject/tests/data/test_float_converter.php
    incubator/zetacomponents/trunk/PersistentObject/tests/managers/data/simpledefinition.php
    incubator/zetacomponents/trunk/PersistentObject/tests/managers/data2/myclass.php
    incubator/zetacomponents/trunk/PersistentObject/tests/test_classes.php

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/databasetypetestobject.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/databasetypetestobject.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/databasetypetestobject.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/databasetypetestobject.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for MultiRelationTestPerson
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/like.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/like.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/like.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/like.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for the class Where
  * This definition is used by the keywords test.

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/sequence.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/sequence.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/sequence.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/sequence.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for Table
  * This definition is used by the keywords test.

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/table.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/table.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/table.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/table.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for Table
  * This definition is used by the keywords test.

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for the class Where
  * This definition is used by the keywords test.

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where_class.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where_class.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where_class.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/keywordtest/where_class.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 // Relation class for keywords test. Like is the identifier. Both values are ints.
 class Where
 {

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/manualgeneratortest.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/manualgeneratortest.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/manualgeneratortest.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/manualgeneratortest.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for PersistentTestObject
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/multirelationtestperson.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/multirelationtestperson.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/multirelationtestperson.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/multirelationtestperson.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for MultiRelationTestPerson
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/bar/inbarnamespace.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/bar/inbarnamespace.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/bar/inbarnamespace.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/bar/inbarnamespace.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 $def = new ezcPersistentObjectDefinition();
 $def->table = 'in_bar_namespace';

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/infoonamespace.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/infoonamespace.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/infoonamespace.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/foo/infoonamespace.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 $def = new ezcPersistentObjectDefinition();
 $def->table = 'in_foo_namespace';

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/nonamespace.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/nonamespace.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/nonamespace.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/nonamespace.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 $def = new ezcPersistentObjectDefinition();
 $def->table = 'no_namespace';

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/rootnamespace.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/rootnamespace.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/rootnamespace.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/namespaces/rootnamespace.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 $def = new ezcPersistentObjectDefinition();
 $def->table = 'root_namespace';

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/nativegeneratortest.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/nativegeneratortest.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/nativegeneratortest.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/nativegeneratortest.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for PersistentTestObject
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_casesensitive.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_casesensitive.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_casesensitive.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_casesensitive.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 class PersistentTestObjectCasesensitive
 {

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_converter.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_converter.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_converter.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_converter.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 require_once 'persistent_test_object.php';
 

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_invalid_state.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_invalid_state.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_invalid_state.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistent_test_object_invalid_state.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 require_once 'persistent_test_object.php';
 

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobject.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobject.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobject.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobject.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for PersistentTestObject
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectcasesensitive.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectcasesensitive.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectcasesensitive.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectcasesensitive.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for PersistentTestObject
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectconverter.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectconverter.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectconverter.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectconverter.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for PersistentTestObject
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectinvalidstate.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectinvalidstate.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectinvalidstate.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectinvalidstate.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for PersistentTestObject
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectnoid.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectnoid.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectnoid.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/persistenttestobjectnoid.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for PersistentTestObject
  * This definition is used by the code manager for

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 class RelationTest
 {
     /**

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_address.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_address.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_address.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_address.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 require_once dirname( __FILE__ ) . "/relation_test.php";
 
 class RelationTestAddress extends RelationTest

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_birthday.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_birthday.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_birthday.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_birthday.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 require_once dirname( __FILE__ ) . "/relation_test.php";
 
 class RelationTestBirthday extends RelationTest

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_employer.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_employer.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_employer.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_employer.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 require_once dirname( __FILE__ ) . "/relation_test.php";
 

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_person.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_person.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_person.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_person.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 require_once dirname( __FILE__ ) . "/relation_test.php";
 
 class RelationTestPerson extends RelationTest

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_second_person.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_second_person.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_second_person.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relation_test_second_person.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 require_once dirname( __FILE__ ) . "/relation_test_person.php";
 
 class RelationTestSecondPerson extends RelationTestPerson

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestaddress.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestaddress.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestaddress.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestaddress.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 $def = new ezcPersistentObjectDefinition();
 $def->table = "PO_addresses";
 $def->class = "RelationTestAddress";

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestbirthday.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestbirthday.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestbirthday.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestbirthday.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 $def = new ezcPersistentObjectDefinition();
 $def->table = "PO_birthdays";
 $def->class = "RelationTestBirthday";

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestemployer.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestemployer.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestemployer.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestemployer.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 $def = new ezcPersistentObjectDefinition();
 $def->table = "PO_employers";
 $def->class = "RelationTestEmployer";

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestperson.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestperson.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestperson.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestperson.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 $def = new ezcPersistentObjectDefinition();
 $def->table = "PO_persons";
 $def->class = "RelationTestPerson";

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestsecondperson.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestsecondperson.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestsecondperson.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/relationtestsecondperson.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 $def = new ezcPersistentObjectDefinition();
 $def->table = "PO_persons";
 $def->class = "RelationTestSecondPerson";

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/maintable.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/maintable.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/maintable.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/maintable.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for Table
  * This definition is used by the keywords test.

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel1.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel1.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel1.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel1.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for the class Where
  * This definition is used by the keywords test.

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel2.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel2.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel2.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel2.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 /*
  * Holds the definition for the class Where
  * This definition is used by the keywords test.

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel_class.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel_class.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel_class.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/string_identifier/rel_class.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 class Rel1
 {
     public $id = null;

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/data/test_float_converter.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/data/test_float_converter.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/data/test_float_converter.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/data/test_float_converter.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,28 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
 
 class ezcPersistentPropertyTestFloatConverter implements ezcPersistentPropertyConverter
 {

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/managers/data/simpledefinition.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/managers/data/simpledefinition.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/managers/data/simpledefinition.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/managers/data/simpledefinition.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 $def = new ezcPersistentObjectDefinition();
 $def->idProperty = new ezcPersistentObjectIdProperty;
 

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/managers/data2/myclass.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/managers/data2/myclass.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/managers/data2/myclass.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/managers/data2/myclass.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 $def = new ezcPersistentObjectDefinition();
 $def->class = 'MyClass';
 $def->idProperty = new ezcPersistentObjectIdProperty;

Modified: incubator/zetacomponents/trunk/PersistentObject/tests/test_classes.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/PersistentObject/tests/test_classes.php?rev=1066207&r1=1066206&r2=1066207&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/PersistentObject/tests/test_classes.php (original)
+++ incubator/zetacomponents/trunk/PersistentObject/tests/test_classes.php Tue Feb  1 21:06:44 2011
@@ -1,4 +1,29 @@
 <?php
+/**
+ * File containing test code for the PersistentObject component.
+ *
+ * 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 PersistentObject
+ * @version //autogentag//
+ * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ */
+
 class testDelayedInitPersistentSessionInstance implements ezcBaseConfigurationInitializer
 {
     static function configureObject( $identifier )