summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen M. Webb <stephen.webb@canonical.com>2011-03-14 18:02:57 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-03-14 18:04:31 +0100
commitce26d71cf779fc6d4d6c5bc7af856d5256e68d8a (patch)
treea1b146258b99c3d605a7f1c8e7b44fa6b55bf400
parent3d20318034e35327770c6e258136e75c20793e0f (diff)
Added GPL-3 licensing to source files.
Signed-off-by: Stephen M. Webb <stephen.webb@canonical.com> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--COPYING22
-rw-r--r--include/evemu.h16
-rw-r--r--src/evemu-impl.h17
-rw-r--r--src/evemu.c16
-rw-r--r--tools/evemu-describe.c16
-rw-r--r--tools/evemu-device.c16
-rw-r--r--tools/evemu-echo.c16
-rw-r--r--tools/evemu-play.c16
-rw-r--r--tools/evemu-record.c16
9 files changed, 135 insertions, 16 deletions
diff --git a/COPYING b/COPYING
index 5500f01..4432540 100644
--- a/COPYING
+++ b/COPYING
@@ -1,9 +1,12 @@
-evemu - Kernel device emulation
- Copyright (C) 2010 Henrik Rydberg <rydberg@bitmath.org>
- Copyright (C) 2010 Canonical Ltd.
+ GNU GENERAL PUBLIC LICENSE
+ Version 3, 29 June 2007
- Preamble
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+ Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
@@ -66,7 +69,7 @@ patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
- TERMS AND CONDITIONS
+ TERMS AND CONDITIONS
0. Definitions.
@@ -74,7 +77,7 @@ modification follow.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
-
+
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
@@ -507,7 +510,7 @@ actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
-
+
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
@@ -616,9 +619,9 @@ an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
- END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS
- How to Apply These Terms to Your New Programs
+ How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
@@ -670,3 +673,4 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+
diff --git a/include/evemu.h b/include/evemu.h
index 4f1078f..f414fdf 100644
--- a/include/evemu.h
+++ b/include/evemu.h
@@ -2,8 +2,22 @@
*
* evemu - Kernel device emulation
*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
- * Copyright (C) 2010 Canonical Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/src/evemu-impl.h b/src/evemu-impl.h
index 0d3489e..acf2976 100644
--- a/src/evemu-impl.h
+++ b/src/evemu-impl.h
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ * Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
#ifndef _EVEMU_IMPL_H
#define _EVEMU_IMPL_H
diff --git a/src/evemu.c b/src/evemu.c
index 7dc471c..e297b4d 100644
--- a/src/evemu.c
+++ b/src/evemu.c
@@ -2,8 +2,22 @@
*
* evemu - Kernel device emulation
*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
- * Copyright (C) 2010 Canonical Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/tools/evemu-describe.c b/tools/evemu-describe.c
index f91704e..8bff6f9 100644
--- a/tools/evemu-describe.c
+++ b/tools/evemu-describe.c
@@ -2,8 +2,22 @@
*
* evemu - Kernel device emulation
*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
- * Copyright (C) 2010 Canonical Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/tools/evemu-device.c b/tools/evemu-device.c
index ddfc6b0..6dbfb8b 100644
--- a/tools/evemu-device.c
+++ b/tools/evemu-device.c
@@ -2,8 +2,22 @@
*
* evemu - Kernel device emulation
*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
- * Copyright (C) 2010 Canonical Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/tools/evemu-echo.c b/tools/evemu-echo.c
index e9c89df..ea38c2f 100644
--- a/tools/evemu-echo.c
+++ b/tools/evemu-echo.c
@@ -2,8 +2,22 @@
*
* evemu - Kernel device emulation
*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
- * Copyright (C) 2010 Canonical Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/tools/evemu-play.c b/tools/evemu-play.c
index 7c042c2..7b9b777 100644
--- a/tools/evemu-play.c
+++ b/tools/evemu-play.c
@@ -2,8 +2,22 @@
*
* evemu - Kernel device emulation
*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
- * Copyright (C) 2010 Canonical Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
diff --git a/tools/evemu-record.c b/tools/evemu-record.c
index 19ff7e4..afdd400 100644
--- a/tools/evemu-record.c
+++ b/tools/evemu-record.c
@@ -2,8 +2,22 @@
*
* evemu - Kernel device emulation
*
+ * Copyright (C) 2010, 2011 Canonical Ltd.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
* Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se>
- * Copyright (C) 2010 Canonical Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),