diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-21 12:15:37 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-21 15:20:17 +0200 |
commit | 216804f83d5af391a8a4cc56de89280e3fcdd3bf (patch) | |
tree | 909109808f002c3ce269d0a598efa0f830633711 /dist/comments-init.js.LICENSE.txt | |
parent | a5a8655bebb8652206ea5aa886699f706739e1fe (diff) | |
download | nextcloud-server-216804f83d5af391a8a4cc56de89280e3fcdd3bf.tar.gz nextcloud-server-216804f83d5af391a8a4cc56de89280e3fcdd3bf.zip |
fix(files): title and inline actions
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'dist/comments-init.js.LICENSE.txt')
-rw-r--r-- | dist/comments-init.js.LICENSE.txt | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/dist/comments-init.js.LICENSE.txt b/dist/comments-init.js.LICENSE.txt new file mode 100644 index 00000000000..1d2749f3bfb --- /dev/null +++ b/dist/comments-init.js.LICENSE.txt @@ -0,0 +1,45 @@ +/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ + +/** + * @copyright Copyright (c) 2023 John Molakvoæ <skjnldsv@protonmail.com> + * + * @author John Molakvoæ <skjnldsv@protonmail.com> + * + * @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 + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + +/** + * @copyright Copyright (c) 2023 Lucas Azevedo <lhs_azevedo@hotmail.com> + * + * @author Lucas Azevedo <lhs_azevedo@hotmail.com> + * + * @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 + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ |