Repository: incubator-juneau Updated Branches: refs/heads/master 5f1a39d5e -> 5cdc5c169
Add copyrights to pom files. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/5cdc5c16 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/5cdc5c16 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/5cdc5c16 Branch: refs/heads/master Commit: 5cdc5c1698d0ac6516eefe03c3ca6f5d3d0fe408 Parents: 5f1a39d Author: jamesbognar <[email protected]> Authored: Mon Aug 1 14:23:19 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Mon Aug 1 14:23:19 2016 -0400 ---------------------------------------------------------------------- org.apache.juneau.client/pom.xml | 14 ++++++++++++++ org.apache.juneau.microservice.template/pom.xml | 14 ++++++++++++++ org.apache.juneau.microservice/pom.xml | 14 ++++++++++++++ org.apache.juneau.samples/pom.xml | 14 ++++++++++++++ org.apache.juneau.server.test/pom.xml | 14 ++++++++++++++ org.apache.juneau.server/pom.xml | 14 ++++++++++++++ org.apache.juneau/pom.xml | 14 ++++++++++++++ 7 files changed, 98 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5cdc5c16/org.apache.juneau.client/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau.client/pom.xml b/org.apache.juneau.client/pom.xml index 3d83d24..af191f3 100644 --- a/org.apache.juneau.client/pom.xml +++ b/org.apache.juneau.client/pom.xml @@ -1,3 +1,17 @@ +<!-- +/*************************************************************************************************************************** + * 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. + ***************************************************************************************************************************/ + --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.juneau</groupId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5cdc5c16/org.apache.juneau.microservice.template/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau.microservice.template/pom.xml b/org.apache.juneau.microservice.template/pom.xml index 02bb060..07254a9 100644 --- a/org.apache.juneau.microservice.template/pom.xml +++ b/org.apache.juneau.microservice.template/pom.xml @@ -1,3 +1,17 @@ +<!-- +/*************************************************************************************************************************** + * 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. + ***************************************************************************************************************************/ + --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.juneau</groupId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5cdc5c16/org.apache.juneau.microservice/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau.microservice/pom.xml b/org.apache.juneau.microservice/pom.xml index 1a343aa..7cf7e9e 100644 --- a/org.apache.juneau.microservice/pom.xml +++ b/org.apache.juneau.microservice/pom.xml @@ -1,3 +1,17 @@ +<!-- +/*************************************************************************************************************************** + * 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. + ***************************************************************************************************************************/ + --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.juneau</groupId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5cdc5c16/org.apache.juneau.samples/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau.samples/pom.xml b/org.apache.juneau.samples/pom.xml index 97d6920..b5f71c6 100644 --- a/org.apache.juneau.samples/pom.xml +++ b/org.apache.juneau.samples/pom.xml @@ -1,3 +1,17 @@ +<!-- +/*************************************************************************************************************************** + * 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. + ***************************************************************************************************************************/ + --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.juneau</groupId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5cdc5c16/org.apache.juneau.server.test/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau.server.test/pom.xml b/org.apache.juneau.server.test/pom.xml index 8c6d675..2614804 100644 --- a/org.apache.juneau.server.test/pom.xml +++ b/org.apache.juneau.server.test/pom.xml @@ -1,3 +1,17 @@ +<!-- +/*************************************************************************************************************************** + * 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. + ***************************************************************************************************************************/ + --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.juneau</groupId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5cdc5c16/org.apache.juneau.server/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau.server/pom.xml b/org.apache.juneau.server/pom.xml index bec70b6..e368523 100644 --- a/org.apache.juneau.server/pom.xml +++ b/org.apache.juneau.server/pom.xml @@ -1,3 +1,17 @@ +<!-- +/*************************************************************************************************************************** + * 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. + ***************************************************************************************************************************/ + --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.juneau</groupId> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/5cdc5c16/org.apache.juneau/pom.xml ---------------------------------------------------------------------- diff --git a/org.apache.juneau/pom.xml b/org.apache.juneau/pom.xml index a1af27b..e34d125 100644 --- a/org.apache.juneau/pom.xml +++ b/org.apache.juneau/pom.xml @@ -1,3 +1,17 @@ +<!-- +/*************************************************************************************************************************** + * 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. + ***************************************************************************************************************************/ + --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
