[retro-gtk] Fix license headers



commit d360036d7477dcbe792a3164a2fb2155436de966
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Jul 20 10:48:08 2017 +0200

    Fix license headers

 demos/retro-demo.c                         |    2 +-
 retro-gtk/audio/pa-player.vala             |    2 +-
 retro-gtk/av-info.vala                     |    2 +-
 retro-gtk/core-error.vala                  |    2 +-
 retro-gtk/core.vala                        |    2 +-
 retro-gtk/disk-controller.vala             |    2 +-
 retro-gtk/game-info.vala                   |    2 +-
 retro-gtk/input/controller.vala            |    2 +-
 retro-gtk/input/device.vala                |    2 +-
 retro-gtk/input/gamepad-button-type.vala   |    2 +-
 retro-gtk/input/gamepad-configuration.vala |    2 +-
 retro-gtk/input/input-device-manager.vala  |    2 +-
 retro-gtk/input/input-device.vala          |    2 +-
 retro-gtk/input/input.vala                 |    2 +-
 retro-gtk/input/keyboard-state.vala        |    2 +-
 retro-gtk/input/keyboard.vala              |    2 +-
 retro-gtk/input/mouse.vala                 |    2 +-
 retro-gtk/input/virtual-gamepad.vala       |    2 +-
 retro-gtk/loop/main-loop.vala              |    2 +-
 retro-gtk/memory.vala                      |    2 +-
 retro-gtk/module.vala                      |    2 +-
 retro-gtk/retro-core-descriptor-error.vala |    2 +-
 retro-gtk/retro-core-descriptor.vala       |    2 +-
 retro-gtk/retro-core.c                     |    2 +-
 retro-gtk/retro-core.h                     |    2 +-
 retro-gtk/retro-environment.c              |    2 +-
 retro-gtk/retro-module-iterator.vala       |    2 +-
 retro-gtk/retro-module-query.vala          |    2 +-
 retro-gtk/retro.vala                       |    2 +-
 retro-gtk/rumble.vala                      |    2 +-
 retro-gtk/system-info.vala                 |    2 +-
 retro-gtk/vapi/config.vapi                 |    2 +-
 retro-gtk/variable/options.vala            |    2 +-
 retro-gtk/variable/variables.vala          |    2 +-
 retro-gtk/video.vala                       |    2 +-
 retro-gtk/video/cairo-display.vala         |    2 +-
 retro-gtk/video/retro-video-converter.c    |    2 +-
 retro-gtk/video/video-filter.vala          |    2 +-
 38 files changed, 38 insertions(+), 38 deletions(-)
---
diff --git a/demos/retro-demo.c b/demos/retro-demo.c
index d55e67e..a2a216c 100644
--- a/demos/retro-demo.c
+++ b/demos/retro-demo.c
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 #include <retro-gtk/retro-gtk.h>
 
