From 387cc6fb7671046cf15ce1537c135629b176fbad Mon Sep 17 00:00:00 2001 From: Brian Murphy Date: Fri, 7 Nov 2014 10:57:59 +0000 Subject: [PATCH] Add missing license check files. Forgot to add these on the last commit. Original commit: elastic/x-pack-elasticsearch@4d205e191d97eef31dbedd190ae31ec8d8eaf750 --- dev-tools/elasticsearch_license_header.txt | 14 ++++++++++++++ dev-tools/license_header_definition.xml | 13 +++++++++++++ dev-tools/pmd/custom.xml | 20 ++++++++++++++++++++ 3 files changed, 47 insertions(+) create mode 100644 dev-tools/elasticsearch_license_header.txt create mode 100644 dev-tools/license_header_definition.xml create mode 100644 dev-tools/pmd/custom.xml diff --git a/dev-tools/elasticsearch_license_header.txt b/dev-tools/elasticsearch_license_header.txt new file mode 100644 index 00000000000..c6375ea7693 --- /dev/null +++ b/dev-tools/elasticsearch_license_header.txt @@ -0,0 +1,14 @@ +ELASTICSEARCH CONFIDENTIAL +__________________ + + [2014] Elasticsearch Incorporated. All Rights Reserved. + +NOTICE: All information contained herein is, and remains +the property of Elasticsearch Incorporated and its suppliers, +if any. The intellectual and technical concepts contained +herein are proprietary to Elasticsearch Incorporated +and its suppliers and may be covered by U.S. and Foreign Patents, +patents in process, and are protected by trade secret or copyright law. +Dissemination of this information or reproduction of this material +is strictly forbidden unless prior written permission is obtained +from Elasticsearch Incorporated. diff --git a/dev-tools/license_header_definition.xml b/dev-tools/license_header_definition.xml new file mode 100644 index 00000000000..2b4f64e7110 --- /dev/null +++ b/dev-tools/license_header_definition.xml @@ -0,0 +1,13 @@ + + + + /* + * + */EOL + + (\s|\t)*/\*.*$ + .*\*/(\s|\t)*$ + false + true + + diff --git a/dev-tools/pmd/custom.xml b/dev-tools/pmd/custom.xml new file mode 100644 index 00000000000..58788337ae9 --- /dev/null +++ b/dev-tools/pmd/custom.xml @@ -0,0 +1,20 @@ + + + + Default ruleset for elasticsearch server project + + + + + + + + + + + + +