revert "Re-license portions of the code to Apache 2.0" (#35)
This (partially) reverts commit dfdb1f2680
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Copyright 2023 Uber Technologies, Inc.
|
||||
# Licensed under the Apache License, Version 2.0
|
||||
# Licensed under the MIT License
|
||||
|
||||
load("//rules:rules_go.bzl", "go_binary")
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright 2023 Uber Technologies, Inc.
|
||||
// Licensed under the Apache License, Version 2.0
|
||||
// Licensed under the MIT License
|
||||
|
||||
// releaser is a tool for managing part of the process to release a new version of bazel-zig-cc.
|
||||
package main
|
||||
@@ -23,7 +23,6 @@ var (
|
||||
// Paths to be included to the release
|
||||
_paths = []string{
|
||||
"LICENSE",
|
||||
"NOTICE",
|
||||
"README.md",
|
||||
"toolchain/*",
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Copyright 2023 Uber Technologies, Inc.
|
||||
// Licensed under the Apache License, Version 2.0
|
||||
// Licensed under the MIT License
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user