Skip to content

Commit

Permalink
linter fix - headers
Browse files Browse the repository at this point in the history
  • Loading branch information
shireenf-ibm committed May 9, 2024
1 parent 1da85b7 commit f98ffc9
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 13 deletions.
5 changes: 5 additions & 0 deletions pkg/netpol/connlist/exposed_peer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
Copyright 2023- IBM Inc. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package connlist

import "github.com/np-guard/netpol-analyzer/pkg/netpol/internal/common"
Expand Down
5 changes: 5 additions & 0 deletions pkg/netpol/connlist/exposure_analysis.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
Copyright 2023- IBM Inc. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package connlist

import (
Expand Down
5 changes: 5 additions & 0 deletions pkg/netpol/connlist/exposure_analysis_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
Copyright 2023- IBM Inc. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package connlist

import (
Expand Down
5 changes: 5 additions & 0 deletions pkg/netpol/connlist/exposure_map.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
Copyright 2023- IBM Inc. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package connlist

import (
Expand Down
18 changes: 5 additions & 13 deletions pkg/netpol/eval/exposure.go
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
// Copyright 2022
//
// 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.
/*
Copyright 2023- IBM Inc. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
package eval

import (
Expand Down

0 comments on commit f98ffc9

Please sign in to comment.