Updated copryright.

This commit is contained in:
Erik C. Thauvin 2019-04-07 01:27:00 -07:00
parent d04ed1a6ab
commit 6fe36dbe8e
27 changed files with 28 additions and 29 deletions

View file

@ -1,7 +1,7 @@
/*
* UtilsTest.java
*
* Copyright (c) 2004-2018, Erik C. Thauvin (erik@thauvin.net)
* Copyright (c) 2004-2019, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -61,7 +61,6 @@ public class UtilsTest {
cal.set(1952, Calendar.FEBRUARY, 17, 12, 30, 0);
}
@Test
public void testBold() throws Exception {
assertThat(Utils.bold(1)).as("bold(1)").isEqualTo(Colors.BOLD + "1" + Colors.BOLD);

View file

@ -1,7 +1,7 @@
/*
* LookupTest.java
*
* Copyright (c) 2004-2018, Erik C. Thauvin (erik@thauvin.net)
* Copyright (c) 2004-2019, Erik C. Thauvin (erik@thauvin.net)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without