From ef9923e4a9450ea89b0c5f5b76a19d4cb2d52242 Mon Sep 17 00:00:00 2001 From: Ohad Shacham Date: Sun, 29 Apr 2018 14:17:41 +0300 Subject: [PATCH] [OMID-98] Adding license headers to default-omid-server-configuration.yml and default-tso-server-benchmark-config.yml. --- .../default-tso-server-benchmark-config.yml | 16 +++++++++++++++- .../default-omid-server-configuration.yml | 14 ++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/benchmarks/src/main/resources/default-tso-server-benchmark-config.yml b/benchmarks/src/main/resources/default-tso-server-benchmark-config.yml index c5eacd1e9..101e5f8fb 100644 --- a/benchmarks/src/main/resources/default-tso-server-benchmark-config.yml +++ b/benchmarks/src/main/resources/default-tso-server-benchmark-config.yml @@ -1,3 +1,17 @@ +# +# Licensed 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. +# + # ===================================================================================================================== # TSO Server Benchmark Configuration # ===================================================================================================================== @@ -67,4 +81,4 @@ metrics: !!org.apache.omid.metrics.CodahaleMetricsProvider [ }, csvDir: "csvMetrics", } -] \ No newline at end of file +] diff --git a/tso-server/src/main/resources/default-omid-server-configuration.yml b/tso-server/src/main/resources/default-omid-server-configuration.yml index 017af4f1a..da0c53196 100644 --- a/tso-server/src/main/resources/default-omid-server-configuration.yml +++ b/tso-server/src/main/resources/default-omid-server-configuration.yml @@ -1,3 +1,17 @@ +# +# Licensed 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. +# + # ===================================================================================================================== # Omid TSO Server Configuration (Default parameters) # =====================================================================================================================