Skip to content

Commit

Permalink
repo: remove license on files
Browse files Browse the repository at this point in the history
  • Loading branch information
andydunstall committed Apr 6, 2024
1 parent 1a31bd7 commit 92dc0a6
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 55 deletions.
5 changes: 0 additions & 5 deletions agent/config/config.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package config

import (
Expand Down
5 changes: 0 additions & 5 deletions cli/agent/command.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package agent

import (
Expand Down
5 changes: 0 additions & 5 deletions cli/cli.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package cli

func Start() error {
Expand Down
5 changes: 0 additions & 5 deletions cli/command.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package cli

import (
Expand Down
5 changes: 0 additions & 5 deletions cli/server/command.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package server

import (
Expand Down
5 changes: 0 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package main

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/log/logger.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package log

import (
Expand Down
5 changes: 0 additions & 5 deletions server/config/config.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package config

import "fmt"
Expand Down
5 changes: 0 additions & 5 deletions server/middleware/logger.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package middleware

import (
Expand Down
5 changes: 0 additions & 5 deletions server/middleware/metrics.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package middleware

import (
Expand Down
5 changes: 0 additions & 5 deletions server/server.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// Copyright 2024 Andrew Dunstall. All rights reserved.
//
// Use of this source code is governed by a MIT style license that can be
// found in the LICENSE file.

package server

import (
Expand Down

0 comments on commit 92dc0a6

Please sign in to comment.