diff --git a/src/components/MessagesList/MessagesList.vue b/src/components/MessagesList/MessagesList.vue index 6b8c87bf749..6693bf2d547 100644 --- a/src/components/MessagesList/MessagesList.vue +++ b/src/components/MessagesList/MessagesList.vue @@ -2,8 +2,10 @@ - @copyright Copyright (c) 2019 Marco Ambrosini - - @author Marco Ambrosini + - @author Maksim Sukharev + - @author Dorra Jaouad - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -18,12 +20,6 @@ - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . --> - - -This component is a wrapper for the list of messages. It's main purpose it to -get the messagesList array and loop through the list to generate the messages. - -