apply gpl development license
[jalview.git] / src / jalview / gui / SplashScreen.java
index 6fc4262..30503b1 100755 (executable)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.4)
- * Copyright (C) 2008 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Development Version 2.4.1)
+ * Copyright (C) 2009 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -212,11 +212,9 @@ public class SplashScreen extends JPanel implements Runnable
                     50, y += fontSize + 4);
     g
             .drawString(
-                    "If  you use Jalview, please cite: Clamp, M., Cuff, J., Searle, S. M. and Barton, G. J. (2004),",
-                    50, y += fontSize + 4);
-    g
-            .drawString(
-                    "\"The Jalview Java Alignment Editor\" Bioinformatics,  2004 20; 426-7.",
-                    50, y += fontSize + 4);
+                    "If  you use Jalview, please cite: ",50,y+=fontSize+4);
+    g.drawString("Waterhouse, A.M., Procter, J.B., Martin, D.M.A, Clamp, M. and Barton, G. J. (2009)",50,y+=fontSize+4);
+        g.drawString("Jalview Version 2 - a multiple sequence alignment editor and analysis workbench",50,y+=fontSize+4);
+        g.drawString("Bioinformatics doi: 10.1093/bioinformatics/btp033",50,y+=fontSize+4);
   }
 }