S2GRAPH-4: manually add apache license header on configuration files
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/ba707426 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/ba707426 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/ba707426 Branch: refs/heads/S2GRAPH-4 Commit: ba707426f9b77bb01f22d07fd000597b166b7f26 Parents: 92d44a9 Author: SteamShon <[email protected]> Authored: Mon Dec 28 12:30:36 2015 +0900 Committer: SteamShon <[email protected]> Committed: Mon Dec 28 12:30:36 2015 +0900 ---------------------------------------------------------------------- conf/reference.conf | 15 +++++++++++++++ conf/routes | 15 +++++++++++++++ conf/test.conf | 15 +++++++++++++++ s2core/src/main/resources/reference.conf | 15 +++++++++++++++ s2counter_core/src/test/resources/application.conf | 15 +++++++++++++++ s2counter_loader/src/test/resources/application.conf | 15 +++++++++++++++ 6 files changed, 90 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ba707426/conf/reference.conf ---------------------------------------------------------------------- diff --git a/conf/reference.conf b/conf/reference.conf index d13be52..efc2552 100644 --- a/conf/reference.conf +++ b/conf/reference.conf @@ -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. + # This is the main configuration file for the application. # ~~~~~ http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ba707426/conf/routes ---------------------------------------------------------------------- diff --git a/conf/routes b/conf/routes index df4a1ee..81082a7 100644 --- a/conf/routes +++ b/conf/routes @@ -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. + # Routes # This file defines all application routes (Higher priority routes first) # ~~~~ http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ba707426/conf/test.conf ---------------------------------------------------------------------- diff --git a/conf/test.conf b/conf/test.conf index c51baef..9e85e3a 100644 --- a/conf/test.conf +++ b/conf/test.conf @@ -1,2 +1,17 @@ +# 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. + max.retry.number=10000 hbase.fail.prob=0.1 http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ba707426/s2core/src/main/resources/reference.conf ---------------------------------------------------------------------- diff --git a/s2core/src/main/resources/reference.conf b/s2core/src/main/resources/reference.conf index b527f7f..1456db9 100644 --- a/s2core/src/main/resources/reference.conf +++ b/s2core/src/main/resources/reference.conf @@ -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. + # APP PHASE phase=dev host=localhost http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ba707426/s2counter_core/src/test/resources/application.conf ---------------------------------------------------------------------- diff --git a/s2counter_core/src/test/resources/application.conf b/s2counter_core/src/test/resources/application.conf index 8a79140..44ecd99 100644 --- a/s2counter_core/src/test/resources/application.conf +++ b/s2counter_core/src/test/resources/application.conf @@ -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. + # App Phase phase=dev host=localhost http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/ba707426/s2counter_loader/src/test/resources/application.conf ---------------------------------------------------------------------- diff --git a/s2counter_loader/src/test/resources/application.conf b/s2counter_loader/src/test/resources/application.conf index 369a6fa..c7288e4 100644 --- a/s2counter_loader/src/test/resources/application.conf +++ b/s2counter_loader/src/test/resources/application.conf @@ -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. + # App Phase phase=dev host=localhost
