Skip to content

Commit 13a5090

Browse files
Updated company name
Signed-off-by: Decker, Stefan <[email protected]>
1 parent 88704b8 commit 13a5090

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2019 G DATA Software AG
3+
Copyright (c) 2019 G DATA CyberDefense AG
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ See [LICENSE](LICENSE)
6262

6363
## Copyright
6464

65-
Copyright (c) 2019 G DATA Software AG and other authors.
65+
Copyright (c) 2019 G DATA CyberDefense AG and other authors.

src/main/java/de/gdata/mobilelab/alertmanagercallback/AlertManagerPluginMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public String getName() {
2222

2323
@Override
2424
public String getAuthor() {
25-
return "G DATA Software AG";
25+
return "G DATA CyberDefense AG";
2626
}
2727

2828
@Override

src/test/java/de/gdata/mobilelab/alertmanagercallback/AlertManagerPluginMetaDataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public void getName() {
2828

2929
@Test
3030
public void getAuthor() {
31-
assertEquals("G DATA Software AG", new AlertManagerPluginMetaData().getAuthor());
31+
assertEquals("G DATA CyberDefense AG", new AlertManagerPluginMetaData().getAuthor());
3232
}
3333

3434
@Test

0 commit comments

Comments
 (0)