File: WithCopyright_F64.java

package info (click to toggle)
auto64fto32f 1.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: java: 289; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 *  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 {

}