Skip to content

Commit e7291af

Browse files
author
Bruce Eckel
committed
Added "no guarantees" and Info URl
1 parent 8279efc commit e7291af

File tree

984 files changed

+1968
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

984 files changed

+1968
-2
lines changed

Copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright.txt
2-
This computer source code is Copyright �2015 MindView LLC
2+
This computer source code is Copyright �2016 MindView LLC
33
All Rights Reserved.
44

55
Permission to use, copy, modify, and distribute this

HelloDate.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// HelloDate.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
import java.util.*;
46

57
public class HelloDate {

annotations/AtUnitComposition.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/AtUnitComposition.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
// Creating non-embedded tests.
46
package annotations;
57
import com.mindviewinc.atunit.*;

annotations/AtUnitExample1.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/AtUnitExample1.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
package annotations;
46
import com.mindviewinc.atunit.*;
57
import onjava.*;

annotations/AtUnitExample2.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/AtUnitExample2.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
// Assertions and exceptions can be used in @Tests.
46
package annotations;
57
import java.io.*;

annotations/AtUnitExample3.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/AtUnitExample3.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
package annotations;
46
import com.mindviewinc.atunit.*;
57
import onjava.*;

annotations/AtUnitExample4.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/AtUnitExample4.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
package annotations;
46
import java.util.*;
57
import com.mindviewinc.atunit.*;

annotations/AtUnitExample5.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/AtUnitExample5.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
package annotations;
46
import java.io.*;
57
import com.mindviewinc.atunit.*;

annotations/AtUnitExternalTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/AtUnitExternalTest.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
// Creating non-embedded tests.
46
package annotations;
57
import com.mindviewinc.atunit.*;

annotations/HashSetTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// annotations/HashSetTest.java
22
// ©2016 MindView LLC: see Copyright.txt
3+
// We make no guarantees that this code is fit for any purpose.
4+
// Visit http://mindviewinc.com/Books/OnJava/ for more book information.
35
package annotations;
46
import java.util.*;
57
import com.mindviewinc.atunit.*;

0 commit comments

Comments
 (0)