Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright IBM Corp. 2019, 2025
# Copyright IBM Corp. 2019, 2026
# SPDX-License-Identifier: MPL-2.0

version: 2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright IBM Corp. 2019, 2025
Copyright IBM Corp. 2019, 2026

Mozilla Public License, version 2.0

Expand Down
2 changes: 1 addition & 1 deletion broker.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion broker_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion event.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion event_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion file_sink.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion file_sink_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion filter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion filter_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/classification.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

// Package encrypt implements a new Filter that supports filtering fields in an
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/docs_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt_test
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/filter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/filter_operation.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/filter_operation_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/filter_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/filter_test_pkg_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt_test
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/map.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/map_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/options_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/scripts/protoc_gen_plugin.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
# Copyright IBM Corp. 2019, 2025
# Copyright IBM Corp. 2019, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/tag.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/tag_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/testing.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/testing/proto/proto_payload.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

syntax = "proto3";
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package protopayload
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/wrapper.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/encrypt/wrapper_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package encrypt
Expand Down
2 changes: 1 addition & 1 deletion filters/gated/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

// Package gated implements a Filter that provides the ability to buffer events
Expand Down
2 changes: 1 addition & 1 deletion filters/gated/docs_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package gated_test
Expand Down
2 changes: 1 addition & 1 deletion filters/gated/gated.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package gated
Expand Down
2 changes: 1 addition & 1 deletion filters/gated/gated_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package gated_test
Expand Down
2 changes: 1 addition & 1 deletion formatter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion formatter_filter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

// Package cloudevents includes a formatting/filter Node which will transform
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/docs_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package cloudevents_test
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/format.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package cloudevents
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/format_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package cloudevents
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/formatter_filter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package cloudevents
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/formatter_filter_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package cloudevents
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/id.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package cloudevents
Expand Down
2 changes: 1 addition & 1 deletion formatter_filters/cloudevents/id_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package cloudevents
Expand Down
2 changes: 1 addition & 1 deletion formatter_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion graph.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion graph_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion graphmap.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion graphmap_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion node.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion node_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package eventlogger
Expand Down
2 changes: 1 addition & 1 deletion sinks/channel/channel_sink.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package channel
Expand Down
2 changes: 1 addition & 1 deletion sinks/channel/channel_sink_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package channel
Expand Down
2 changes: 1 addition & 1 deletion sinks/channel/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

// Package channel implements Sink which sends events to a channel.
Expand Down
2 changes: 1 addition & 1 deletion sinks/channel/docs_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package channel_test
Expand Down
2 changes: 1 addition & 1 deletion sinks/writer/docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

// Package writer implements Sink which writes the []byte respresentation of an
Expand Down
2 changes: 1 addition & 1 deletion sinks/writer/docs_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package writer_test
Expand Down
2 changes: 1 addition & 1 deletion sinks/writer/writer.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package writer
Expand Down
2 changes: 1 addition & 1 deletion sinks/writer/writer_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

package writer
Expand Down
2 changes: 1 addition & 1 deletion tools/tools.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright IBM Corp. 2019, 2025
// Copyright IBM Corp. 2019, 2026
// SPDX-License-Identifier: MPL-2.0

// +build tools
Expand Down
Loading