summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2007-12-31 20:21:30 +0100
committerSascha Hlusiak <saschahlusiak@arcor.de>2007-12-31 20:21:30 +0100
commitc968077dcb3e7dec4886e9bc60faa63e750695e2 (patch)
tree987c9aa227e05357667c9c683312970508d03ff1
parent4bf88166207c79662fba45773c300f05ae5e00d7 (diff)
Changed copyrights to include year 2008
-rw-r--r--src/StrKeysym.h22
-rw-r--r--src/backend_bsd.c2
-rw-r--r--src/backend_bsd.h2
-rw-r--r--src/backend_evdev.c2
-rw-r--r--src/backend_evdev.h2
-rw-r--r--src/backend_joystick.c2
-rw-r--r--src/backend_joystick.h2
-rw-r--r--src/jstk.c4
-rw-r--r--src/jstk.h2
-rw-r--r--src/jstk_axis.c2
-rw-r--r--src/jstk_axis.h2
-rw-r--r--src/jstk_key.c2
-rw-r--r--src/jstk_key.h2
-rw-r--r--src/jstk_options.c2
-rw-r--r--src/jstk_options.h2
15 files changed, 37 insertions, 15 deletions
diff --git a/src/StrKeysym.h b/src/StrKeysym.h
index 35e81ab..04e9719 100644
--- a/src/StrKeysym.h
+++ b/src/StrKeysym.h
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation, and that the names of copyright holders not be used in
+ * advertising or publicity pertaining to distribution of the software without
+ * specific, written prior permission. The copyright holders make no
+ * representations about the suitability of this software for any purpose. It
+ * is provided "as is" without express or implied warranty.
+ *
+ * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+ * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
+ * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ * PERFORMANCE OF THIS SOFTWARE.
+ */
+
#ifndef _STRKEYSYM_H_INCLUDED_
#define _STRKEYSYM_H_INCLUDED_
diff --git a/src/backend_bsd.c b/src/backend_bsd.c
index 4628c0d..adad977 100644
--- a/src/backend_bsd.c
+++ b/src/backend_bsd.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/backend_bsd.h b/src/backend_bsd.h
index 452b206..1d36d61 100644
--- a/src/backend_bsd.h
+++ b/src/backend_bsd.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/backend_evdev.c b/src/backend_evdev.c
index aaad342..5f34394 100644
--- a/src/backend_evdev.c
+++ b/src/backend_evdev.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/backend_evdev.h b/src/backend_evdev.h
index 9481e5e..c7e3b38 100644
--- a/src/backend_evdev.h
+++ b/src/backend_evdev.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/backend_joystick.c b/src/backend_joystick.c
index 2f359e0..6ea75b0 100644
--- a/src/backend_joystick.c
+++ b/src/backend_joystick.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/backend_joystick.h b/src/backend_joystick.h
index b23117d..23fa3dc 100644
--- a/src/backend_joystick.h
+++ b/src/backend_joystick.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/jstk.c b/src/jstk.c
index 9799ab5..6e0f7c2 100644
--- a/src/jstk.c
+++ b/src/jstk.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
* Copyright 1995-1999 by Frederic Lepied, France. <Lepied@XFree86.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
@@ -299,7 +299,7 @@ jstkReadProc(LocalDevicePtr local)
case MAPPING_NONE:
default:
break;
- } /* switch (priv->axis{number].mapping) */
+ } /* switch (priv->axis[number].mapping) */
} /* if (event == EVENT_AXIS) */
} while (r == 2);
}
diff --git a/src/jstk.h b/src/jstk.h
index 9c9b036..e6c22c0 100644
--- a/src/jstk.h
+++ b/src/jstk.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/jstk_axis.c b/src/jstk_axis.c
index ae979f0..f9e2fce 100644
--- a/src/jstk_axis.c
+++ b/src/jstk_axis.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/jstk_axis.h b/src/jstk_axis.h
index 4ba45b4..4b91aae 100644
--- a/src/jstk_axis.h
+++ b/src/jstk_axis.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/jstk_key.c b/src/jstk_key.c
index a5c5106..42492c4 100644
--- a/src/jstk_key.c
+++ b/src/jstk_key.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
* Copyright 1995-1999 by Frederic Lepied, France. <Lepied@XFree86.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/jstk_key.h b/src/jstk_key.h
index bbc3b59..df19f65 100644
--- a/src/jstk_key.h
+++ b/src/jstk_key.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
* Copyright 1995-1999 by Frederic Lepied, France. <Lepied@XFree86.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/src/jstk_options.c b/src/jstk_options.c
index f1dfcc8..04d0e5d 100644
--- a/src/jstk_options.c
+++ b/src/jstk_options.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007 - 2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* 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/jstk_options.h b/src/jstk_options.h
index 7bbbf5b..bb14934 100644
--- a/src/jstk_options.h
+++ b/src/jstk_options.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2007 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
+ * Copyright 2007-2008 by Sascha Hlusiak. <saschahlusiak@freedesktop.org>
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that