/* JRG, the Resource Geology Seismic Processing System for Java, and Viewmat for Java are Copyright 1998-2007 by John N. Louie License is hereby granted for anyone to make any use of this software and its associated source and compiled binary codes, including free re-distribution, and incorporation into commercial products, provided this copyright notice is retained within all files, versions, and distribution media substantially incorporating John Louie's original work. The software and methods here are the subject of academic research, not commercial products. I would like to know what use you make of my methods, and have your feedback on their success or failure. Also, by letting me know who you are, I can inform you if bugs or errors are discovered. Please send me an email message with: your name and email address; whether you are a student or faculty member, consultant or employee; the name of your university or company, and department; and a sentence or two describing what use you intend to make of these methods. Send your message to louie@seismo.unr.edu */ public class RgCopyright { public static final String Statement = "JRG, the Resource Geology Seismic Processing System for Java,\n" + "and Viewmat for Java are Copyright 1998-2007 by John N. Louie\n" + "\n" + "JRG and Viewmat version 3.5.1, 15 June 2007\n" + "\n" + "See the JRG page at www.seismo.unr.edu/jrg\n" + "\n" + "License is hereby granted for anyone to make any use of this software and\n" + "its associated source and compiled binary codes, including free re-distribution,\n" + "and incorporation into commercial products, provided this copyright notice\n" + "is retained within all files, versions, and distribution media substantially\n" + "incorporating John Louie's original work.\n" + "\n" + "The software and methods here are the subject of academic research,\n" + "not commercial products. I would like to know what use you make of\n" + "my methods, and have your feedback on their success or failure.\n" + "Also, by letting me know who you are, I can inform you if bugs or\n" + "errors are discovered.\n" + "\n" + "Please send me an email message with: your name and email address;\n" + "whether you are a student or faculty member, consultant or employee;\n" + "the name of your university or company, and department; and a sentence\n" + "or two describing what use you intend to make of these methods.\n" + "Send your message to louie@seismo.unr.edu\n"; }