From 78c9e76fe9257db48e4606516057dc9617190b18 Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Wed, 18 Oct 2023 12:57:25 +0100 Subject: [PATCH] Changed license to Apache 2 --- CONTRIBUTORS.md | 25 +++ LICENSE | 176 ++++++++++++++++++ build.sbt | 16 +- demo/src/main/scala/demo/DemoServer.scala | 16 +- demo/src/main/scala/demo/GraphQLService.scala | 16 +- demo/src/main/scala/demo/Main.scala | 16 +- .../scala/demo/starwars/StarWarsMapping.scala | 16 +- .../main/scala/demo/world/WorldMapping.scala | 16 +- .../circe/src/main/scala/circemapping.scala | 16 +- modules/circe/src/test/scala/CirceData.scala | 16 +- .../src/test/scala/CirceEffectData.scala | 16 +- .../src/test/scala/CirceEffectSuite.scala | 16 +- modules/circe/src/test/scala/CirceSuite.scala | 16 +- modules/core/src/main/scala-2/syntax2.scala | 16 +- modules/core/src/main/scala-3/syntax3.scala | 16 +- modules/core/src/main/scala/ast.scala | 16 +- modules/core/src/main/scala/compiler.scala | 16 +- modules/core/src/main/scala/cursor.scala | 16 +- .../core/src/main/scala/introspection.scala | 16 +- .../core/src/main/scala/jsonextractors.scala | 16 +- modules/core/src/main/scala/mapping.scala | 16 +- .../src/main/scala/mappingvalidator.scala | 16 +- modules/core/src/main/scala/minimizer.scala | 16 +- modules/core/src/main/scala/operation.scala | 16 +- modules/core/src/main/scala/parser.scala | 16 +- modules/core/src/main/scala/predicate.scala | 16 +- modules/core/src/main/scala/problem.scala | 16 +- modules/core/src/main/scala/query.scala | 16 +- .../src/main/scala/queryinterpreter.scala | 16 +- modules/core/src/main/scala/result.scala | 16 +- modules/core/src/main/scala/schema.scala | 16 +- modules/core/src/main/scala/syntax.scala | 16 +- .../core/src/main/scala/valuemapping.scala | 16 +- .../src/test/scala/GraphQLResponseTests.scala | 16 +- modules/core/src/test/scala/arb/AstArb.scala | 16 +- .../test/scala/compiler/AttributesSuite.scala | 16 +- .../test/scala/compiler/CascadeSuite.scala | 16 +- .../test/scala/compiler/CompilerSuite.scala | 16 +- .../test/scala/compiler/DirectivesSuite.scala | 16 +- .../scala/compiler/EnvironmentSuite.scala | 16 +- .../test/scala/compiler/FragmentSuite.scala | 16 +- .../scala/compiler/InputValuesSuite.scala | 16 +- .../test/scala/compiler/PredicatesSuite.scala | 16 +- .../compiler/PreserveArgsElaborator.scala | 16 +- .../test/scala/compiler/ProblemSuite.scala | 16 +- .../test/scala/compiler/QuerySizeSuite.scala | 16 +- .../test/scala/compiler/ScalarsSuite.scala | 16 +- .../scala/compiler/SkipIncludeSuite.scala | 16 +- .../src/test/scala/compiler/TestMapping.scala | 16 +- .../test/scala/compiler/VariablesSuite.scala | 16 +- .../test/scala/composed/ComposedData.scala | 16 +- .../scala/composed/ComposedListSuite.scala | 16 +- .../test/scala/composed/ComposedSuite.scala | 16 +- .../directives/DirectiveValidationSuite.scala | 16 +- .../directives/QueryDirectivesSuite.scala | 16 +- .../directives/SchemaDirectivesSuite.scala | 16 +- .../test/scala/effects/ValueEffectData.scala | 16 +- .../test/scala/effects/ValueEffectSuite.scala | 16 +- .../introspection/IntrospectionSuite.scala | 16 +- .../src/test/scala/laws/ResultSuite.scala | 16 +- .../scala/mapping/MappingValidatorSuite.scala | 16 +- .../test/scala/minimizer/MinimizerSuite.scala | 16 +- .../src/test/scala/parser/ParserSuite.scala | 16 +- .../src/test/scala/schema/SchemaSuite.scala | 16 +- .../core/src/test/scala/sdl/SDLSuite.scala | 16 +- .../test/scala/starwars/StarWarsData.scala | 16 +- .../test/scala/starwars/StarWarsSuite.scala | 16 +- .../subscription/SubscriptionSuite.scala | 16 +- .../src/main/scala/DoobieMapping.scala | 16 +- .../main/scala/DoobieMappingCompanion.scala | 16 +- .../src/main/scala/DoobieMonitor.scala | 16 +- .../doobie-pg/src/main/scala/package.scala | 16 +- .../src/test/scala/DoobieDatabaseSuite.scala | 16 +- .../src/test/scala/DoobieSuites.scala | 16 +- .../src/main/scala-2/genericmapping2.scala | 16 +- .../src/main/scala-3/genericmapping3.scala | 16 +- .../src/main/scala/CursorBuilder.scala | 16 +- .../src/main/scala/genericmapping.scala | 16 +- .../src/test/scala/DerivationSuite.scala | 16 +- .../generic/src/test/scala/EffectsSuite.scala | 16 +- .../src/test/scala/RecursionSuite.scala | 16 +- .../generic/src/test/scala/ScalarsSuite.scala | 16 +- .../src/test/scala/SkunkDatabaseSuite.scala | 16 +- .../js-jvm/src/test/scala/SkunkSuites.scala | 16 +- .../subscription/SubscriptionMapping.scala | 16 +- .../subscription/SubscriptionSuite.scala | 16 +- .../shared/src/main/scala/SkunkMapping.scala | 16 +- .../main/scala/SkunkMappingCompanion.scala | 16 +- .../shared/src/main/scala/SkunkMonitor.scala | 16 +- .../skunk/shared/src/main/scala/package.scala | 16 +- .../src/test/scala/SqlDatabaseSuite.scala | 16 +- .../sql/shared/src/main/scala-2/Like.scala | 16 +- .../sql/shared/src/main/scala-3/Like.scala | 16 +- .../shared/src/main/scala/FailedJoin.scala | 16 +- .../shared/src/main/scala/SqlMapping.scala | 16 +- .../src/main/scala/SqlMappingValidator.scala | 16 +- .../sql/shared/src/main/scala/SqlModule.scala | 16 +- .../shared/src/main/scala/SqlMonitor.scala | 16 +- .../src/main/scala/SqlStatsMonitor.scala | 16 +- .../src/test/scala/SqlArrayJoinMapping.scala | 16 +- .../src/test/scala/SqlArrayJoinSuite.scala | 16 +- .../src/test/scala/SqlCoalesceMapping.scala | 16 +- .../src/test/scala/SqlCoalesceSuite.scala | 16 +- .../test/scala/SqlComposedWorldMapping.scala | 16 +- .../test/scala/SqlComposedWorldSuite.scala | 16 +- .../test/scala/SqlCompositeKeyMapping.scala | 16 +- .../src/test/scala/SqlCompositeKeySuite.scala | 16 +- .../src/test/scala/SqlCursorJsonMapping.scala | 16 +- .../src/test/scala/SqlCursorJsonSuite.scala | 16 +- .../src/test/scala/SqlEmbedding2Mapping.scala | 16 +- .../src/test/scala/SqlEmbedding2Suite.scala | 16 +- .../src/test/scala/SqlEmbedding3Mapping.scala | 16 +- .../src/test/scala/SqlEmbedding3Suite.scala | 16 +- .../src/test/scala/SqlEmbeddingMapping.scala | 16 +- .../src/test/scala/SqlEmbeddingSuite.scala | 16 +- .../scala/SqlFilterJoinAliasMapping.scala | 16 +- .../test/scala/SqlFilterJoinAliasSuite.scala | 16 +- .../SqlFilterOrderOffsetLimit2Mapping.scala | 16 +- .../SqlFilterOrderOffsetLimit2Suite.scala | 16 +- .../SqlFilterOrderOffsetLimitMapping.scala | 16 +- .../SqlFilterOrderOffsetLimitSuite.scala | 16 +- .../src/test/scala/SqlGraphMapping.scala | 16 +- .../shared/src/test/scala/SqlGraphSuite.scala | 16 +- .../src/test/scala/SqlInterfacesMapping.scala | 16 +- .../test/scala/SqlInterfacesMapping2.scala | 16 +- .../src/test/scala/SqlInterfacesSuite.scala | 16 +- .../src/test/scala/SqlInterfacesSuite2.scala | 16 +- .../src/test/scala/SqlJsonbMapping.scala | 16 +- .../shared/src/test/scala/SqlJsonbSuite.scala | 16 +- .../src/test/scala/SqlLikeMapping.scala | 16 +- .../shared/src/test/scala/SqlLikeSuite.scala | 16 +- .../src/test/scala/SqlMixedMapping.scala | 16 +- .../shared/src/test/scala/SqlMixedSuite.scala | 16 +- .../src/test/scala/SqlMovieMapping.scala | 16 +- .../shared/src/test/scala/SqlMovieSuite.scala | 16 +- .../src/test/scala/SqlMutationMapping.scala | 16 +- .../src/test/scala/SqlMutationSuite.scala | 16 +- .../test/scala/SqlNestedEffectsMapping.scala | 16 +- .../test/scala/SqlNestedEffectsSuite.scala | 16 +- .../src/test/scala/SqlPaging1Mapping.scala | 16 +- .../src/test/scala/SqlPaging1Suite.scala | 16 +- .../src/test/scala/SqlPaging2Mapping.scala | 16 +- .../src/test/scala/SqlPaging2Suite.scala | 16 +- .../src/test/scala/SqlPaging3Mapping.scala | 16 +- .../src/test/scala/SqlPaging3Suite.scala | 16 +- .../src/test/scala/SqlProjectionMapping.scala | 16 +- .../src/test/scala/SqlProjectionSuite.scala | 16 +- .../scala/SqlRecursiveInterfacesMapping.scala | 16 +- .../scala/SqlRecursiveInterfacesSuite.scala | 16 +- .../test/scala/SqlSiblingListsMapping.scala | 16 +- .../src/test/scala/SqlSiblingListsSuite.scala | 16 +- .../src/test/scala/SqlTestMapping.scala | 16 +- .../src/test/scala/SqlTreeMapping.scala | 16 +- .../shared/src/test/scala/SqlTreeSuite.scala | 16 +- .../shared/src/test/scala/SqlUnionSuite.scala | 16 +- .../src/test/scala/SqlUnionsMapping.scala | 16 +- .../test/scala/SqlWorldCompilerSuite.scala | 16 +- .../src/test/scala/SqlWorldMapping.scala | 16 +- .../shared/src/test/scala/SqlWorldSuite.scala | 16 +- profile/src/main/scala/Bench.scala | 16 +- 160 files changed, 2413 insertions(+), 316 deletions(-) create mode 100644 CONTRIBUTORS.md create mode 100644 LICENSE diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 00000000..b2ef0d30 --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,25 @@ +# Contributors + +This project is the work of numerous individuals. Names are listed below, ordered alphabetically by given name, along +with their GitHub handle and a link to their profile. + +Each individual maintains their own description, and if you don't see your name listed here, please do open a PR! + +Also see the [GitHub contributor stats](https://github.com/typelevel/grackle/graphs/contributors). + +- Alexandre Bertails ([@betehess](https://github.com/betehess)) +- Arman Bilge ([@armanbilge](https://github.com/armanbilge)) +- Carlos Quiroz ([@cquiroz](https://github.com/cquiroz)) +- Daniel Tattan-Birch ([@dantb](https://github.com/dantb)) +- Jack Wheatley ([@jbwheatley](https://github.com/jbwheatley)) +- Jorge Botto ([@jf-botto](https://github.com/jf-botto)) +- Keir Lawson ([@keirlawson](https://github.com/keirlawson)) +- Luke Matthews ([@QuitHub](https://github.com/QuitHub)) +- Magnus Valle ([@mvalle](https://github.com/mvalle)) +- Maya Driver ([@yasuba](https://github.com/yasuba)) +- Miles Sabin ([@milessabin](https://github.com/milessabin)) +- Rafal Piotrowski ([@rpiotrow](https://github.com/rpiotrow)) +- Raúl Piaggio ([@rpiaggio](https://github.com/rpiaggio)) +- Rob Norris ([@tpolecat](https://github.com/tpolecat)) +- Shane Walker ([@swalker2m](https://github.com/swalker2m)) +- Tim Spence ([@TimWSpence](https://github.com/TimWSpence)) diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d9a10c0d --- /dev/null +++ b/LICENSE @@ -0,0 +1,176 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/build.sbt b/build.sbt index e1a030ec..49a50965 100644 --- a/build.sbt +++ b/build.sbt @@ -66,8 +66,20 @@ lazy val commonSettings = Seq( ).filterNot(_ => tlIsScala3.value), headerMappings := headerMappings.value + (HeaderFileType.scala -> HeaderCommentStyle.cppStyleLineComment), headerLicense := Some(HeaderLicense.Custom( - """|Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) - |For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause + """|Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) + |Copyright (c) 2016-2023 Grackle Contributors + | + |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. |""".stripMargin )), // Temporary workaround for https://github.com/lampepfl/dotty/issues/15927 diff --git a/demo/src/main/scala/demo/DemoServer.scala b/demo/src/main/scala/demo/DemoServer.scala index b74f9597..e2319980 100644 --- a/demo/src/main/scala/demo/DemoServer.scala +++ b/demo/src/main/scala/demo/DemoServer.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package demo diff --git a/demo/src/main/scala/demo/GraphQLService.scala b/demo/src/main/scala/demo/GraphQLService.scala index ef320c8b..6afda0ca 100644 --- a/demo/src/main/scala/demo/GraphQLService.scala +++ b/demo/src/main/scala/demo/GraphQLService.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package demo diff --git a/demo/src/main/scala/demo/Main.scala b/demo/src/main/scala/demo/Main.scala index 6ac4bd25..d6633c48 100644 --- a/demo/src/main/scala/demo/Main.scala +++ b/demo/src/main/scala/demo/Main.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package demo diff --git a/demo/src/main/scala/demo/starwars/StarWarsMapping.scala b/demo/src/main/scala/demo/starwars/StarWarsMapping.scala index bf5ca7e1..2be6d0cd 100644 --- a/demo/src/main/scala/demo/starwars/StarWarsMapping.scala +++ b/demo/src/main/scala/demo/starwars/StarWarsMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package demo.starwars diff --git a/demo/src/main/scala/demo/world/WorldMapping.scala b/demo/src/main/scala/demo/world/WorldMapping.scala index ca72b022..f324bff5 100644 --- a/demo/src/main/scala/demo/world/WorldMapping.scala +++ b/demo/src/main/scala/demo/world/WorldMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package demo.world diff --git a/modules/circe/src/main/scala/circemapping.scala b/modules/circe/src/main/scala/circemapping.scala index aa113f39..ed2faf48 100644 --- a/modules/circe/src/main/scala/circemapping.scala +++ b/modules/circe/src/main/scala/circemapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package circe diff --git a/modules/circe/src/test/scala/CirceData.scala b/modules/circe/src/test/scala/CirceData.scala index 3d45f27a..8c50906d 100644 --- a/modules/circe/src/test/scala/CirceData.scala +++ b/modules/circe/src/test/scala/CirceData.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package circetests diff --git a/modules/circe/src/test/scala/CirceEffectData.scala b/modules/circe/src/test/scala/CirceEffectData.scala index 2901c992..9683aac0 100644 --- a/modules/circe/src/test/scala/CirceEffectData.scala +++ b/modules/circe/src/test/scala/CirceEffectData.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package circetests diff --git a/modules/circe/src/test/scala/CirceEffectSuite.scala b/modules/circe/src/test/scala/CirceEffectSuite.scala index cd412f98..874d0bc2 100644 --- a/modules/circe/src/test/scala/CirceEffectSuite.scala +++ b/modules/circe/src/test/scala/CirceEffectSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package circetests diff --git a/modules/circe/src/test/scala/CirceSuite.scala b/modules/circe/src/test/scala/CirceSuite.scala index 4d661453..cf116bbb 100644 --- a/modules/circe/src/test/scala/CirceSuite.scala +++ b/modules/circe/src/test/scala/CirceSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package circetests diff --git a/modules/core/src/main/scala-2/syntax2.scala b/modules/core/src/main/scala-2/syntax2.scala index 5e4ae551..5729ef05 100644 --- a/modules/core/src/main/scala-2/syntax2.scala +++ b/modules/core/src/main/scala-2/syntax2.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala-3/syntax3.scala b/modules/core/src/main/scala-3/syntax3.scala index fc8f85c3..65d2cadc 100644 --- a/modules/core/src/main/scala-3/syntax3.scala +++ b/modules/core/src/main/scala-3/syntax3.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/ast.scala b/modules/core/src/main/scala/ast.scala index 9344813d..1b207451 100644 --- a/modules/core/src/main/scala/ast.scala +++ b/modules/core/src/main/scala/ast.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/compiler.scala b/modules/core/src/main/scala/compiler.scala index 103dfadd..ef8aadc1 100644 --- a/modules/core/src/main/scala/compiler.scala +++ b/modules/core/src/main/scala/compiler.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/cursor.scala b/modules/core/src/main/scala/cursor.scala index 227ae724..b5675e17 100644 --- a/modules/core/src/main/scala/cursor.scala +++ b/modules/core/src/main/scala/cursor.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/introspection.scala b/modules/core/src/main/scala/introspection.scala index fd6901e5..3240c83a 100644 --- a/modules/core/src/main/scala/introspection.scala +++ b/modules/core/src/main/scala/introspection.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/jsonextractors.scala b/modules/core/src/main/scala/jsonextractors.scala index 449a2780..d64c9f9f 100644 --- a/modules/core/src/main/scala/jsonextractors.scala +++ b/modules/core/src/main/scala/jsonextractors.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/mapping.scala b/modules/core/src/main/scala/mapping.scala index 3698ff72..65e21cf7 100644 --- a/modules/core/src/main/scala/mapping.scala +++ b/modules/core/src/main/scala/mapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/mappingvalidator.scala b/modules/core/src/main/scala/mappingvalidator.scala index da62ddcd..8d1510b6 100644 --- a/modules/core/src/main/scala/mappingvalidator.scala +++ b/modules/core/src/main/scala/mappingvalidator.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/minimizer.scala b/modules/core/src/main/scala/minimizer.scala index a413a201..e295966e 100644 --- a/modules/core/src/main/scala/minimizer.scala +++ b/modules/core/src/main/scala/minimizer.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/operation.scala b/modules/core/src/main/scala/operation.scala index e5a85cad..0879552e 100644 --- a/modules/core/src/main/scala/operation.scala +++ b/modules/core/src/main/scala/operation.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/parser.scala b/modules/core/src/main/scala/parser.scala index 4b967af8..38c9d0e5 100644 --- a/modules/core/src/main/scala/parser.scala +++ b/modules/core/src/main/scala/parser.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/predicate.scala b/modules/core/src/main/scala/predicate.scala index e7932542..71a3b7f9 100644 --- a/modules/core/src/main/scala/predicate.scala +++ b/modules/core/src/main/scala/predicate.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/problem.scala b/modules/core/src/main/scala/problem.scala index d88c0e0c..614dd700 100644 --- a/modules/core/src/main/scala/problem.scala +++ b/modules/core/src/main/scala/problem.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/query.scala b/modules/core/src/main/scala/query.scala index cf222a60..7efe62ac 100644 --- a/modules/core/src/main/scala/query.scala +++ b/modules/core/src/main/scala/query.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/queryinterpreter.scala b/modules/core/src/main/scala/queryinterpreter.scala index 66ad2226..88d15630 100644 --- a/modules/core/src/main/scala/queryinterpreter.scala +++ b/modules/core/src/main/scala/queryinterpreter.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/result.scala b/modules/core/src/main/scala/result.scala index 72453ca6..e3729a89 100644 --- a/modules/core/src/main/scala/result.scala +++ b/modules/core/src/main/scala/result.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/schema.scala b/modules/core/src/main/scala/schema.scala index c8405ec1..58a947fe 100644 --- a/modules/core/src/main/scala/schema.scala +++ b/modules/core/src/main/scala/schema.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/syntax.scala b/modules/core/src/main/scala/syntax.scala index 34d15ae2..77ae4d85 100644 --- a/modules/core/src/main/scala/syntax.scala +++ b/modules/core/src/main/scala/syntax.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/main/scala/valuemapping.scala b/modules/core/src/main/scala/valuemapping.scala index 8287806c..a259755c 100644 --- a/modules/core/src/main/scala/valuemapping.scala +++ b/modules/core/src/main/scala/valuemapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/core/src/test/scala/GraphQLResponseTests.scala b/modules/core/src/test/scala/GraphQLResponseTests.scala index e424fb8b..6b842c33 100644 --- a/modules/core/src/test/scala/GraphQLResponseTests.scala +++ b/modules/core/src/test/scala/GraphQLResponseTests.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.test diff --git a/modules/core/src/test/scala/arb/AstArb.scala b/modules/core/src/test/scala/arb/AstArb.scala index 51a5ea50..a9b3d24a 100644 --- a/modules/core/src/test/scala/arb/AstArb.scala +++ b/modules/core/src/test/scala/arb/AstArb.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package arb diff --git a/modules/core/src/test/scala/compiler/AttributesSuite.scala b/modules/core/src/test/scala/compiler/AttributesSuite.scala index fd5632e6..a4f88cbf 100644 --- a/modules/core/src/test/scala/compiler/AttributesSuite.scala +++ b/modules/core/src/test/scala/compiler/AttributesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/CascadeSuite.scala b/modules/core/src/test/scala/compiler/CascadeSuite.scala index dd5072a4..576b502a 100644 --- a/modules/core/src/test/scala/compiler/CascadeSuite.scala +++ b/modules/core/src/test/scala/compiler/CascadeSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/CompilerSuite.scala b/modules/core/src/test/scala/compiler/CompilerSuite.scala index 0fbaba9c..a78e6608 100644 --- a/modules/core/src/test/scala/compiler/CompilerSuite.scala +++ b/modules/core/src/test/scala/compiler/CompilerSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/DirectivesSuite.scala b/modules/core/src/test/scala/compiler/DirectivesSuite.scala index f8c60add..fe25470a 100644 --- a/modules/core/src/test/scala/compiler/DirectivesSuite.scala +++ b/modules/core/src/test/scala/compiler/DirectivesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/EnvironmentSuite.scala b/modules/core/src/test/scala/compiler/EnvironmentSuite.scala index d279c108..7335bcc5 100644 --- a/modules/core/src/test/scala/compiler/EnvironmentSuite.scala +++ b/modules/core/src/test/scala/compiler/EnvironmentSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/FragmentSuite.scala b/modules/core/src/test/scala/compiler/FragmentSuite.scala index eb754baf..58b72aa7 100644 --- a/modules/core/src/test/scala/compiler/FragmentSuite.scala +++ b/modules/core/src/test/scala/compiler/FragmentSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/InputValuesSuite.scala b/modules/core/src/test/scala/compiler/InputValuesSuite.scala index 48d3c940..3a2b1439 100644 --- a/modules/core/src/test/scala/compiler/InputValuesSuite.scala +++ b/modules/core/src/test/scala/compiler/InputValuesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/PredicatesSuite.scala b/modules/core/src/test/scala/compiler/PredicatesSuite.scala index c60520ae..11e11d01 100644 --- a/modules/core/src/test/scala/compiler/PredicatesSuite.scala +++ b/modules/core/src/test/scala/compiler/PredicatesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/PreserveArgsElaborator.scala b/modules/core/src/test/scala/compiler/PreserveArgsElaborator.scala index eac1dd60..5d529b60 100644 --- a/modules/core/src/test/scala/compiler/PreserveArgsElaborator.scala +++ b/modules/core/src/test/scala/compiler/PreserveArgsElaborator.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/ProblemSuite.scala b/modules/core/src/test/scala/compiler/ProblemSuite.scala index 43aad4bd..d5435060 100644 --- a/modules/core/src/test/scala/compiler/ProblemSuite.scala +++ b/modules/core/src/test/scala/compiler/ProblemSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/QuerySizeSuite.scala b/modules/core/src/test/scala/compiler/QuerySizeSuite.scala index 67dd416a..de15b700 100644 --- a/modules/core/src/test/scala/compiler/QuerySizeSuite.scala +++ b/modules/core/src/test/scala/compiler/QuerySizeSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/ScalarsSuite.scala b/modules/core/src/test/scala/compiler/ScalarsSuite.scala index c44f23a7..56719d9f 100644 --- a/modules/core/src/test/scala/compiler/ScalarsSuite.scala +++ b/modules/core/src/test/scala/compiler/ScalarsSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/SkipIncludeSuite.scala b/modules/core/src/test/scala/compiler/SkipIncludeSuite.scala index 1f8bb553..d9d0de7d 100644 --- a/modules/core/src/test/scala/compiler/SkipIncludeSuite.scala +++ b/modules/core/src/test/scala/compiler/SkipIncludeSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/TestMapping.scala b/modules/core/src/test/scala/compiler/TestMapping.scala index 5e319af3..7f66af69 100644 --- a/modules/core/src/test/scala/compiler/TestMapping.scala +++ b/modules/core/src/test/scala/compiler/TestMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/compiler/VariablesSuite.scala b/modules/core/src/test/scala/compiler/VariablesSuite.scala index 74d8e6aa..54bf8632 100644 --- a/modules/core/src/test/scala/compiler/VariablesSuite.scala +++ b/modules/core/src/test/scala/compiler/VariablesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package compiler diff --git a/modules/core/src/test/scala/composed/ComposedData.scala b/modules/core/src/test/scala/composed/ComposedData.scala index 3d99ac65..aab6d9c2 100644 --- a/modules/core/src/test/scala/composed/ComposedData.scala +++ b/modules/core/src/test/scala/composed/ComposedData.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package composed diff --git a/modules/core/src/test/scala/composed/ComposedListSuite.scala b/modules/core/src/test/scala/composed/ComposedListSuite.scala index f007e4ff..9fb09a96 100644 --- a/modules/core/src/test/scala/composed/ComposedListSuite.scala +++ b/modules/core/src/test/scala/composed/ComposedListSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package composed diff --git a/modules/core/src/test/scala/composed/ComposedSuite.scala b/modules/core/src/test/scala/composed/ComposedSuite.scala index 420bf300..7c9662bb 100644 --- a/modules/core/src/test/scala/composed/ComposedSuite.scala +++ b/modules/core/src/test/scala/composed/ComposedSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package composed diff --git a/modules/core/src/test/scala/directives/DirectiveValidationSuite.scala b/modules/core/src/test/scala/directives/DirectiveValidationSuite.scala index 8b787906..35c63285 100644 --- a/modules/core/src/test/scala/directives/DirectiveValidationSuite.scala +++ b/modules/core/src/test/scala/directives/DirectiveValidationSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package directives diff --git a/modules/core/src/test/scala/directives/QueryDirectivesSuite.scala b/modules/core/src/test/scala/directives/QueryDirectivesSuite.scala index d3ebf22a..cd967264 100644 --- a/modules/core/src/test/scala/directives/QueryDirectivesSuite.scala +++ b/modules/core/src/test/scala/directives/QueryDirectivesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package directives diff --git a/modules/core/src/test/scala/directives/SchemaDirectivesSuite.scala b/modules/core/src/test/scala/directives/SchemaDirectivesSuite.scala index fa08a378..62003638 100644 --- a/modules/core/src/test/scala/directives/SchemaDirectivesSuite.scala +++ b/modules/core/src/test/scala/directives/SchemaDirectivesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package directives diff --git a/modules/core/src/test/scala/effects/ValueEffectData.scala b/modules/core/src/test/scala/effects/ValueEffectData.scala index e0a2f270..e1c50ae8 100644 --- a/modules/core/src/test/scala/effects/ValueEffectData.scala +++ b/modules/core/src/test/scala/effects/ValueEffectData.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package effects diff --git a/modules/core/src/test/scala/effects/ValueEffectSuite.scala b/modules/core/src/test/scala/effects/ValueEffectSuite.scala index 7f2b2540..5b46ec79 100644 --- a/modules/core/src/test/scala/effects/ValueEffectSuite.scala +++ b/modules/core/src/test/scala/effects/ValueEffectSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package effects diff --git a/modules/core/src/test/scala/introspection/IntrospectionSuite.scala b/modules/core/src/test/scala/introspection/IntrospectionSuite.scala index 69489332..392065ed 100644 --- a/modules/core/src/test/scala/introspection/IntrospectionSuite.scala +++ b/modules/core/src/test/scala/introspection/IntrospectionSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package introspection diff --git a/modules/core/src/test/scala/laws/ResultSuite.scala b/modules/core/src/test/scala/laws/ResultSuite.scala index a7912311..dace7ec7 100644 --- a/modules/core/src/test/scala/laws/ResultSuite.scala +++ b/modules/core/src/test/scala/laws/ResultSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package laws diff --git a/modules/core/src/test/scala/mapping/MappingValidatorSuite.scala b/modules/core/src/test/scala/mapping/MappingValidatorSuite.scala index 22bd2cf5..be409477 100644 --- a/modules/core/src/test/scala/mapping/MappingValidatorSuite.scala +++ b/modules/core/src/test/scala/mapping/MappingValidatorSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package validator diff --git a/modules/core/src/test/scala/minimizer/MinimizerSuite.scala b/modules/core/src/test/scala/minimizer/MinimizerSuite.scala index a7281b48..1628accd 100644 --- a/modules/core/src/test/scala/minimizer/MinimizerSuite.scala +++ b/modules/core/src/test/scala/minimizer/MinimizerSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package minimizer diff --git a/modules/core/src/test/scala/parser/ParserSuite.scala b/modules/core/src/test/scala/parser/ParserSuite.scala index aa4780d9..9f204835 100644 --- a/modules/core/src/test/scala/parser/ParserSuite.scala +++ b/modules/core/src/test/scala/parser/ParserSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package parser diff --git a/modules/core/src/test/scala/schema/SchemaSuite.scala b/modules/core/src/test/scala/schema/SchemaSuite.scala index 5932611e..41b25096 100644 --- a/modules/core/src/test/scala/schema/SchemaSuite.scala +++ b/modules/core/src/test/scala/schema/SchemaSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package schema diff --git a/modules/core/src/test/scala/sdl/SDLSuite.scala b/modules/core/src/test/scala/sdl/SDLSuite.scala index d31c6dae..9aa50c2d 100644 --- a/modules/core/src/test/scala/sdl/SDLSuite.scala +++ b/modules/core/src/test/scala/sdl/SDLSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package sdl diff --git a/modules/core/src/test/scala/starwars/StarWarsData.scala b/modules/core/src/test/scala/starwars/StarWarsData.scala index e1f1582f..129bae71 100644 --- a/modules/core/src/test/scala/starwars/StarWarsData.scala +++ b/modules/core/src/test/scala/starwars/StarWarsData.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package starwars diff --git a/modules/core/src/test/scala/starwars/StarWarsSuite.scala b/modules/core/src/test/scala/starwars/StarWarsSuite.scala index 762556a1..e4a4bd98 100644 --- a/modules/core/src/test/scala/starwars/StarWarsSuite.scala +++ b/modules/core/src/test/scala/starwars/StarWarsSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package starwars diff --git a/modules/core/src/test/scala/subscription/SubscriptionSuite.scala b/modules/core/src/test/scala/subscription/SubscriptionSuite.scala index 9be5100c..9a656d80 100644 --- a/modules/core/src/test/scala/subscription/SubscriptionSuite.scala +++ b/modules/core/src/test/scala/subscription/SubscriptionSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package subscription diff --git a/modules/doobie-pg/src/main/scala/DoobieMapping.scala b/modules/doobie-pg/src/main/scala/DoobieMapping.scala index 2534814b..60d51536 100644 --- a/modules/doobie-pg/src/main/scala/DoobieMapping.scala +++ b/modules/doobie-pg/src/main/scala/DoobieMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package doobie.postgres diff --git a/modules/doobie-pg/src/main/scala/DoobieMappingCompanion.scala b/modules/doobie-pg/src/main/scala/DoobieMappingCompanion.scala index 9081eb42..d9644b2a 100644 --- a/modules/doobie-pg/src/main/scala/DoobieMappingCompanion.scala +++ b/modules/doobie-pg/src/main/scala/DoobieMappingCompanion.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package doobie.postgres diff --git a/modules/doobie-pg/src/main/scala/DoobieMonitor.scala b/modules/doobie-pg/src/main/scala/DoobieMonitor.scala index f25c24b7..805c6091 100644 --- a/modules/doobie-pg/src/main/scala/DoobieMonitor.scala +++ b/modules/doobie-pg/src/main/scala/DoobieMonitor.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package doobie.postgres diff --git a/modules/doobie-pg/src/main/scala/package.scala b/modules/doobie-pg/src/main/scala/package.scala index b03bac1c..a716eaa1 100644 --- a/modules/doobie-pg/src/main/scala/package.scala +++ b/modules/doobie-pg/src/main/scala/package.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.doobie diff --git a/modules/doobie-pg/src/test/scala/DoobieDatabaseSuite.scala b/modules/doobie-pg/src/test/scala/DoobieDatabaseSuite.scala index 83d2ca9f..eaff09ab 100644 --- a/modules/doobie-pg/src/test/scala/DoobieDatabaseSuite.scala +++ b/modules/doobie-pg/src/test/scala/DoobieDatabaseSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.doobie.test diff --git a/modules/doobie-pg/src/test/scala/DoobieSuites.scala b/modules/doobie-pg/src/test/scala/DoobieSuites.scala index 30e080d6..8d85489f 100644 --- a/modules/doobie-pg/src/test/scala/DoobieSuites.scala +++ b/modules/doobie-pg/src/test/scala/DoobieSuites.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.doobie.test diff --git a/modules/generic/src/main/scala-2/genericmapping2.scala b/modules/generic/src/main/scala-2/genericmapping2.scala index 2fc60f29..a568bdb3 100644 --- a/modules/generic/src/main/scala-2/genericmapping2.scala +++ b/modules/generic/src/main/scala-2/genericmapping2.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/generic/src/main/scala-3/genericmapping3.scala b/modules/generic/src/main/scala-3/genericmapping3.scala index 2ca72df7..7b65a3e7 100644 --- a/modules/generic/src/main/scala-3/genericmapping3.scala +++ b/modules/generic/src/main/scala-3/genericmapping3.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/generic/src/main/scala/CursorBuilder.scala b/modules/generic/src/main/scala/CursorBuilder.scala index 9e4a819c..9568b253 100644 --- a/modules/generic/src/main/scala/CursorBuilder.scala +++ b/modules/generic/src/main/scala/CursorBuilder.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/generic/src/main/scala/genericmapping.scala b/modules/generic/src/main/scala/genericmapping.scala index 9f13b9d5..aa48910b 100644 --- a/modules/generic/src/main/scala/genericmapping.scala +++ b/modules/generic/src/main/scala/genericmapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/generic/src/test/scala/DerivationSuite.scala b/modules/generic/src/test/scala/DerivationSuite.scala index 506c23a2..e507f362 100644 --- a/modules/generic/src/test/scala/DerivationSuite.scala +++ b/modules/generic/src/test/scala/DerivationSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/generic/src/test/scala/EffectsSuite.scala b/modules/generic/src/test/scala/EffectsSuite.scala index 86215464..32cf05e8 100644 --- a/modules/generic/src/test/scala/EffectsSuite.scala +++ b/modules/generic/src/test/scala/EffectsSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/generic/src/test/scala/RecursionSuite.scala b/modules/generic/src/test/scala/RecursionSuite.scala index 661fd49c..6d2ab77f 100644 --- a/modules/generic/src/test/scala/RecursionSuite.scala +++ b/modules/generic/src/test/scala/RecursionSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/generic/src/test/scala/ScalarsSuite.scala b/modules/generic/src/test/scala/ScalarsSuite.scala index 9f8c527a..0f1dbeda 100644 --- a/modules/generic/src/test/scala/ScalarsSuite.scala +++ b/modules/generic/src/test/scala/ScalarsSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package generic diff --git a/modules/skunk/js-jvm/src/test/scala/SkunkDatabaseSuite.scala b/modules/skunk/js-jvm/src/test/scala/SkunkDatabaseSuite.scala index 17b07e16..291a238c 100644 --- a/modules/skunk/js-jvm/src/test/scala/SkunkDatabaseSuite.scala +++ b/modules/skunk/js-jvm/src/test/scala/SkunkDatabaseSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.skunk.test diff --git a/modules/skunk/js-jvm/src/test/scala/SkunkSuites.scala b/modules/skunk/js-jvm/src/test/scala/SkunkSuites.scala index e818b93b..734fc4f1 100644 --- a/modules/skunk/js-jvm/src/test/scala/SkunkSuites.scala +++ b/modules/skunk/js-jvm/src/test/scala/SkunkSuites.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.skunk.test diff --git a/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionMapping.scala b/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionMapping.scala index c2acd16f..ab017486 100644 --- a/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionMapping.scala +++ b/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.skunk.test.subscription diff --git a/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionSuite.scala b/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionSuite.scala index a8e0d8c8..e13b04cf 100644 --- a/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionSuite.scala +++ b/modules/skunk/js-jvm/src/test/scala/subscription/SubscriptionSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.skunk.test.subscription diff --git a/modules/skunk/shared/src/main/scala/SkunkMapping.scala b/modules/skunk/shared/src/main/scala/SkunkMapping.scala index 619b0682..a0e25316 100644 --- a/modules/skunk/shared/src/main/scala/SkunkMapping.scala +++ b/modules/skunk/shared/src/main/scala/SkunkMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package skunk diff --git a/modules/skunk/shared/src/main/scala/SkunkMappingCompanion.scala b/modules/skunk/shared/src/main/scala/SkunkMappingCompanion.scala index 3358a7cc..e389139d 100644 --- a/modules/skunk/shared/src/main/scala/SkunkMappingCompanion.scala +++ b/modules/skunk/shared/src/main/scala/SkunkMappingCompanion.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package skunk diff --git a/modules/skunk/shared/src/main/scala/SkunkMonitor.scala b/modules/skunk/shared/src/main/scala/SkunkMonitor.scala index 264a55f5..64d52745 100644 --- a/modules/skunk/shared/src/main/scala/SkunkMonitor.scala +++ b/modules/skunk/shared/src/main/scala/SkunkMonitor.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package skunk diff --git a/modules/skunk/shared/src/main/scala/package.scala b/modules/skunk/shared/src/main/scala/package.scala index eb90d4fa..567c7c84 100644 --- a/modules/skunk/shared/src/main/scala/package.scala +++ b/modules/skunk/shared/src/main/scala/package.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle diff --git a/modules/sql/js-jvm/src/test/scala/SqlDatabaseSuite.scala b/modules/sql/js-jvm/src/test/scala/SqlDatabaseSuite.scala index c2eff2fd..538a2382 100644 --- a/modules/sql/js-jvm/src/test/scala/SqlDatabaseSuite.scala +++ b/modules/sql/js-jvm/src/test/scala/SqlDatabaseSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/main/scala-2/Like.scala b/modules/sql/shared/src/main/scala-2/Like.scala index 865b1c6a..d73ef162 100644 --- a/modules/sql/shared/src/main/scala-2/Like.scala +++ b/modules/sql/shared/src/main/scala-2/Like.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package sql diff --git a/modules/sql/shared/src/main/scala-3/Like.scala b/modules/sql/shared/src/main/scala-3/Like.scala index 16095cc3..552cebcc 100644 --- a/modules/sql/shared/src/main/scala-3/Like.scala +++ b/modules/sql/shared/src/main/scala-3/Like.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package sql diff --git a/modules/sql/shared/src/main/scala/FailedJoin.scala b/modules/sql/shared/src/main/scala/FailedJoin.scala index 6c444492..6fb0f626 100644 --- a/modules/sql/shared/src/main/scala/FailedJoin.scala +++ b/modules/sql/shared/src/main/scala/FailedJoin.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql diff --git a/modules/sql/shared/src/main/scala/SqlMapping.scala b/modules/sql/shared/src/main/scala/SqlMapping.scala index a2bbc2cf..d8411d47 100644 --- a/modules/sql/shared/src/main/scala/SqlMapping.scala +++ b/modules/sql/shared/src/main/scala/SqlMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package sql diff --git a/modules/sql/shared/src/main/scala/SqlMappingValidator.scala b/modules/sql/shared/src/main/scala/SqlMappingValidator.scala index 82b11551..c2bdc236 100644 --- a/modules/sql/shared/src/main/scala/SqlMappingValidator.scala +++ b/modules/sql/shared/src/main/scala/SqlMappingValidator.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package sql diff --git a/modules/sql/shared/src/main/scala/SqlModule.scala b/modules/sql/shared/src/main/scala/SqlModule.scala index ed84210b..930c0cbe 100644 --- a/modules/sql/shared/src/main/scala/SqlModule.scala +++ b/modules/sql/shared/src/main/scala/SqlModule.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package sql diff --git a/modules/sql/shared/src/main/scala/SqlMonitor.scala b/modules/sql/shared/src/main/scala/SqlMonitor.scala index 90d85c9d..8fb07027 100644 --- a/modules/sql/shared/src/main/scala/SqlMonitor.scala +++ b/modules/sql/shared/src/main/scala/SqlMonitor.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package sql diff --git a/modules/sql/shared/src/main/scala/SqlStatsMonitor.scala b/modules/sql/shared/src/main/scala/SqlStatsMonitor.scala index b37a64cb..5a8b1ad1 100644 --- a/modules/sql/shared/src/main/scala/SqlStatsMonitor.scala +++ b/modules/sql/shared/src/main/scala/SqlStatsMonitor.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle package sql diff --git a/modules/sql/shared/src/test/scala/SqlArrayJoinMapping.scala b/modules/sql/shared/src/test/scala/SqlArrayJoinMapping.scala index 0d5e292b..125d4e20 100644 --- a/modules/sql/shared/src/test/scala/SqlArrayJoinMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlArrayJoinMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlArrayJoinSuite.scala b/modules/sql/shared/src/test/scala/SqlArrayJoinSuite.scala index 6d7b96cf..b022be06 100644 --- a/modules/sql/shared/src/test/scala/SqlArrayJoinSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlArrayJoinSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlCoalesceMapping.scala b/modules/sql/shared/src/test/scala/SqlCoalesceMapping.scala index 650a466a..9ba39e59 100644 --- a/modules/sql/shared/src/test/scala/SqlCoalesceMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlCoalesceMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlCoalesceSuite.scala b/modules/sql/shared/src/test/scala/SqlCoalesceSuite.scala index 424fee9b..11e63955 100644 --- a/modules/sql/shared/src/test/scala/SqlCoalesceSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlCoalesceSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlComposedWorldMapping.scala b/modules/sql/shared/src/test/scala/SqlComposedWorldMapping.scala index 41e55e34..639523e9 100644 --- a/modules/sql/shared/src/test/scala/SqlComposedWorldMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlComposedWorldMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlComposedWorldSuite.scala b/modules/sql/shared/src/test/scala/SqlComposedWorldSuite.scala index 95717429..0d34894c 100644 --- a/modules/sql/shared/src/test/scala/SqlComposedWorldSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlComposedWorldSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlCompositeKeyMapping.scala b/modules/sql/shared/src/test/scala/SqlCompositeKeyMapping.scala index 36d6900c..b24958ad 100644 --- a/modules/sql/shared/src/test/scala/SqlCompositeKeyMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlCompositeKeyMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlCompositeKeySuite.scala b/modules/sql/shared/src/test/scala/SqlCompositeKeySuite.scala index c85942d5..e404b991 100644 --- a/modules/sql/shared/src/test/scala/SqlCompositeKeySuite.scala +++ b/modules/sql/shared/src/test/scala/SqlCompositeKeySuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlCursorJsonMapping.scala b/modules/sql/shared/src/test/scala/SqlCursorJsonMapping.scala index 556f2391..75881283 100644 --- a/modules/sql/shared/src/test/scala/SqlCursorJsonMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlCursorJsonMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlCursorJsonSuite.scala b/modules/sql/shared/src/test/scala/SqlCursorJsonSuite.scala index e71a0eb8..5fa4e75e 100644 --- a/modules/sql/shared/src/test/scala/SqlCursorJsonSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlCursorJsonSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlEmbedding2Mapping.scala b/modules/sql/shared/src/test/scala/SqlEmbedding2Mapping.scala index c02b72de..645c42f3 100644 --- a/modules/sql/shared/src/test/scala/SqlEmbedding2Mapping.scala +++ b/modules/sql/shared/src/test/scala/SqlEmbedding2Mapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlEmbedding2Suite.scala b/modules/sql/shared/src/test/scala/SqlEmbedding2Suite.scala index 41c22661..392ce319 100644 --- a/modules/sql/shared/src/test/scala/SqlEmbedding2Suite.scala +++ b/modules/sql/shared/src/test/scala/SqlEmbedding2Suite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlEmbedding3Mapping.scala b/modules/sql/shared/src/test/scala/SqlEmbedding3Mapping.scala index b8b8af25..f90392b6 100644 --- a/modules/sql/shared/src/test/scala/SqlEmbedding3Mapping.scala +++ b/modules/sql/shared/src/test/scala/SqlEmbedding3Mapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlEmbedding3Suite.scala b/modules/sql/shared/src/test/scala/SqlEmbedding3Suite.scala index b6426b74..b44f21f5 100644 --- a/modules/sql/shared/src/test/scala/SqlEmbedding3Suite.scala +++ b/modules/sql/shared/src/test/scala/SqlEmbedding3Suite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlEmbeddingMapping.scala b/modules/sql/shared/src/test/scala/SqlEmbeddingMapping.scala index 8ecf7f62..ddb9d227 100644 --- a/modules/sql/shared/src/test/scala/SqlEmbeddingMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlEmbeddingMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlEmbeddingSuite.scala b/modules/sql/shared/src/test/scala/SqlEmbeddingSuite.scala index feced46b..e55531ac 100644 --- a/modules/sql/shared/src/test/scala/SqlEmbeddingSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlEmbeddingSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlFilterJoinAliasMapping.scala b/modules/sql/shared/src/test/scala/SqlFilterJoinAliasMapping.scala index 6bba7235..3302b79a 100644 --- a/modules/sql/shared/src/test/scala/SqlFilterJoinAliasMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlFilterJoinAliasMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlFilterJoinAliasSuite.scala b/modules/sql/shared/src/test/scala/SqlFilterJoinAliasSuite.scala index 81787ec2..37279335 100644 --- a/modules/sql/shared/src/test/scala/SqlFilterJoinAliasSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlFilterJoinAliasSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Mapping.scala b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Mapping.scala index dfe9fc84..37a4e6f4 100644 --- a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Mapping.scala +++ b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Mapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Suite.scala b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Suite.scala index 3e821ba4..d6c1ff9a 100644 --- a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Suite.scala +++ b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimit2Suite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitMapping.scala b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitMapping.scala index 0fd91f33..fb695b20 100644 --- a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitSuite.scala b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitSuite.scala index e61a93ee..349b372f 100644 --- a/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlFilterOrderOffsetLimitSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlGraphMapping.scala b/modules/sql/shared/src/test/scala/SqlGraphMapping.scala index 1e86e7f3..d33ef393 100644 --- a/modules/sql/shared/src/test/scala/SqlGraphMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlGraphMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlGraphSuite.scala b/modules/sql/shared/src/test/scala/SqlGraphSuite.scala index 1ed146f9..7e62d9a7 100644 --- a/modules/sql/shared/src/test/scala/SqlGraphSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlGraphSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlInterfacesMapping.scala b/modules/sql/shared/src/test/scala/SqlInterfacesMapping.scala index 6ab13e09..f524dfc5 100644 --- a/modules/sql/shared/src/test/scala/SqlInterfacesMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlInterfacesMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlInterfacesMapping2.scala b/modules/sql/shared/src/test/scala/SqlInterfacesMapping2.scala index bc569323..d51f7337 100644 --- a/modules/sql/shared/src/test/scala/SqlInterfacesMapping2.scala +++ b/modules/sql/shared/src/test/scala/SqlInterfacesMapping2.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlInterfacesSuite.scala b/modules/sql/shared/src/test/scala/SqlInterfacesSuite.scala index 5dd703fd..a363d5bd 100644 --- a/modules/sql/shared/src/test/scala/SqlInterfacesSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlInterfacesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlInterfacesSuite2.scala b/modules/sql/shared/src/test/scala/SqlInterfacesSuite2.scala index 79ff6145..0cc5352e 100644 --- a/modules/sql/shared/src/test/scala/SqlInterfacesSuite2.scala +++ b/modules/sql/shared/src/test/scala/SqlInterfacesSuite2.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlJsonbMapping.scala b/modules/sql/shared/src/test/scala/SqlJsonbMapping.scala index b6d50f54..10363f54 100644 --- a/modules/sql/shared/src/test/scala/SqlJsonbMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlJsonbMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlJsonbSuite.scala b/modules/sql/shared/src/test/scala/SqlJsonbSuite.scala index 8122b924..e77c9909 100644 --- a/modules/sql/shared/src/test/scala/SqlJsonbSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlJsonbSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlLikeMapping.scala b/modules/sql/shared/src/test/scala/SqlLikeMapping.scala index 46790d9a..9c1d7744 100644 --- a/modules/sql/shared/src/test/scala/SqlLikeMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlLikeMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlLikeSuite.scala b/modules/sql/shared/src/test/scala/SqlLikeSuite.scala index 324066a5..32aea33f 100644 --- a/modules/sql/shared/src/test/scala/SqlLikeSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlLikeSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlMixedMapping.scala b/modules/sql/shared/src/test/scala/SqlMixedMapping.scala index 9e89eeb2..e703633f 100644 --- a/modules/sql/shared/src/test/scala/SqlMixedMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlMixedMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlMixedSuite.scala b/modules/sql/shared/src/test/scala/SqlMixedSuite.scala index db3177d7..34a3e3ff 100644 --- a/modules/sql/shared/src/test/scala/SqlMixedSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlMixedSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlMovieMapping.scala b/modules/sql/shared/src/test/scala/SqlMovieMapping.scala index 32370f07..7789467f 100644 --- a/modules/sql/shared/src/test/scala/SqlMovieMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlMovieMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlMovieSuite.scala b/modules/sql/shared/src/test/scala/SqlMovieSuite.scala index 23034585..4d07464f 100644 --- a/modules/sql/shared/src/test/scala/SqlMovieSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlMovieSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlMutationMapping.scala b/modules/sql/shared/src/test/scala/SqlMutationMapping.scala index 95e4c460..44d603fb 100644 --- a/modules/sql/shared/src/test/scala/SqlMutationMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlMutationMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlMutationSuite.scala b/modules/sql/shared/src/test/scala/SqlMutationSuite.scala index 17be91cf..e9e02c37 100644 --- a/modules/sql/shared/src/test/scala/SqlMutationSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlMutationSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlNestedEffectsMapping.scala b/modules/sql/shared/src/test/scala/SqlNestedEffectsMapping.scala index c3c159bc..c0c32221 100644 --- a/modules/sql/shared/src/test/scala/SqlNestedEffectsMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlNestedEffectsMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlNestedEffectsSuite.scala b/modules/sql/shared/src/test/scala/SqlNestedEffectsSuite.scala index 2c5006a6..2afb828c 100644 --- a/modules/sql/shared/src/test/scala/SqlNestedEffectsSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlNestedEffectsSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlPaging1Mapping.scala b/modules/sql/shared/src/test/scala/SqlPaging1Mapping.scala index f3ca678b..b13a34a4 100644 --- a/modules/sql/shared/src/test/scala/SqlPaging1Mapping.scala +++ b/modules/sql/shared/src/test/scala/SqlPaging1Mapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlPaging1Suite.scala b/modules/sql/shared/src/test/scala/SqlPaging1Suite.scala index 9d0a374e..3ee7e0a1 100644 --- a/modules/sql/shared/src/test/scala/SqlPaging1Suite.scala +++ b/modules/sql/shared/src/test/scala/SqlPaging1Suite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlPaging2Mapping.scala b/modules/sql/shared/src/test/scala/SqlPaging2Mapping.scala index 5e9243ed..b085d359 100644 --- a/modules/sql/shared/src/test/scala/SqlPaging2Mapping.scala +++ b/modules/sql/shared/src/test/scala/SqlPaging2Mapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlPaging2Suite.scala b/modules/sql/shared/src/test/scala/SqlPaging2Suite.scala index f924901f..b979fe1a 100644 --- a/modules/sql/shared/src/test/scala/SqlPaging2Suite.scala +++ b/modules/sql/shared/src/test/scala/SqlPaging2Suite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlPaging3Mapping.scala b/modules/sql/shared/src/test/scala/SqlPaging3Mapping.scala index b0963fc2..60ed95e2 100644 --- a/modules/sql/shared/src/test/scala/SqlPaging3Mapping.scala +++ b/modules/sql/shared/src/test/scala/SqlPaging3Mapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlPaging3Suite.scala b/modules/sql/shared/src/test/scala/SqlPaging3Suite.scala index a3b12f22..cd1e3d9e 100644 --- a/modules/sql/shared/src/test/scala/SqlPaging3Suite.scala +++ b/modules/sql/shared/src/test/scala/SqlPaging3Suite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlProjectionMapping.scala b/modules/sql/shared/src/test/scala/SqlProjectionMapping.scala index eefa2629..276c95d6 100644 --- a/modules/sql/shared/src/test/scala/SqlProjectionMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlProjectionMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlProjectionSuite.scala b/modules/sql/shared/src/test/scala/SqlProjectionSuite.scala index 2284de62..2aff8128 100644 --- a/modules/sql/shared/src/test/scala/SqlProjectionSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlProjectionSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesMapping.scala b/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesMapping.scala index c185955a..92799d6d 100644 --- a/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesSuite.scala b/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesSuite.scala index 306b5928..b91ca766 100644 --- a/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlRecursiveInterfacesSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlSiblingListsMapping.scala b/modules/sql/shared/src/test/scala/SqlSiblingListsMapping.scala index 10069c77..50d1f533 100644 --- a/modules/sql/shared/src/test/scala/SqlSiblingListsMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlSiblingListsMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlSiblingListsSuite.scala b/modules/sql/shared/src/test/scala/SqlSiblingListsSuite.scala index 213b3d54..83d22eb8 100644 --- a/modules/sql/shared/src/test/scala/SqlSiblingListsSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlSiblingListsSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlTestMapping.scala b/modules/sql/shared/src/test/scala/SqlTestMapping.scala index 21e21969..9da8febc 100644 --- a/modules/sql/shared/src/test/scala/SqlTestMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlTestMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlTreeMapping.scala b/modules/sql/shared/src/test/scala/SqlTreeMapping.scala index 5be041fc..3a3eb235 100644 --- a/modules/sql/shared/src/test/scala/SqlTreeMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlTreeMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlTreeSuite.scala b/modules/sql/shared/src/test/scala/SqlTreeSuite.scala index 0e57c362..e96de8f6 100644 --- a/modules/sql/shared/src/test/scala/SqlTreeSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlTreeSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlUnionSuite.scala b/modules/sql/shared/src/test/scala/SqlUnionSuite.scala index 3e33c389..e9f5d4c1 100644 --- a/modules/sql/shared/src/test/scala/SqlUnionSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlUnionSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlUnionsMapping.scala b/modules/sql/shared/src/test/scala/SqlUnionsMapping.scala index ce96c454..f57bb766 100644 --- a/modules/sql/shared/src/test/scala/SqlUnionsMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlUnionsMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlWorldCompilerSuite.scala b/modules/sql/shared/src/test/scala/SqlWorldCompilerSuite.scala index ae8ee908..be7b7d12 100644 --- a/modules/sql/shared/src/test/scala/SqlWorldCompilerSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlWorldCompilerSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlWorldMapping.scala b/modules/sql/shared/src/test/scala/SqlWorldMapping.scala index 241c7811..4631b633 100644 --- a/modules/sql/shared/src/test/scala/SqlWorldMapping.scala +++ b/modules/sql/shared/src/test/scala/SqlWorldMapping.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/modules/sql/shared/src/test/scala/SqlWorldSuite.scala b/modules/sql/shared/src/test/scala/SqlWorldSuite.scala index 2a403952..7d9fe2df 100644 --- a/modules/sql/shared/src/test/scala/SqlWorldSuite.scala +++ b/modules/sql/shared/src/test/scala/SqlWorldSuite.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package grackle.sql.test diff --git a/profile/src/main/scala/Bench.scala b/profile/src/main/scala/Bench.scala index 6fe6e109..ad2891ff 100644 --- a/profile/src/main/scala/Bench.scala +++ b/profile/src/main/scala/Bench.scala @@ -1,5 +1,17 @@ -// Copyright (c) 2016-2020 Association of Universities for Research in Astronomy, Inc. (AURA) -// For license information see LICENSE or https://opensource.org/licenses/BSD-3-Clause +// Copyright (c) 2016-2023 Association of Universities for Research in Astronomy, Inc. (AURA) +// Copyright (c) 2016-2023 Grackle Contributors +// +// 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. package profile