From 3e20a1e1da9b3c12c846f6c60a8b24b0fde0d4b2 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 7 Apr 2020 11:20:15 +0200 Subject: [PATCH] packages/cli/bin: add copyright notice (#494) --- packages/cli/bin/backstage-cli | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/cli/bin/backstage-cli b/packages/cli/bin/backstage-cli index a47851bf03..5b7ee44877 100755 --- a/packages/cli/bin/backstage-cli +++ b/packages/cli/bin/backstage-cli @@ -1,4 +1,19 @@ #!/usr/bin/env node +/* + * Copyright 2020 Spotify AB + * + * 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. + */ const path = require('path');