Updated copyright notice
authorChristos Stathis <chstath@ebs.gr>
Thu, 5 May 2011 14:05:40 +0000 (17:05 +0300)
committerChristos Stathis <chstath@ebs.gr>
Thu, 5 May 2011 14:05:40 +0000 (17:05 +0300)
109 files changed:
src/gr/grnet/pithos/web/client/AboutDialog.java
src/gr/grnet/pithos/web/client/AbstractPropertiesDialog.java
src/gr/grnet/pithos/web/client/CellTreeView.java
src/gr/grnet/pithos/web/client/CellTreeViewModel.java
src/gr/grnet/pithos/web/client/CellTreeViewUtils.java
src/gr/grnet/pithos/web/client/Configuration.java
src/gr/grnet/pithos/web/client/Configuration.properties
src/gr/grnet/pithos/web/client/ConfirmationDialog.java
src/gr/grnet/pithos/web/client/CredentialsDialog.java
src/gr/grnet/pithos/web/client/DeleteFileDialog.java
src/gr/grnet/pithos/web/client/DeleteFolderDialog.java
src/gr/grnet/pithos/web/client/DeleteGroupDialog.java
src/gr/grnet/pithos/web/client/DeleteUserDialog.java
src/gr/grnet/pithos/web/client/DisplayHelper.java
src/gr/grnet/pithos/web/client/DnDFolderPopupMenu.java
src/gr/grnet/pithos/web/client/EditMenu.java
src/gr/grnet/pithos/web/client/FileContextMenu.java
src/gr/grnet/pithos/web/client/FileList.java
src/gr/grnet/pithos/web/client/FileMenu.java
src/gr/grnet/pithos/web/client/FilePropertiesDialog.java
src/gr/grnet/pithos/web/client/FileTable.java
src/gr/grnet/pithos/web/client/FileUploadDialog.java
src/gr/grnet/pithos/web/client/FileUploadGearsDialog.java
src/gr/grnet/pithos/web/client/FileUploadGearsIEDialog.java
src/gr/grnet/pithos/web/client/FilesPropertiesDialog.java
src/gr/grnet/pithos/web/client/FolderContextMenu.java
src/gr/grnet/pithos/web/client/FolderPropertiesDialog.java
src/gr/grnet/pithos/web/client/GSS.java
src/gr/grnet/pithos/web/client/GSSSelectionEventManager.java
src/gr/grnet/pithos/web/client/GlassPanel.java
src/gr/grnet/pithos/web/client/GroupContextMenu.java
src/gr/grnet/pithos/web/client/GroupMenu.java
src/gr/grnet/pithos/web/client/GroupPropertiesDialog.java
src/gr/grnet/pithos/web/client/Groups.java
src/gr/grnet/pithos/web/client/HelpMenu.java
src/gr/grnet/pithos/web/client/InsufficientPermissionsException.java
src/gr/grnet/pithos/web/client/LoadingIndicator.java
src/gr/grnet/pithos/web/client/MessagePanel.java
src/gr/grnet/pithos/web/client/ObjectNotFoundException.java
src/gr/grnet/pithos/web/client/PermissionsAddDialog.java
src/gr/grnet/pithos/web/client/PermissionsList.java
src/gr/grnet/pithos/web/client/QuitDialog.java
src/gr/grnet/pithos/web/client/Search.java
src/gr/grnet/pithos/web/client/SearchResults.java
src/gr/grnet/pithos/web/client/SessionExpiredDialog.java
src/gr/grnet/pithos/web/client/SettingsMenu.java
src/gr/grnet/pithos/web/client/StatusPanel.java
src/gr/grnet/pithos/web/client/TopPanel.java
src/gr/grnet/pithos/web/client/Updateable.java
src/gr/grnet/pithos/web/client/UserAddDialog.java
src/gr/grnet/pithos/web/client/UserDetailsPanel.java
src/gr/grnet/pithos/web/client/VersionsList.java
src/gr/grnet/pithos/web/client/animation/FadeIn.java
src/gr/grnet/pithos/web/client/animation/FadeOut.java
src/gr/grnet/pithos/web/client/clipboard/Clipboard.java
src/gr/grnet/pithos/web/client/clipboard/ClipboardItem.java
src/gr/grnet/pithos/web/client/commands/CopyCommand.java
src/gr/grnet/pithos/web/client/commands/CutCommand.java
src/gr/grnet/pithos/web/client/commands/DeleteCommand.java
src/gr/grnet/pithos/web/client/commands/DeleteUserOrGroupCommand.java
src/gr/grnet/pithos/web/client/commands/EmptyTrashCommand.java
src/gr/grnet/pithos/web/client/commands/GetUserCommand.java
src/gr/grnet/pithos/web/client/commands/NewFolderCommand.java
src/gr/grnet/pithos/web/client/commands/NewGroupCommand.java
src/gr/grnet/pithos/web/client/commands/NewUserCommand.java
src/gr/grnet/pithos/web/client/commands/PasteCommand.java
src/gr/grnet/pithos/web/client/commands/PropertiesCommand.java
src/gr/grnet/pithos/web/client/commands/RefreshCommand.java
src/gr/grnet/pithos/web/client/commands/ResreshOthersSharesCommand.java
src/gr/grnet/pithos/web/client/commands/RestoreTrashCommand.java
src/gr/grnet/pithos/web/client/commands/ToTrashCommand.java
src/gr/grnet/pithos/web/client/commands/UploadFileCommand.java
src/gr/grnet/pithos/web/client/commands/ViewImageCommand.java
src/gr/grnet/pithos/web/client/components/TristateCheckBox.java
src/gr/grnet/pithos/web/client/rest/CallbackList.java
src/gr/grnet/pithos/web/client/rest/DeleteCommand.java
src/gr/grnet/pithos/web/client/rest/GetCommand.java
src/gr/grnet/pithos/web/client/rest/HeadCommand.java
src/gr/grnet/pithos/web/client/rest/MultipleDeleteCommand.java
src/gr/grnet/pithos/web/client/rest/MultipleGetCommand.java
src/gr/grnet/pithos/web/client/rest/MultipleHeadCommand.java
src/gr/grnet/pithos/web/client/rest/MultiplePostCommand.java
src/gr/grnet/pithos/web/client/rest/PostCommand.java
src/gr/grnet/pithos/web/client/rest/RestCallback.java
src/gr/grnet/pithos/web/client/rest/RestCommand.java
src/gr/grnet/pithos/web/client/rest/RestException.java
src/gr/grnet/pithos/web/client/rest/RestGetCallback.java
src/gr/grnet/pithos/web/client/rest/resource/FileResource.java
src/gr/grnet/pithos/web/client/rest/resource/FolderResource.java
src/gr/grnet/pithos/web/client/rest/resource/GroupResource.java
src/gr/grnet/pithos/web/client/rest/resource/GroupUserResource.java
src/gr/grnet/pithos/web/client/rest/resource/GroupsResource.java
src/gr/grnet/pithos/web/client/rest/resource/MyFolderResource.java
src/gr/grnet/pithos/web/client/rest/resource/OtherUserResource.java
src/gr/grnet/pithos/web/client/rest/resource/OthersFolderResource.java
src/gr/grnet/pithos/web/client/rest/resource/OthersResource.java
src/gr/grnet/pithos/web/client/rest/resource/PermissionHolder.java
src/gr/grnet/pithos/web/client/rest/resource/QuotaHolder.java
src/gr/grnet/pithos/web/client/rest/resource/RestResource.java
src/gr/grnet/pithos/web/client/rest/resource/RestResourceWrapper.java
src/gr/grnet/pithos/web/client/rest/resource/SearchResource.java
src/gr/grnet/pithos/web/client/rest/resource/SharedFolderResource.java
src/gr/grnet/pithos/web/client/rest/resource/SharedResource.java
src/gr/grnet/pithos/web/client/rest/resource/TagsResource.java
src/gr/grnet/pithos/web/client/rest/resource/TrashFolderResource.java
src/gr/grnet/pithos/web/client/rest/resource/TrashResource.java
src/gr/grnet/pithos/web/client/rest/resource/UploadStatusResource.java
src/gr/grnet/pithos/web/client/rest/resource/UserResource.java
src/gr/grnet/pithos/web/client/rest/resource/UserSearchResource.java

