1

revert "Re-license portions of the code to Apache 2.0" (#35)

This (partially) reverts commit dfdb1f2680
This commit is contained in:
Motiejus Jakštys
2023-04-20 03:23:25 +03:00
committed by GitHub
parent 4ddd3b7a62
commit 73a9ceccfb
39 changed files with 53 additions and 265 deletions

View File

@@ -2,7 +2,7 @@
"""
Copyright 2018 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the MIT License (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2023 Uber Technologies, Inc.
# Licensed under the Apache License, Version 2.0
# Licensed under the MIT License
set -xeu

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright 2023 Uber Technologies, Inc.
# Licensed under the Apache License, Version 2.0
# Licensed under the MIT License
set -xeu
cd "$(git rev-parse --show-toplevel)"

View File

@@ -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")

View File

@@ -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/*",
}

View File

@@ -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 (