From 4bca2c59f04c60271f5a3dc8694da2889be1b3a6 Mon Sep 17 00:00:00 2001 From: Ringo De Smet Date: Tue, 27 Aug 2024 14:49:19 +0200 Subject: [PATCH] Windows to Unix line ending conversion --- provider/pkg/version/version.go | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/provider/pkg/version/version.go b/provider/pkg/version/version.go index 9b5fe56..1d17f38 100644 --- a/provider/pkg/version/version.go +++ b/provider/pkg/version/version.go @@ -1,18 +1,18 @@ -// Copyright 2016-2018, Pulumi Corporation. -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package version - -// Version is initialized by the Go linker to contain the semver of this build. -var Version string +// Copyright 2016-2018, Pulumi Corporation. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +package version + +// Version is initialized by the Go linker to contain the semver of this build. +var Version string