Skip to content

Commit

Permalink
chore(license): extend license valid period
Browse files Browse the repository at this point in the history
  • Loading branch information
sumire88 committed Jan 3, 2024
1 parent cd91190 commit 6a845c0
Show file tree
Hide file tree
Showing 100 changed files with 100 additions and 100 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# SPDX-License-Identifier: AGPL-3.0-only
# Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
# Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
#

# The development version of clang is distributed as the 'clang' binary,
Expand Down
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func init() {
rootCmd.Version = strings.Join([]string{
Version,
fmt.Sprintf("go runtime %v %v/%v", runtime.Version(), runtime.GOOS, runtime.GOARCH),
"Copyright (c) 2023 dae",
"Copyright (c) 2022-2024 dae",
"License GNU AGPLv3 <https://github.com/daeuniverse/dae/blob/main/LICENSE>",
}, "\n")
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/export.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/honk.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/reload.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/suspend.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package cmd
Expand Down
2 changes: 1 addition & 1 deletion cmd/validate.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package cmd
Expand Down
2 changes: 1 addition & 1 deletion common/assets/assets.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package assets
Expand Down
2 changes: 1 addition & 1 deletion common/bitlist/bitlist.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package bitlist
Expand Down
2 changes: 1 addition & 1 deletion common/bitlist/bitlist_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package bitlist
Expand Down
2 changes: 1 addition & 1 deletion common/consts/control.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package consts
Expand Down
2 changes: 1 addition & 1 deletion common/consts/dialer.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package consts
Expand Down
2 changes: 1 addition & 1 deletion common/consts/dns.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package consts
Expand Down
2 changes: 1 addition & 1 deletion common/consts/ebpf.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package consts
Expand Down
2 changes: 1 addition & 1 deletion common/consts/routing.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package consts
Expand Down
2 changes: 1 addition & 1 deletion common/debug.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package common
Expand Down
2 changes: 1 addition & 1 deletion common/json/fuzzy_decoder.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package json
Expand Down
2 changes: 1 addition & 1 deletion common/netutils/context_dialer.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package netutils
Expand Down
2 changes: 1 addition & 1 deletion common/netutils/dns.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package netutils
Expand Down
2 changes: 1 addition & 1 deletion common/netutils/ip46.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package netutils
Expand Down
2 changes: 1 addition & 1 deletion common/netutils/url.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package netutils
Expand Down
2 changes: 1 addition & 1 deletion common/subscription/subscription.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package subscription
Expand Down
2 changes: 1 addition & 1 deletion common/utils.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package common
Expand Down
2 changes: 1 addition & 1 deletion component/dns/dns.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dns
Expand Down
2 changes: 1 addition & 1 deletion component/dns/function_parser.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dns
Expand Down
2 changes: 1 addition & 1 deletion component/dns/request_routing.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dns
Expand Down
2 changes: 1 addition & 1 deletion component/dns/response_routing.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dns
Expand Down
2 changes: 1 addition & 1 deletion component/dns/upstream.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dns
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer/alive_dialer_set.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dialer
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer/block.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dialer
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer/connectivity_check.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dialer
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer/latencies_n.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dialer
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer/register.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dialer
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer/sockopt.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package dialer
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer_group.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package outbound
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer_group_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package outbound
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/dialer_selection_policy.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package outbound
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/filter.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package outbound
Expand Down
2 changes: 1 addition & 1 deletion component/outbound/outbound.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package outbound
Expand Down
2 changes: 1 addition & 1 deletion component/routing/domain_matcher.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package routing
Expand Down
2 changes: 1 addition & 1 deletion component/routing/domain_matcher/ahocorasick_slimtrie.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package domain_matcher
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package domain_matcher
Expand Down
2 changes: 1 addition & 1 deletion component/routing/domain_matcher/benchmark_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package domain_matcher
Expand Down
2 changes: 1 addition & 1 deletion component/routing/domain_matcher/bruteforce.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package domain_matcher
Expand Down
2 changes: 1 addition & 1 deletion component/routing/domain_matcher/go_regexp_nfa.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package domain_matcher
Expand Down
2 changes: 1 addition & 1 deletion component/routing/function_parser.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package routing
Expand Down
2 changes: 1 addition & 1 deletion component/routing/matcher_builder.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package routing
Expand Down
2 changes: 1 addition & 1 deletion component/routing/optimizer.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package routing
Expand Down
2 changes: 1 addition & 1 deletion component/sniffing/conn_sniffer.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* SPDX-License-Identifier: AGPL-3.0-only
* Copyright (c) 2022-2023, daeuniverse Organization <[email protected]>
* Copyright (c) 2022-2024, daeuniverse Organization <[email protected]>
*/

package sniffing
Expand Down
Loading

0 comments on commit 6a845c0

Please sign in to comment.