Skip to content

Commit

Permalink
Merge pull request redpanda-data#156 from redpanda-data/copyrights
Browse files Browse the repository at this point in the history
Update copyrights and add licenses list
  • Loading branch information
Jeffail authored Jan 9, 2025
2 parents d7f2144 + 7818f32 commit 2ef8652
Show file tree
Hide file tree
Showing 766 changed files with 1,637 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2020 Ashley Jeffs
Copyright (c) 2025 Redpanda Data, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions cmd/benthos/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/api/api.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/api/api_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package api_test

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/api/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/api/docs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/api/dynamic_crud.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/api/dynamic_crud_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package api

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/api/package.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

// Package api implements a type used for creating the Benthos HTTP API.
package api

Expand Down
2 changes: 2 additions & 0 deletions internal/autoretry/auto_retry_list.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package autoretry

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/autoretry/auto_retry_list_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package autoretry

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/combined_ack_func.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package batch

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/combined_ack_func_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package batch

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/count.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package batch

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/count_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package batch

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

// Package batch contains internal utilities for interacting with message
// batches.
package batch
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/error_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package batch

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/package.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

// Package batch contains internal utilities for interacting with message
// batches.
package batch
2 changes: 2 additions & 0 deletions internal/batch/policy/batchconfig/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package batchconfig

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/policy/docs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package policy

import "github.com/redpanda-data/benthos/v4/internal/docs"
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/policy/package.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

// Package policy provides tooling for creating and executing Benthos message
// batch policies.
package policy
2 changes: 2 additions & 0 deletions internal/batch/policy/policy.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package policy

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/batch/policy/policy_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package policy_test

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/environment.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package bloblang

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/field/expression.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package field

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/field/expression_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package field

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/field/package.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

// Package field implements a bloblang interpolation function templating syntax
// used in some dynamic fields within Benthos. Only the query (right-hand side)
// part of the bloblang spec is supported within interpolation functions.
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/field/resolver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package field

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/mapping/assignment.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package mapping

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/mapping/executor.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package mapping

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/mapping/executor_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package mapping

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/mapping/package.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
// Copyright 2025 Redpanda Data, Inc.

// Package mapping provides a parser for the full bloblang mapping spec.
package mapping
2 changes: 2 additions & 0 deletions internal/bloblang/mapping/statement.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package mapping

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/mapping/target.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package mapping

// TargetType represents a mapping target type, which is a destination for a
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/package.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package bloblang

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/package_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package bloblang

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/combinators.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/combinators_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/context.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/context_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/dot_env_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/dot_env_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/error.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/error_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/field_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/field_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/mapping_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/mapping_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_arithmetic_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_arithmetic_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_expression_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_expression_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_function_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_function_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_literal_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_literal_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_method_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/query_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/root_expression_parser.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/parser/root_expression_parser_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package parser

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/plugins/bloblang.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package plugins

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/query/arithmetic.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package query

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/query/arithmetic_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package query

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/query/docs.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package query

// ExampleSpec provides a mapping example and some input/output results to
Expand Down
2 changes: 2 additions & 0 deletions internal/bloblang/query/errors.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2025 Redpanda Data, Inc.

package query

import (
Expand Down
Loading

0 comments on commit 2ef8652

Please sign in to comment.