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

@@ -1,5 +1,5 @@
# Copyright 2023 Uber Technologies, Inc.
# Licensed under the Apache License, Version 2.0
# Licensed under the MIT License
load("@bazel-zig-cc//toolchain:defs.bzl", "declare_files")
load("@bazel-zig-cc//toolchain/private:cc_toolchains.bzl", "declare_cc_toolchains")

View File

@@ -1,5 +1,5 @@
// Copyright 2023 Uber Technologies, Inc.
// Licensed under the Apache License, Version 2.0
// Licensed under the MIT License
//
// A wrapper for `zig` subcommands.
//

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("@bazel-zig-cc//toolchain/libc:defs.bzl", "declare_libcs")

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("@bazel-zig-cc//toolchain/private:defs.bzl", "LIBCS")

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("@bazel-zig-cc//toolchain/platform:defs.bzl", "declare_libc_aware_platforms")

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("@bazel-zig-cc//toolchain/toolchain:defs.bzl", "declare_libc_aware_toolchains")