- Fix missing license headers (and exceptions) - Make shell scripts executable
Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/49a42eca Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/49a42eca Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/49a42eca Branch: refs/heads/master Commit: 49a42ecabe3a6b7d27cfa4ebed59323eba91cd7c Parents: 45892ea Author: Serge Huber <[email protected]> Authored: Fri Nov 20 15:00:46 2015 +0100 Committer: Serge Huber <[email protected]> Committed: Fri Nov 20 15:00:46 2015 +0100 ---------------------------------------------------------------------- generate-site-and-upload.sh | 0 license-mappings.xml | 16 ++++++++++++++++ pom.xml | 2 ++ release-audit.sh | 0 src/site/markdown/concepts.md | 17 +++++++++++++++++ update-notice.sh | 0 6 files changed, 35 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/49a42eca/generate-site-and-upload.sh ---------------------------------------------------------------------- diff --git a/generate-site-and-upload.sh b/generate-site-and-upload.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/49a42eca/license-mappings.xml ---------------------------------------------------------------------- diff --git a/license-mappings.xml b/license-mappings.xml index 7297869..6d04523 100644 --- a/license-mappings.xml +++ b/license-mappings.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- + ~ 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. + --> <license-lookup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://source.jasig.org/schemas/maven-notice-plugin/license-lookup" xsi:schemaLocation="https://source.jasig.org/schemas/maven-notice-plugin/license-lookup https://source.jasig.org/schemas/maven-notice-plugin/license-lookup/license-lookup-v1.0.xsd"> http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/49a42eca/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cfde31d..75a0b55 100644 --- a/pom.xml +++ b/pom.xml @@ -390,6 +390,8 @@ <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile> <excludeSubProjects>false</excludeSubProjects> <excludes> + <exclude>**/NOTICE.template</exclude> + <exclude>**/NOTICE-generated</exclude> <exclude>**/target/**/*</exclude> <!-- GIT files --> <exclude>**/.git/**/*</exclude> http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/49a42eca/release-audit.sh ---------------------------------------------------------------------- diff --git a/release-audit.sh b/release-audit.sh old mode 100644 new mode 100755 http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/49a42eca/src/site/markdown/concepts.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/concepts.md b/src/site/markdown/concepts.md index 71b4b55..50dfa00 100644 --- a/src/site/markdown/concepts.md +++ b/src/site/markdown/concepts.md @@ -1,3 +1,20 @@ +<!-- + ~ 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. + --> + # Concepts Apache Unomi gathers information about users actions, information that is processed and stored by Unomi services. The collected information can then be used to personalize content, derive insights on user behavior, categorize the user profiles into segments along user-definable dimensions or acted upon by algorithms. http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/49a42eca/update-notice.sh ---------------------------------------------------------------------- diff --git a/update-notice.sh b/update-notice.sh old mode 100644 new mode 100755
