We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1038b2 commit 663a27fCopy full SHA for 663a27f
1 file changed
src/test/java/com/sendgrid/LicenseTest.java
@@ -21,7 +21,7 @@ public void testLicenseShouldHaveCorrectYear() throws IOException {
21
}
22
23
24
- String expectedCopyright = String.format("Copyright (c) 2013-%d SendGrid, Inc.", Calendar.getInstance().get(Calendar.YEAR));
+ String expectedCopyright = String.format("Copyright (c) 2013-%d Twilio SendGrid, Inc.", Calendar.getInstance().get(Calendar.YEAR));
25
Assert.assertEquals("License has incorrect year", copyrightText, expectedCopyright);
26
27
0 commit comments