From f7c71b05e13e619feabdc078678d9eb8ff2def3c Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Wed, 6 Dec 2023 01:50:27 +0000 Subject: [PATCH] Update copyright --- LICENSE | 4 ++-- authorizer/dns.go | 2 +- authorizer/dns_test.go | 2 +- current/activity.go | 2 +- current/activity_test.go | 2 +- excludedRounds/excludedRounds.go | 2 +- excludedRounds/set.go | 2 +- excludedRounds/set_test.go | 2 +- fact/fact.go | 2 +- fact/factList.go | 2 +- fact/factList_test.go | 2 +- fact/fact_test.go | 2 +- fact/type.go | 2 +- fact/type_test.go | 2 +- format/fingerprint.go | 2 +- format/fingerprint_test.go | 2 +- format/message.go | 2 +- format/message_test.go | 2 +- knownRounds/knownRounds.go | 2 +- knownRounds/knownRounds_test.go | 2 +- knownRounds/uint64Buff.go | 2 +- knownRounds/uint64Buff_test.go | 2 +- notifications/data.go | 2 +- notifications/data_test.go | 2 +- states/state.go | 2 +- states/states_test.go | 2 +- version/checkVersion.go | 2 +- version/checkVersion_test.go | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/LICENSE b/LICENSE index 4bda466..570b4da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020, xx network SEZC +Copyright © 2024 xx foundation Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -18,4 +18,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/authorizer/dns.go b/authorizer/dns.go index c5ea47f..e994a6c 100644 --- a/authorizer/dns.go +++ b/authorizer/dns.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/authorizer/dns_test.go b/authorizer/dns_test.go index e763f9c..5451956 100644 --- a/authorizer/dns_test.go +++ b/authorizer/dns_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/current/activity.go b/current/activity.go index d53ce8f..789cd83 100644 --- a/current/activity.go +++ b/current/activity.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/current/activity_test.go b/current/activity_test.go index 9759b1f..6e49645 100644 --- a/current/activity_test.go +++ b/current/activity_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/excludedRounds/excludedRounds.go b/excludedRounds/excludedRounds.go index b327ccd..dbfa5e6 100644 --- a/excludedRounds/excludedRounds.go +++ b/excludedRounds/excludedRounds.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/excludedRounds/set.go b/excludedRounds/set.go index 48717aa..9366fac 100644 --- a/excludedRounds/set.go +++ b/excludedRounds/set.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/excludedRounds/set_test.go b/excludedRounds/set_test.go index a007f84..3b90f70 100644 --- a/excludedRounds/set_test.go +++ b/excludedRounds/set_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/fact/fact.go b/fact/fact.go index 3b72ccf..04fc558 100644 --- a/fact/fact.go +++ b/fact/fact.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/fact/factList.go b/fact/factList.go index 8057efc..96be45e 100644 --- a/fact/factList.go +++ b/fact/factList.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/fact/factList_test.go b/fact/factList_test.go index b40dd39..8ca4d14 100644 --- a/fact/factList_test.go +++ b/fact/factList_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/fact/fact_test.go b/fact/fact_test.go index 11a67d1..81b86b3 100644 --- a/fact/fact_test.go +++ b/fact/fact_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/fact/type.go b/fact/type.go index 6850121..8b5e6dd 100644 --- a/fact/type.go +++ b/fact/type.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/fact/type_test.go b/fact/type_test.go index 5465510..58e84e3 100644 --- a/fact/type_test.go +++ b/fact/type_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/format/fingerprint.go b/format/fingerprint.go index f567005..c2a3c64 100644 --- a/format/fingerprint.go +++ b/format/fingerprint.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/format/fingerprint_test.go b/format/fingerprint_test.go index c625515..5174bed 100644 --- a/format/fingerprint_test.go +++ b/format/fingerprint_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/format/message.go b/format/message.go index 5e4adf0..6a0f5ca 100644 --- a/format/message.go +++ b/format/message.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/format/message_test.go b/format/message_test.go index e0d31e2..d943048 100644 --- a/format/message_test.go +++ b/format/message_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/knownRounds/knownRounds.go b/knownRounds/knownRounds.go index aba5f1a..0ad9d81 100644 --- a/knownRounds/knownRounds.go +++ b/knownRounds/knownRounds.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/knownRounds/knownRounds_test.go b/knownRounds/knownRounds_test.go index da8c5a5..46162ba 100644 --- a/knownRounds/knownRounds_test.go +++ b/knownRounds/knownRounds_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/knownRounds/uint64Buff.go b/knownRounds/uint64Buff.go index c3f7251..3fd3fbb 100644 --- a/knownRounds/uint64Buff.go +++ b/knownRounds/uint64Buff.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/knownRounds/uint64Buff_test.go b/knownRounds/uint64Buff_test.go index 464a2d9..010694e 100644 --- a/knownRounds/uint64Buff_test.go +++ b/knownRounds/uint64Buff_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/notifications/data.go b/notifications/data.go index 50899f7..4466398 100644 --- a/notifications/data.go +++ b/notifications/data.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/notifications/data_test.go b/notifications/data_test.go index d4b4da5..542d5ea 100644 --- a/notifications/data_test.go +++ b/notifications/data_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/states/state.go b/states/state.go index a53e5bf..45dbb0b 100644 --- a/states/state.go +++ b/states/state.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/states/states_test.go b/states/states_test.go index e01647f..9dcf8a3 100644 --- a/states/states_test.go +++ b/states/states_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/version/checkVersion.go b/version/checkVersion.go index d9ea667..6a8e1d3 100644 --- a/version/checkVersion.go +++ b/version/checkVersion.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // diff --git a/version/checkVersion_test.go b/version/checkVersion_test.go index 9e1cc0b..541275b 100644 --- a/version/checkVersion_test.go +++ b/version/checkVersion_test.go @@ -1,5 +1,5 @@ //////////////////////////////////////////////////////////////////////////////// -// Copyright © 2022 xx foundation // +// Copyright © 2024 xx foundation // // // // Use of this source code is governed by a license that can be found in the // // LICENSE file. // -- GitLab