:443*
Managing SSH Keys
@@ -138,7 +138,7 @@ For example:
#default passphrase --leave blank if passphrase is empty
defaultSSHPassphrase=myPa$$w0rd
-
+
After startup and once the key has been registered it can then be removed from the system. The passphrase and the key paths will be removed from the configuration file.
Adjusting Database Settings
@@ -167,7 +167,7 @@ For example:
#specify a external authentication module (ex: ldap-ol, ldap-ad). Edit the jaas.conf to set connection details
jaasModule=ldap-ol
-
+
Connection details need to be set in the jaas.conf file
ldap-ol {
@@ -178,7 +178,7 @@ Connection details need to be set in the jaas.conf file
useSSL=false
debug=false;
};
-
+
Administrators will be added as they are authenticated and profiles of systems may be assigned by full-privileged users.
@@ -214,7 +214,7 @@ Auditing
Auditing is disabled by default. Audit logs can be enabled through the **log4j2.xml** by uncommenting the **io.bastillion.manage.util.SystemAudit** and the **audit-appender** definitions.
> https://github.com/bastillion-io/Bastillion/blob/master/src/main/resources/log4j2.xml#L19-L22
-
+
Auditing through the application is only a proof of concept. It can be enabled in the BastillionConfig.properties.
#enable audit --set to true to enable
@@ -245,9 +245,9 @@ Special thanks goes to these amazing projects which makes this (and other great
Third-party dependencies are mentioned in the [_3rdPartyLicenses.md_](3rdPartyLicenses.md)
-AGPL License
+The Prosperity Public License
-----------
-Bastillion is available for use under the Affero General Public License
+Bastillion is available for use under the Prosperity Public License
Author
------
diff --git a/src/main/java/io/bastillion/common/db/DBInitServlet.java b/src/main/java/io/bastillion/common/db/DBInitServlet.java
index 67569003..28d6ccaa 100755
--- a/src/main/java/io/bastillion/common/db/DBInitServlet.java
+++ b/src/main/java/io/bastillion/common/db/DBInitServlet.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.common.db;
diff --git a/src/main/java/io/bastillion/common/filter/AuthFilter.java b/src/main/java/io/bastillion/common/filter/AuthFilter.java
index 5d660d70..48b1253e 100755
--- a/src/main/java/io/bastillion/common/filter/AuthFilter.java
+++ b/src/main/java/io/bastillion/common/filter/AuthFilter.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.common.filter;
diff --git a/src/main/java/io/bastillion/common/util/AppConfig.java b/src/main/java/io/bastillion/common/util/AppConfig.java
index 9713d5a8..d3471e46 100755
--- a/src/main/java/io/bastillion/common/util/AppConfig.java
+++ b/src/main/java/io/bastillion/common/util/AppConfig.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ *
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.common.util;
diff --git a/src/main/java/io/bastillion/common/util/AuthUtil.java b/src/main/java/io/bastillion/common/util/AuthUtil.java
index 995c5426..f3bb5a65 100755
--- a/src/main/java/io/bastillion/common/util/AuthUtil.java
+++ b/src/main/java/io/bastillion/common/util/AuthUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.common.util;
diff --git a/src/main/java/io/bastillion/manage/control/AuthKeysKtrl.java b/src/main/java/io/bastillion/manage/control/AuthKeysKtrl.java
index 00ae667e..d2a2f6af 100755
--- a/src/main/java/io/bastillion/manage/control/AuthKeysKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/AuthKeysKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/LoginKtrl.java b/src/main/java/io/bastillion/manage/control/LoginKtrl.java
index 6a11770f..19626a8e 100755
--- a/src/main/java/io/bastillion/manage/control/LoginKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/LoginKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/OTPKtrl.java b/src/main/java/io/bastillion/manage/control/OTPKtrl.java
index 1c72faea..dd6cb296 100755
--- a/src/main/java/io/bastillion/manage/control/OTPKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/OTPKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2014 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/ProfileKtrl.java b/src/main/java/io/bastillion/manage/control/ProfileKtrl.java
index d3609070..3289c4df 100755
--- a/src/main/java/io/bastillion/manage/control/ProfileKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/ProfileKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/ProfileSystemsKtrl.java b/src/main/java/io/bastillion/manage/control/ProfileSystemsKtrl.java
index 196104b3..2d8b83e0 100755
--- a/src/main/java/io/bastillion/manage/control/ProfileSystemsKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/ProfileSystemsKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/ProfileUsersKtrl.java b/src/main/java/io/bastillion/manage/control/ProfileUsersKtrl.java
index e434777e..13062af1 100755
--- a/src/main/java/io/bastillion/manage/control/ProfileUsersKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/ProfileUsersKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/ScriptKtrl.java b/src/main/java/io/bastillion/manage/control/ScriptKtrl.java
index 5d905ad7..85d8d5a5 100755
--- a/src/main/java/io/bastillion/manage/control/ScriptKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/ScriptKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/SecureShellKtrl.java b/src/main/java/io/bastillion/manage/control/SecureShellKtrl.java
index 8e87b4d3..5deda8a0 100755
--- a/src/main/java/io/bastillion/manage/control/SecureShellKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/SecureShellKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/SessionAuditKtrl.java b/src/main/java/io/bastillion/manage/control/SessionAuditKtrl.java
index ee305f7d..23ee0617 100755
--- a/src/main/java/io/bastillion/manage/control/SessionAuditKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/SessionAuditKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/SystemKtrl.java b/src/main/java/io/bastillion/manage/control/SystemKtrl.java
index 716518b7..56eb71cf 100755
--- a/src/main/java/io/bastillion/manage/control/SystemKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/SystemKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ *
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/UploadAndPushKtrl.java b/src/main/java/io/bastillion/manage/control/UploadAndPushKtrl.java
index bc41ed75..0e3f3fae 100755
--- a/src/main/java/io/bastillion/manage/control/UploadAndPushKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/UploadAndPushKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/UserSettingsKtrl.java b/src/main/java/io/bastillion/manage/control/UserSettingsKtrl.java
index 102068aa..577b8035 100755
--- a/src/main/java/io/bastillion/manage/control/UserSettingsKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/UserSettingsKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/control/UsersKtrl.java b/src/main/java/io/bastillion/manage/control/UsersKtrl.java
index 69f798f2..c8282513 100755
--- a/src/main/java/io/bastillion/manage/control/UsersKtrl.java
+++ b/src/main/java/io/bastillion/manage/control/UsersKtrl.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.control;
diff --git a/src/main/java/io/bastillion/manage/db/AuthDB.java b/src/main/java/io/bastillion/manage/db/AuthDB.java
index b8ba379f..bcc62790 100755
--- a/src/main/java/io/bastillion/manage/db/AuthDB.java
+++ b/src/main/java/io/bastillion/manage/db/AuthDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/PrivateKeyDB.java b/src/main/java/io/bastillion/manage/db/PrivateKeyDB.java
index 0baca141..ca0396b4 100755
--- a/src/main/java/io/bastillion/manage/db/PrivateKeyDB.java
+++ b/src/main/java/io/bastillion/manage/db/PrivateKeyDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/ProfileDB.java b/src/main/java/io/bastillion/manage/db/ProfileDB.java
index 48456a6e..a45e765e 100755
--- a/src/main/java/io/bastillion/manage/db/ProfileDB.java
+++ b/src/main/java/io/bastillion/manage/db/ProfileDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/ProfileSystemsDB.java b/src/main/java/io/bastillion/manage/db/ProfileSystemsDB.java
index 27a3f80e..8759576a 100755
--- a/src/main/java/io/bastillion/manage/db/ProfileSystemsDB.java
+++ b/src/main/java/io/bastillion/manage/db/ProfileSystemsDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/PublicKeyDB.java b/src/main/java/io/bastillion/manage/db/PublicKeyDB.java
index d1ce9a4d..0301e519 100755
--- a/src/main/java/io/bastillion/manage/db/PublicKeyDB.java
+++ b/src/main/java/io/bastillion/manage/db/PublicKeyDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/ScriptDB.java b/src/main/java/io/bastillion/manage/db/ScriptDB.java
index ece1ddea..027c71eb 100755
--- a/src/main/java/io/bastillion/manage/db/ScriptDB.java
+++ b/src/main/java/io/bastillion/manage/db/ScriptDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/SessionAuditDB.java b/src/main/java/io/bastillion/manage/db/SessionAuditDB.java
index 03d5ef5c..5db9d969 100755
--- a/src/main/java/io/bastillion/manage/db/SessionAuditDB.java
+++ b/src/main/java/io/bastillion/manage/db/SessionAuditDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/SystemDB.java b/src/main/java/io/bastillion/manage/db/SystemDB.java
index 67794559..fd3c1548 100755
--- a/src/main/java/io/bastillion/manage/db/SystemDB.java
+++ b/src/main/java/io/bastillion/manage/db/SystemDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/SystemStatusDB.java b/src/main/java/io/bastillion/manage/db/SystemStatusDB.java
index c74634a8..c87bc474 100755
--- a/src/main/java/io/bastillion/manage/db/SystemStatusDB.java
+++ b/src/main/java/io/bastillion/manage/db/SystemStatusDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/UserDB.java b/src/main/java/io/bastillion/manage/db/UserDB.java
index 04398d36..55e146cb 100755
--- a/src/main/java/io/bastillion/manage/db/UserDB.java
+++ b/src/main/java/io/bastillion/manage/db/UserDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/UserProfileDB.java b/src/main/java/io/bastillion/manage/db/UserProfileDB.java
index 17f3ca65..4e0f6a59 100755
--- a/src/main/java/io/bastillion/manage/db/UserProfileDB.java
+++ b/src/main/java/io/bastillion/manage/db/UserProfileDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/db/UserThemeDB.java b/src/main/java/io/bastillion/manage/db/UserThemeDB.java
index 9600cbca..af9a6c20 100755
--- a/src/main/java/io/bastillion/manage/db/UserThemeDB.java
+++ b/src/main/java/io/bastillion/manage/db/UserThemeDB.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.db;
diff --git a/src/main/java/io/bastillion/manage/model/ApplicationKey.java b/src/main/java/io/bastillion/manage/model/ApplicationKey.java
index 7b98b7ab..25a82b7b 100755
--- a/src/main/java/io/bastillion/manage/model/ApplicationKey.java
+++ b/src/main/java/io/bastillion/manage/model/ApplicationKey.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/AuditWrapper.java b/src/main/java/io/bastillion/manage/model/AuditWrapper.java
index cdd071a5..9fcf0250 100755
--- a/src/main/java/io/bastillion/manage/model/AuditWrapper.java
+++ b/src/main/java/io/bastillion/manage/model/AuditWrapper.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/Auth.java b/src/main/java/io/bastillion/manage/model/Auth.java
index bd110915..c6702aa1 100755
--- a/src/main/java/io/bastillion/manage/model/Auth.java
+++ b/src/main/java/io/bastillion/manage/model/Auth.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/HostSystem.java b/src/main/java/io/bastillion/manage/model/HostSystem.java
index 3244d571..3dd1c790 100755
--- a/src/main/java/io/bastillion/manage/model/HostSystem.java
+++ b/src/main/java/io/bastillion/manage/model/HostSystem.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/Profile.java b/src/main/java/io/bastillion/manage/model/Profile.java
index fcb9486b..81d5a630 100755
--- a/src/main/java/io/bastillion/manage/model/Profile.java
+++ b/src/main/java/io/bastillion/manage/model/Profile.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/PublicKey.java b/src/main/java/io/bastillion/manage/model/PublicKey.java
index b32cb795..16d474fb 100755
--- a/src/main/java/io/bastillion/manage/model/PublicKey.java
+++ b/src/main/java/io/bastillion/manage/model/PublicKey.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/SchSession.java b/src/main/java/io/bastillion/manage/model/SchSession.java
index f0374834..dce35bed 100755
--- a/src/main/java/io/bastillion/manage/model/SchSession.java
+++ b/src/main/java/io/bastillion/manage/model/SchSession.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/Script.java b/src/main/java/io/bastillion/manage/model/Script.java
index a4b0baa0..f63f7f06 100755
--- a/src/main/java/io/bastillion/manage/model/Script.java
+++ b/src/main/java/io/bastillion/manage/model/Script.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/SessionAudit.java b/src/main/java/io/bastillion/manage/model/SessionAudit.java
index 7cb7f441..fb96a9b6 100755
--- a/src/main/java/io/bastillion/manage/model/SessionAudit.java
+++ b/src/main/java/io/bastillion/manage/model/SessionAudit.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/SessionOutput.java b/src/main/java/io/bastillion/manage/model/SessionOutput.java
index 06dcf4be..5620df7f 100755
--- a/src/main/java/io/bastillion/manage/model/SessionOutput.java
+++ b/src/main/java/io/bastillion/manage/model/SessionOutput.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/SortedSet.java b/src/main/java/io/bastillion/manage/model/SortedSet.java
index c1fd26c0..c09631de 100755
--- a/src/main/java/io/bastillion/manage/model/SortedSet.java
+++ b/src/main/java/io/bastillion/manage/model/SortedSet.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/User.java b/src/main/java/io/bastillion/manage/model/User.java
index b066b4bc..86219fa7 100755
--- a/src/main/java/io/bastillion/manage/model/User.java
+++ b/src/main/java/io/bastillion/manage/model/User.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/UserSchSessions.java b/src/main/java/io/bastillion/manage/model/UserSchSessions.java
index 7f0ec9e6..f97d736c 100755
--- a/src/main/java/io/bastillion/manage/model/UserSchSessions.java
+++ b/src/main/java/io/bastillion/manage/model/UserSchSessions.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/UserSessionsOutput.java b/src/main/java/io/bastillion/manage/model/UserSessionsOutput.java
index 12b06742..5fdcc2a4 100755
--- a/src/main/java/io/bastillion/manage/model/UserSessionsOutput.java
+++ b/src/main/java/io/bastillion/manage/model/UserSessionsOutput.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/model/UserSettings.java b/src/main/java/io/bastillion/manage/model/UserSettings.java
index d614cc85..b7b83506 100755
--- a/src/main/java/io/bastillion/manage/model/UserSettings.java
+++ b/src/main/java/io/bastillion/manage/model/UserSettings.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.model;
diff --git a/src/main/java/io/bastillion/manage/socket/GetHttpSessionConfigurator.java b/src/main/java/io/bastillion/manage/socket/GetHttpSessionConfigurator.java
index 59084f7b..c120eaeb 100755
--- a/src/main/java/io/bastillion/manage/socket/GetHttpSessionConfigurator.java
+++ b/src/main/java/io/bastillion/manage/socket/GetHttpSessionConfigurator.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.socket;
diff --git a/src/main/java/io/bastillion/manage/task/SecureShellTask.java b/src/main/java/io/bastillion/manage/task/SecureShellTask.java
index 46dbc4ca..b3dd7267 100755
--- a/src/main/java/io/bastillion/manage/task/SecureShellTask.java
+++ b/src/main/java/io/bastillion/manage/task/SecureShellTask.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.task;
diff --git a/src/main/java/io/bastillion/manage/task/SentOutputTask.java b/src/main/java/io/bastillion/manage/task/SentOutputTask.java
index bed57194..a8c9b167 100755
--- a/src/main/java/io/bastillion/manage/task/SentOutputTask.java
+++ b/src/main/java/io/bastillion/manage/task/SentOutputTask.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.task;
diff --git a/src/main/java/io/bastillion/manage/util/DBUtils.java b/src/main/java/io/bastillion/manage/util/DBUtils.java
index c24fdd66..b0ce3d8d 100755
--- a/src/main/java/io/bastillion/manage/util/DBUtils.java
+++ b/src/main/java/io/bastillion/manage/util/DBUtils.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/DSPool.java b/src/main/java/io/bastillion/manage/util/DSPool.java
index 81be01d4..ee027b6b 100755
--- a/src/main/java/io/bastillion/manage/util/DSPool.java
+++ b/src/main/java/io/bastillion/manage/util/DSPool.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/EncryptionUtil.java b/src/main/java/io/bastillion/manage/util/EncryptionUtil.java
index ae51cc3f..ed338fb0 100755
--- a/src/main/java/io/bastillion/manage/util/EncryptionUtil.java
+++ b/src/main/java/io/bastillion/manage/util/EncryptionUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/ExternalAuthUtil.java b/src/main/java/io/bastillion/manage/util/ExternalAuthUtil.java
index f16a3515..9bc1304b 100755
--- a/src/main/java/io/bastillion/manage/util/ExternalAuthUtil.java
+++ b/src/main/java/io/bastillion/manage/util/ExternalAuthUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2017 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/KeyStoreUtil.java b/src/main/java/io/bastillion/manage/util/KeyStoreUtil.java
index 3fdb2280..926b7808 100755
--- a/src/main/java/io/bastillion/manage/util/KeyStoreUtil.java
+++ b/src/main/java/io/bastillion/manage/util/KeyStoreUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2016 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/OTPUtil.java b/src/main/java/io/bastillion/manage/util/OTPUtil.java
index 567c5373..d0324a15 100755
--- a/src/main/java/io/bastillion/manage/util/OTPUtil.java
+++ b/src/main/java/io/bastillion/manage/util/OTPUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2014 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/PasswordUtil.java b/src/main/java/io/bastillion/manage/util/PasswordUtil.java
index 824e519e..4200fad5 100755
--- a/src/main/java/io/bastillion/manage/util/PasswordUtil.java
+++ b/src/main/java/io/bastillion/manage/util/PasswordUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/RefreshAuthKeyUtil.java b/src/main/java/io/bastillion/manage/util/RefreshAuthKeyUtil.java
index bed2fa92..db2d335c 100755
--- a/src/main/java/io/bastillion/manage/util/RefreshAuthKeyUtil.java
+++ b/src/main/java/io/bastillion/manage/util/RefreshAuthKeyUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2014 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/SSHUtil.java b/src/main/java/io/bastillion/manage/util/SSHUtil.java
index b4b4b3e3..0467b90a 100755
--- a/src/main/java/io/bastillion/manage/util/SSHUtil.java
+++ b/src/main/java/io/bastillion/manage/util/SSHUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ *
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/SessionOutputSerializer.java b/src/main/java/io/bastillion/manage/util/SessionOutputSerializer.java
index 5e68e894..6c70e508 100755
--- a/src/main/java/io/bastillion/manage/util/SessionOutputSerializer.java
+++ b/src/main/java/io/bastillion/manage/util/SessionOutputSerializer.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2015 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/java/io/bastillion/manage/util/SessionOutputUtil.java b/src/main/java/io/bastillion/manage/util/SessionOutputUtil.java
index 56eaeea3..8f599a9d 100755
--- a/src/main/java/io/bastillion/manage/util/SessionOutputUtil.java
+++ b/src/main/java/io/bastillion/manage/util/SessionOutputUtil.java
@@ -1,29 +1,7 @@
/**
* Copyright (C) 2013 Loophole, LLC
*
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero 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 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 .
- *
- * As a special exception, the copyright holders give permission to link the
- * code of portions of this program with the OpenSSL library under certain
- * conditions as described in each individual source file and distribute
- * linked combinations including the program with the OpenSSL library. You
- * must comply with the GNU Affero General Public License in all respects for
- * all of the code used other than as permitted herein. If you modify file(s)
- * with this exception, you may extend this exception to your version of the
- * file(s), but you are not obligated to do so. If you do not wish to do so,
- * delete this exception statement from your version. If you delete this
- * exception statement from all source files in the program, then also delete
- * it in the license file.
+ * Licensed under The Prosperity Public License 3.0.0
*/
package io.bastillion.manage.util;
diff --git a/src/main/webapp/_res/inc/errors.html b/src/main/webapp/_res/inc/errors.html
index fcdba640..c493b4a4 100755
--- a/src/main/webapp/_res/inc/errors.html
+++ b/src/main/webapp/_res/inc/errors.html
@@ -1,29 +1,7 @@
Error!
diff --git a/src/main/webapp/_res/inc/header.html b/src/main/webapp/_res/inc/header.html
index bf1a2b9c..7a0ac8bf 100755
--- a/src/main/webapp/_res/inc/header.html
+++ b/src/main/webapp/_res/inc/header.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/_res/inc/navigation.html b/src/main/webapp/_res/inc/navigation.html
index e8266062..222d70da 100755
--- a/src/main/webapp/_res/inc/navigation.html
+++ b/src/main/webapp/_res/inc/navigation.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/menu.html b/src/main/webapp/admin/menu.html
index aafc417c..cbd8bb5c 100755
--- a/src/main/webapp/admin/menu.html
+++ b/src/main/webapp/admin/menu.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/secure_shell.html b/src/main/webapp/admin/secure_shell.html
index dccb8d54..65634381 100755
--- a/src/main/webapp/admin/secure_shell.html
+++ b/src/main/webapp/admin/secure_shell.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/two-factor_otp.html b/src/main/webapp/admin/two-factor_otp.html
index 7f14e041..cbb45eb3 100755
--- a/src/main/webapp/admin/two-factor_otp.html
+++ b/src/main/webapp/admin/two-factor_otp.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/upload.html b/src/main/webapp/admin/upload.html
index 2ede1840..a8bd5e63 100755
--- a/src/main/webapp/admin/upload.html
+++ b/src/main/webapp/admin/upload.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/upload_result.html b/src/main/webapp/admin/upload_result.html
index e9a5be73..487f300d 100755
--- a/src/main/webapp/admin/upload_result.html
+++ b/src/main/webapp/admin/upload_result.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/user_settings.html b/src/main/webapp/admin/user_settings.html
index 7bd89d9e..8bb49a11 100755
--- a/src/main/webapp/admin/user_settings.html
+++ b/src/main/webapp/admin/user_settings.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/view_keys.html b/src/main/webapp/admin/view_keys.html
index e14c6125..61726f51 100755
--- a/src/main/webapp/admin/view_keys.html
+++ b/src/main/webapp/admin/view_keys.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/view_scripts.html b/src/main/webapp/admin/view_scripts.html
index af9cc7e8..2b36ed8d 100755
--- a/src/main/webapp/admin/view_scripts.html
+++ b/src/main/webapp/admin/view_scripts.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/admin/view_systems.html b/src/main/webapp/admin/view_systems.html
index f0efc2c6..b629d60b 100755
--- a/src/main/webapp/admin/view_systems.html
+++ b/src/main/webapp/admin/view_systems.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/error.html b/src/main/webapp/error.html
index 8f8769cc..34d6820d 100755
--- a/src/main/webapp/error.html
+++ b/src/main/webapp/error.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index 4d29949a..e3e38e6d 100755
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/login.html b/src/main/webapp/login.html
index 01b78e6a..7510a71b 100755
--- a/src/main/webapp/login.html
+++ b/src/main/webapp/login.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/manage/view_keys.html b/src/main/webapp/manage/view_keys.html
index ba11b3ca..380e1e4d 100755
--- a/src/main/webapp/manage/view_keys.html
+++ b/src/main/webapp/manage/view_keys.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/manage/view_profile_systems.html b/src/main/webapp/manage/view_profile_systems.html
index 250a8642..a8007f2b 100755
--- a/src/main/webapp/manage/view_profile_systems.html
+++ b/src/main/webapp/manage/view_profile_systems.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/manage/view_profile_users.html b/src/main/webapp/manage/view_profile_users.html
index 196c39c7..a4fb6a3a 100755
--- a/src/main/webapp/manage/view_profile_users.html
+++ b/src/main/webapp/manage/view_profile_users.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/manage/view_profiles.html b/src/main/webapp/manage/view_profiles.html
index 1d14d9ae..b415acf1 100755
--- a/src/main/webapp/manage/view_profiles.html
+++ b/src/main/webapp/manage/view_profiles.html
@@ -1,30 +1,8 @@
+ *
+ * Licensed under The Prosperity Public License 3.0.0
+ */-->
diff --git a/src/main/webapp/manage/view_sessions.html b/src/main/webapp/manage/view_sessions.html
index bf81728d..ec6a1212 100755
--- a/src/main/webapp/manage/view_sessions.html
+++ b/src/main/webapp/manage/view_sessions.html
@@ -1,30 +1,8 @@
+ *
+ * Licensed under The Prosperity Public License 3.0.0
+ */-->
diff --git a/src/main/webapp/manage/view_systems.html b/src/main/webapp/manage/view_systems.html
index 1372f708..e654b50e 100755
--- a/src/main/webapp/manage/view_systems.html
+++ b/src/main/webapp/manage/view_systems.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/manage/view_terms.html b/src/main/webapp/manage/view_terms.html
index 45b667c5..2693d1aa 100755
--- a/src/main/webapp/manage/view_terms.html
+++ b/src/main/webapp/manage/view_terms.html
@@ -1,29 +1,7 @@
diff --git a/src/main/webapp/manage/view_users.html b/src/main/webapp/manage/view_users.html
index b0a1cca9..a4397850 100755
--- a/src/main/webapp/manage/view_users.html
+++ b/src/main/webapp/manage/view_users.html
@@ -1,29 +1,7 @@