Skip to content

Commit

Permalink
add AGPL license to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSchinnerl committed Sep 15, 2023
1 parent f83ccbf commit 613ffd0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 21 deletions.
3 changes: 3 additions & 0 deletions signature/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
All files within the `/signature/` directory are licensed under the GNU Affero General Public License as published by the Free Software Foundation.

See <http://www.gnu.org/licenses/> for a copy of the license text.
2 changes: 1 addition & 1 deletion signature/auth-types.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
)

// ref: https://github.com/minio/minio/cmd/auth-handler.go
// ref: https://github.com/minio/minio/master/cmd/auth-handler.go

type authType int

Expand Down
2 changes: 1 addition & 1 deletion signature/signature-v4.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"time"
)

// ref: https://github.com/minio/minio/cmd/auth-handler.go
// ref: https://github.com/minio/minio/master/cmd/auth-handler.go

const (
iso8601Format = "20060102T150405Z"
Expand Down
20 changes: 1 addition & 19 deletions signature/streaming-signature-v4.go
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
package signature

// Copyright (c) 2015-2021 MinIO, Inc.
//
// This file is part of MinIO Object Storage stack
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Affero General Public License for more details.
//
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

// Package cmd This file implements helper functions to validate Streaming AWS
// Signature Version '4' authorization header.
// ref: https://github.com/minio/minio/blob/master/cmd/streaming-signature-v4.go

import (
"bufio"
Expand Down

0 comments on commit 613ffd0

Please sign in to comment.