diff options
author | Ted Gould <ted@gould.cx> | 2012-08-21 14:50:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-08-21 14:50:28 -0500 |
commit | 60c71fb063ea39a6324097b30f1e58dd3e8e734c (patch) | |
tree | 47526ff1d1fd52f4a0c790674f2cc3c9dd84af70 | |
parent | f1e05803b75bf6481f4cd6cc954320073674388b (diff) | |
download | lightdm-remote-session-freerdp2-60c71fb063ea39a6324097b30f1e58dd3e8e734c.tar.gz lightdm-remote-session-freerdp2-60c71fb063ea39a6324097b30f1e58dd3e8e734c.tar.bz2 lightdm-remote-session-freerdp2-60c71fb063ea39a6324097b30f1e58dd3e8e734c.zip |
Copyright header
-rw-r--r-- | socket-sucker.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/socket-sucker.c b/socket-sucker.c index b5fb543..7a1e82f 100644 --- a/socket-sucker.c +++ b/socket-sucker.c @@ -1,3 +1,21 @@ +/* + * Copyright © 2012 Canonical Ltd. + * + * This program is free software: you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 3, as + * published by the Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranties of + * MERCHANTABILITY, SATISFACTORY QUALITY, 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/>. + * + * Author: Ted Gould <ted@canonical.com> + */ + #include <stdlib.h> #include <stdio.h> #include <unistd.h> |