From 8fc185a7d2c424b7dbc6aadbcd0c72bd6823ee90 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:42:33 -0800 Subject: [PATCH] Restore Apache-2.0 value instead --- fern/LICENSE | 12 ------------ fern/generators.yml | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 fern/LICENSE diff --git a/fern/LICENSE b/fern/LICENSE deleted file mode 100644 index b752015..0000000 --- a/fern/LICENSE +++ /dev/null @@ -1,12 +0,0 @@ -Copyright 2014 Intercom, Inc. - -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. diff --git a/fern/generators.yml b/fern/generators.yml index cd6ec40..1317b40 100644 --- a/fern/generators.yml +++ b/fern/generators.yml @@ -17,8 +17,6 @@ groups: github: repository: intercom/intercom-node mode: pull-request - license: - custom: ./LICENSE config: namespaceExport: Intercom allowCustomFetcher: true @@ -27,4 +25,6 @@ groups: noSerdeLayer: true enableInlineTypes: true inlinePathParameters: true + packageJson: + license: Apache-2.0 smart-casing: true