From 9bb91775e49af1e3cf35155168058009d50b73c0 Mon Sep 17 00:00:00 2001 From: nhu1997 Date: Sun, 27 Oct 2024 23:17:55 -0700 Subject: [PATCH] add missing licence Signed-off-by: nhu1997 --- src/OrasProject.Oras/PackManifestOptions.cs | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/OrasProject.Oras/PackManifestOptions.cs b/src/OrasProject.Oras/PackManifestOptions.cs index 87122b3..923a914 100644 --- a/src/OrasProject.Oras/PackManifestOptions.cs +++ b/src/OrasProject.Oras/PackManifestOptions.cs @@ -1,8 +1,17 @@ -using System; +// Copyright The ORAS Authors. +// 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. + using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace OrasProject.Oras.Oci;