summaryrefslogtreecommitdiffstats
path: root/raptorsmiface/libraptorsmiface.h
diff options
context:
space:
mode:
Diffstat (limited to 'raptorsmiface/libraptorsmiface.h')
-rw-r--r--raptorsmiface/libraptorsmiface.h23
1 files changed, 19 insertions, 4 deletions
diff --git a/raptorsmiface/libraptorsmiface.h b/raptorsmiface/libraptorsmiface.h
index 5d03b3e1..46aa1c9c 100644
--- a/raptorsmiface/libraptorsmiface.h
+++ b/raptorsmiface/libraptorsmiface.h
@@ -1,6 +1,21 @@
-// (c) 2012 Timothy Pearson
-// (c) 2012 Raptor Engineering
-// ALL RIGHTS RESERVED
+/*
+ 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 2 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, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+ (c) 2012 Timothy Pearson
+ (c) 2012 Raptor Engineering
+*/
#include <unistd.h>
@@ -46,4 +61,4 @@ void raptor_sm_run_remote_desktop(char* username, int display, char* executable
void raptor_sm_terminate_server(char* username);
char* raptor_sm_get_hostname_for_display(int display);
void raptor_sm_stats_report_server_start(char* hostname);
-void raptor_sm_stats_report_server_stop(char* hostname); \ No newline at end of file
+void raptor_sm_stats_report_server_stop(char* hostname);