Author: aadamchik Date: Fri Sep 29 08:48:48 2006 New Revision: 451329 URL: http://svn.apache.org/viewvc?view=rev&rev=451329 Log: creating consistent pom headers across all subprojects; adding missing licenses
Modified: incubator/cayenne/main/trunk/assembly/cayenne-generic/pom.xml incubator/cayenne/main/trunk/assembly/pom.xml incubator/cayenne/main/trunk/core/cayenne-jpa-agent/pom.xml incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml incubator/cayenne/main/trunk/modeler/dvmodeler/pom.xml incubator/cayenne/main/trunk/modeler/pom.xml incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml incubator/cayenne/main/trunk/other/pom.xml incubator/cayenne/main/trunk/pom.xml Modified: incubator/cayenne/main/trunk/assembly/cayenne-generic/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/assembly/cayenne-generic/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/assembly/cayenne-generic/pom.xml (original) +++ incubator/cayenne/main/trunk/assembly/cayenne-generic/pom.xml Fri Sep 29 08:48:48 2006 @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - -<!-- $Rev$ $Date$ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/assembly/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/assembly/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/assembly/pom.xml (original) +++ incubator/cayenne/main/trunk/assembly/pom.xml Fri Sep 29 08:48:48 2006 @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - -<!-- $Rev$ $Date$ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/core/cayenne-jpa-agent/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jpa-agent/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/core/cayenne-jpa-agent/pom.xml (original) +++ incubator/cayenne/main/trunk/core/cayenne-jpa-agent/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml (original) +++ incubator/cayenne/main/trunk/core/cayenne-jpa/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml (original) +++ incubator/cayenne/main/trunk/integration-test/itest-common/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml (original) +++ incubator/cayenne/main/trunk/integration-test/jpa-chapter2/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml (original) +++ incubator/cayenne/main/trunk/integration-test/jpa-chapter9/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,3 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/modeler/dvmodeler/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/modeler/dvmodeler/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/modeler/dvmodeler/pom.xml (original) +++ incubator/cayenne/main/trunk/modeler/dvmodeler/pom.xml Fri Sep 29 08:48:48 2006 @@ -15,8 +15,6 @@ limitations under the License. --> -<!-- $Rev$ $Date$ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> Modified: incubator/cayenne/main/trunk/modeler/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/modeler/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/modeler/pom.xml (original) +++ incubator/cayenne/main/trunk/modeler/pom.xml Fri Sep 29 08:48:48 2006 @@ -14,9 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. --> - -<!-- $Rev$ $Date$ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml (original) +++ incubator/cayenne/main/trunk/other/cayenne-build-tools/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project> <parent> <artifactId>cayenne-other-parent</artifactId> Modified: incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml (original) +++ incubator/cayenne/main/trunk/other/cayenne-regression-profiler/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,4 +1,20 @@ -<?xml version="1.0"?><project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> +<project> <modelVersion>4.0.0</modelVersion> <parent> Modified: incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml (original) +++ incubator/cayenne/main/trunk/other/confluence-maven-plugin/pom.xml Fri Sep 29 08:48:48 2006 @@ -1,4 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project> <parent> <artifactId>cayenne-other-parent</artifactId> Modified: incubator/cayenne/main/trunk/other/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/other/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/other/pom.xml (original) +++ incubator/cayenne/main/trunk/other/pom.xml Fri Sep 29 08:48:48 2006 @@ -15,8 +15,6 @@ limitations under the License. --> -<!-- $Rev$ $Date$ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: incubator/cayenne/main/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?view=diff&rev=451329&r1=451328&r2=451329 ============================================================================== --- incubator/cayenne/main/trunk/pom.xml (original) +++ incubator/cayenne/main/trunk/pom.xml Fri Sep 29 08:48:48 2006 @@ -15,8 +15,6 @@ limitations under the License. --> -<!-- $Rev$ $Date$ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">