Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 46fd76a

Browse files
Fix license situation
1 parent f316f40 commit 46fd76a

File tree

331 files changed

+420
-742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+420
-742
lines changed

atk/src/attribute.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use glib::translate::*;
64
use glib::GString;

atk/src/attribute_set.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
pub type AttributeSet = glib::translate::SList;

atk/src/editable_text.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::EditableText;
64
use glib::object::IsA;

atk/src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
//! # ATK bindings
64
//!

atk/src/prelude.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
//! Traits intended for blanket imports.
64

atk/src/rt.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
/// No-op.
64
macro_rules! assert_initialized_main_thread {

atk/src/table.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::Table;
64
use glib::object::IsA;

atk/src/text_rectangle.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use glib::translate::*;
64
use std::fmt;

cairo/src/constants.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2019, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
pub const MIME_TYPE_JPEG: &str = "image/jpeg";
64
pub const MIME_TYPE_PNG: &str = "image/png";

cairo/src/context.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::font::{
64
FontExtents, FontFace, FontOptions, Glyph, ScaledFont, TextCluster, TextExtents,

cairo/src/device.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015-2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::enums::DeviceType;
64
use crate::error::Error;

cairo/src/enums.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2019, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use std::fmt::{self, Debug};
64
use std::i32;

cairo/src/error.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
// Copyright 2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
4-
use std::fmt::Debug;
1+
// Take a look at the license at the top of the repository in the LICENSE file.
52

3+
use std::fmt::Debug;
64
use std::io;
75
use thiserror::Error;
86

cairo/src/font/font_face.rs

+2
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
#[cfg(feature = "use_glib")]
24
use glib::translate::*;
35
use libc::{c_char, c_int};

cairo/src/font/font_options.rs

+2
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
#[cfg(feature = "use_glib")]
24
use glib::translate::*;
35
use std::cmp::PartialEq;

cairo/src/font/mod.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
mod font_face;
64
mod font_options;

cairo/src/font/scaled_font.rs

+2
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
#[cfg(feature = "use_glib")]
24
use glib::translate::*;
35
use std::ffi::CString;

cairo/src/image_surface.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use std::convert::TryFrom;
64
use std::ops::{Deref, DerefMut};

cairo/src/image_surface_png.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::utils::status_to_result;
64
use std::any::Any;

cairo/src/lib.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
//! # Cairo bindings
64
//!

cairo/src/matrices.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::error::Error;
64
use crate::utils::status_to_result;

cairo/src/paths.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::enums::PathDataType;
64
use crate::ffi::cairo_path_t;

cairo/src/patterns.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::enums::MeshCorner;
64
use crate::enums::{Extend, Filter, PatternType};

cairo/src/pdf.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2018-2019, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use std::convert::TryFrom;
64
use std::ffi::{CStr, CString};

cairo/src/ps.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2018-2019, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use std::convert::TryFrom;
64
use std::ffi::{CStr, CString};

cairo/src/quartz_surface.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2017, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use std::convert::TryFrom;
64
use std::fmt;

cairo/src/recording_surface.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2019, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use std::convert::TryFrom;
64
use std::fmt;

cairo/src/rectangle.rs

+2
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
#[cfg(feature = "use_glib")]
24
use glib::translate::*;
35
use std::fmt;

cairo/src/rectangle_int.rs

+2
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
#[cfg(feature = "use_glib")]
24
use glib::translate::*;
35
use std::fmt;

cairo/src/region.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2017, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::enums::RegionOverlap;
64
use crate::error::Error;

cairo/src/stream.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2019, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::error::Error;
64
use crate::{Surface, UserDataKey};

cairo/src/surface.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015-2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use libc::{c_ulong, c_void};
64
use std::ffi::CString;

cairo/src/surface_macros.rs

+2
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
// e.g. declare_surface(ImageSurface, SurfaceType::Image)
24
macro_rules! declare_surface {
35
($surf_name:ident, $surf_type:expr) => {

cairo/src/svg.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2018-2019, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
#[cfg(any(all(feature = "svg", feature = "v1_16"), feature = "dox"))]
64
use crate::enums::SvgUnit;

cairo/src/user_data.rs

+2
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::marker::PhantomData;
24

35
use crate::ffi::cairo_user_data_key_t;

cairo/src/utils.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::error::Error;
64
use std::ffi::CStr;

cairo/src/win32_surface.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2017, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
pub use ffi::winapi;
64

cairo/src/xcb.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::enums::SurfaceType;
64
#[cfg(feature = "use_glib")]

gdk-pixbuf/src/lib.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Copyright 2013-2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
2+
43
#![cfg_attr(feature = "dox", feature(doc_cfg))]
54

65
pub use ffi;

gdk-pixbuf/src/pixbuf.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use glib::object::IsA;
64
use glib::translate::*;

gdk-pixbuf/src/pixbuf_animation.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2020, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::PixbufAnimation;
64
use crate::PixbufAnimationIter;

gdk-pixbuf/src/pixbuf_animation_iter.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2020, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use super::Pixbuf;
64
use glib::translate::*;

gdk-pixbuf/src/prelude.rs

+2
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
//! Traits inteded for blanket imports.
24
35
pub use crate::auto::traits::*;

gdk/src/atom.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use glib::translate::*;
64
use glib::GString;

gdk/src/cairo_interaction.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::{Rectangle, Window, RGBA};
64
use cairo::Surface;

gdk/src/change_data.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
#[derive(Clone, Copy, Debug, PartialEq)]
64
pub enum ChangeData<'a> {

gdk/src/device.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::AxisUse;
64
use crate::Device;

gdk/src/device_manager.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::DeviceManager;
64

gdk/src/drag_context.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2013-2015, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use crate::atom::Atom;
64
use crate::Device;

gdk/src/event.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2015-2018, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use glib::translate::*;
64
use libc::c_void;

gdk/src/event_button.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// Copyright 2016, The Gtk-rs Project Developers.
2-
// See the COPYRIGHT file at the top-level directory of this distribution.
3-
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
1+
// Take a look at the license at the top of the repository in the LICENSE file.
42

53
use glib::translate::*;
64

0 commit comments

Comments
 (0)