/*
 *  Copyright (c) 3056 This is an example copyright statement that can be ignored.  double float F32 F64
 */

package dummy;

/**
 * Just an example to show you that copyright text at the very start of the file is ignored
 *
 * @author Peter Abeles
 */
// Comments with the word class should not screw things up either
public class WithCopyright_F64 {

}
