summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--src/evdev-middle-button.c2
-rw-r--r--src/evdev-mt-touchpad-buttons.c2
-rw-r--r--src/evdev-mt-touchpad-edge-scroll.c2
-rw-r--r--src/evdev-mt-touchpad-tap.c2
-rw-r--r--src/evdev-mt-touchpad.c2
-rw-r--r--src/evdev-mt-touchpad.h2
-rw-r--r--src/evdev.c1
-rw-r--r--src/evdev.h1
-rw-r--r--src/filter.c1
-rw-r--r--src/filter.h1
-rw-r--r--src/libinput-private.h1
-rw-r--r--src/libinput-util.c1
-rw-r--r--src/libinput-util.h1
-rw-r--r--src/libinput.c1
-rw-r--r--src/libinput.h1
-rw-r--r--src/path.c2
-rw-r--r--src/timer.c2
-rw-r--r--src/udev-seat.c1
19 files changed, 19 insertions, 9 deletions
diff --git a/COPYING b/COPYING
index efc1a949..f6855731 100644
--- a/COPYING
+++ b/COPYING
@@ -4,7 +4,7 @@ Copyright © 2010-2012 Intel Corporation
Copyright © 2010-2011 Benjamin Franzke
Copyright © 2011-2012 Collabora, Ltd.
Copyright © 2013-2014 Jonas Ådahl
-Copyright © 2013-2014 Red Hat, Inc.
+Copyright © 2013-2015 Red Hat, Inc.
Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
diff --git a/src/evdev-middle-button.c b/src/evdev-middle-button.c
index 328cf6c3..903fa4d0 100644
--- a/src/evdev-middle-button.c
+++ b/src/evdev-middle-button.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Red Hat, Inc.
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/evdev-mt-touchpad-buttons.c b/src/evdev-mt-touchpad-buttons.c
index 09ea6d7a..64e9d289 100644
--- a/src/evdev-mt-touchpad-buttons.c
+++ b/src/evdev-mt-touchpad-buttons.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Red Hat, Inc.
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/evdev-mt-touchpad-edge-scroll.c b/src/evdev-mt-touchpad-edge-scroll.c
index 8a4d892f..585c764c 100644
--- a/src/evdev-mt-touchpad-edge-scroll.c
+++ b/src/evdev-mt-touchpad-edge-scroll.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Red Hat, Inc.
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c
index bb7c8945..55b79160 100644
--- a/src/evdev-mt-touchpad-tap.c
+++ b/src/evdev-mt-touchpad-tap.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2013 Red Hat, Inc.
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index 711e2930..b18f74e9 100644
--- a/src/evdev-mt-touchpad.c
+++ b/src/evdev-mt-touchpad.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Red Hat, Inc.
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/evdev-mt-touchpad.h b/src/evdev-mt-touchpad.h
index bced2b16..fef5cb32 100644
--- a/src/evdev-mt-touchpad.h
+++ b/src/evdev-mt-touchpad.h
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Red Hat, Inc.
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/evdev.c b/src/evdev.c
index c552cb04..4384177f 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -1,6 +1,7 @@
/*
* Copyright © 2010 Intel Corporation
* Copyright © 2013 Jonas Ådahl
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/evdev.h b/src/evdev.h
index 337097b5..69279527 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -1,6 +1,7 @@
/*
* Copyright © 2011, 2012 Intel Corporation
* Copyright © 2013 Jonas Ådahl
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/filter.c b/src/filter.c
index 626cb0aa..0cdcb63e 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -1,6 +1,7 @@
/*
* Copyright © 2006-2009 Simon Thum
* Copyright © 2012 Jonas Ådahl
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/filter.h b/src/filter.h
index a0538601..16896a4c 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -1,5 +1,6 @@
/*
* Copyright © 2012 Jonas Ådahl
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/libinput-private.h b/src/libinput-private.h
index cec529c8..889ede91 100644
--- a/src/libinput-private.h
+++ b/src/libinput-private.h
@@ -1,5 +1,6 @@
/*
* Copyright © 2013 Jonas Ådahl
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/libinput-util.c b/src/libinput-util.c
index 4857435b..ceea054b 100644
--- a/src/libinput-util.c
+++ b/src/libinput-util.c
@@ -1,6 +1,7 @@
/*
* Copyright © 2008-2011 Kristian Høgsberg
* Copyright © 2011 Intel Corporation
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
diff --git a/src/libinput-util.h b/src/libinput-util.h
index e2ea4ffc..732f8130 100644
--- a/src/libinput-util.h
+++ b/src/libinput-util.h
@@ -1,5 +1,6 @@
/*
* Copyright © 2008 Kristian Høgsberg
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
diff --git a/src/libinput.c b/src/libinput.c
index 444e9ce9..72d27e4e 100644
--- a/src/libinput.c
+++ b/src/libinput.c
@@ -1,5 +1,6 @@
/*
* Copyright © 2013 Jonas Ådahl
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/libinput.h b/src/libinput.h
index 9ef8b8f4..845e1c53 100644
--- a/src/libinput.h
+++ b/src/libinput.h
@@ -1,5 +1,6 @@
/*
* Copyright © 2013 Jonas Ådahl
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/path.c b/src/path.c
index ab5587bf..5ec8bf51 100644
--- a/src/path.c
+++ b/src/path.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2013 Red Hat, Inc.
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/timer.c b/src/timer.c
index d1d3c108..dbd38940 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -1,5 +1,5 @@
/*
- * Copyright © 2014 Red Hat, Inc.
+ * Copyright © 2014-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided
diff --git a/src/udev-seat.c b/src/udev-seat.c
index 8dc0c236..588e1b40 100644
--- a/src/udev-seat.c
+++ b/src/udev-seat.c
@@ -1,5 +1,6 @@
/*
* Copyright © 2013 Intel Corporation
+ * Copyright © 2013-2015 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and
* its documentation for any purpose is hereby granted without fee, provided