diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 000000000..6dc0760df --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,56 @@ +# Authors List (in alphabetical order) +Alessandro Bono +Andrea Curtoni +Andrei Fadeev +Arnav Singh +Austin Garbelman +Berke Viktor +BiagioFesta <15035284+BiagioFesta@users.noreply.github.com> +Bing Yu +Catherine Holloway +Christoph Reiter +Chungrae Cho +Clayton Walker +Cong Monkey +Cosimo Lupo +Dan Yeaw +Daniele Forghieri +Dimitrii Nikolaev +Elias Carotti +Eustachy Kapusta +Fabio Lagalla +Felipe "Zoc" Silveira +Francesco Locunto +Henry Goffin +Hesham Essam +Ignacio Casal Quinteiro +Ignazio Pillai +Jakub Ďuračka +Jeff +Jendrik Seipp +John Stowers +Leo Zi-You Assini +Luke Berry +Marco Alesiani +Marco Capypara Köpcke +Martin Hertz +Matteo Biggio +Mavaddat Javid +Mehrdad Montazeri +Mike Gran +Miroslav Rajcic +Mitchell Hentges +Nefo Fortressia +Paolo Borelli +Patrick Griffis +Roberto Tronci +San +Silvio Lazzeretti +Stefan Lau +Stefano Sabatini +Steve Elgas +Tim Williams +Vedavi Balaji +Vite +Vittorio Vaselli +Yihua Liu diff --git a/gvsbuild/build.py b/gvsbuild/build.py index 3f71c55c9..4de148fe7 100644 --- a/gvsbuild/build.py +++ b/gvsbuild/build.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, see . + from enum import Enum from pathlib import Path from typing import List diff --git a/gvsbuild/deps.py b/gvsbuild/deps.py index c72115d3f..719c6dc1c 100644 --- a/gvsbuild/deps.py +++ b/gvsbuild/deps.py @@ -1,4 +1,4 @@ -# Copyright (C) 2017 - Daniele Forghieri +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, see . -# + """gvsbuild deps print / .gv graph.""" from typing import List diff --git a/gvsbuild/groups.py b/gvsbuild/groups.py index 0658f4c9f..d83c7db87 100644 --- a/gvsbuild/groups.py +++ b/gvsbuild/groups.py @@ -1,7 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion -# Copyright (C) 2017 - Daniele Forghieri +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/list.py b/gvsbuild/list.py index b5bdc2c8d..e5a3018d7 100644 --- a/gvsbuild/list.py +++ b/gvsbuild/list.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, see . + import json import sys from typing import List diff --git a/gvsbuild/main.py b/gvsbuild/main.py index d884d14cb..c28e603b6 100644 --- a/gvsbuild/main.py +++ b/gvsbuild/main.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/outdated.py b/gvsbuild/outdated.py index a763683bb..faab5eeec 100644 --- a/gvsbuild/outdated.py +++ b/gvsbuild/outdated.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/adwaita_icon_theme.py b/gvsbuild/projects/adwaita_icon_theme.py index 9201e6c12..f6c5b1b22 100644 --- a/gvsbuild/projects/adwaita_icon_theme.py +++ b/gvsbuild/projects/adwaita_icon_theme.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +13,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, see . - from gvsbuild.utils.base_builders import Meson from gvsbuild.utils.base_expanders import Tarball from gvsbuild.utils.base_project import project_add diff --git a/gvsbuild/projects/atk.py b/gvsbuild/projects/atk.py index 12382d015..847b8e790 100644 --- a/gvsbuild/projects/atk.py +++ b/gvsbuild/projects/atk.py @@ -1,19 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/boringssl.py b/gvsbuild/projects/boringssl.py index 50d74127b..94914606c 100644 --- a/gvsbuild/projects/boringssl.py +++ b/gvsbuild/projects/boringssl.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/cairo.py b/gvsbuild/projects/cairo.py index 7a26ebe5e..ea5544f4b 100644 --- a/gvsbuild/projects/cairo.py +++ b/gvsbuild/projects/cairo.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/cairomm.py b/gvsbuild/projects/cairomm.py index 297d13003..340198cff 100644 --- a/gvsbuild/projects/cairomm.py +++ b/gvsbuild/projects/cairomm.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/check_libs.py b/gvsbuild/projects/check_libs.py index f09f21133..9907db15f 100644 --- a/gvsbuild/projects/check_libs.py +++ b/gvsbuild/projects/check_libs.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/clutter.py b/gvsbuild/projects/clutter.py index c0e6dceca..4ba8c8ced 100644 --- a/gvsbuild/projects/clutter.py +++ b/gvsbuild/projects/clutter.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/cogl.py b/gvsbuild/projects/cogl.py index 556903620..36dbfea34 100644 --- a/gvsbuild/projects/cogl.py +++ b/gvsbuild/projects/cogl.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/cyrus_sasl.py b/gvsbuild/projects/cyrus_sasl.py index e6d451d63..1afffdeb5 100644 --- a/gvsbuild/projects/cyrus_sasl.py +++ b/gvsbuild/projects/cyrus_sasl.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/dev_shell.py b/gvsbuild/projects/dev_shell.py index 7cd8d10d4..d2e255070 100644 --- a/gvsbuild/projects/dev_shell.py +++ b/gvsbuild/projects/dev_shell.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/emeus.py b/gvsbuild/projects/emeus.py index ee805d44d..ea7d79887 100644 --- a/gvsbuild/projects/emeus.py +++ b/gvsbuild/projects/emeus.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/enchant.py b/gvsbuild/projects/enchant.py index 9e61d34ec..7b6dd455f 100644 --- a/gvsbuild/projects/enchant.py +++ b/gvsbuild/projects/enchant.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/expat.py b/gvsbuild/projects/expat.py index c179df2f9..ad85f7d4b 100644 --- a/gvsbuild/projects/expat.py +++ b/gvsbuild/projects/expat.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/ffmpeg.py b/gvsbuild/projects/ffmpeg.py index aa80c1f93..d4b2be408 100644 --- a/gvsbuild/projects/ffmpeg.py +++ b/gvsbuild/projects/ffmpeg.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/fontconfig.py b/gvsbuild/projects/fontconfig.py index f25ed5d49..361b8d1e5 100644 --- a/gvsbuild/projects/fontconfig.py +++ b/gvsbuild/projects/fontconfig.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/freerdp.py b/gvsbuild/projects/freerdp.py index 0111a98c9..0a1455e8b 100644 --- a/gvsbuild/projects/freerdp.py +++ b/gvsbuild/projects/freerdp.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/freetype.py b/gvsbuild/projects/freetype.py index 6c172f0b2..990d7a5d2 100644 --- a/gvsbuild/projects/freetype.py +++ b/gvsbuild/projects/freetype.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/fribidi.py b/gvsbuild/projects/fribidi.py index 7b3420823..a3a767031 100644 --- a/gvsbuild/projects/fribidi.py +++ b/gvsbuild/projects/fribidi.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gdk_pixbuf.py b/gvsbuild/projects/gdk_pixbuf.py index 4fbe95cfd..36ef16731 100644 --- a/gvsbuild/projects/gdk_pixbuf.py +++ b/gvsbuild/projects/gdk_pixbuf.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gettext.py b/gvsbuild/projects/gettext.py index be30b8994..3d773f474 100644 --- a/gvsbuild/projects/gettext.py +++ b/gvsbuild/projects/gettext.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/glib.py b/gvsbuild/projects/glib.py index 988dfe46d..1a1d9751f 100644 --- a/gvsbuild/projects/glib.py +++ b/gvsbuild/projects/glib.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/glibmm.py b/gvsbuild/projects/glibmm.py index d57f4b9c9..41b557493 100644 --- a/gvsbuild/projects/glibmm.py +++ b/gvsbuild/projects/glibmm.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gobject_introspection.py b/gvsbuild/projects/gobject_introspection.py index 21f33f4e7..85efafc1d 100644 --- a/gvsbuild/projects/gobject_introspection.py +++ b/gvsbuild/projects/gobject_introspection.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gperf.py b/gvsbuild/projects/gperf.py index 2160a75c6..a4316ac70 100644 --- a/gvsbuild/projects/gperf.py +++ b/gvsbuild/projects/gperf.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/graphene.py b/gvsbuild/projects/graphene.py index b715502e5..4a1b1b5a9 100644 --- a/gvsbuild/projects/graphene.py +++ b/gvsbuild/projects/graphene.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gsettings_desktop_schemas.py b/gvsbuild/projects/gsettings_desktop_schemas.py index 0a9219f3d..b842bade6 100644 --- a/gvsbuild/projects/gsettings_desktop_schemas.py +++ b/gvsbuild/projects/gsettings_desktop_schemas.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gstreamer.py b/gvsbuild/projects/gstreamer.py index 86dbfb4f3..d0fc2062d 100644 --- a/gvsbuild/projects/gstreamer.py +++ b/gvsbuild/projects/gstreamer.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gtk.py b/gvsbuild/projects/gtk.py index c0540e799..68fe59e7c 100644 --- a/gvsbuild/projects/gtk.py +++ b/gvsbuild/projects/gtk.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gtkmm.py b/gvsbuild/projects/gtkmm.py index 74935957a..c90a53dd1 100644 --- a/gvsbuild/projects/gtkmm.py +++ b/gvsbuild/projects/gtkmm.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/gtksourceview.py b/gvsbuild/projects/gtksourceview.py index b2a99835a..521c0b7d4 100644 --- a/gvsbuild/projects/gtksourceview.py +++ b/gvsbuild/projects/gtksourceview.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/harfbuzz.py b/gvsbuild/projects/harfbuzz.py index f4f9a3bb7..6d2d25ae5 100644 --- a/gvsbuild/projects/harfbuzz.py +++ b/gvsbuild/projects/harfbuzz.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/hello_world.py b/gvsbuild/projects/hello_world.py index 3db79ea5c..7ccad195a 100644 --- a/gvsbuild/projects/hello_world.py +++ b/gvsbuild/projects/hello_world.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/hicolor_icon_theme.py b/gvsbuild/projects/hicolor_icon_theme.py index 80da1e48d..59f2de8e2 100644 --- a/gvsbuild/projects/hicolor_icon_theme.py +++ b/gvsbuild/projects/hicolor_icon_theme.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/icu.py b/gvsbuild/projects/icu.py index 4433703ae..22faa7433 100644 --- a/gvsbuild/projects/icu.py +++ b/gvsbuild/projects/icu.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/json_glib.py b/gvsbuild/projects/json_glib.py index 0495ecc3f..e2b8bba4c 100644 --- a/gvsbuild/projects/json_glib.py +++ b/gvsbuild/projects/json_glib.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/jsonc.py b/gvsbuild/projects/jsonc.py index dd9162c8a..774256626 100644 --- a/gvsbuild/projects/jsonc.py +++ b/gvsbuild/projects/jsonc.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/leveldb.py b/gvsbuild/projects/leveldb.py index 7a9a4b6df..dc8045d88 100644 --- a/gvsbuild/projects/leveldb.py +++ b/gvsbuild/projects/leveldb.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/lgi.py b/gvsbuild/projects/lgi.py index 5b5975555..b1289b080 100644 --- a/gvsbuild/projects/lgi.py +++ b/gvsbuild/projects/lgi.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libadwaita.py b/gvsbuild/projects/libadwaita.py index 5d97cf121..4995922cf 100644 --- a/gvsbuild/projects/libadwaita.py +++ b/gvsbuild/projects/libadwaita.py @@ -1,7 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion -# Copyright (C) 2022 - Nefo Fortressia +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libarchive.py b/gvsbuild/projects/libarchive.py index e9f2fc4a4..823d7f33b 100644 --- a/gvsbuild/projects/libarchive.py +++ b/gvsbuild/projects/libarchive.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libcroco.py b/gvsbuild/projects/libcroco.py index af13dc375..f241b269e 100644 --- a/gvsbuild/projects/libcroco.py +++ b/gvsbuild/projects/libcroco.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libcurl.py b/gvsbuild/projects/libcurl.py index e483f5175..513f6c905 100644 --- a/gvsbuild/projects/libcurl.py +++ b/gvsbuild/projects/libcurl.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libepoxy.py b/gvsbuild/projects/libepoxy.py index fc40e204a..f49607bb9 100644 --- a/gvsbuild/projects/libepoxy.py +++ b/gvsbuild/projects/libepoxy.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libffi.py b/gvsbuild/projects/libffi.py index 2d90084a2..731407d7f 100644 --- a/gvsbuild/projects/libffi.py +++ b/gvsbuild/projects/libffi.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libgxps.py b/gvsbuild/projects/libgxps.py index 081beb5b6..20595008b 100644 --- a/gvsbuild/projects/libgxps.py +++ b/gvsbuild/projects/libgxps.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libjpeg_turbo.py b/gvsbuild/projects/libjpeg_turbo.py index f7aed6392..25fd8f63b 100644 --- a/gvsbuild/projects/libjpeg_turbo.py +++ b/gvsbuild/projects/libjpeg_turbo.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libmicrohttpd.py b/gvsbuild/projects/libmicrohttpd.py index 4d2c6284a..a3aa0e8fb 100644 --- a/gvsbuild/projects/libmicrohttpd.py +++ b/gvsbuild/projects/libmicrohttpd.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libpng.py b/gvsbuild/projects/libpng.py index 649a330c8..48330c636 100644 --- a/gvsbuild/projects/libpng.py +++ b/gvsbuild/projects/libpng.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libpsl.py b/gvsbuild/projects/libpsl.py index bb06c9b5b..0b389a416 100644 --- a/gvsbuild/projects/libpsl.py +++ b/gvsbuild/projects/libpsl.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/librsvg.py b/gvsbuild/projects/librsvg.py index 124e44438..11f9134ec 100644 --- a/gvsbuild/projects/librsvg.py +++ b/gvsbuild/projects/librsvg.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libsigcplusplus.py b/gvsbuild/projects/libsigcplusplus.py index 7bca1afa8..97c04c5ba 100644 --- a/gvsbuild/projects/libsigcplusplus.py +++ b/gvsbuild/projects/libsigcplusplus.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libsoup.py b/gvsbuild/projects/libsoup.py index 3e383ab5a..bc32d642a 100644 --- a/gvsbuild/projects/libsoup.py +++ b/gvsbuild/projects/libsoup.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libssh.py b/gvsbuild/projects/libssh.py index 01a1ca396..f71e2ffe0 100644 --- a/gvsbuild/projects/libssh.py +++ b/gvsbuild/projects/libssh.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libtiff.py b/gvsbuild/projects/libtiff.py index db777d338..24ba4f91e 100644 --- a/gvsbuild/projects/libtiff.py +++ b/gvsbuild/projects/libtiff.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libuv.py b/gvsbuild/projects/libuv.py index 7143718dc..f880408d2 100644 --- a/gvsbuild/projects/libuv.py +++ b/gvsbuild/projects/libuv.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libvorbis.py b/gvsbuild/projects/libvorbis.py index 223f11b2c..cd7a13d15 100644 --- a/gvsbuild/projects/libvorbis.py +++ b/gvsbuild/projects/libvorbis.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, see . + from gvsbuild.utils.base_builders import CmakeProject from gvsbuild.utils.base_expanders import Tarball from gvsbuild.utils.base_project import Project, project_add diff --git a/gvsbuild/projects/libvpx.py b/gvsbuild/projects/libvpx.py index 10e23f386..5cd86f12b 100644 --- a/gvsbuild/projects/libvpx.py +++ b/gvsbuild/projects/libvpx.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libxml2.py b/gvsbuild/projects/libxml2.py index b6a177f4a..6c36f4ae8 100644 --- a/gvsbuild/projects/libxml2.py +++ b/gvsbuild/projects/libxml2.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libyuv.py b/gvsbuild/projects/libyuv.py index 362e1de2a..db1d586ff 100644 --- a/gvsbuild/projects/libyuv.py +++ b/gvsbuild/projects/libyuv.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/libzip.py b/gvsbuild/projects/libzip.py index d5983d48b..775575845 100644 --- a/gvsbuild/projects/libzip.py +++ b/gvsbuild/projects/libzip.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/lmdb.py b/gvsbuild/projects/lmdb.py index 7169b1ec8..916dd3cda 100644 --- a/gvsbuild/projects/lmdb.py +++ b/gvsbuild/projects/lmdb.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/luajit.py b/gvsbuild/projects/luajit.py index 40f03017e..ed7208546 100644 --- a/gvsbuild/projects/luajit.py +++ b/gvsbuild/projects/luajit.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/lz4.py b/gvsbuild/projects/lz4.py index 3580ddf44..574c0b9f4 100644 --- a/gvsbuild/projects/lz4.py +++ b/gvsbuild/projects/lz4.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/mit_kerberos.py b/gvsbuild/projects/mit_kerberos.py index ccffc4010..10f488eee 100644 --- a/gvsbuild/projects/mit_kerberos.py +++ b/gvsbuild/projects/mit_kerberos.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/nghttp2.py b/gvsbuild/projects/nghttp2.py index c6b2d8598..ae142c3f6 100644 --- a/gvsbuild/projects/nghttp2.py +++ b/gvsbuild/projects/nghttp2.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/ogg.py b/gvsbuild/projects/ogg.py index c25a9023b..d553a16eb 100644 --- a/gvsbuild/projects/ogg.py +++ b/gvsbuild/projects/ogg.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, see . + from gvsbuild.utils.base_builders import CmakeProject from gvsbuild.utils.base_expanders import Tarball from gvsbuild.utils.base_project import Project, project_add diff --git a/gvsbuild/projects/openh264.py b/gvsbuild/projects/openh264.py index 7a4d680af..3b1ba8a88 100644 --- a/gvsbuild/projects/openh264.py +++ b/gvsbuild/projects/openh264.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/openssl.py b/gvsbuild/projects/openssl.py index 745437ffd..2fb18f777 100644 --- a/gvsbuild/projects/openssl.py +++ b/gvsbuild/projects/openssl.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/opus.py b/gvsbuild/projects/opus.py index 70c5917a8..a9fd763aa 100644 --- a/gvsbuild/projects/opus.py +++ b/gvsbuild/projects/opus.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/pango.py b/gvsbuild/projects/pango.py index 1217d958d..5fcf903ce 100644 --- a/gvsbuild/projects/pango.py +++ b/gvsbuild/projects/pango.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/pangomm.py b/gvsbuild/projects/pangomm.py index 52ae778f7..e1eb29e2c 100644 --- a/gvsbuild/projects/pangomm.py +++ b/gvsbuild/projects/pangomm.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/pixman.py b/gvsbuild/projects/pixman.py index dcbfa4e92..b26131650 100644 --- a/gvsbuild/projects/pixman.py +++ b/gvsbuild/projects/pixman.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/pkgconf.py b/gvsbuild/projects/pkgconf.py index 4610ae1db..7a2c64fb8 100644 --- a/gvsbuild/projects/pkgconf.py +++ b/gvsbuild/projects/pkgconf.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/protobuf.py b/gvsbuild/projects/protobuf.py index ba907f31d..027ad0c2d 100644 --- a/gvsbuild/projects/protobuf.py +++ b/gvsbuild/projects/protobuf.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/pycairo.py b/gvsbuild/projects/pycairo.py index 5a6ce2f71..943cbab51 100644 --- a/gvsbuild/projects/pycairo.py +++ b/gvsbuild/projects/pycairo.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/pygobject.py b/gvsbuild/projects/pygobject.py index 11e5d61c0..e4e3ae872 100644 --- a/gvsbuild/projects/pygobject.py +++ b/gvsbuild/projects/pygobject.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/sqlite.py b/gvsbuild/projects/sqlite.py index d8c299a18..c399e891b 100644 --- a/gvsbuild/projects/sqlite.py +++ b/gvsbuild/projects/sqlite.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/win_iconv.py b/gvsbuild/projects/win_iconv.py index 8fd252018..0cfb42c11 100644 --- a/gvsbuild/projects/win_iconv.py +++ b/gvsbuild/projects/win_iconv.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/wing.py b/gvsbuild/projects/wing.py index 2133070a1..754e9486e 100644 --- a/gvsbuild/projects/wing.py +++ b/gvsbuild/projects/wing.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/x264.py b/gvsbuild/projects/x264.py index 32337e13a..1ef2920cd 100644 --- a/gvsbuild/projects/x264.py +++ b/gvsbuild/projects/x264.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/projects/zlib.py b/gvsbuild/projects/zlib.py index 9ace44a75..7322c792a 100644 --- a/gvsbuild/projects/zlib.py +++ b/gvsbuild/projects/zlib.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/tools.py b/gvsbuild/tools.py index b3a50ba7e..1175903f0 100644 --- a/gvsbuild/tools.py +++ b/gvsbuild/tools.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/utils/base_builders.py b/gvsbuild/utils/base_builders.py index 704bbd0d7..7191c732c 100644 --- a/gvsbuild/utils/base_builders.py +++ b/gvsbuild/utils/base_builders.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/utils/base_expanders.py b/gvsbuild/utils/base_expanders.py index 752cc258c..acee19372 100644 --- a/gvsbuild/utils/base_expanders.py +++ b/gvsbuild/utils/base_expanders.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/utils/base_group.py b/gvsbuild/utils/base_group.py index 0f304a9be..8c20a8f31 100644 --- a/gvsbuild/utils/base_group.py +++ b/gvsbuild/utils/base_group.py @@ -1,7 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion -# Copyright (C) 2017 - Daniele Forghieri +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/utils/base_project.py b/gvsbuild/utils/base_project.py index dbba445d1..d4fbe72fc 100644 --- a/gvsbuild/utils/base_project.py +++ b/gvsbuild/utils/base_project.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +15,6 @@ """Base project class, used also for tools.""" - import datetime import os import pathlib diff --git a/gvsbuild/utils/base_tool.py b/gvsbuild/utils/base_tool.py index 8ae4c9496..50d648708 100644 --- a/gvsbuild/utils/base_tool.py +++ b/gvsbuild/utils/base_tool.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/utils/builder.py b/gvsbuild/utils/builder.py index e825ada42..8c880d682 100644 --- a/gvsbuild/utils/builder.py +++ b/gvsbuild/utils/builder.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/utils/simple_ui.py b/gvsbuild/utils/simple_ui.py index 98bc4130d..c421e4d90 100644 --- a/gvsbuild/utils/simple_ui.py +++ b/gvsbuild/utils/simple_ui.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/gvsbuild/utils/utils.py b/gvsbuild/utils/utils.py index d106ae92c..c3b480209 100644 --- a/gvsbuild/utils/utils.py +++ b/gvsbuild/utils/utils.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/conftest.py b/tests/conftest.py index c2e2d0c28..fa7962df4 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_build.py b/tests/test_build.py index b482732ae..976e093e2 100644 --- a/tests/test_build.py +++ b/tests/test_build.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, see . + import pytest diff --git a/tests/test_list.py b/tests/test_list.py index fd43c9e18..ee7adf1f0 100644 --- a/tests/test_list.py +++ b/tests/test_list.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_main.py b/tests/test_main.py index ba5d3e517..2c47edd1e 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_outdated.py b/tests/test_outdated.py index 86a8bdade..9df7d3a01 100644 --- a/tests/test_outdated.py +++ b/tests/test_outdated.py @@ -1,6 +1,4 @@ -# Copyright (C) 2016 - Yevgen Muntyan -# Copyright (C) 2016 - Ignacio Casal Quinteiro -# Copyright (C) 2016 - Arnavion +# Copyright (C) 2016 The Gvsbuild Authors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, see . + import pytest