From ede938c1055b915d6f182495c9c2c45a9107494d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 4 Jan 2021 10:18:41 +0100 Subject: [PATCH] docs: Update license header --- lib/fake_matrix_api.dart | 2 +- lib/matrix_api_lite.dart | 2 +- lib/src/matrix_api.dart | 2 +- lib/src/model/algorithm_types.dart | 2 +- lib/src/model/auth/authentication_data.dart | 2 +- lib/src/model/auth/authentication_identifier.dart | 2 +- lib/src/model/auth/authentication_password.dart | 2 +- lib/src/model/auth/authentication_phone_identifier.dart | 2 +- lib/src/model/auth/authentication_recaptcha.dart | 2 +- lib/src/model/auth/authentication_third_party_identifier.dart | 2 +- lib/src/model/auth/authentication_three_pid_creds.dart | 2 +- lib/src/model/auth/authentication_token.dart | 2 +- lib/src/model/auth/authentication_types.dart | 2 +- lib/src/model/auth/authentication_user_identifier.dart | 2 +- lib/src/model/basic_event.dart | 2 +- lib/src/model/basic_event_with_sender.dart | 2 +- lib/src/model/basic_room_event.dart | 2 +- lib/src/model/device.dart | 2 +- lib/src/model/event_context.dart | 2 +- lib/src/model/event_types.dart | 2 +- lib/src/model/events_sync_update.dart | 2 +- lib/src/model/filter.dart | 2 +- lib/src/model/keys_query_response.dart | 2 +- lib/src/model/login_response.dart | 2 +- lib/src/model/login_types.dart | 2 +- lib/src/model/matrix_connection_exception.dart | 2 +- lib/src/model/matrix_event.dart | 2 +- lib/src/model/matrix_exception.dart | 2 +- lib/src/model/matrix_keys.dart | 2 +- lib/src/model/message_types.dart | 2 +- lib/src/model/notifications_query_response.dart | 2 +- lib/src/model/one_time_keys_claim_response.dart | 2 +- lib/src/model/open_graph_data.dart | 2 +- lib/src/model/open_id_credentials.dart | 2 +- lib/src/model/presence.dart | 2 +- lib/src/model/presence_content.dart | 2 +- lib/src/model/profile.dart | 2 +- lib/src/model/public_rooms_response.dart | 2 +- lib/src/model/push_rule_set.dart | 2 +- lib/src/model/pusher.dart | 2 +- lib/src/model/request_token_response.dart | 2 +- lib/src/model/room_alias_informations.dart | 2 +- lib/src/model/room_summary.dart | 2 +- lib/src/model/server_capabilities.dart | 2 +- lib/src/model/stripped_state_event.dart | 2 +- lib/src/model/supported_protocol.dart | 2 +- lib/src/model/supported_versions.dart | 2 +- lib/src/model/sync_update.dart | 2 +- lib/src/model/tag.dart | 2 +- lib/src/model/third_party_identifier.dart | 2 +- lib/src/model/third_party_location.dart | 2 +- lib/src/model/third_party_user.dart | 2 +- lib/src/model/timeline_history_response.dart | 2 +- lib/src/model/turn_server_credentials.dart | 2 +- lib/src/model/user_search_result.dart | 2 +- lib/src/model/well_known_informations.dart | 2 +- lib/src/model/who_is_info.dart | 2 +- test/matrix_api_test.dart | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/lib/fake_matrix_api.dart b/lib/fake_matrix_api.dart index f43b1050..dad87872 100644 --- a/lib/fake_matrix_api.dart +++ b/lib/fake_matrix_api.dart @@ -1,6 +1,6 @@ /* * Ansible inventory script used at Famedly GmbH for managing many hosts - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/matrix_api_lite.dart b/lib/matrix_api_lite.dart index f2ac3ec3..e7c0ed26 100644 --- a/lib/matrix_api_lite.dart +++ b/lib/matrix_api_lite.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/matrix_api.dart b/lib/src/matrix_api.dart index d3c30def..6c63a363 100644 --- a/lib/src/matrix_api.dart +++ b/lib/src/matrix_api.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/algorithm_types.dart b/lib/src/model/algorithm_types.dart index 580e5f6a..aa3fb0e2 100644 --- a/lib/src/model/algorithm_types.dart +++ b/lib/src/model/algorithm_types.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_data.dart b/lib/src/model/auth/authentication_data.dart index 6d380639..2a363dd6 100644 --- a/lib/src/model/auth/authentication_data.dart +++ b/lib/src/model/auth/authentication_data.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_identifier.dart b/lib/src/model/auth/authentication_identifier.dart index 42267c49..cbb0981d 100644 --- a/lib/src/model/auth/authentication_identifier.dart +++ b/lib/src/model/auth/authentication_identifier.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_password.dart b/lib/src/model/auth/authentication_password.dart index ed9afd0e..2fe57f63 100644 --- a/lib/src/model/auth/authentication_password.dart +++ b/lib/src/model/auth/authentication_password.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_phone_identifier.dart b/lib/src/model/auth/authentication_phone_identifier.dart index c25d602b..8045f346 100644 --- a/lib/src/model/auth/authentication_phone_identifier.dart +++ b/lib/src/model/auth/authentication_phone_identifier.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_recaptcha.dart b/lib/src/model/auth/authentication_recaptcha.dart index 42e117fb..1b714fd8 100644 --- a/lib/src/model/auth/authentication_recaptcha.dart +++ b/lib/src/model/auth/authentication_recaptcha.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_third_party_identifier.dart b/lib/src/model/auth/authentication_third_party_identifier.dart index 6dc1a3b1..241c2058 100644 --- a/lib/src/model/auth/authentication_third_party_identifier.dart +++ b/lib/src/model/auth/authentication_third_party_identifier.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_three_pid_creds.dart b/lib/src/model/auth/authentication_three_pid_creds.dart index 87d4a00d..5d9eb800 100644 --- a/lib/src/model/auth/authentication_three_pid_creds.dart +++ b/lib/src/model/auth/authentication_three_pid_creds.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_token.dart b/lib/src/model/auth/authentication_token.dart index ce705039..928f6b10 100644 --- a/lib/src/model/auth/authentication_token.dart +++ b/lib/src/model/auth/authentication_token.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_types.dart b/lib/src/model/auth/authentication_types.dart index 46237bc0..b5536204 100644 --- a/lib/src/model/auth/authentication_types.dart +++ b/lib/src/model/auth/authentication_types.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/auth/authentication_user_identifier.dart b/lib/src/model/auth/authentication_user_identifier.dart index d8dffb59..ab1e8bd4 100644 --- a/lib/src/model/auth/authentication_user_identifier.dart +++ b/lib/src/model/auth/authentication_user_identifier.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/basic_event.dart b/lib/src/model/basic_event.dart index 372b2853..108dd0fd 100644 --- a/lib/src/model/basic_event.dart +++ b/lib/src/model/basic_event.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/basic_event_with_sender.dart b/lib/src/model/basic_event_with_sender.dart index c48a4d6c..b99fb343 100644 --- a/lib/src/model/basic_event_with_sender.dart +++ b/lib/src/model/basic_event_with_sender.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/basic_room_event.dart b/lib/src/model/basic_room_event.dart index a9990421..dd902730 100644 --- a/lib/src/model/basic_room_event.dart +++ b/lib/src/model/basic_room_event.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/device.dart b/lib/src/model/device.dart index 367b6c42..fbdbe6fc 100644 --- a/lib/src/model/device.dart +++ b/lib/src/model/device.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/event_context.dart b/lib/src/model/event_context.dart index 0332063f..75ed1e4f 100644 --- a/lib/src/model/event_context.dart +++ b/lib/src/model/event_context.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/event_types.dart b/lib/src/model/event_types.dart index fa506591..921e87a7 100644 --- a/lib/src/model/event_types.dart +++ b/lib/src/model/event_types.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/events_sync_update.dart b/lib/src/model/events_sync_update.dart index 65a90b43..502dc9c2 100644 --- a/lib/src/model/events_sync_update.dart +++ b/lib/src/model/events_sync_update.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/filter.dart b/lib/src/model/filter.dart index 5886b83f..5e86c4a2 100644 --- a/lib/src/model/filter.dart +++ b/lib/src/model/filter.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/keys_query_response.dart b/lib/src/model/keys_query_response.dart index 4faaa46d..95a2eac8 100644 --- a/lib/src/model/keys_query_response.dart +++ b/lib/src/model/keys_query_response.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/login_response.dart b/lib/src/model/login_response.dart index 7d575246..76c5a006 100644 --- a/lib/src/model/login_response.dart +++ b/lib/src/model/login_response.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/login_types.dart b/lib/src/model/login_types.dart index 647f7b97..554be30a 100644 --- a/lib/src/model/login_types.dart +++ b/lib/src/model/login_types.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/matrix_connection_exception.dart b/lib/src/model/matrix_connection_exception.dart index 4d89b454..3ba584e4 100644 --- a/lib/src/model/matrix_connection_exception.dart +++ b/lib/src/model/matrix_connection_exception.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/matrix_event.dart b/lib/src/model/matrix_event.dart index 451dbb36..17dbee60 100644 --- a/lib/src/model/matrix_event.dart +++ b/lib/src/model/matrix_event.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/matrix_exception.dart b/lib/src/model/matrix_exception.dart index 05818130..bcb112cb 100644 --- a/lib/src/model/matrix_exception.dart +++ b/lib/src/model/matrix_exception.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/matrix_keys.dart b/lib/src/model/matrix_keys.dart index d61f9bd9..b3c12ab8 100644 --- a/lib/src/model/matrix_keys.dart +++ b/lib/src/model/matrix_keys.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/message_types.dart b/lib/src/model/message_types.dart index c0bbf9a6..e3bd6f38 100644 --- a/lib/src/model/message_types.dart +++ b/lib/src/model/message_types.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/notifications_query_response.dart b/lib/src/model/notifications_query_response.dart index 0f6f99d5..b22ace0b 100644 --- a/lib/src/model/notifications_query_response.dart +++ b/lib/src/model/notifications_query_response.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/one_time_keys_claim_response.dart b/lib/src/model/one_time_keys_claim_response.dart index a0fc43c5..785ef945 100644 --- a/lib/src/model/one_time_keys_claim_response.dart +++ b/lib/src/model/one_time_keys_claim_response.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/open_graph_data.dart b/lib/src/model/open_graph_data.dart index 28ffbdf5..2dc72813 100644 --- a/lib/src/model/open_graph_data.dart +++ b/lib/src/model/open_graph_data.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/open_id_credentials.dart b/lib/src/model/open_id_credentials.dart index 976aae64..8851a473 100644 --- a/lib/src/model/open_id_credentials.dart +++ b/lib/src/model/open_id_credentials.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/presence.dart b/lib/src/model/presence.dart index 87ab5603..fb05599b 100644 --- a/lib/src/model/presence.dart +++ b/lib/src/model/presence.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/presence_content.dart b/lib/src/model/presence_content.dart index 4d50fbea..e89ec4a9 100644 --- a/lib/src/model/presence_content.dart +++ b/lib/src/model/presence_content.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/profile.dart b/lib/src/model/profile.dart index 1a5a4180..ec36928b 100644 --- a/lib/src/model/profile.dart +++ b/lib/src/model/profile.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/public_rooms_response.dart b/lib/src/model/public_rooms_response.dart index 3bfe6f64..e713b24c 100644 --- a/lib/src/model/public_rooms_response.dart +++ b/lib/src/model/public_rooms_response.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/push_rule_set.dart b/lib/src/model/push_rule_set.dart index 3df87126..858080bd 100644 --- a/lib/src/model/push_rule_set.dart +++ b/lib/src/model/push_rule_set.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/pusher.dart b/lib/src/model/pusher.dart index 8c080949..fd49859f 100644 --- a/lib/src/model/pusher.dart +++ b/lib/src/model/pusher.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/request_token_response.dart b/lib/src/model/request_token_response.dart index 41df73cc..2ce7051b 100644 --- a/lib/src/model/request_token_response.dart +++ b/lib/src/model/request_token_response.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/room_alias_informations.dart b/lib/src/model/room_alias_informations.dart index 8fd7cfa2..70c88645 100644 --- a/lib/src/model/room_alias_informations.dart +++ b/lib/src/model/room_alias_informations.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/room_summary.dart b/lib/src/model/room_summary.dart index 21064d1a..bae41f99 100644 --- a/lib/src/model/room_summary.dart +++ b/lib/src/model/room_summary.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/server_capabilities.dart b/lib/src/model/server_capabilities.dart index de2d6fa0..c1c00205 100644 --- a/lib/src/model/server_capabilities.dart +++ b/lib/src/model/server_capabilities.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/stripped_state_event.dart b/lib/src/model/stripped_state_event.dart index 8749c89e..43f6cac8 100644 --- a/lib/src/model/stripped_state_event.dart +++ b/lib/src/model/stripped_state_event.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/supported_protocol.dart b/lib/src/model/supported_protocol.dart index c1b56f4f..97e25521 100644 --- a/lib/src/model/supported_protocol.dart +++ b/lib/src/model/supported_protocol.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/supported_versions.dart b/lib/src/model/supported_versions.dart index 0a834a99..2b362570 100644 --- a/lib/src/model/supported_versions.dart +++ b/lib/src/model/supported_versions.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/sync_update.dart b/lib/src/model/sync_update.dart index fb3b867d..32a3caa9 100644 --- a/lib/src/model/sync_update.dart +++ b/lib/src/model/sync_update.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/tag.dart b/lib/src/model/tag.dart index 1c77be30..8b6fe8af 100644 --- a/lib/src/model/tag.dart +++ b/lib/src/model/tag.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/third_party_identifier.dart b/lib/src/model/third_party_identifier.dart index a1c396c5..bdfd8714 100644 --- a/lib/src/model/third_party_identifier.dart +++ b/lib/src/model/third_party_identifier.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/third_party_location.dart b/lib/src/model/third_party_location.dart index 0331f7b6..41e21f23 100644 --- a/lib/src/model/third_party_location.dart +++ b/lib/src/model/third_party_location.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/third_party_user.dart b/lib/src/model/third_party_user.dart index 3a2d8db9..8c51e876 100644 --- a/lib/src/model/third_party_user.dart +++ b/lib/src/model/third_party_user.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/timeline_history_response.dart b/lib/src/model/timeline_history_response.dart index ec04c60b..863929ef 100644 --- a/lib/src/model/timeline_history_response.dart +++ b/lib/src/model/timeline_history_response.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/turn_server_credentials.dart b/lib/src/model/turn_server_credentials.dart index d6f28c6f..2b7d2394 100644 --- a/lib/src/model/turn_server_credentials.dart +++ b/lib/src/model/turn_server_credentials.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/user_search_result.dart b/lib/src/model/user_search_result.dart index 04beea6d..bfdeafe6 100644 --- a/lib/src/model/user_search_result.dart +++ b/lib/src/model/user_search_result.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/well_known_informations.dart b/lib/src/model/well_known_informations.dart index a12cd171..f7eeed59 100644 --- a/lib/src/model/well_known_informations.dart +++ b/lib/src/model/well_known_informations.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/lib/src/model/who_is_info.dart b/lib/src/model/who_is_info.dart index fee8dbe2..86289804 100644 --- a/lib/src/model/who_is_info.dart +++ b/lib/src/model/who_is_info.dart @@ -1,6 +1,6 @@ /* * Matrix API Lite - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as diff --git a/test/matrix_api_test.dart b/test/matrix_api_test.dart index 83c73acc..a673911b 100644 --- a/test/matrix_api_test.dart +++ b/test/matrix_api_test.dart @@ -1,6 +1,6 @@ /* * Ansible inventory script used at Famedly GmbH for managing many hosts - * Copyright (C) 2019, 2020 Famedly GmbH + * Copyright (C) 2019, 2020, 2021 Famedly GmbH * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as