Adding missing license/copyright notices
authorMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 5 Dec 2010 23:10:28 +0000 (15:10 -0800)
committerMichael Jumper <zhangmaike@users.sourceforge.net>
Sun, 5 Dec 2010 23:10:28 +0000 (15:10 -0800)
web-client/src/net/sourceforge/guacamole/net/GuacamoleProperties.java
web-client/src/net/sourceforge/guacamole/net/authentication/basic/BasicFileAuthenticationProvider.java
web-client/src/net/sourceforge/guacamole/net/authentication/basic/BasicLogin.java

index 9d0fad3..6c4340d 100644 (file)
@@ -1,6 +1,24 @@
 
 package net.sourceforge.guacamole.net;
 
+/*
+ *  Guacamole - Clientless Remote Desktop
+ *  Copyright (C) 2010  Michael Jumper
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Affero General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 import java.io.IOException;
 import java.io.InputStream;
 import java.util.Properties;
index 880ae3d..83fcfd3 100644 (file)
@@ -1,6 +1,24 @@
 
 package net.sourceforge.guacamole.net.authentication.basic;
 
+/*
+ *  Guacamole - Clientless Remote Desktop
+ *  Copyright (C) 2010  Michael Jumper
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Affero General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 import java.io.File;
 import java.io.IOException;
 import java.security.MessageDigest;
index 03028e0..43e8721 100644 (file)
@@ -1,6 +1,24 @@
 
 package net.sourceforge.guacamole.net.authentication.basic;
 
+/*
+ *  Guacamole - Clientless Remote Desktop
+ *  Copyright (C) 2010  Michael Jumper
+ *
+ *  This program is free software: you can redistribute it and/or modify
+ *  it under the terms of the GNU Affero 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 Affero General Public License for more details.
+ *
+ *  You should have received a copy of the GNU Affero General Public License
+ *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 import java.io.IOException;
 import java.lang.reflect.InvocationTargetException;
 import javax.servlet.ServletException;