diff options
| author | Pietro Albini <pietro.albini@ferrous-systems.com> | 2022-11-17 10:33:10 +0100 |
|---|---|---|
| committer | Pietro Albini <pietro.albini@ferrous-systems.com> | 2023-03-09 12:24:47 +0100 |
| commit | b33172a2df0e2dba66d1a4245edc8f06cf43ff8c (patch) | |
| tree | b9a4be659a370a7472dad62da324ea8c822db904 /compiler/rustc_codegen_gcc | |
| parent | 9b5ded93f1106c94b94010bc460631625160b792 (diff) | |
| download | rust-b33172a2df0e2dba66d1a4245edc8f06cf43ff8c.tar.gz rust-b33172a2df0e2dba66d1a4245edc8f06cf43ff8c.zip | |
replace legacy copyright annotations in submodules
Diffstat (limited to 'compiler/rustc_codegen_gcc')
| -rw-r--r-- | compiler/rustc_codegen_gcc/example/alloc_system.rs | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/compiler/rustc_codegen_gcc/example/alloc_system.rs b/compiler/rustc_codegen_gcc/example/alloc_system.rs index fd01fcf1fc8..9ec18da90d8 100644 --- a/compiler/rustc_codegen_gcc/example/alloc_system.rs +++ b/compiler/rustc_codegen_gcc/example/alloc_system.rs @@ -1,12 +1,6 @@ -// Copyright 2015 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. +// SPDX-License-Identifier: MIT OR Apache-2.0 +// SPDX-FileCopyrightText: The Rust Project Developers (see https://thanks.rust-lang.org) + #![no_std] #![feature(allocator_api, rustc_private)] #![cfg_attr(any(unix, target_os = "redox"), feature(libc))] |