index 9c81f37..ae08e6a 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ *  Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index b10e8a6..65aee2c 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ *  Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
@@ -40,7 +25,6 @@ import com.google.gwt.user.client.ui.TextBox;
 /**\r
  * Abstract class, parent of all 'File properties' dialog boxes.\r
  *\r
- * @author droutsis\r
  */\r
 public abstract class AbstractPropertiesDialog extends DialogBox {\r
 \r
index 2cbecca..6bf1775 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -56,10 +41,6 @@ import com.google.gwt.view.client.SelectionChangeEvent.Handler;
 import com.google.gwt.view.client.TreeViewModel.NodeInfo;
 
 
-/**
- * @author kman
- *
- */
 public class CellTreeView extends Composite{
        public static final boolean DONE = false;
        Images images;
index c3b252d..8720687 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -73,10 +58,6 @@ import com.google.gwt.view.client.TreeViewModel;
 
 
 
-/**
- * @author kman
- *
- */
 public class CellTreeViewModel implements TreeViewModel{
        
        private final ListDataProvider<RestResource> rootNodes = new ListDataProvider<RestResource>();
index 2a54360..06682c4 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -26,10 +11,6 @@ import com.google.gwt.user.cellview.client.CellTree;
 import com.google.gwt.user.cellview.client.TreeNode;
 
 
-/**
- * @author kman
- *
- */
 public class CellTreeViewUtils {
        CellTree tree;
        /**
index 7a10a34..9cc414e 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -25,7 +10,6 @@ import com.google.gwt.i18n.client.Constants;
  * This interface contains bindings for the compile-time configurable
  * entities of the application.
  *
- * @author past
  */
 public interface Configuration extends Constants {
        /**
index 6eb1a67..e6d63c1 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Copyright (c) 2011 Greek Research and Technology Network
+#
+
 serviceName=Pithos
 loginUrl=login
 logoutUrl=/Shibboleth.sso/Logout
index d59ad9e..6797065 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -34,8 +19,6 @@ import com.google.gwt.user.client.ui.VerticalPanel;
 
 /**
  * A dialog for requesting confirmation from the user.
- *
- * @author kman
  */
 public abstract class ConfirmationDialog extends DialogBox {
 
index f22d05d..a92ae7e 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -43,8 +28,6 @@ import com.google.gwt.user.client.ui.VerticalPanel;
 /**
  * A dialog box that displays the user credentials for use in other client
  * applications, such as WebDAV clients.
- *
- * @author kman
  */
 public class CredentialsDialog extends DialogBox {
 
index 6d47bf2..05a9d67 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ *  Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index 2c4f7d0..587f131 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ *  Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index acc59c8..6238381 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ *  Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index ded2d2f..bca5f4a 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -40,10 +25,6 @@ import com.google.gwt.user.client.ui.TreeItem;
 import com.google.gwt.user.client.ui.VerticalPanel;
 
 
-/**
- * @author kman
- *
- */
 public class DeleteUserDialog extends DialogBox {
 
        /**
index 6fa6b34..27591a4 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -28,7 +13,6 @@ import com.google.gwt.user.client.ui.ListBox;
  * A helper class with static methods that manipulate display
  * widgets in various useful ways, not available in GWT.
  *
- * @author past
  */
 public class DisplayHelper {
 
index 6ab67fe..a1cfd93 100644 (file)
@@ -1,40 +1,7 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
-/*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
- */
 
 import gr.grnet.pithos.web.client.rest.MultiplePostCommand;
 import gr.grnet.pithos.web.client.rest.PostCommand;
@@ -54,9 +21,6 @@ import com.google.gwt.user.client.ui.AbstractImagePrototype;
 import com.google.gwt.user.client.ui.MenuBar;
 import com.google.gwt.user.client.ui.PopupPanel;
 
-/**
- * @author kman
- */
 public class DnDFolderPopupMenu extends PopupPanel {
 
         public DnDFolderPopupMenu(final CellTreeView.Images newImages, final FolderResource target, final Object toCopy) {
index b4999a3..71355a3 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 0381069..5b32aad 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 752e23f..715bc80 100644 (file)
@@ -1,21 +1,7 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
+
 package gr.grnet.pithos.web.client;
 
 import static com.google.gwt.query.client.GQuery.$;
index caf4b86..91a7448 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index f483339..788bc8c 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
@@ -60,7 +45,6 @@ import com.google.gwt.user.client.ui.VerticalPanel;
 /**\r
  * The 'File properties' dialog box implementation.\r
  *\r
- * @author past\r
  */\r
 public class FilePropertiesDialog extends AbstractPropertiesDialog {\r
 \r
index b08b05f..c24d85c 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -26,10 +11,6 @@ import com.google.gwt.user.client.ui.HTML;
 import com.google.gwt.user.client.ui.Widget;
 
 
-/**
- * @author kman
- *
- */
 public class FileTable extends Grid{
 
        /**
index 5954dc9..7d80bd1 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 9d79ec2..6af06e6 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 58e44ac..ab94756 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 006cd13..b28735c 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
@@ -52,7 +37,6 @@ import com.google.gwt.user.client.ui.VerticalPanel;
 /**\r
  * The 'Multiple file properties' dialog box implementation.\r
  *\r
- * @author droutsis\r
  */\r
 public class FilesPropertiesDialog extends AbstractPropertiesDialog {\r
 \r
index 9aa88c9..32b34a2 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index a1131e6..306bf20 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index 40d91a0..24c3b56 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 3315aed..8d16873 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
 
-/**
- * @author kman
- *
- */
 
 import java.util.ArrayList;
 import java.util.List;
index d4deff7..a3b108c 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -22,10 +7,6 @@ import com.google.gwt.user.client.ui.Composite;
 import com.google.gwt.user.client.ui.SimplePanel;
 
 
-/**
- * @author kman
- *
- */
 public class GlassPanel extends Composite{
 
        public GlassPanel(){
index d143834..7a7feb3 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -34,10 +19,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
 import com.google.gwt.user.client.ui.TreeItem;
 
 
-/**
- * @author kman
- *
- */
 public class GroupContextMenu extends PopupPanel {
 
        /**
index 0ce0834..c8ff109 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 95d6b73..a74f43e 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -37,9 +22,6 @@ import com.google.gwt.user.client.ui.HorizontalPanel;
 import com.google.gwt.user.client.ui.TextBox;
 import com.google.gwt.user.client.ui.VerticalPanel;
 
-/**
- * @author kman
- */
 public class GroupPropertiesDialog extends DialogBox {
 
        /**
index e89496c..732418e 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index 89189f7..4956295 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index b220f81..0db5e23 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -24,7 +9,6 @@ import java.io.Serializable;
  * An exception that is thrown when an operation cannot be performed due to the
  * user having insufficient permissions.
  *
- * @author chstath
  */
 public class InsufficientPermissionsException extends Exception implements Serializable {
 
index ee5d52c..d86498e 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009, 2010 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index 6267d1a..79fab4f 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index dcd249e..acab4bd 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -23,7 +8,6 @@ import java.io.Serializable;
 /**
  * An exception thrown when a requested object was not found.
  *
- * @author past
  */
 public class ObjectNotFoundException extends Exception implements Serializable {
 
index fe6afc4..69ba09b 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -50,9 +35,6 @@ import com.google.gwt.user.client.ui.MultiWordSuggestOracle;
 import com.google.gwt.user.client.ui.SuggestBox;
 import com.google.gwt.user.client.ui.VerticalPanel;
 
-/**
- * @author kman
- */
 public class PermissionsAddDialog extends DialogBox {
 
        private MultiWordSuggestOracle oracle = new MultiWordSuggestOracle();
index 1bb741c..287eb94 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -39,10 +24,6 @@ import com.google.gwt.user.client.ui.PushButton;
 import com.google.gwt.user.client.ui.VerticalPanel;
 
 
-/**
- * @author kman
- *
- */
 public class PermissionsList extends Composite {
 
        int selectedRow = -1;
index e21f6cf..62eb909 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index 8a54d66..381851d 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index 43a0d7d..d576c2d 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index b3a61d9..4e00141 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -30,10 +15,6 @@ import com.google.gwt.user.client.ui.HasHorizontalAlignment;
 import com.google.gwt.user.client.ui.VerticalPanel;
 
 
-/**
- * @author kman
- *
- */
 public class SessionExpiredDialog extends DialogBox {
        /**
         * The widget constructor.
index 338488d..38d341e 100644 (file)
@@ -1,20 +1,5 @@
 /*\r
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.\r
- *\r
- * This file is part of GSS.\r
- *\r
- * GSS is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * GSS is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.\r
+ * Copyright (c) 2011 Greek Research and Technology Network\r
  */\r
 package gr.grnet.pithos.web.client;\r
 \r
index f77263a..fed1eb8 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 06a8d15..b2f2a3f 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 84b460c..97e96c9 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
 
-/**
- * @author kman
- *
- */
 public interface Updateable {
        public void update();
 }
index 34b7757..0cd8b52 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -47,9 +32,6 @@ import com.google.gwt.user.client.ui.MultiWordSuggestOracle;
 import com.google.gwt.user.client.ui.SuggestBox;
 import com.google.gwt.user.client.ui.VerticalPanel;
 
-/**
- * @author kman
- */
 public class UserAddDialog extends DialogBox {
 
        private MultiWordSuggestOracle oracle = new MultiWordSuggestOracle();
index 75531a5..8b00df2 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2007, 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
index 78da91b..3133f77 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ * Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client;
 
@@ -49,9 +34,6 @@ import com.google.gwt.user.client.ui.HTML;
 import com.google.gwt.user.client.ui.HasHorizontalAlignment;
 import com.google.gwt.user.client.ui.VerticalPanel;
 
-/**
- * @author kman
- */
 public class VersionsList extends Composite {
 
        int selectedRow = -1;
index 92f2010..e48bd8a 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.animation;
 
@@ -23,10 +8,6 @@ import com.google.gwt.user.client.DOM;
 import com.google.gwt.user.client.ui.Widget;
 
 
-/**
- * @author kman
- *
- */
 public class FadeIn extends Animation {
        Widget widget;
        int initialOpacity = 100;
index 1cfc02b..0be3fca 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.animation;
 
@@ -23,10 +8,6 @@ import com.google.gwt.user.client.DOM;
 import com.google.gwt.user.client.ui.Widget;
 
 
-/**
- * @author kman
- *
- */
 public class FadeOut extends Animation {
        Widget widget;
 
index 25ec0d8..df480b2 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.clipboard;
 
 
-/**
- * @author koutsoub
- *
- */
 public class Clipboard {
        public final static int CUT=1;
        public final static int COPY=2;
index 460b52e..809dfa6 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.clipboard;
 
@@ -26,10 +11,6 @@ import java.io.Serializable;
 import java.util.List;
 
 
-/**
- * @author kman
- *
- */
 public class ClipboardItem implements Serializable{
        private int operation;
        private FileResource file;
index 7322474..1f26c36 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -31,7 +16,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
 /**
  *
  * Command for copying a file, folder or user to GSS Clipboard
- * @author kman
  *
  */
 public class CopyCommand implements Command{
index dd3242b..ab2688e 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -34,7 +19,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
 
 /**
  * Command for cutting a file, folder or user to GSS Clipboard
- * @author kman
  *
  */
 public class CutCommand implements Command{
index 8d50905..4ab4191 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -37,7 +22,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
 
 /**
  * Delete selected object command
- * @author kman
  *
  */
 public class DeleteCommand implements Command{
index fc40192..5cd3551 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -29,10 +14,6 @@ import com.google.gwt.user.client.Command;
 import com.google.gwt.user.client.ui.PopupPanel;
 
 
-/**
- * @author kman
- *
- */
 public class DeleteUserOrGroupCommand implements Command{
        private PopupPanel containerPanel;
        final Images images;
index 9af4173..ead22a5 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -30,8 +15,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
 
 /**
  * Command to empty trash bin.
- *
- * @author kman
  */
 public class EmptyTrashCommand implements Command{
        private PopupPanel containerPanel;
index ec5970b..7d4ff46 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -32,7 +17,6 @@ import com.google.gwt.user.client.DeferredCommand;
  * This command manages usernames and the corresponding user's Full Name
  * along with the HashMap collection in the GSS.java class
  *
- * @author natasa
  *
  */
 public class GetUserCommand implements Command{
index ec14803..bb13761 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -38,7 +23,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
 
 /**
  * Display the 'new folder' dialog for creating a new folder.
- * @author kman
  *
  */
 public class NewFolderCommand implements Command{
index 62ef207..59a2c81 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -24,10 +9,6 @@ import com.google.gwt.user.client.Command;
 import com.google.gwt.user.client.ui.PopupPanel;
 
 
-/**
- * @author kman
- *
- */
 public class NewGroupCommand implements Command{
        private PopupPanel containerPanel;
 
index 8d309b9..bb149b4 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -24,10 +9,6 @@ import com.google.gwt.user.client.Command;
 import com.google.gwt.user.client.ui.PopupPanel;
 
 
-/**
- * @author kman
- *
- */
 public class NewUserCommand implements Command {
        private PopupPanel containerPanel;
 
index 165dd16..d25019a 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -37,9 +22,6 @@ import com.google.gwt.user.client.Command;
 import com.google.gwt.user.client.DeferredCommand;
 import com.google.gwt.user.client.ui.PopupPanel;
 
-/**
- * @author kman Command for pasting Clipboard contents
- */
 public class PasteCommand implements Command {
 
        private PopupPanel containerPanel;
index 83fbfb8..4437349 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -49,7 +34,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
  * The command that displays the appropriate Properties dialog, according to the
  * selected object in the application.
  *
- * @author kman
  */
 public class PropertiesCommand implements Command {
 
index 9035526..cb79ac5 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -29,10 +14,6 @@ import com.google.gwt.user.client.Command;
 import com.google.gwt.user.client.ui.PopupPanel;
 
 
-/**
- * @author kman
- *
- */
 public class RefreshCommand implements Command {
 
        final FileMenu.Images newImages;
index 3de662f..10f5cce 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -22,10 +7,6 @@ import com.google.gwt.user.client.Command;
 import com.google.gwt.user.client.ui.PopupPanel;
 
 
-/**
- * @author kman
- *
- */
 public class ResreshOthersSharesCommand implements Command{
        private PopupPanel containerPanel;
 
index 64098f8..c92b880 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -40,7 +25,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
  *
  * Restore trashed files and folders.
  *
- * @author kman
  */
 public class RestoreTrashCommand implements Command{
        private PopupPanel containerPanel;
index 906fd17..decbdad 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -39,7 +24,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
  *
  * Move file or folder to trash.
  *
- * @author kman
  *
  */
 public class ToTrashCommand implements Command{
index dbafd81..4a5d334 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2008, 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
@@ -38,7 +23,6 @@ import com.google.gwt.user.client.ui.PopupPanel;
 /**
  * Upload a file command
  *
- * @author kman
  */
 public class UploadFileCommand implements Command {
 
index a70e990..8186b0d 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.commands;
 
index 93ee846..c50af3a 100644 (file)
@@ -1,3 +1,6 @@
+/*
+ *  Copyright (c) 2011 Greek Research and Technology Network
+ */
 package gr.grnet.pithos.web.client.components;
 
 import com.google.gwt.event.dom.client.ClickEvent;
index 9ab53de..b2c0898 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -26,10 +11,6 @@ import com.google.gwt.user.client.rpc.AsyncCallback;
 
 
 
-/**
- * @author kman
- *
- */
 public class CallbackList<T> implements AsyncCallback<T>{
        List<T> result = new ArrayList();
        boolean erroneous = false;
index d6d6e0d..8e3220e 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -26,10 +11,6 @@ import com.google.gwt.http.client.RequestBuilder;
 import com.google.gwt.http.client.RequestCallback;
 import com.google.gwt.http.client.Response;
 
-/**
- * @author kman
- *
- */
 public abstract class DeleteCommand extends RestCommand{
 
        boolean complete = false;
index 7c53d4a..5262f0f 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -43,9 +28,6 @@ import com.google.gwt.http.client.Request;
 import com.google.gwt.http.client.RequestBuilder;
 import com.google.gwt.http.client.Response;
 
-/**
- * @author kman
- */
 public abstract class GetCommand<T extends RestResource> extends RestCommand{
 
        boolean complete = false;
index f1c79ce..2dc5cc0 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -36,10 +21,6 @@ import com.google.gwt.http.client.RequestBuilder;
 import com.google.gwt.http.client.Response;
 
 
-/**
- * @author kman
- *
- */
 public  abstract class HeadCommand<T extends RestResource> extends RestCommand{
 
        boolean complete = false;
index 7e4a43a..18bdb76 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -32,9 +17,6 @@ import com.google.gwt.http.client.RequestBuilder;
 import com.google.gwt.http.client.RequestCallback;
 import com.google.gwt.http.client.Response;
 
-/**
- * @author kman
- */
 public abstract class MultipleDeleteCommand extends RestCommand {
 
 
index ad216cb..b12b0e3 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -42,9 +27,6 @@ import com.google.gwt.core.client.GWT;
 import com.google.gwt.http.client.Response;
 import com.google.gwt.user.client.DeferredCommand;
 
-/**
- * @author kman
- */
 public abstract class MultipleGetCommand<T extends RestResource> extends RestCommand {
 
        Class<T> aclass;
index df6c248..87e0985 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -40,10 +25,6 @@ import com.google.gwt.http.client.Response;
 import com.google.gwt.user.client.DeferredCommand;
 
 
-/**
- * @author kman
- *
- */
 public abstract class MultipleHeadCommand <T extends RestResource> extends RestCommand {
        String[] paths;
        Class<T> aclass;
index 95e78e9..1ff66ab 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -33,10 +18,6 @@ import com.google.gwt.http.client.RequestCallback;
 import com.google.gwt.http.client.Response;
 
 
-/**
- * @author kman
- *
- */
 public abstract class MultiplePostCommand extends RestCommand {
 
 
index 5ff5d5e..c03b3dc 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -26,10 +11,6 @@ import com.google.gwt.http.client.RequestCallback;
 import com.google.gwt.http.client.Response;
 
 
-/**
- * @author kman
- *
- */
 public abstract class PostCommand extends RestCommand{
        boolean complete = false;
        String postBody=null;
index b3a7996..02af186 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -23,10 +8,6 @@ import com.google.gwt.http.client.RequestCallback;
 import com.google.gwt.http.client.Response;
 
 
-/**
- * @author kman
- *
- */
 public abstract class RestCallback  implements RequestCallback {
 
        private static final int HTTP_OK = 200;
index b033a76..d5c4b09 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -24,9 +9,6 @@ import gr.grnet.pithos.web.client.SessionExpiredDialog;
 import com.google.gwt.http.client.RequestBuilder;
 import com.google.gwt.user.client.IncrementalCommand;
 
-/**
- * @author kman
- */
 public abstract class RestCommand implements IncrementalCommand {
        protected boolean showLoadingIndicator = true;
 
index f8eb4c3..97d73a6 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
 
-/**
- * @author kman
- *
- */
 public class RestException extends Throwable {
 
        private int httpStatusCode;
index 1b622ac..bb13991 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest;
 
@@ -23,9 +8,6 @@ import com.google.gwt.http.client.RequestCallback;
 import com.google.gwt.http.client.Response;
 import com.google.gwt.user.client.rpc.AsyncCallback;
 
-/**
- * @author kman
- */
 public abstract class RestGetCallback implements RequestCallback {
 
        private static final int HTTP_OK = 200;
index 704f553..83affb5 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -32,9 +17,6 @@ import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
 import com.google.gwt.json.client.JSONString;
 
-/**
- * @author kman
- */
 public class FileResource extends RestResource {
 
        public FileResource(String aUri) {
index 9be1264..5485bee 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 
 package gr.grnet.pithos.web.client.rest.resource;
@@ -38,9 +23,6 @@ import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
 import com.google.gwt.user.client.ui.TreeItem;
 
-/**
- * @author kman
- */
 public class FolderResource extends RestResource {
 
        public FolderResource(String aUri) {
index 4291362..242e6f7 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -25,9 +10,6 @@ import com.google.gwt.http.client.URL;
 import com.google.gwt.json.client.JSONArray;
 import com.google.gwt.json.client.JSONParser;
 
-/**
- * @author kman
- */
 public class GroupResource extends RestResource {
 
        public GroupResource(String aUri) {
index 7efaeac..75b08a3 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -22,10 +7,6 @@ import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
 
 
-/**
- * @author kman
- *
- */
 public class GroupUserResource extends RestResource{
 
        public GroupUserResource(String aUri) {
index 612ab1e..85a0a8a 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -24,9 +9,7 @@ import java.util.List;
 import com.google.gwt.json.client.JSONArray;
 import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
-/**
- * @author kman
- */
+
 public class GroupsResource extends RestResource {
 
        public GroupsResource(String aUri) {
index 03e0235..2348ada 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
 
-/**
- * @author kman
- *
- */
 public class MyFolderResource extends RestResourceWrapper{
        
        /**
index 105014f..4526189 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -34,10 +19,6 @@ import com.google.gwt.json.client.JSONParser;
 import com.google.gwt.user.client.ui.TreeItem;
 
 
-/**
- * @author kman
- *
- */
 public class OtherUserResource extends RestResource{
        public OtherUserResource(String aUri) {
                super(aUri);
index e74d369..8adc774 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
 
-/**
- * @author kman
- *
- */
 public class OthersFolderResource extends RestResourceWrapper{
        
        /**
index afa20af..fc958b8 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -27,9 +12,6 @@ import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
 import com.google.gwt.user.client.ui.TreeItem;
 
-/**
- * @author kman
- */
 public class OthersResource extends RestResource {
 
        public OthersResource(String aUri) {
index 7b127c4..d103fa7 100644 (file)
@@ -1,30 +1,11 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
 import java.io.Serializable;
 
 
-/**
- * @author kman
- *
- */
 public class PermissionHolder implements Serializable{
 
        private String user;
index fcfa9df..45d2d4b 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -23,10 +8,6 @@ import java.io.Serializable;
 import com.google.gwt.i18n.client.NumberFormat;
 
 
-/**
- * @author kman
- *
- */
 public class QuotaHolder implements Serializable{
        private Long fileCount = 0L;
        private Long fileSize = 0L;
index e65b9c6..6bb8f2f 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -24,10 +9,6 @@ import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.user.client.ui.TreeItem;
 
 
-/**
- * @author kman
- *
- */
 public abstract class RestResource implements Serializable{
        String uri;
 
index b544894..a69fccb 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
 
-/**
- * @author kman
- *
- */
 public class RestResourceWrapper extends RestResource{
        FolderResource resource;
        
index 20abca3..6067264 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -28,9 +13,6 @@ import com.google.gwt.json.client.JSONArray;
 import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
 
-/**
- * @author kman
- */
 public class SearchResource extends RestResource {
        int size;
        public SearchResource(String aUri) {
index 72c8235..32fae53 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
 
-/**
- * @author kman
- *
- */
 public class SharedFolderResource extends RestResourceWrapper{
        
        /**
index d59648a..b701edb 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -34,10 +19,6 @@ import com.google.gwt.json.client.JSONParser;
 import com.google.gwt.user.client.ui.TreeItem;
 
 
-/**
- * @author kman
- *
- */
 public class SharedResource extends RestResource{
 
        public SharedResource(String aUri) {
index 13879ad..2530d5b 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -25,10 +10,6 @@ import com.google.gwt.json.client.JSONArray;
 import com.google.gwt.json.client.JSONParser;
 
 
-/**
- * @author kman
- *
- */
 public class TagsResource extends RestResource{
 
        public TagsResource(String aUri) {
index dbbcb0c..52b244d 100644 (file)
@@ -1,28 +1,9 @@
 /*
- * Copyright 2011 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
 
-/**
- * @author kman
- *
- */
 public class TrashFolderResource extends RestResourceWrapper{
        
        /**
index 9b451ea..e899dc6 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009, 2010 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -30,10 +15,6 @@ import com.google.gwt.json.client.JSONParser;
 import com.google.gwt.user.client.ui.TreeItem;
 
 
-/**
- * @author kman
- *
- */
 public class TrashResource extends RestResource{
 
        public TrashResource(String aUri) {
index edf42d4..ebcf2eb 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -22,10 +7,6 @@ import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
 
 
-/**
- * @author kman
- *
- */
 public class UploadStatusResource extends RestResource{
        long bytesTransferred;
        long fileSize;
index bad2389..c78031c 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -23,9 +8,6 @@ import java.util.Date;
 import com.google.gwt.json.client.JSONObject;
 import com.google.gwt.json.client.JSONParser;
 
-/**
- * @author kman
- */
 public class UserResource extends RestResource {
 
        public UserResource(String aUri) {
index d48dd86..e1f593a 100644 (file)
@@ -1,20 +1,5 @@
 /*
- * Copyright 2009 Electronic Business Systems Ltd.
- *
- * This file is part of GSS.
- *
- * GSS is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * GSS is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GSS.  If not, see <http://www.gnu.org/licenses/>.
+ *  Copyright (c) 2011 Greek Research and Technology Network
  */
 package gr.grnet.pithos.web.client.rest.resource;
 
@@ -28,7 +13,6 @@ import com.google.gwt.json.client.JSONParser;
 /**
  * A container for the results of a search query for users.
  *
- * @author past
  */
 public class UserSearchResource extends RestResource {