diff options
| author | Stephen M. Webb <stephen.webb@canonical.com> | 2011-03-14 18:02:57 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2011-03-14 18:04:31 +0100 |
| commit | ce26d71cf779fc6d4d6c5bc7af856d5256e68d8a (patch) | |
| tree | a1b146258b99c3d605a7f1c8e7b44fa6b55bf400 /src | |
| parent | 3d20318034e35327770c6e258136e75c20793e0f (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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/evemu-impl.h | 17 | ||||
| -rw-r--r-- | src/evemu.c | 16 |
2 files changed, 32 insertions, 1 deletions
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 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2010, 2011 Canonical Ltd. | ||
| 3 | * Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se> | ||
| 4 | * | ||
| 5 | * This program is free software: you can redistribute it and/or modify it | ||
| 6 | * under the terms of the GNU General Public License as published by the | ||
| 7 | * Free Software Foundation, either version 3 of the License, or (at your | ||
| 8 | * option) any later version. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, but | ||
| 11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 13 | * General Public License for more details. | ||
| 14 | * | ||
| 15 | * You should have received a copy of the GNU General Public License along | ||
| 16 | * with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 17 | */ | ||
| 1 | #ifndef _EVEMU_IMPL_H | 18 | #ifndef _EVEMU_IMPL_H |
| 2 | #define _EVEMU_IMPL_H | 19 | #define _EVEMU_IMPL_H |
| 3 | 20 | ||
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 @@ | |||
| 2 | * | 2 | * |
| 3 | * evemu - Kernel device emulation | 3 | * evemu - Kernel device emulation |
| 4 | * | 4 | * |
| 5 | * Copyright (C) 2010, 2011 Canonical Ltd. | ||
| 6 | * | ||
| 7 | * This program is free software: you can redistribute it and/or modify it | ||
| 8 | * under the terms of the GNU General Public License as published by the | ||
| 9 | * Free Software Foundation, either version 3 of the License, or (at your | ||
| 10 | * option) any later version. | ||
| 11 | * | ||
| 12 | * This program is distributed in the hope that it will be useful, but | ||
| 13 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
| 15 | * General Public License for more details. | ||
| 16 | * | ||
| 17 | * You should have received a copy of the GNU General Public License along | ||
| 18 | * with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 19 | * | ||
| 5 | * Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se> | 20 | * Copyright (C) 2010 Henrik Rydberg <rydberg@euromail.se> |
| 6 | * Copyright (C) 2010 Canonical Ltd. | ||
| 7 | * | 21 | * |
| 8 | * Permission is hereby granted, free of charge, to any person obtaining a | 22 | * Permission is hereby granted, free of charge, to any person obtaining a |
| 9 | * copy of this software and associated documentation files (the "Software"), | 23 | * copy of this software and associated documentation files (the "Software"), |
