Skip to content

Commit 3495fd8

Browse files
jnboothLeonMatthesKDAB
authored andcommitted
cxx-qt-lib: add license header to core/qflags/repr.rs
1 parent 187f4ad commit 3495fd8

File tree

1 file changed

+5
-0
lines changed
  • crates/cxx-qt-lib/src/core/qflags

1 file changed

+5
-0
lines changed

crates/cxx-qt-lib/src/core/qflags/repr.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// SPDX-FileCopyrightText: 2025 Klarälvdalens Datakonsult AB, a KDAB Group company <[email protected]>
2+
// SPDX-FileContributor: Joshua Booth <[email protected]>
3+
//
4+
// SPDX-License-Identifier: MIT OR Apache-2.0
5+
16
use std::fmt::Debug;
27
use std::hash::Hash;
38
use std::ops::{BitAnd, BitAndAssign, BitOr, BitOrAssign, BitXor, BitXorAssign, Not};

0 commit comments

Comments
 (0)