From af44e0c2facadd8f449ad05b751c321c19123180 Mon Sep 17 00:00:00 2001 From: Clivern Date: Sat, 25 Feb 2023 23:10:09 +0100 Subject: [PATCH] init --- internal/provider/task_resource.go | 5 ----- main.go | 5 +++-- 2 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 internal/provider/task_resource.go diff --git a/internal/provider/task_resource.go b/internal/provider/task_resource.go deleted file mode 100644 index e48463f..0000000 --- a/internal/provider/task_resource.go +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright 2024 Clivern. All rights reserved. -// Use of this source code is governed by the MIT -// license that can be found in the LICENSE file. - -package provider diff --git a/main.go b/main.go index 082af3e..b6c3d0e 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,6 @@ -// Copyright (c) HashiCorp, Inc. -// SPDX-License-Identifier: MPL-2.0 +// Copyright 2024 Clivern. All rights reserved. +// Use of this source code is governed by the MIT +// license that can be found in the LICENSE file. package main