Skip to content

Commit 478d54b

Browse files
committed
Remove copyright notices.
1 parent df13db0 commit 478d54b

File tree

3 files changed

+0
-15
lines changed

3 files changed

+0
-15
lines changed

macro/src/dialect.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
5-
61
mod error;
72
mod generation;
83
mod input;

macro/src/dialect/input.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
5-
61
mod input_field;
72

83
use self::input_field::InputField;

macro/src/dialect/input/input_field.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
/*
2-
* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
5-
61
use proc_macro2::Ident;
72
use quote::format_ident;
83
use syn::{LitStr, Token, bracketed, parse::Parse, punctuated::Punctuated};

0 commit comments

Comments
 (0)