From 6ef8a29a21ae80c0f8bd409f68faaba56d32ce42 Mon Sep 17 00:00:00 2001 From: Kim Tsao Date: Fri, 10 Jun 2022 14:39:41 -0400 Subject: [PATCH] docs license updates Signed-off-by: Kim Tsao --- .../workflows/call-publication-builder.yml | 17 +++++++++----- gulpfile.js | 22 ++++++++++++------- 2 files changed, 26 insertions(+), 13 deletions(-) diff --git a/.github/workflows/call-publication-builder.yml b/.github/workflows/call-publication-builder.yml index 2c5f8fb1..27ce548b 100644 --- a/.github/workflows/call-publication-builder.yml +++ b/.github/workflows/call-publication-builder.yml @@ -1,11 +1,18 @@ # -# Copyright (c) 2021 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ +# Copyright 2021-2022 Red Hat, Inc. # -# SPDX-License-Identifier: EPL-2.0 +# 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. + name: "Call publication builder" on: push: diff --git a/gulpfile.js b/gulpfile.js index 51a30fcc..b6085c90 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,11 +1,17 @@ -// -// Copyright(c) 2021 Red Hat, Inc. -// This program and the accompanying materials are made -// available under the terms of the Eclipse Public License 2.0 -// which is available at https://www.eclipse.org/legal/epl-2.0/ -// -// SPDX - License - Identifier: EPL - 2.0 -// +/* Copyright 2021-2022 Red Hat, 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. +*/ 'use strict' const connect = require('gulp-connect')