Skip to content

Commit a8f8681

Browse files
committed
JIRA:GRIF-315 license update
1 parent 5d8cd82 commit a8f8681

File tree

675 files changed

+1412
-870
lines changed

Some content is hidden

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

675 files changed

+1412
-870
lines changed

gooddata-java-model/src/main/java/com/gooddata/sdk/model/account/Account.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -238,3 +238,4 @@ public enum AuthenticationMode {
238238
SSO
239239
}
240240
}
241+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/account/Accounts.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -33,3 +33,4 @@ public class Accounts extends Page<Account> {
3333
super(items, paging, links);
3434
}
3535
}
36+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/account/AccountsDeserializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -22,3 +22,4 @@ protected Accounts createPage(final List<Account> items, final Paging paging, fi
2222
return new Accounts(items, paging, links);
2323
}
2424
}
25+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/account/SeparatorSettings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -74,3 +74,4 @@ public String toString() {
7474
}
7575
}
7676
}
77+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/auditevent/AccessLog.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -94,3 +94,4 @@ public String toString() {
9494
return GoodDataToStringBuilder.defaultToString(this);
9595
}
9696
}
97+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/auditevent/AccessLogs.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -37,3 +37,4 @@ public AccessLogs(List<AccessLog> items, Paging paging, Map<String, String> link
3737
super(items, paging, links);
3838
}
3939
}
40+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/auditevent/AccessLogsDeserializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -20,3 +20,4 @@ protected AccessLogs createPage(List<AccessLog> items, Paging paging, Map<String
2020
return new AccessLogs(items, paging, links);
2121
}
2222
}
23+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/auditevent/AccessLogsSerializer.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -12,3 +12,4 @@ public AccessLogsSerializer() {
1212
super(AccessLogs.ROOT_NODE);
1313
}
1414
}
15+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/auditevent/AuditEvent.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -124,3 +124,4 @@ public String toString() {
124124
}
125125

126126
}
127+

gooddata-java-model/src/main/java/com/gooddata/sdk/model/auditevent/AuditEvents.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* (C) 2023 GoodData Corporation.
2+
* (C) 2025 GoodData Corporation.
33
* This source code is licensed under the BSD-style license found in the
44
* LICENSE.txt file in the root directory of this source tree.
55
*/
@@ -33,3 +33,4 @@ public AuditEvents(final List<AuditEvent> items, final Paging paging, final Map<
3333
}
3434

3535
}
36+

0 commit comments

Comments
 (0)