Skip to content

Commit

Permalink
Add SPDX licence comments to files. See https://spdx.dev/learn/handli…
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Mar 9, 2024
1 parent bc1e190 commit a842444
Show file tree
Hide file tree
Showing 84 changed files with 252 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bind.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions bind_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions binder.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions binder_external_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

// run tests as external package to get real feel for API
package echo_test

Expand Down
3 changes: 3 additions & 0 deletions binder_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions context.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions context_fs.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions context_fs_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions context_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions echo.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

/*
Package echo implements high performance, minimalist Go web framework.
Expand Down
3 changes: 3 additions & 0 deletions echo_fs.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions echo_fs_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions echo_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions group.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions group_fs.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions group_fs_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions group_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions ip.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions ip_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions json.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions json_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions log.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package echo

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/basic_auth.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/basic_auth_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/body_dump.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/body_dump_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/body_limit.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/body_limit_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/compress.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/compress_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/context_timeout.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/context_timeout_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/cors.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/cors_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/csrf.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/csrf_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/decompress.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/decompress_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/extractor.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/extractor_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/jwt.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

//go:build go1.15
// +build go1.15

Expand Down
3 changes: 3 additions & 0 deletions middleware/jwt_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

//go:build go1.15
// +build go1.15

Expand Down
3 changes: 3 additions & 0 deletions middleware/key_auth.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/key_auth_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/logger.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/logger_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/method_override.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/method_override_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/middleware.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/middleware_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/proxy.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/proxy_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/rate_limiter.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/rate_limiter_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/recover.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/recover_test.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down
3 changes: 3 additions & 0 deletions middleware/redirect.go
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: MIT
// SPDX-FileCopyrightText: © 2015 LabStack LLC and Echo contributors

package middleware

import (
Expand Down

0 comments on commit a842444

Please sign in to comment.