From bd1bfe2a4a1644995f0d799d4eb6a0a99945fad4 Mon Sep 17 00:00:00 2001 From: Jens Alm Date: Wed, 4 Dec 2024 18:59:55 -0500 Subject: [PATCH] 2515 Fixed formatting --- internal/log_format.go | 21 +++++++++++---------- internal/rest/mgmt/helpers.go | 21 +++++++++++---------- ziti/cmd/verify/ops_verify_network.go | 21 +++++++++++---------- 3 files changed, 33 insertions(+), 30 deletions(-) diff --git a/internal/log_format.go b/internal/log_format.go index 291e58c0d..f9d76df30 100644 --- a/internal/log_format.go +++ b/internal/log_format.go @@ -1,18 +1,19 @@ /* -Copyright NetFoundry Inc. + Copyright NetFoundry Inc. -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 + 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 -https://www.apache.org/licenses/LICENSE-2.0 + https://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. + 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 internal import ( diff --git a/internal/rest/mgmt/helpers.go b/internal/rest/mgmt/helpers.go index 7746b5ab3..782916cc0 100644 --- a/internal/rest/mgmt/helpers.go +++ b/internal/rest/mgmt/helpers.go @@ -1,18 +1,19 @@ /* -Copyright NetFoundry Inc. + Copyright NetFoundry Inc. -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 + 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 -https://www.apache.org/licenses/LICENSE-2.0 + https://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. + 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 mgmt import ( diff --git a/ziti/cmd/verify/ops_verify_network.go b/ziti/cmd/verify/ops_verify_network.go index 3be2eb963..8fe7a405e 100644 --- a/ziti/cmd/verify/ops_verify_network.go +++ b/ziti/cmd/verify/ops_verify_network.go @@ -1,18 +1,19 @@ /* -Copyright NetFoundry Inc. + Copyright NetFoundry Inc. -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 + 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 -https://www.apache.org/licenses/LICENSE-2.0 + https://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. + 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 verify import (