Skip to content

Commit

Permalink
docs: update MIT license headers to Apache 2 (#403)
Browse files Browse the repository at this point in the history
Signed-off-by: Xander Grzywinski <xandergrzyw@gmail.com>
  • Loading branch information
salaxander committed Oct 31, 2023
1 parent 5eea421 commit 2b9f177
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 140 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ------------------------------------------------------------
# Copyright (c) Project Copacetic authors.
# Licensed under the MIT License.
# ------------------------------------------------------------

name: Build
on:
push:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ------------------------------------------------------------
# Copyright (c) Project Copacetic authors.
# Licensed under the MIT License.
# ------------------------------------------------------------

name: Run golangci-lint
on:
push:
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# ------------------------------------------------------------
# Copyright (c) Project Copacetic authors.
# Licensed under the MIT License.
# ------------------------------------------------------------

################################################################################
# Global: Variables #
################################################################################
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 (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package main

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/buildkit/buildkit.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package buildkit

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/patch/cmd.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package patch

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/patch/cmd_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package patch

import "testing"
Expand Down
5 changes: 0 additions & 5 deletions pkg/patch/patch.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package patch

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/patch/patch_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package patch

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/apk.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/apk_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/dpkg.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/dpkg_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/pkgmgr.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/pkgmgr_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/rpm.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/pkgmgr/rpm_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package pkgmgr

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/report/report.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package report

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/report/report_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package report

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/report/trivy.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package report

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/report/trivy_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package report

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/test_utils/utils.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package testutils

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/test_utils/utils_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package testutils

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/types/types.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package types

type UpdatePackage struct {
Expand Down
5 changes: 0 additions & 5 deletions pkg/utils/log.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package utils

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/utils/log_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package utils

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package utils

import (
Expand Down
5 changes: 0 additions & 5 deletions pkg/utils/utils_test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
// ------------------------------------------------------------
// Copyright (c) Project Copacetic authors.
// Licensed under the MIT License.
// ------------------------------------------------------------

package utils

import (
Expand Down

0 comments on commit 2b9f177

Please sign in to comment.