This is an automated email from the ASF dual-hosted git repository. jhyde pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
commit 038c93d2a502b2894a9273e9b54ab7f0900215a2 Author: Julian Hyde <[email protected]> AuthorDate: Thu Nov 21 16:44:21 2019 -0800 Cosmetic Make file headers consistent. --- bom/build.gradle.kts | 6 ++---- build.gradle.kts | 6 ++---- core/build.gradle.kts | 6 ++---- core/gradle.properties | 6 ++---- docker/gradle.properties | 6 ++---- gradle.properties | 26 +++++++++++++------------- gradle/wrapper/gradle-wrapper.properties | 26 +++++++++++++------------- metrics-dropwizardmetrics/build.gradle.kts | 6 ++---- metrics-dropwizardmetrics/gradle.properties | 6 ++---- metrics/build.gradle.kts | 6 ++---- metrics/gradle.properties | 6 ++---- noop-driver/build.gradle.kts | 6 ++---- noop-driver/gradle.properties | 6 ++---- release/build.gradle.kts | 6 ++---- server/build.gradle.kts | 6 ++---- server/gradle.properties | 6 ++---- settings.gradle.kts | 6 ++---- shaded/core/build.gradle.kts | 6 ++---- shaded/core/gradle.properties | 6 ++---- standalone-server/build.gradle.kts | 6 ++---- standalone-server/gradle.properties | 6 ++---- tck/README.md | 2 +- tck/build.gradle.kts | 6 ++---- tck/gradle.properties | 6 ++---- tck/src/main/ruby/test_runner.rb | 2 +- 25 files changed, 70 insertions(+), 112 deletions(-) diff --git a/bom/build.gradle.kts b/bom/build.gradle.kts index 6dac838..0659f43 100644 --- a/bom/build.gradle.kts +++ b/bom/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - plugins { `java-platform` } diff --git a/build.gradle.kts b/build.gradle.kts index 7f7157d..13ee9eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - import com.github.spotbugs.SpotBugsTask import com.github.vlsi.gradle.crlf.CrLfSpec import com.github.vlsi.gradle.crlf.LineEndings diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 2b3c317..1d4a716 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - import com.google.protobuf.gradle.generateProtoTasks import com.google.protobuf.gradle.ofSourceSet import com.google.protobuf.gradle.proto diff --git a/core/gradle.properties b/core/gradle.properties index eb6cdd2..796534a 100644 --- a/core/gradle.properties +++ b/core/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=JDBC driver framework artifact.name=Apache Calcite Avatica diff --git a/docker/gradle.properties b/docker/gradle.properties index 646cf04..d02d5be 100644 --- a/docker/gradle.properties +++ b/docker/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=Docker images for the Avatica server artifact.name=Apache Calcite Avatica Docker images diff --git a/gradle.properties b/gradle.properties index 8b207ea..de2b840 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,18 +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 +# 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 +# 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. # -# 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. - org.gradle.parallel=true # See https://github.com/gradle/gradle/pull/11358 , https://issues.apache.org/jira/browse/INFRA-14923 # repository.apache.org does not yet support .sha256 and .sha512 checksums diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index c571965..1a7c9da 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,18 +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 +# 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 +# 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. # -# 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. - distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionSha256Sum=6f6cfdbb12a577c3845522a1c7fbfe1295ea05d87edabedd4e23fd2bf02b88b1 diff --git a/metrics-dropwizardmetrics/build.gradle.kts b/metrics-dropwizardmetrics/build.gradle.kts index e0ab9ff..0bb2a9e 100644 --- a/metrics-dropwizardmetrics/build.gradle.kts +++ b/metrics-dropwizardmetrics/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - plugins { `java-library` } diff --git a/metrics-dropwizardmetrics/gradle.properties b/metrics-dropwizardmetrics/gradle.properties index bfe4951..487375c 100644 --- a/metrics-dropwizardmetrics/gradle.properties +++ b/metrics-dropwizardmetrics/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=An implementation of Avatica Metrics using Dropwizard Metrics. This should work with Dropwizard Metrics 3.x and 4.x artifact.name=Apache Calcite Avatica Dropwizard Metrics diff --git a/metrics/build.gradle.kts b/metrics/build.gradle.kts index 71b4278..8ac5952 100644 --- a/metrics/build.gradle.kts +++ b/metrics/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - plugins { `java-library` } diff --git a/metrics/gradle.properties b/metrics/gradle.properties index 82b0ca1..77c286c 100644 --- a/metrics/gradle.properties +++ b/metrics/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=A library designed to abstract away any required dependency on a metrics library artifact.name=Apache Calcite Avatica Metrics diff --git a/noop-driver/build.gradle.kts b/noop-driver/build.gradle.kts index a7ebbc5..8ff6365 100644 --- a/noop-driver/build.gradle.kts +++ b/noop-driver/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - plugins { `java-library` } diff --git a/noop-driver/gradle.properties b/noop-driver/gradle.properties index 499c6d3..1518d8a 100644 --- a/noop-driver/gradle.properties +++ b/noop-driver/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=JDBC server artifact.name=Apache Calcite Avatica Noop Driver diff --git a/release/build.gradle.kts b/release/build.gradle.kts index 99f4616..a2bd993 100644 --- a/release/build.gradle.kts +++ b/release/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - import com.github.vlsi.gradle.crlf.CrLfSpec import com.github.vlsi.gradle.crlf.LineEndings import com.github.vlsi.gradle.git.FindGitAttributes diff --git a/server/build.gradle.kts b/server/build.gradle.kts index ce93abf..9217949 100644 --- a/server/build.gradle.kts +++ b/server/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - plugins { `java-library` } diff --git a/server/gradle.properties b/server/gradle.properties index 331cb43..3bc17ed 100644 --- a/server/gradle.properties +++ b/server/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=JDBC server artifact.name=Apache Calcite Avatica Server diff --git a/settings.gradle.kts b/settings.gradle.kts index eb39a99..d425fe6 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - pluginManagement { plugins { fun String.v() = extra["$this.version"].toString() diff --git a/shaded/core/build.gradle.kts b/shaded/core/build.gradle.kts index 821571a..b06ff65 100644 --- a/shaded/core/build.gradle.kts +++ b/shaded/core/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - import com.github.vlsi.gradle.crlf.CrLfSpec import com.github.vlsi.gradle.crlf.LineEndings import com.github.vlsi.gradle.license.GatherLicenseTask diff --git a/shaded/core/gradle.properties b/shaded/core/gradle.properties index 4780b56..b3a8291 100644 --- a/shaded/core/gradle.properties +++ b/shaded/core/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=JDBC driver framework artifact.name=Apache Calcite Avatica (Shaded) diff --git a/standalone-server/build.gradle.kts b/standalone-server/build.gradle.kts index cd71851..2868939 100644 --- a/standalone-server/build.gradle.kts +++ b/standalone-server/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - import com.github.vlsi.gradle.crlf.CrLfSpec import com.github.vlsi.gradle.crlf.LineEndings import com.github.vlsi.gradle.license.GatherLicenseTask diff --git a/standalone-server/gradle.properties b/standalone-server/gradle.properties index 19ccbfe..a9013e3 100644 --- a/standalone-server/gradle.properties +++ b/standalone-server/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=A Standalone Avatica Server Implementation artifact.name=Apache Calcite Avatica Standalone Server diff --git a/tck/README.md b/tck/README.md index 970f41c..b981d7f 100644 --- a/tck/README.md +++ b/tck/README.md @@ -6,7 +6,7 @@ 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 +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, diff --git a/tck/build.gradle.kts b/tck/build.gradle.kts index aeeaaaf..328d0d8 100644 --- a/tck/build.gradle.kts +++ b/tck/build.gradle.kts @@ -2,20 +2,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 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 + * 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. - * */ - import com.github.vlsi.gradle.crlf.CrLfSpec import com.github.vlsi.gradle.crlf.LineEndings import com.github.vlsi.gradle.license.GatherLicenseTask diff --git a/tck/gradle.properties b/tck/gradle.properties index 49d8546..604ac84 100644 --- a/tck/gradle.properties +++ b/tck/gradle.properties @@ -1,12 +1,11 @@ -# # 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 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 +# 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, @@ -14,6 +13,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # -# description=Library for testing compatibility of Avatica across versions artifact.name=Apache Calcite Avatica Compatibility Kit diff --git a/tck/src/main/ruby/test_runner.rb b/tck/src/main/ruby/test_runner.rb index e0b9d73..ec8c625 100755 --- a/tck/src/main/ruby/test_runner.rb +++ b/tck/src/main/ruby/test_runner.rb @@ -3,7 +3,7 @@ # 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 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 #
