diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-31 12:34:13 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-31 12:34:13 +0200 |
commit | 11437223e9a279e34c187a29887956046c39beb3 (patch) | |
tree | fb38af787e7cdea462e2d2fd8b49b98bbe365d3e /apps/workflowengine/js/workflowengine.js | |
parent | 3e624dc39966f54c6d418eee2e8141fc5c21f751 (diff) | |
download | nextcloud-server-11437223e9a279e34c187a29887956046c39beb3.tar.gz nextcloud-server-11437223e9a279e34c187a29887956046c39beb3.zip |
Compile node
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/workflowengine/js/workflowengine.js')
-rw-r--r-- | apps/workflowengine/js/workflowengine.js | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/apps/workflowengine/js/workflowengine.js b/apps/workflowengine/js/workflowengine.js index bae4e7b1890..7feb718f835 100644 --- a/apps/workflowengine/js/workflowengine.js +++ b/apps/workflowengine/js/workflowengine.js @@ -746,7 +746,11 @@ e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeo /** * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net> * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author Daniel Kesselberg <mail@danielkesselberg.de> + * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Julius Härtl <jus@bitgrid.net> + * @author Roeland Jago Douma <roeland@famdouma.nl> * * @license GNU AGPL version 3 or any later version * @@ -757,7 +761,7 @@ e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeo * * 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 + * 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 @@ -778,7 +782,7 @@ e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeo * * 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 + * 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 @@ -788,6 +792,7 @@ e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeo /** * @copyright Copyright (c) 2019 Julius Härtl <jus@bitgrid.net> * + * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Julius Härtl <jus@bitgrid.net> * * @license GNU AGPL version 3 or any later version @@ -799,7 +804,7 @@ e.exports=function(e){return null!=e&&(n(e)||function(e){return"function"==typeo * * 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 + * 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 |