Skip to content

Commit e57d23f

Browse files
Merge 0f568d3 into 805b295
2 parents 805b295 + 0f568d3 commit e57d23f

27 files changed

+239
-44
lines changed

β€Ž.github/workflows/cypress.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
containers: [1, 2, 3, 4]
2828
php-versions: [ '7.4' ]
2929
databases: [ 'sqlite' ]
30-
server-versions: [ 'master' ]
30+
server-versions: [ 'stable25' ]
3131

3232
steps:
3333
- name: Use Node.js ${{ matrix.node-version }}

β€Žjs/editor-rich.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor-rich.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/editor.js.LICENSE.txtβ€Ž

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,28 @@
137137
*
138138
*/
139139

140+
/*
141+
* @copyright Copyright (c) 2022 Jonas <jonas@freesources.org>
142+
*
143+
* @author Jonas <jonas@freesources.org>
144+
*
145+
* @license GNU AGPL version 3 or any later version
146+
*
147+
* This program is free software: you can redistribute it and/or modify
148+
* it under the terms of the GNU Affero General Public License as
149+
* published by the Free Software Foundation, either version 3 of the
150+
* License, or (at your option) any later version.
151+
*
152+
* This program is distributed in the hope that it will be useful,
153+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
154+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
155+
* GNU Affero General Public License for more details.
156+
*
157+
* You should have received a copy of the GNU Affero General Public License
158+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
159+
*
160+
*/
161+
140162
/*
141163
* @copyright Copyright (c) 2022 Max <max@nextcloud.com>
142164
*

β€Žjs/editor.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/files-modal.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/files-modal.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/text-files.jsβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žjs/text-files.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)