Add license header

This commit is contained in:
Daniele Tricoli 2023-03-08 09:27:25 +01:00
parent 06b051fb9e
commit ed1c13fb49
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// Copyright © 2023 Daniele Tricoli <eriol@mornie.org>
// SPDX-License-Identifier: BSD-3-Clause
use gtk::{gio::ApplicationFlags, prelude::*, Application, ApplicationWindow};
use webkit2gtk::{prelude::*, CacheModel, WebContext, WebView};

View file

@ -1,3 +1,6 @@
// Copyright © 2023 Daniele Tricoli <eriol@mornie.org>
// SPDX-License-Identifier: BSD-3-Clause
use anyhow::{anyhow, bail, Result};
use clap::Parser;
use gtk::prelude::ApplicationExtManual;