Changing license header to Apache for blur scripts.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/56fb3c95 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/56fb3c95 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/56fb3c95 Branch: refs/heads/master Commit: 56fb3c95ccb2da46d0ff5331bba0b27583892df8 Parents: 358a209 Author: Aaron McCurry <[email protected]> Authored: Sun Sep 2 21:56:41 2012 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun Sep 2 21:56:41 2012 -0400 ---------------------------------------------------------------------- bin/blur | 13 +++++++------ bin/blur-config.sh | 13 +++++++------ bin/controllers.sh | 13 +++++++------ bin/shards.sh | 13 +++++++------ bin/start-all.sh | 13 +++++++------ bin/start-controller-server.sh | 13 +++++++------ bin/start-controllers.sh | 13 +++++++------ bin/start-shard-server.sh | 13 +++++++------ bin/start-shards.sh | 13 +++++++------ bin/stop-all.sh | 13 +++++++------ bin/stop-controller-server.sh | 13 +++++++------ bin/stop-controllers.sh | 13 +++++++------ bin/stop-shard-server.sh | 13 +++++++------ bin/stop-shards.sh | 13 +++++++------ conf/blur-env.sh | 15 +++++++++++++++ conf/blur-site.properties | 15 +++++++++++++++ conf/log4j.xml | 18 ++++++++++++++++++ interface/Blur.thrift | 17 +++++++++++++++++ interface/genAndReplace.sh | 17 +++++++++++++++++ 19 files changed, 180 insertions(+), 84 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/blur ---------------------------------------------------------------------- diff --git a/bin/blur b/bin/blur index 99cbb3e..afe5ebb 100755 --- a/bin/blur +++ b/bin/blur @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/blur-config.sh ---------------------------------------------------------------------- diff --git a/bin/blur-config.sh b/bin/blur-config.sh index 400f1f6..bd6b016 100755 --- a/bin/blur-config.sh +++ b/bin/blur-config.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/controllers.sh ---------------------------------------------------------------------- diff --git a/bin/controllers.sh b/bin/controllers.sh index 8e0edf6..37c7108 100755 --- a/bin/controllers.sh +++ b/bin/controllers.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/shards.sh ---------------------------------------------------------------------- diff --git a/bin/shards.sh b/bin/shards.sh index 6fbf4b6..6b22678 100755 --- a/bin/shards.sh +++ b/bin/shards.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/start-all.sh ---------------------------------------------------------------------- diff --git a/bin/start-all.sh b/bin/start-all.sh index 1af264a..7da121a 100755 --- a/bin/start-all.sh +++ b/bin/start-all.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/start-controller-server.sh ---------------------------------------------------------------------- diff --git a/bin/start-controller-server.sh b/bin/start-controller-server.sh index cce49ea..2a43ecf 100755 --- a/bin/start-controller-server.sh +++ b/bin/start-controller-server.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/start-controllers.sh ---------------------------------------------------------------------- diff --git a/bin/start-controllers.sh b/bin/start-controllers.sh index ec13cf1..c9b77f1 100755 --- a/bin/start-controllers.sh +++ b/bin/start-controllers.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/start-shard-server.sh ---------------------------------------------------------------------- diff --git a/bin/start-shard-server.sh b/bin/start-shard-server.sh index 5b4c32a..22cfe28 100755 --- a/bin/start-shard-server.sh +++ b/bin/start-shard-server.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/start-shards.sh ---------------------------------------------------------------------- diff --git a/bin/start-shards.sh b/bin/start-shards.sh index 6ea7613..639ab98 100755 --- a/bin/start-shards.sh +++ b/bin/start-shards.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/stop-all.sh ---------------------------------------------------------------------- diff --git a/bin/stop-all.sh b/bin/stop-all.sh index 26cf48a..8c758fb 100755 --- a/bin/stop-all.sh +++ b/bin/stop-all.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/stop-controller-server.sh ---------------------------------------------------------------------- diff --git a/bin/stop-controller-server.sh b/bin/stop-controller-server.sh index 8ca7072..2595e19 100755 --- a/bin/stop-controller-server.sh +++ b/bin/stop-controller-server.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/stop-controllers.sh ---------------------------------------------------------------------- diff --git a/bin/stop-controllers.sh b/bin/stop-controllers.sh index 2864eec..5a44096 100755 --- a/bin/stop-controllers.sh +++ b/bin/stop-controllers.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/stop-shard-server.sh ---------------------------------------------------------------------- diff --git a/bin/stop-shard-server.sh b/bin/stop-shard-server.sh index e522383..d850ffb 100755 --- a/bin/stop-shard-server.sh +++ b/bin/stop-shard-server.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/bin/stop-shards.sh ---------------------------------------------------------------------- diff --git a/bin/stop-shards.sh b/bin/stop-shards.sh index 8120319..5e1342d 100755 --- a/bin/stop-shards.sh +++ b/bin/stop-shards.sh @@ -1,12 +1,13 @@ #!/usr/bin/env bash -# Copyright (C) 2011 Near Infinity Corporation +# 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 # -# 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 +# 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, http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/conf/blur-env.sh ---------------------------------------------------------------------- diff --git a/conf/blur-env.sh b/conf/blur-env.sh index e9360df..9c4f20b 100755 --- a/conf/blur-env.sh +++ b/conf/blur-env.sh @@ -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. + # Set environment specific Blur settings here. # JAVA_HOME is required http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/conf/blur-site.properties ---------------------------------------------------------------------- diff --git a/conf/blur-site.properties b/conf/blur-site.properties index 54051d4..a5b33ad 100644 --- a/conf/blur-site.properties +++ b/conf/blur-site.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. + #Zookeeper connection string blur.zookeeper.connection=localhost http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/conf/log4j.xml ---------------------------------------------------------------------- diff --git a/conf/log4j.xml b/conf/log4j.xml index 3e748a4..518413a 100644 --- a/conf/log4j.xml +++ b/conf/log4j.xml @@ -1,4 +1,22 @@ <?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. +--> <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd"> <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"> http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/interface/Blur.thrift ---------------------------------------------------------------------- diff --git a/interface/Blur.thrift b/interface/Blur.thrift index 83d1eac..82145c8 100644 --- a/interface/Blur.thrift +++ b/interface/Blur.thrift @@ -1,3 +1,20 @@ +/** + * 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. + */ + namespace java com.nearinfinity.blur.thrift.generated namespace rb blur namespace perl Blur http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/56fb3c95/interface/genAndReplace.sh ---------------------------------------------------------------------- diff --git a/interface/genAndReplace.sh b/interface/genAndReplace.sh index 2992fb5..1ca1f82 100755 --- a/interface/genAndReplace.sh +++ b/interface/genAndReplace.sh @@ -1,3 +1,20 @@ +#!/usr/bin/env bash + +# 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. + rm ../src/blur-thrift/src/main/java/com/nearinfinity/blur/thrift/generated/* rm -r gen-java/ gen-perl/ gen-rb/ gen-html/ thrift --gen html --gen perl --gen java --gen rb Blur.thrift
