Skip to content

Commit e273192

Browse files
committed
add license headers to files that were missing one
1 parent 0f65768 commit e273192

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

glib-macros/src/signals_attribute.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Take a look at the license at the top of the repository in the LICENSE file.
2+
13
use bitflags::bitflags;
24
use proc_macro2::{Literal, Span, TokenStream};
35
use quote::ToTokens;

glib-macros/tests/signals.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Take a look at the license at the top of the repository in the LICENSE file.
2+
13
use std::{cell::Cell, rc::Rc};
24

35
use glib::object::ObjectExt;

0 commit comments

Comments
 (0)