Merge branch 'develop' into update_212_Dec_merge_with_21125_chamges
[jalview.git] / src / jalview / javascript / web / ClientResponse.java
index 23580ed..8fca88a 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * 
+ * This file is part of Jalview.
+ * 
+ * Jalview 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.
+ *  
+ * Jalview 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 Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ */
 package jalview.javascript.web;
 
 import jalview.javascript.json.JSON;
@@ -58,26 +78,27 @@ public class ClientResponse
   }
 
   // https://www.ebi.ac.uk/pdbe/search/pdb/select?wt=json&fl=pdb_id,title,experimental_method,resolution&rows=500&start=0&q=(text:q93xj9_soltu)+AND+molecule_sequence:%5B%27%27+TO+*%5D+AND+status:REL&sort=overall_quality+desc
-  
-//{
-//"responseHeader":{
-//  "status":0,
-//  "QTime":0,
-//  "params":{
-//    "q":"(text:q93xj9_soltu) AND molecule_sequence:['' TO *] AND status:REL",
-//    "fl":"pdb_id,title,experimental_method,resolution",
-//    "start":"0",
-//    "sort":"overall_quality desc",
-//    "rows":"500",
-//    "wt":"json"}},
-//"response":{"numFound":1,"start":0,"docs":[
-//    {
-//      "experimental_method":["X-ray diffraction"],
-//      "pdb_id":"4zhp",
-//      "resolution":2.46,
-//      "title":"The crystal structure of Potato ferredoxin I with 2Fe-2S cluster"}]
-//}}
-//
+
+  // {
+  // "responseHeader":{
+  // "status":0,
+  // "QTime":0,
+  // "params":{
+  // "q":"(text:q93xj9_soltu) AND molecule_sequence:['' TO *] AND status:REL",
+  // "fl":"pdb_id,title,experimental_method,resolution",
+  // "start":"0",
+  // "sort":"overall_quality desc",
+  // "rows":"500",
+  // "wt":"json"}},
+  // "response":{"numFound":1,"start":0,"docs":[
+  // {
+  // "experimental_method":["X-ray diffraction"],
+  // "pdb_id":"4zhp",
+  // "resolution":2.46,
+  // "title":"The crystal structure of Potato ferredoxin I with 2Fe-2S
+  // cluster"}]
+  // }}
+  //
 
   public int getStatus()
   {