[mutter/wip/wayland] squash: Fix the copyright headers in the input support



commit 7bc7ba0c016424960aa792d6d973061be9d085ea
Author: Neil Roberts <neil linux intel com>
Date:   Wed Jul 24 12:05:50 2013 +0100

    squash: Fix the copyright headers in the input support
    
    Some of the copyright headers weren't updated when the code was taken
    from Clayland. This also adds some comments to clarify when the code
    was taken from Weston.
    
    This should be squashed into the patch
      “wayland: Add basic input support”

 src/wayland/meta-wayland-data-device.c |    2 ++
 src/wayland/meta-wayland-keyboard.c    |    2 ++
 src/wayland/meta-wayland-pointer.c     |    8 ++++----
 src/wayland/meta-wayland-pointer.h     |    6 ++----
 4 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/src/wayland/meta-wayland-data-device.c b/src/wayland/meta-wayland-data-device.c
index 62b9265..d976352 100644
--- a/src/wayland/meta-wayland-data-device.c
+++ b/src/wayland/meta-wayland-data-device.c
@@ -20,6 +20,8 @@
  * OF THIS SOFTWARE.
  */
 
+/* The file is based on src/data-device.c from Weston */
+
 #include "config.h"
 
 #include <stdlib.h>
diff --git a/src/wayland/meta-wayland-keyboard.c b/src/wayland/meta-wayland-keyboard.c
index 19144a1..b6d31ff 100644
--- a/src/wayland/meta-wayland-keyboard.c
+++ b/src/wayland/meta-wayland-keyboard.c
@@ -43,6 +43,8 @@
  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+/* The file is based on src/input.c from Weston */
+
 #define _GNU_SOURCE
 
 #include "config.h"
diff --git a/src/wayland/meta-wayland-pointer.c b/src/wayland/meta-wayland-pointer.c
index 2254bc3..52a81ad 100644
--- a/src/wayland/meta-wayland-pointer.c
+++ b/src/wayland/meta-wayland-pointer.c
@@ -1,9 +1,7 @@
 /*
- * MetaWayland
+ * Wayland Support
  *
- * An example Wayland compositor using Clutter
- *
- * Copyright (C) 2013  Intel Corporation.
+ * Copyright (C) 2013 Intel Corporation
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -41,6 +39,8 @@
  * OF THIS SOFTWARE.
  */
 
+/* The file is based on src/input.c from Weston */
+
 #include "config.h"
 
 #include "meta-wayland-pointer.h"
diff --git a/src/wayland/meta-wayland-pointer.h b/src/wayland/meta-wayland-pointer.h
index d1dfdac..a1e5f38 100644
--- a/src/wayland/meta-wayland-pointer.h
+++ b/src/wayland/meta-wayland-pointer.h
@@ -1,9 +1,7 @@
 /*
- * MetaWayland
+ * Wayland Support
  *
- * An example Wayland compositor using Clutter
- *
- * Copyright (C) 2013  Intel Corporation.
+ * Copyright (C) 2013 Intel Corporation
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public


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