Skip to content
Snippets Groups Projects
Commit 9fa1911a authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update copyright headers

parent bbf05522
No related branches found
No related tags found
1 merge request!66Merge release into master
Showing
with 124 additions and 96 deletions
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2022 xx foundation //
// //
// Use of this source code is governed by a license that can be found in the //
// LICENSE file. //
////////////////////////////////////////////////////////////////////////////////
package authorizer package authorizer
import ( import (
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains authorizer server gRPC endpoints // Contains authorizer server gRPC endpoints
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains callback interface for authorizer functionality // Contains callback interface for authorizer functionality
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Handles the basic top-level Client comms object // Handles the basic top-level Client comms object
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains client -> gateway functionality // Contains client -> gateway functionality
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
package client package client
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains a dummy/mock server instance for testing purposes // Contains a dummy/mock server instance for testing purposes
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains client -> notificationBot functionality // Contains client -> notificationBot functionality
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
package client package client
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains client -> registration server functionality // Contains client -> registration server functionality
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
package client package client
......
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2022 xx foundation //
// //
// Use of this source code is governed by a license that can be found in the //
// LICENSE file. //
////////////////////////////////////////////////////////////////////////////////
package client package client
import ( import (
......
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2022 xx foundation //
// //
// Use of this source code is governed by a license that can be found in the //
// LICENSE file. //
////////////////////////////////////////////////////////////////////////////////
package client package client
import ( import (
......
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2022 xx foundation //
// //
// Use of this source code is governed by a license that can be found in the //
// LICENSE file. //
////////////////////////////////////////////////////////////////////////////////
package clientregistrar package clientregistrar
import ( import (
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains registration server gRPC endpoints // Contains registration server gRPC endpoints
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains callback interface for registration functionality // Contains callback interface for registration functionality
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains batch streaming functionality // Contains batch streaming functionality
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
package gateway package gateway
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Contains logic for miscellaneous send functions // Contains logic for miscellaneous send functions
......
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC // // Copyright © 2022 xx foundation //
// // // //
// Use of this source code is governed by a license that can be found in the // // Use of this source code is governed by a license that can be found in the //
// LICENSE file // // LICENSE file. //
/////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
package gateway package gateway
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment