diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-02-08 12:09:34 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-02-08 12:09:34 +0530 |
| commit | cf9c3498b400ea5b04a2d93e019e94c85759ea8a (patch) | |
| tree | d1d83938a444fadc8baae0d5f946e4847f12e94d /com.gluster.storage.management.client | |
| parent | 4b05ac112209087a389bd599c04e1cfea8ad057d (diff) | |
Added copyright notice on all source files
Diffstat (limited to 'com.gluster.storage.management.client')
3 files changed, 54 insertions, 0 deletions
diff --git a/com.gluster.storage.management.client/src/com/gluster/storage/management/client/AuthManager.java b/com.gluster.storage.management.client/src/com/gluster/storage/management/client/AuthManager.java index a51c974f..aded8d94 100644 --- a/com.gluster.storage.management.client/src/com/gluster/storage/management/client/AuthManager.java +++ b/com.gluster.storage.management.client/src/com/gluster/storage/management/client/AuthManager.java @@ -1,3 +1,21 @@ +/******************************************************************************* + * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> + * This file is part of Gluster Management Console. + * + * Gluster Management Console is free software; you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Gluster Management Console is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License + * for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see + * <http://www.gnu.org/licenses/>. + *******************************************************************************/ package com.gluster.storage.management.client; import java.net.URI; diff --git a/com.gluster.storage.management.client/src/com/gluster/storage/management/client/RESTClientTest.java b/com.gluster.storage.management.client/src/com/gluster/storage/management/client/RESTClientTest.java index 0afb488f..05e1e094 100644 --- a/com.gluster.storage.management.client/src/com/gluster/storage/management/client/RESTClientTest.java +++ b/com.gluster.storage.management.client/src/com/gluster/storage/management/client/RESTClientTest.java @@ -1,3 +1,21 @@ +/******************************************************************************* + * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> + * This file is part of Gluster Management Console. + * + * Gluster Management Console is free software; you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Gluster Management Console is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License + * for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see + * <http://www.gnu.org/licenses/>. + *******************************************************************************/ package com.gluster.storage.management.client; import java.net.URI; diff --git a/com.gluster.storage.management.client/src/com/gluster/storage/management/client/ServerResource.java b/com.gluster.storage.management.client/src/com/gluster/storage/management/client/ServerResource.java index 64c5bcee..f7a37911 100644 --- a/com.gluster.storage.management.client/src/com/gluster/storage/management/client/ServerResource.java +++ b/com.gluster.storage.management.client/src/com/gluster/storage/management/client/ServerResource.java @@ -1,3 +1,21 @@ +/******************************************************************************* + * Copyright (c) 2011 Gluster, Inc. <http://www.gluster.com> + * This file is part of Gluster Management Console. + * + * Gluster Management Console is free software; you can redistribute it and/or + * modify it under the terms of the GNU Affero General Public License as published + * by the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Gluster Management Console is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License + * for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see + * <http://www.gnu.org/licenses/>. + *******************************************************************************/ package com.gluster.storage.management.client;
import java.net.URI;
|
