Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Use https for all links #1066

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Zach Oakes <[email protected]>
Zach Ploskey <[email protected]>

The Gtk-rs Project is licensed under the MIT license, see the LICENSE file
or <http://opensource.org/licenses/MIT>.
or <https://opensource.org/licenses/MIT>.

This project provides interoperability with various GNOME libraries but doesn't
distribute any parts of them. Distributing compiled libraries and executables
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gtk [![Build Status](https://travis-ci.org/gtk-rs/gtk.png?branch=master)](https://travis-ci.org/gtk-rs/gtk) [![Build status](https://ci.appveyor.com/api/projects/status/5mot32ipr12iocw0?svg=true)](https://ci.appveyor.com/project/GuillaumeGomez/gtk) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gtk-rs/gtk)

[Project site](http://gtk-rs.org/) | [Online documentation](https://gtk-rs.org/docs-src/)
[Project site](https://gtk-rs.org/) | [Online documentation](https://gtk-rs.org/docs-src/)

__Rust__ bindings and wrappers for __GLib__, __GDK 3__, __GTK+ 3__ and __Cairo__.

Expand All @@ -12,7 +12,7 @@ See the [GTK installation page](https://www.gtk.org/docs/installations/).
## Using

We recommend using [crates from crates.io](https://crates.io/keywords/gtk-rs),
as [demonstrated here](http://gtk-rs.org/#using).
as [demonstrated here](https://gtk-rs.org/#using).

If you want to track the bleeding edge, use the git dependency instead:

Expand Down Expand Up @@ -66,7 +66,7 @@ Generate the docs:

Contributor you're welcome!

See the general [bindings documentation](http://gtk-rs.org/docs/glib/).
See the general [bindings documentation](https://gtk-rs.org/docs-src/glib/).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not the good link. ;)


Most of the bindings ([`src/auto`](src/auto)) are generated by [gir](https://github.com/gtk-rs/gir) using [this configuration file](Gir.toml). After editing `Gir.toml` the sources can be regenerated with

Expand Down
2 changes: 1 addition & 1 deletion src/accel_group.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2019, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gdk;
use glib;
Expand Down
2 changes: 1 addition & 1 deletion src/app_chooser.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2015, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gio::AppInfo;
use glib::object::IsA;
Expand Down
2 changes: 1 addition & 1 deletion src/border.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2017, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use gtk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/buildable.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use glib::IsA;
Expand Down
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2015, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::{Cast, IsA};
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/cell_renderer_pixbuf.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib;
use glib::object::IsA;
Expand Down
2 changes: 1 addition & 1 deletion src/clipboard.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use glib_sys::gpointer;
Expand Down
2 changes: 1 addition & 1 deletion src/color_button.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gdk;
use glib::object::Cast;
Expand Down
2 changes: 1 addition & 1 deletion src/color_chooser.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2015, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gdk::RGBA;
use gdk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/combo_box.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::IsA;
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/dialog.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use auto::DialogExt;
use glib::object::Cast;
Expand Down
2 changes: 1 addition & 1 deletion src/entry_buffer.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use gtk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/entry_completion.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2019, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::IsA;
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/file_chooser_dialog.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::{Cast, IsA};
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/fixed.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2017, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use glib::IsA;
Expand Down
2 changes: 1 addition & 1 deletion src/flow_box.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::IsA;
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/gesture_stylus.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gdk::AxisUse;
use gdk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/im_context_simple.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use glib::IsA;
Expand Down
2 changes: 1 addition & 1 deletion src/invisible.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2017, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gdk;
use glib::translate::{from_glib_none, ToGlibPtr};
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Copyright 2013-2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

//! # GTK+ 3 bindings
//!
//! This library contains safe Rust bindings for [GTK+ 3](http://www.gtk.org), a
//! multi-platform GUI toolkit. It's a part of [Gtk-rs](http://gtk-rs.org/).
//! This library contains safe Rust bindings for [GTK+ 3](https://www.gtk.org), a
//! multi-platform GUI toolkit. It's a part of [Gtk-rs](https://gtk-rs.org/).
//!
//! The library is a work in progress: expect missing bindings and breaking
//! changes. A steadily increasing share of the code is machine-generated from
Expand Down
2 changes: 1 addition & 1 deletion src/list_box.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::IsA;
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/list_store.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::{Cast, IsA};
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/menu.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::Cast;
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/message_dialog.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::{Cast, IsA};
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/notebook.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use glib::IsA;
Expand Down
2 changes: 1 addition & 1 deletion src/pad_action_entry.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use PadActionType;

Expand Down
2 changes: 1 addition & 1 deletion src/pad_controller.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use gtk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/page_range.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use gtk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/prelude.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

//! Traits and essential types intended for blanket imports.

Expand Down
2 changes: 1 addition & 1 deletion src/print_settings.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2018, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use gtk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/recent_chooser_dialog.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT recent at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE recent or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE recent or <https://opensource.org/licenses/MIT>

use glib::object::{Cast, IsA};
use glib::translate::*;
Expand Down
2 changes: 1 addition & 1 deletion src/recent_data.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2015, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use gtk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/rt.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2015, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gdk;
use glib;
Expand Down
2 changes: 1 addition & 1 deletion src/selection_data.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2019, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::translate::*;
use gtk_sys;
Expand Down
2 changes: 1 addition & 1 deletion src/signal.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2015, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use gdk::Rectangle;
pub use glib::signal::Inhibit;
Expand Down
2 changes: 1 addition & 1 deletion src/style_context.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2020, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::IsA;
use pango::FontDescription;
Expand Down
2 changes: 1 addition & 1 deletion src/subclass/fixed.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2020, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::subclass::prelude::*;

Expand Down
2 changes: 1 addition & 1 deletion src/subclass/list_box.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2020, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
use gtk_sys;

use glib::subclass::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion src/subclass/list_box_row.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2020, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use BinClass;
use ListBoxRow;
Expand Down
2 changes: 1 addition & 1 deletion src/subclass/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2019, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

pub mod application;
pub mod application_window;
Expand Down
2 changes: 1 addition & 1 deletion src/subclass/plug.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2020, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::subclass::prelude::*;

Expand Down
2 changes: 1 addition & 1 deletion src/subclass/socket.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2020, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::subclass::prelude::*;

Expand Down
2 changes: 1 addition & 1 deletion src/switch.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2017, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::{Cast, IsA};
use glib::signal::{connect_raw, SignalHandlerId};
Expand Down
2 changes: 1 addition & 1 deletion src/text_buffer.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright 2013-2016, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>

use glib::object::{Cast, IsA};
use glib::signal::{connect_raw, SignalHandlerId};
Expand Down
Loading