fix RAT violations
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/b1f392c6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/b1f392c6 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/b1f392c6 Branch: refs/heads/master Commit: b1f392c67db990919b778849067fbac109ca850a Parents: c81f483 Author: John McCabe <[email protected]> Authored: Sun Jan 24 22:24:50 2016 +0000 Committer: John McCabe <[email protected]> Committed: Sun Jan 24 22:24:50 2016 +0000 ---------------------------------------------------------------------- .../vagrant/src/main/vagrant/Vagrantfile | 20 +++++++++++++++++++- .../src/main/vagrant/files/brooklyn.properties | 19 +++++++++++++++++++ .../src/main/vagrant/files/brooklyn.service | 19 +++++++++++++++++++ .../vagrant/src/main/vagrant/files/logback.xml | 20 ++++++++++++++++++++ .../vagrant/src/main/vagrant/servers.yaml | 19 +++++++++++++++++++ 5 files changed, 96 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b1f392c6/brooklyn-dist/vagrant/src/main/vagrant/Vagrantfile ---------------------------------------------------------------------- diff --git a/brooklyn-dist/vagrant/src/main/vagrant/Vagrantfile b/brooklyn-dist/vagrant/src/main/vagrant/Vagrantfile index f5f7927..395e8bc 100644 --- a/brooklyn-dist/vagrant/src/main/vagrant/Vagrantfile +++ b/brooklyn-dist/vagrant/src/main/vagrant/Vagrantfile @@ -1,5 +1,23 @@ # -*- mode: ruby -*- -# # vi: set ft=ruby : +# vi: set ft=ruby : +# +# 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 minimum Vagrant version and Vagrant API version Vagrant.require_version ">= 1.8.1" http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b1f392c6/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.properties ---------------------------------------------------------------------- diff --git a/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.properties b/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.properties index 22f8688..0784ff3 100644 --- a/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.properties +++ b/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.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. +# + # Disabling security on the Vagrant Brooklyn instance for training purposes brooklyn.webconsole.security.provider = org.apache.brooklyn.rest.security.provider.AnyoneSecurityProvider http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b1f392c6/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.service ---------------------------------------------------------------------- diff --git a/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.service b/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.service index 5fe2767..28b0fea 100644 --- a/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.service +++ b/brooklyn-dist/vagrant/src/main/vagrant/files/brooklyn.service @@ -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. +# + [Unit] Description=Apache Brooklyn service Documentation=http://brooklyn.apache.org/documentation/index.html http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b1f392c6/brooklyn-dist/vagrant/src/main/vagrant/files/logback.xml ---------------------------------------------------------------------- diff --git a/brooklyn-dist/vagrant/src/main/vagrant/files/logback.xml b/brooklyn-dist/vagrant/src/main/vagrant/files/logback.xml index 77b3816..1560d8b 100644 --- a/brooklyn-dist/vagrant/src/main/vagrant/files/logback.xml +++ b/brooklyn-dist/vagrant/src/main/vagrant/files/logback.xml @@ -1,3 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> + <configuration scan="true"> <!-- to supply custom logging, either change this file, supply your own logback-main.xml http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/b1f392c6/brooklyn-dist/vagrant/src/main/vagrant/servers.yaml ---------------------------------------------------------------------- diff --git a/brooklyn-dist/vagrant/src/main/vagrant/servers.yaml b/brooklyn-dist/vagrant/src/main/vagrant/servers.yaml index 0bf133b..5203171 100644 --- a/brooklyn-dist/vagrant/src/main/vagrant/servers.yaml +++ b/brooklyn-dist/vagrant/src/main/vagrant/servers.yaml @@ -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. +# + --- default_config: check_newer_vagrant_box: true
