Skip to content

Commit

Permalink
Uupdate headers to match license
Browse files Browse the repository at this point in the history
  • Loading branch information
dvonthenen committed Apr 7, 2023
1 parent 74a877f commit b5e282f
Show file tree
Hide file tree
Showing 45 changed files with 61 additions and 47 deletions.
16 changes: 15 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,28 @@
*.exe
*.exe~
*.dll
*.o
*.a
*.so
*.dylib

# Test binary, built with `go test -c`
# Folders
_obj
_test
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# cgo stuff
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
.idea/
*.iml
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/cmd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/handlers/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package handlers
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/handlers/notifications.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package handlers
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/handlers/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package handlers
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/interfaces/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package interfaces
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/interfaces/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package interfaces
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/server/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package server
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/server/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package server
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-middleware-plugin/server/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package server
Expand Down
2 changes: 1 addition & 1 deletion cmd/example-simulated-client-app/cmd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package main
Expand Down
4 changes: 2 additions & 2 deletions cmd/example-simulated-client-app/handler/customhandler.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// SPDX-License-Identifier: MIT
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package handler

Expand Down
2 changes: 1 addition & 1 deletion cmd/symbl-proxy-dataminer/cmd.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package main
Expand Down
2 changes: 1 addition & 1 deletion docs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

/*
Expand Down
4 changes: 2 additions & 2 deletions pkg/interfaces/constants.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2022 Symbl.ai SDK contributors. All Rights Reserved.
// SPDX-License-Identifier: MIT
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package interfaces

Expand Down
2 changes: 1 addition & 1 deletion pkg/interfaces/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package interfaces
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/init.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package middleware
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/interfaces/interfaces.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package interfaces
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/middleware.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package middleware
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/router/conversationinithander.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/router/entityhandler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/router/insighthandler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/router/messagehandler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/router/topichandler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/router/trackerhandler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/router/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package router
Expand Down
2 changes: 1 addition & 1 deletion pkg/middleware-plugin-sdk/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package middleware
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package dataminer
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/init.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package dataminer
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/instance/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package instance
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/instance/instance.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package instance
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/instance/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package instance
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/routing/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package routing
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/routing/handler.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package routing
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/routing/router.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package routing
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/routing/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package routing
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package dataminer
Expand Down
2 changes: 1 addition & 1 deletion pkg/proxy-dataminer/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package dataminer
Expand Down
2 changes: 1 addition & 1 deletion pkg/shared/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package interfaces
Expand Down
2 changes: 1 addition & 1 deletion pkg/shared/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package interfaces
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/cache.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package utils
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package utils
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/indexes.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package utils
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Symbl.ai SDK contributors. All Rights Reserved.
// Copyright 2023 Enterprise Reference Implementation contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache License 2.0

package utils
Expand Down

0 comments on commit b5e282f

Please sign in to comment.