IGNITE-1121 Add copyrights.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/666d44ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/666d44ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/666d44ca Branch: refs/heads/ignite-1155_1 Commit: 666d44caac5f8bfff36c25d8fb35144337b813f0 Parents: a4be95f Author: sevdokimov <sevdoki...@gridgain.com> Authored: Tue Jul 28 18:50:39 2015 +0300 Committer: sevdokimov <sevdoki...@gridgain.com> Committed: Tue Jul 28 18:50:39 2015 +0300 ---------------------------------------------------------------------- .../src/main/resources/default.config.properties | 15 +++++++++++++++ .../src/main/resources/logging.properties | 15 +++++++++++++++ 2 files changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/666d44ca/modules/control-center-agent/src/main/resources/default.config.properties ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/src/main/resources/default.config.properties b/modules/control-center-agent/src/main/resources/default.config.properties index e7064b7..631e811 100644 --- a/modules/control-center-agent/src/main/resources/default.config.properties +++ b/modules/control-center-agent/src/main/resources/default.config.properties @@ -1,3 +1,18 @@ +# 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. + # Ignite Control Center web-socket server URI. serverURI=wss://localhost:3001 http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/666d44ca/modules/control-center-agent/src/main/resources/logging.properties ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/src/main/resources/logging.properties b/modules/control-center-agent/src/main/resources/logging.properties index f63c832..ea397c1 100644 --- a/modules/control-center-agent/src/main/resources/logging.properties +++ b/modules/control-center-agent/src/main/resources/logging.properties @@ -1,3 +1,18 @@ +# 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. + handlers =java.util.logging.ConsoleHandler .level = INFO java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter