Repository: flex-utilities Updated Branches: refs/heads/develop bbe342b1f -> 2783266c4
Added some apache headers to files that were missing them. Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/c2986ab3 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/c2986ab3 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/c2986ab3 Branch: refs/heads/develop Commit: c2986ab3d6233662a0db44fa6ca74108311ad808 Parents: 1eefc9d Author: Christofer Dutz <[email protected]> Authored: Sat Mar 28 18:33:02 2015 +0100 Committer: Christofer Dutz <[email protected]> Committed: Sat Mar 28 18:33:02 2015 +0100 ---------------------------------------------------------------------- .../base/src/main/resources/templates/default.vm | 16 ++++++++++++++++ .../base/src/main/resources/templates/pom.vm | 16 ++++++++++++++++ .../base/src/main/resources/velocity.properties | 19 +++++++++++++++++++ 3 files changed, 51 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c2986ab3/mavenizer/converters/base/src/main/resources/templates/default.vm ---------------------------------------------------------------------- diff --git a/mavenizer/converters/base/src/main/resources/templates/default.vm b/mavenizer/converters/base/src/main/resources/templates/default.vm index 4bfb60e..ce9711d 100644 --- a/mavenizer/converters/base/src/main/resources/templates/default.vm +++ b/mavenizer/converters/base/src/main/resources/templates/default.vm @@ -1,3 +1,19 @@ +#* + * 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. + *# <?xml version="1.0" encoding="UTF-8" standalone="no"?> <project xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c2986ab3/mavenizer/converters/base/src/main/resources/templates/pom.vm ---------------------------------------------------------------------- diff --git a/mavenizer/converters/base/src/main/resources/templates/pom.vm b/mavenizer/converters/base/src/main/resources/templates/pom.vm index 405ada1..4b18e12 100644 --- a/mavenizer/converters/base/src/main/resources/templates/pom.vm +++ b/mavenizer/converters/base/src/main/resources/templates/pom.vm @@ -1,3 +1,19 @@ +#* + * 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. + *# <?xml version="1.0" encoding="UTF-8" standalone="no"?> <project xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c2986ab3/mavenizer/converters/base/src/main/resources/velocity.properties ---------------------------------------------------------------------- diff --git a/mavenizer/converters/base/src/main/resources/velocity.properties b/mavenizer/converters/base/src/main/resources/velocity.properties index 2beb502..905ad59 100644 --- a/mavenizer/converters/base/src/main/resources/velocity.properties +++ b/mavenizer/converters/base/src/main/resources/velocity.properties @@ -1,3 +1,22 @@ +################################################################################ +## +## 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. +## +################################################################################ + # # specify three resource loaders to use #
