From 7d481b840198bcd50bc09524e23eda56c80a83e8 Mon Sep 17 00:00:00 2001 From: Steven Rhodes Date: Thu, 19 Oct 2023 20:26:44 -0700 Subject: [PATCH] Add copyright --- auth/opa/proxiedidentity/proxiedidentity.go | 16 ++++++++++++++++ auth/opa/proxiedidentity/proxiedidentity_test.go | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/auth/opa/proxiedidentity/proxiedidentity.go b/auth/opa/proxiedidentity/proxiedidentity.go index d2506f57..14400b0b 100644 --- a/auth/opa/proxiedidentity/proxiedidentity.go +++ b/auth/opa/proxiedidentity/proxiedidentity.go @@ -1,3 +1,19 @@ +/* Copyright (c) 2023 Snowflake Inc. All rights reserved. + + 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. +*/ + // Package proxiedidentity provides a way to pass the identity of an end user // through the SansShell proxy package proxiedidentity diff --git a/auth/opa/proxiedidentity/proxiedidentity_test.go b/auth/opa/proxiedidentity/proxiedidentity_test.go index bf72f9ba..c82fb921 100644 --- a/auth/opa/proxiedidentity/proxiedidentity_test.go +++ b/auth/opa/proxiedidentity/proxiedidentity_test.go @@ -1,3 +1,19 @@ +/* Copyright (c) 2023 Snowflake Inc. All rights reserved. + + 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. +*/ + package proxiedidentity import (