applied LGPLv3 and source code formatting.
[vamsas.git] / src / uk / ac / vamsas / client / simpleclient / ListFile.java
index 29bb29e..e3ec58c 100644 (file)
@@ -1,25 +1,42 @@
-/**
- * 
- */
-package uk.ac.vamsas.client.simpleclient;
-
-import java.io.File;
-
-
-/**
- * base class for generic list storage and retrieval operations from a locked IO file
- *  TODO: LATER: generalize for all list storage and retrieval operations 
- *  (pull-up from ClientsFile object)
- */
-public class ListFile extends SessionFile {
-
-  /**
-   * @param file
-   */
-  public ListFile(File file) throws java.io.IOException {
-    super(file);
-    if (!this.sessionFile.exists())
-      this.sessionFile.createNewFile();
-  }
-
-}
+/*\r
+ * This file is part of the Vamsas Client version 0.1. \r
+ * Copyright 2009 by Jim Procter, Iain Milne, Pierre Marguerite, \r
+ *  Andrew Waterhouse and Dominik Lindner.\r
+ * \r
+ * Earlier versions have also been incorporated into Jalview version 2.4 \r
+ * since 2008, and TOPALi version 2 since 2007.\r
+ * \r
+ * The Vamsas Client is free software: you can redistribute it and/or modify\r
+ * it under the terms of the GNU Lesser 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
+ * The Vamsas Client 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 Lesser General Public License for more details.\r
+ * \r
+ * You should have received a copy of the GNU Lesser General Public License\r
+ * along with the Vamsas Client.  If not, see <http://www.gnu.org/licenses/>.\r
+ */\r
+package uk.ac.vamsas.client.simpleclient;\r
+\r
+import java.io.File;\r
+\r
+/**\r
+ * base class for generic list storage and retrieval operations from a locked IO\r
+ * file TODO: LATER: generalize for all list storage and retrieval operations\r
+ * (pull-up from ClientsFile object)\r
+ */\r
+public class ListFile extends SessionFile {\r
+\r
+  /**\r
+   * @param file\r
+   */\r
+  public ListFile(File file) throws java.io.IOException {\r
+    super(file);\r
+    if (!this.sessionFile.exists())\r
+      this.sessionFile.createNewFile();\r
+  }\r
+\r
+}\r