style: add license headers to source files

chore/commitizen
Nefo Fortressia 2021-11-08 17:43:08 +07:00
parent 9569348767
commit 3a4792cbfe
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
pub mod imp;
glib::wrapper! {

View File

@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
use glib::IsA;
use gtk::{prelude::*, Box, Widget, Button};

View File

@ -1,3 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
pub mod closeable_tab;
pub mod prelude {