Skip to content

Commit

Permalink
Merge branch 'main' into make
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jun 29, 2024
2 parents b7e5e2c + 49cad44 commit 86b4efa
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 64 deletions.
15 changes: 0 additions & 15 deletions .copywrite.hcl

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,3 @@ jobs:
skip-build-cache: true
- name: Run tests
run: go test -v ./...
- name: Setup Copywrite
uses: hashicorp/setup-copywrite@v1.1.3
- name: Check Header Compliance
run: copywrite headers --plan
3 changes: 0 additions & 3 deletions cmd/contains.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package cmd

import (
Expand Down
3 changes: 0 additions & 3 deletions cmd/count.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package cmd

import (
Expand Down
3 changes: 0 additions & 3 deletions cmd/divide.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package cmd

import (
Expand Down
3 changes: 0 additions & 3 deletions cmd/explain.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package cmd

import (
Expand Down
3 changes: 0 additions & 3 deletions cmd/overlaps.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package cmd

import (
Expand Down
3 changes: 0 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package cmd

import (
Expand Down
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package main

import "github.com/bschaatsbergen/cidr/cmd"
Expand Down
3 changes: 0 additions & 3 deletions pkg/core/const.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package core

const (
Expand Down
3 changes: 0 additions & 3 deletions pkg/core/core.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package core

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/core/core_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package core_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/helper/contains.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package helper

// ContainsInt checks if the given slice of integers contains the specified integer.
Expand Down
3 changes: 0 additions & 3 deletions pkg/helper/contains_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package helper_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/helper/formatter.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package helper

// Takes a numbered string [123456789].
Expand Down
3 changes: 0 additions & 3 deletions pkg/helper/formatter_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package helper_test

import (
Expand Down
3 changes: 0 additions & 3 deletions pkg/helper/network.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// Copyright (c) Bruno Schaatsbergen
// SPDX-License-Identifier: MIT

package helper

import "net"
Expand Down

0 comments on commit 86b4efa

Please sign in to comment.