From bcd7fb7563ae47cd2fbce11525bdb00015e97b36 Mon Sep 17 00:00:00 2001 From: Bruce Cowan <bruce@bcowan.eu> Date: Tue, 27 Mar 2018 16:22:46 +0100 Subject: [PATCH] Copyright header tidying No more copyright symbol (ends up as "Copyright copyright" Add SPDX things to all of them Add a missing one --- src/main.c | 4 +++- src/rugby-app-window.c | 4 +++- src/rugby-app-window.h | 4 +++- src/rugby-possibility-widget.c | 20 ++++++++++++++++++++ src/rugby-possibility-widget.h | 4 +++- src/rugby-possibility.c | 4 +++- src/rugby-possibility.h | 4 +++- 7 files changed, 38 insertions(+), 6 deletions(-) diff --git a/src/main.c b/src/main.c index 70d0266..b9f2de9 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* main.c * - * Copyright © 2012, 2016-2018 Bruce Cowan <bruce@bcowan.eu> + * Copyright 2012, 2016-2018 Bruce Cowan <bruce@bcowan.eu> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as @@ -14,6 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-3.0-or-later */ #include <gtk/gtk.h> diff --git a/src/rugby-app-window.c b/src/rugby-app-window.c index 89da100..fe88f83 100644 --- a/src/rugby-app-window.c +++ b/src/rugby-app-window.c @@ -1,6 +1,6 @@ /* rugby-app-window.c * - * Copyright © 2017-2018 Bruce Cowan <bruce@bcowan.eu> + * Copyright 2017-2018 Bruce Cowan <bruce@bcowan.eu> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as @@ -14,6 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-3.0-or-later */ #include <gtk/gtk.h> diff --git a/src/rugby-app-window.h b/src/rugby-app-window.h index b9ac69c..9c824da 100644 --- a/src/rugby-app-window.h +++ b/src/rugby-app-window.h @@ -1,6 +1,6 @@ /* rugby-app-window.h * - * Copyright © 2017 Bruce Cowan <bruce@bcowan.eu> + * Copyright 2017 Bruce Cowan <bruce@bcowan.eu> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as @@ -14,6 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-3.0-or-later */ #pragma once diff --git a/src/rugby-possibility-widget.c b/src/rugby-possibility-widget.c index 1c1db86..d9725d8 100644 --- a/src/rugby-possibility-widget.c +++ b/src/rugby-possibility-widget.c @@ -1,3 +1,23 @@ +/* rugby-possibility-widget.c + * + * Copyright 2018 Bruce Cowan <bruce@bcowan.eu> + * + * This file is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 3 of the + * License, or (at your option) any later version. + * + * This file 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-3.0-or-later + */ + #include "rugby-possibility-widget.h" struct _RugbyPossibilityWidget diff --git a/src/rugby-possibility-widget.h b/src/rugby-possibility-widget.h index 44943e2..f96b202 100644 --- a/src/rugby-possibility-widget.h +++ b/src/rugby-possibility-widget.h @@ -1,6 +1,6 @@ /* rugby-possibility-widget.h * - * Copyright © 2018 Bruce Cowan <bruce@bcowan.eu> + * Copyright 2018 Bruce Cowan <bruce@bcowan.eu> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as @@ -14,6 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-3.0-or-later */ #pragma once diff --git a/src/rugby-possibility.c b/src/rugby-possibility.c index 9b4bd23..3a70196 100644 --- a/src/rugby-possibility.c +++ b/src/rugby-possibility.c @@ -1,6 +1,6 @@ /* rugby-possibility.c * - * Copyright © 2018 Bruce Cowan <bruce@bcowan.eu> + * Copyright 2018 Bruce Cowan <bruce@bcowan.eu> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as @@ -14,6 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-3.0-or-later */ #include "rugby-possibility.h" diff --git a/src/rugby-possibility.h b/src/rugby-possibility.h index be405fb..f99c3bb 100644 --- a/src/rugby-possibility.h +++ b/src/rugby-possibility.h @@ -1,6 +1,6 @@ /* rugby-possibility.h * - * Copyright © 2018 Bruce Cowan <bruce@bcowan.eu> + * Copyright 2018 Bruce Cowan <bruce@bcowan.eu> * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as @@ -14,6 +14,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * SPDX-License-Identifier: LGPL-3.0-or-later */ #pragma once -- GitLab