From bbe8a4f167b5ce68d2d2f7c5e650d8868bc7ea5b Mon Sep 17 00:00:00 2001 From: Cristian Magherusan-Stanciu Date: Thu, 17 Feb 2022 22:35:26 +0100 Subject: [PATCH] Update copyright year --- BINARY_LICENSE | 2 +- autospotting.go | 2 +- cloudformation/stacks/AutoSpotting/regional_template.yaml | 2 +- cloudformation/stacks/AutoSpotting/template.yaml | 2 +- core/action.go | 2 +- core/autoscaling.go | 2 +- core/autoscaling_configuration.go | 2 +- core/autoscaling_configuration_test.go | 2 +- core/autoscaling_test.go | 2 +- core/beanstalk.go | 2 +- core/beanstalk_test.go | 2 +- core/cloudtrail.go | 2 +- core/config.go | 2 +- core/config_test.go | 2 +- core/connections.go | 2 +- core/connections_test.go | 2 +- core/instance.go | 2 +- core/instance_actions.go | 2 +- core/instance_actions_test.go | 2 +- core/instance_conversion.go | 2 +- core/instance_conversion_test.go | 2 +- core/instance_events.go | 2 +- core/instance_events_test.go | 2 +- core/instance_manager.go | 2 +- core/instance_manager_test.go | 2 +- core/instance_queries.go | 2 +- core/instance_queries_test.go | 2 +- core/launch_configuration.go | 2 +- core/launch_configuration_test.go | 2 +- core/launch_template.go | 2 +- core/launch_template_test.go | 2 +- core/main.go | 2 +- core/main_test.go | 2 +- core/mock_test.go | 2 +- core/region.go | 2 +- core/region_test.go | 2 +- core/schedule.go | 2 +- core/schedule_test.go | 2 +- core/spot_price.go | 2 +- core/spot_price_test.go | 2 +- core/spot_termination.go | 2 +- core/spot_termination_test.go | 2 +- kubernetes/autospotting-cron.yaml.example | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/BINARY_LICENSE b/BINARY_LICENSE index deac4710..569d34b0 100644 --- a/BINARY_LICENSE +++ b/BINARY_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016-2018 Cristian Măgherușan-Stanciu +Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu Permission is hereby granted, free of charge, to any person (the "User") obtaining a copy of the official AutoSpotting binaries and associated diff --git a/autospotting.go b/autospotting.go index 34c341dc..b4d135e2 100644 --- a/autospotting.go +++ b/autospotting.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package main diff --git a/cloudformation/stacks/AutoSpotting/regional_template.yaml b/cloudformation/stacks/AutoSpotting/regional_template.yaml index 114813b5..94594fa7 100644 --- a/cloudformation/stacks/AutoSpotting/regional_template.yaml +++ b/cloudformation/stacks/AutoSpotting/regional_template.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2020 Cristian Măgherușan-Stanciu +# Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu # Licensed under the Open Software License version 3.0 AWSTemplateFormatVersion: "2010-09-09" diff --git a/cloudformation/stacks/AutoSpotting/template.yaml b/cloudformation/stacks/AutoSpotting/template.yaml index 93531da9..6207bd58 100644 --- a/cloudformation/stacks/AutoSpotting/template.yaml +++ b/cloudformation/stacks/AutoSpotting/template.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2020 Cristian Măgherușan-Stanciu +# Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu # Licensed under the Open Software License version 3.0 AWSTemplateFormatVersion: "2010-09-09" diff --git a/core/action.go b/core/action.go index b66928b6..eb3794fe 100644 --- a/core/action.go +++ b/core/action.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/autoscaling.go b/core/autoscaling.go index 7e5e2ed1..1ee52bbd 100644 --- a/core/autoscaling.go +++ b/core/autoscaling.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/autoscaling_configuration.go b/core/autoscaling_configuration.go index 2fad459c..987e5c4c 100644 --- a/core/autoscaling_configuration.go +++ b/core/autoscaling_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/autoscaling_configuration_test.go b/core/autoscaling_configuration_test.go index cb002972..d1186adb 100644 --- a/core/autoscaling_configuration_test.go +++ b/core/autoscaling_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/autoscaling_test.go b/core/autoscaling_test.go index aa90b838..dbcbd792 100644 --- a/core/autoscaling_test.go +++ b/core/autoscaling_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/beanstalk.go b/core/beanstalk.go index 7473bc8a..17be2cad 100644 --- a/core/beanstalk.go +++ b/core/beanstalk.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/beanstalk_test.go b/core/beanstalk_test.go index 171f7bc4..2632d33c 100644 --- a/core/beanstalk_test.go +++ b/core/beanstalk_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/cloudtrail.go b/core/cloudtrail.go index e904f777..26f6d011 100644 --- a/core/cloudtrail.go +++ b/core/cloudtrail.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/config.go b/core/config.go index 2292006b..1f267ac3 100644 --- a/core/config.go +++ b/core/config.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/config_test.go b/core/config_test.go index 30d43ac2..9f630e7b 100644 --- a/core/config_test.go +++ b/core/config_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/connections.go b/core/connections.go index 2caafd58..bdadaafb 100644 --- a/core/connections.go +++ b/core/connections.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 // This stores a bunch of sessions to various AWS APIs, in order to avoid diff --git a/core/connections_test.go b/core/connections_test.go index 0aede18d..163426e0 100644 --- a/core/connections_test.go +++ b/core/connections_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance.go b/core/instance.go index 86df4775..be6b5ccc 100644 --- a/core/instance.go +++ b/core/instance.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_actions.go b/core/instance_actions.go index a5b9275b..19867807 100644 --- a/core/instance_actions.go +++ b/core/instance_actions.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_actions_test.go b/core/instance_actions_test.go index bfcefbaf..58066a39 100644 --- a/core/instance_actions_test.go +++ b/core/instance_actions_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_conversion.go b/core/instance_conversion.go index 2a1fa9f2..ffb13061 100644 --- a/core/instance_conversion.go +++ b/core/instance_conversion.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_conversion_test.go b/core/instance_conversion_test.go index c1dfe69c..e4d35fa7 100644 --- a/core/instance_conversion_test.go +++ b/core/instance_conversion_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_events.go b/core/instance_events.go index 170bdce6..c87df643 100644 --- a/core/instance_events.go +++ b/core/instance_events.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_events_test.go b/core/instance_events_test.go index ad99b162..d6e1089d 100644 --- a/core/instance_events_test.go +++ b/core/instance_events_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_manager.go b/core/instance_manager.go index af3e350b..1f027a60 100644 --- a/core/instance_manager.go +++ b/core/instance_manager.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_manager_test.go b/core/instance_manager_test.go index 135c78a0..a7734a37 100644 --- a/core/instance_manager_test.go +++ b/core/instance_manager_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/instance_queries.go b/core/instance_queries.go index 59c8639a..65ace2bc 100644 --- a/core/instance_queries.go +++ b/core/instance_queries.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 // instance_queries.go contains read-only functions that return various information about instances. diff --git a/core/instance_queries_test.go b/core/instance_queries_test.go index 9244548a..afe5f8c4 100644 --- a/core/instance_queries_test.go +++ b/core/instance_queries_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2021 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/launch_configuration.go b/core/launch_configuration.go index 7cb3eac3..96f38fd7 100644 --- a/core/launch_configuration.go +++ b/core/launch_configuration.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/launch_configuration_test.go b/core/launch_configuration_test.go index 6eaf5f56..e7c2a2ec 100644 --- a/core/launch_configuration_test.go +++ b/core/launch_configuration_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/launch_template.go b/core/launch_template.go index b41d7192..816cff5f 100644 --- a/core/launch_template.go +++ b/core/launch_template.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/launch_template_test.go b/core/launch_template_test.go index 6605f688..4b4b5092 100644 --- a/core/launch_template_test.go +++ b/core/launch_template_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/main.go b/core/main.go index f8133c94..98fea128 100644 --- a/core/main.go +++ b/core/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/main_test.go b/core/main_test.go index bb8f50fe..fb130a8e 100644 --- a/core/main_test.go +++ b/core/main_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/mock_test.go b/core/mock_test.go index 53029f42..3e8c8857 100644 --- a/core/mock_test.go +++ b/core/mock_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/region.go b/core/region.go index 4da9364d..e9e12194 100644 --- a/core/region.go +++ b/core/region.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/region_test.go b/core/region_test.go index e0e41e20..e5cc5770 100644 --- a/core/region_test.go +++ b/core/region_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/schedule.go b/core/schedule.go index f3704645..11e2d62c 100644 --- a/core/schedule.go +++ b/core/schedule.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/schedule_test.go b/core/schedule_test.go index 511c1cd3..b6ef08af 100644 --- a/core/schedule_test.go +++ b/core/schedule_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/spot_price.go b/core/spot_price.go index dc001816..7a5d2b45 100644 --- a/core/spot_price.go +++ b/core/spot_price.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/spot_price_test.go b/core/spot_price_test.go index a54ff0be..580f7619 100644 --- a/core/spot_price_test.go +++ b/core/spot_price_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/spot_termination.go b/core/spot_termination.go index dec626d0..5f08f6d6 100644 --- a/core/spot_termination.go +++ b/core/spot_termination.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/core/spot_termination_test.go b/core/spot_termination_test.go index 7c7e4b38..9f43bf37 100644 --- a/core/spot_termination_test.go +++ b/core/spot_termination_test.go @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +// Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu // Licensed under the Open Software License version 3.0 package autospotting diff --git a/kubernetes/autospotting-cron.yaml.example b/kubernetes/autospotting-cron.yaml.example index 26a9801e..8c42c12a 100644 --- a/kubernetes/autospotting-cron.yaml.example +++ b/kubernetes/autospotting-cron.yaml.example @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2019 Cristian Măgherușan-Stanciu +# Copyright (c) 2016-2022 Cristian Măgherușan-Stanciu # Licensed under the Open Software License version 3.0 apiVersion: batch/v1beta1