File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
common-spi/src/main/java/com/tc/productinfo
common/src/test/java/com/tc/util Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public String getRevision() {
65
65
66
66
@ Override
67
67
public String getCopyright () {
68
- return "Copyright (c) 2003-2020 Terracotta, Inc. All rights reserved. " ;
68
+ return "" ;
69
69
}
70
70
71
71
@ Override
Original file line number Diff line number Diff line change @@ -101,10 +101,7 @@ private void verifyOpenSourceBuildData(ProductInfo info) {
101
101
102
102
String copyright = info .copyright ();
103
103
assertNotNull (copyright );
104
- assertTrue (copyright .indexOf ("Copyright (c)" ) >= 0 );
105
- assertTrue (copyright .indexOf ("Terracotta, Inc." ) >= 0 );
106
- assertTrue (copyright .indexOf ("All rights reserved." ) >= 0 );
107
-
104
+
108
105
assertEquals ("1.2.3" , info .kitID ());
109
106
assertEquals ("1.2.3-SNAPSHOT" , info .mavenArtifactsVersion ());
110
107
assertEquals ("Terracotta" , info .moniker ());
You can’t perform that action at this time.
0 commit comments