Skip to content

Commit

Permalink
Update copyright headers and fix release workflow (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuessWhoSamFoo committed Jul 22, 2022
1 parent c979def commit a0a62b3
Show file tree
Hide file tree
Showing 82 changed files with 95 additions and 98 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -7,7 +7,6 @@ on:
jobs:
release:
if: startsWith(github.ref, 'refs/tags/v')
needs: integration-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -57,7 +57,7 @@ help: ## Print usage information
.DEFAULT_GOAL := help


# Targets for Jenkins CI
# Targets for CI

.PHONY: unit-test integration-test

Expand Down
2 changes: 1 addition & 1 deletion internal/test/dir.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion internal/test/env.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion internal/test/file.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion internal/test/grpc.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion internal/test/utils.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/alias.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/alias_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/config/config.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/config/config_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/config/device.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/config/plugin.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/config/plugin_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/device.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/device_handler.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/device_handler_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/device_manager.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/device_manager_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/device_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/errors/config.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/errors/config_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/errors/errors.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/errors/errors_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/errors/plugin.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/errors/plugin_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
4 changes: 2 additions & 2 deletions sdk/funcs/builtins.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand All @@ -18,7 +18,7 @@ package funcs

import "github.com/vapor-ware/synse-sdk/v2/sdk/utils"

// GetBuiltins returns all of the built-in Funcs supplied by the SDK.
// GetBuiltins returns all the built-in Funcs supplied by the SDK.
func GetBuiltins() []*Func {
return []*Func{
&FtoC,
Expand Down
2 changes: 1 addition & 1 deletion sdk/funcs/builtins_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/funcs/functions.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/funcs/functions_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/checks.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/manager.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/manager_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/periodic.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/periodic_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/status.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/status_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/summary.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/health/summary_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/id.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/id_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/meta.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/meta_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/metrics.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/models.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/models_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/options.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/options_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/output/builtins.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/output/builtins_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/output/output.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/output/output_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/output/reading.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/output/reading_test.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion sdk/plugin.go
@@ -1,5 +1,5 @@
// Synse SDK
// Copyright (c) 2017-2020 Vapor IO
// Copyright (c) 2017-2022 Vapor IO
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit a0a62b3

Please sign in to comment.