From 98bce9ccefbdf816207d82d728d27411d0f96142 Mon Sep 17 00:00:00 2001 From: Denis Lochmelis Date: Fri, 13 Sep 2024 16:37:12 +0200 Subject: [PATCH] Add licenses for to-be-published subprojects --- codegen/LICENSE | 13 +++++++++++++ core/LICENSE | 13 +++++++++++++ testsuite/LICENSE | 13 +++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 codegen/LICENSE create mode 100644 core/LICENSE create mode 100644 testsuite/LICENSE diff --git a/codegen/LICENSE b/codegen/LICENSE new file mode 100644 index 0000000..ffd0ab8 --- /dev/null +++ b/codegen/LICENSE @@ -0,0 +1,13 @@ +Copyright 2024 JetBrains Research + +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. \ No newline at end of file diff --git a/core/LICENSE b/core/LICENSE new file mode 100644 index 0000000..ffd0ab8 --- /dev/null +++ b/core/LICENSE @@ -0,0 +1,13 @@ +Copyright 2024 JetBrains Research + +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. \ No newline at end of file diff --git a/testsuite/LICENSE b/testsuite/LICENSE new file mode 100644 index 0000000..ffd0ab8 --- /dev/null +++ b/testsuite/LICENSE @@ -0,0 +1,13 @@ +Copyright 2024 JetBrains Research + +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. \ No newline at end of file