diff --git a/retro-gtk/audio/pa-player.vala b/retro-gtk/audio/pa-player.vala
index 970c49d..a7b615c 100644
--- a/retro-gtk/audio/pa-player.vala
+++ b/retro-gtk/audio/pa-player.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.PaPlayer : GLib.Object {
        private Core core;
diff --git a/retro-gtk/av-info.vala b/retro-gtk/av-info.vala
index 82a1088..d779498 100644
--- a/retro-gtk/av-info.vala
+++ b/retro-gtk/av-info.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/core-error.vala b/retro-gtk/core-error.vala
index 5fb1d0c..24f8a19 100644
--- a/retro-gtk/core-error.vala
+++ b/retro-gtk/core-error.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public errordomain Retro.CoreError {
        COULDNT_SERIALIZE,
diff --git a/retro-gtk/core.vala b/retro-gtk/core.vala
index 3e1c972..4bb2d3a 100644
--- a/retro-gtk/core.vala
+++ b/retro-gtk/core.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/disk-controller.vala b/retro-gtk/disk-controller.vala
index b1419fa..7a5ceb5 100644
--- a/retro-gtk/disk-controller.vala
+++ b/retro-gtk/disk-controller.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/game-info.vala b/retro-gtk/game-info.vala
index 7addbef..2412920 100644
--- a/retro-gtk/game-info.vala
+++ b/retro-gtk/game-info.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/input/controller.vala b/retro-gtk/input/controller.vala
index e724e8a..5610b39 100644
--- a/retro-gtk/input/controller.vala
+++ b/retro-gtk/input/controller.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/input/device.vala b/retro-gtk/input/device.vala
index 969e229..5c93dff 100644
--- a/retro-gtk/input/device.vala
+++ b/retro-gtk/input/device.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/input/gamepad-button-type.vala b/retro-gtk/input/gamepad-button-type.vala
index 3ae664d..44116f6 100644
--- a/retro-gtk/input/gamepad-button-type.vala
+++ b/retro-gtk/input/gamepad-button-type.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public enum Retro.GamepadButtonType {
        ACTION_DOWN,
diff --git a/retro-gtk/input/gamepad-configuration.vala b/retro-gtk/input/gamepad-configuration.vala
index d60dcb0..6bef8d4 100644
--- a/retro-gtk/input/gamepad-configuration.vala
+++ b/retro-gtk/input/gamepad-configuration.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.GamepadConfiguration : Object {
        private uint16[] gamepad_keys;
diff --git a/retro-gtk/input/input-device-manager.vala b/retro-gtk/input/input-device-manager.vala
index b0392eb..0abf83c 100644
--- a/retro-gtk/input/input-device-manager.vala
+++ b/retro-gtk/input/input-device-manager.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/input/input-device.vala b/retro-gtk/input/input-device.vala
index d724d99..d3714c4 100644
--- a/retro-gtk/input/input-device.vala
+++ b/retro-gtk/input/input-device.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/input/input.vala b/retro-gtk/input/input.vala
index 13f0f5f..22217b2 100644
--- a/retro-gtk/input/input.vala
+++ b/retro-gtk/input/input.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/input/keyboard-state.vala b/retro-gtk/input/keyboard-state.vala
index 6fc60fb..bea8fa9 100644
--- a/retro-gtk/input/keyboard-state.vala
+++ b/retro-gtk/input/keyboard-state.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.KeyboardState : Object {
        public Gtk.Widget widget { get; construct; }
diff --git a/retro-gtk/input/keyboard.vala b/retro-gtk/input/keyboard.vala
index a98b55f..df6f65f 100644
--- a/retro-gtk/input/keyboard.vala
+++ b/retro-gtk/input/keyboard.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 /**
  * Key types to feed to a {@link Core} via {@link Input.key_event}.
diff --git a/retro-gtk/input/mouse.vala b/retro-gtk/input/mouse.vala
index 5898009..0d3e5ee 100644
--- a/retro-gtk/input/mouse.vala
+++ b/retro-gtk/input/mouse.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 private class Retro.MotionParser : Object {
        private Gdk.Screen screen;
diff --git a/retro-gtk/input/virtual-gamepad.vala b/retro-gtk/input/virtual-gamepad.vala
index d0ca345..77d7b79 100644
--- a/retro-gtk/input/virtual-gamepad.vala
+++ b/retro-gtk/input/virtual-gamepad.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.VirtualGamepad : Object, InputDevice {
        public Gtk.Widget widget { get; construct; }
diff --git a/retro-gtk/loop/main-loop.vala b/retro-gtk/loop/main-loop.vala
index 4de1c40..7a6b429 100644
--- a/retro-gtk/loop/main-loop.vala
+++ b/retro-gtk/loop/main-loop.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/memory.vala b/retro-gtk/memory.vala
index 203b5d2..e155da0 100644
--- a/retro-gtk/memory.vala
+++ b/retro-gtk/memory.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/module.vala b/retro-gtk/module.vala
index 44e6134..799bd16 100644
--- a/retro-gtk/module.vala
+++ b/retro-gtk/module.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/retro-core-descriptor-error.vala b/retro-gtk/retro-core-descriptor-error.vala
index 1a37a5e..f51b95b 100644
--- a/retro-gtk/retro-core-descriptor-error.vala
+++ b/retro-gtk/retro-core-descriptor-error.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public errordomain Retro.CoreDescriptorError {
        REQUIRED_GROUP_NOT_FOUND,
diff --git a/retro-gtk/retro-core-descriptor.vala b/retro-gtk/retro-core-descriptor.vala
index f584c74..33e951a 100644
--- a/retro-gtk/retro-core-descriptor.vala
+++ b/retro-gtk/retro-core-descriptor.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.CoreDescriptor : Object {
        public class Platform : Object {
diff --git a/retro-gtk/retro-core.c b/retro-gtk/retro-core.c
index d13beae..1a7048a 100644
--- a/retro-gtk/retro-core.c
+++ b/retro-gtk/retro-core.c
@@ -1,4 +1,4 @@
-// This file is part of Retro. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 #include "retro-core.h"
 
diff --git a/retro-gtk/retro-core.h b/retro-gtk/retro-core.h
index 55d2199..a971a93 100644
--- a/retro-gtk/retro-core.h
+++ b/retro-gtk/retro-core.h
@@ -1,4 +1,4 @@
-// This file is part of Retro. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 #ifndef RETRO_CORE_H
 #define RETRO_CORE_H
diff --git a/retro-gtk/retro-environment.c b/retro-gtk/retro-environment.c
index 3d8ade2..a9a7a99 100644
--- a/retro-gtk/retro-environment.c
+++ b/retro-gtk/retro-environment.c
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 #include "retro-gtk-internal.h"
 #include "libretro-environment.h"
diff --git a/retro-gtk/retro-module-iterator.vala b/retro-gtk/retro-module-iterator.vala
index 309f6b8..e106fb1 100644
--- a/retro-gtk/retro-module-iterator.vala
+++ b/retro-gtk/retro-module-iterator.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.ModuleIterator {
        private string[] directories;
diff --git a/retro-gtk/retro-module-query.vala b/retro-gtk/retro-module-query.vala
index 2f11d0a..8c48f57 100644
--- a/retro-gtk/retro-module-query.vala
+++ b/retro-gtk/retro-module-query.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.ModuleQuery {
        private const string ENV_PLUGIN_PATH = "LIBRETRO_PLUGIN_PATH";
diff --git a/retro-gtk/retro.vala b/retro-gtk/retro.vala
index e406770..40ff627 100644
--- a/retro-gtk/retro.vala
+++ b/retro-gtk/retro.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 [CCode (gir_namespace = "Retro", gir_version = "0.12")]
 namespace Retro {
diff --git a/retro-gtk/rumble.vala b/retro-gtk/rumble.vala
index a89c599..7de39f2 100644
--- a/retro-gtk/rumble.vala
+++ b/retro-gtk/rumble.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/system-info.vala b/retro-gtk/system-info.vala
index b00f987..e22d010 100644
--- a/retro-gtk/system-info.vala
+++ b/retro-gtk/system-info.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/vapi/config.vapi b/retro-gtk/vapi/config.vapi
index 708e8cb..ed59fa5 100644
--- a/retro-gtk/vapi/config.vapi
+++ b/retro-gtk/vapi/config.vapi
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 [CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "config.h")]
 namespace Config {
diff --git a/retro-gtk/variable/options.vala b/retro-gtk/variable/options.vala
index 7b9ddad..05072b8 100644
--- a/retro-gtk/variable/options.vala
+++ b/retro-gtk/variable/options.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/variable/variables.vala b/retro-gtk/variable/variables.vala
index 9b021a5..8ca6251 100644
--- a/retro-gtk/variable/variables.vala
+++ b/retro-gtk/variable/variables.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/video.vala b/retro-gtk/video.vala
index ee0f357..51a39b6 100644
--- a/retro-gtk/video.vala
+++ b/retro-gtk/video.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 namespace Retro {
 
diff --git a/retro-gtk/video/cairo-display.vala b/retro-gtk/video/cairo-display.vala
index eb993e3..5302b78 100644
--- a/retro-gtk/video/cairo-display.vala
+++ b/retro-gtk/video/cairo-display.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public class Retro.CairoDisplay : Gtk.DrawingArea {
        // Because gdk-pixbuf saves dpi as integer we have to multiply it by big
diff --git a/retro-gtk/video/retro-video-converter.c b/retro-gtk/video/retro-video-converter.c
index 31495b5..6057a6a 100644
--- a/retro-gtk/video/retro-video-converter.c
+++ b/retro-gtk/video/retro-video-converter.c
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
diff --git a/retro-gtk/video/video-filter.vala b/retro-gtk/video/video-filter.vala
index 17b135b..ac21921 100644
--- a/retro-gtk/video/video-filter.vala
+++ b/retro-gtk/video/video-filter.vala
@@ -1,4 +1,4 @@
-// This file is part of retro-gtk. License: GPLv3
+// This file is part of retro-gtk. License: GPL-3.0+.
 
 public enum Retro.VideoFilter {
        SMOOTH,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]