diff options
Diffstat (limited to 'core/src/jquery')
-rw-r--r-- | core/src/jquery/avatar.js | 2 | ||||
-rw-r--r-- | core/src/jquery/contactsmenu.js | 2 | ||||
-rw-r--r-- | core/src/jquery/exists.js | 2 | ||||
-rw-r--r-- | core/src/jquery/filterattr.js | 2 | ||||
-rw-r--r-- | core/src/jquery/index.js | 2 | ||||
-rw-r--r-- | core/src/jquery/ocdialog.js | 2 | ||||
-rw-r--r-- | core/src/jquery/octemplate.js | 2 | ||||
-rw-r--r-- | core/src/jquery/placeholder.js | 2 | ||||
-rw-r--r-- | core/src/jquery/requesttoken.js | 2 | ||||
-rw-r--r-- | core/src/jquery/selectrange.js | 2 | ||||
-rw-r--r-- | core/src/jquery/showpassword.js | 2 | ||||
-rw-r--r-- | core/src/jquery/ui-fixes.js | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/core/src/jquery/avatar.js b/core/src/jquery/avatar.js index 3849af3b359..12fcc7264ae 100644 --- a/core/src/jquery/avatar.js +++ b/core/src/jquery/avatar.js @@ -4,7 +4,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 diff --git a/core/src/jquery/contactsmenu.js b/core/src/jquery/contactsmenu.js index ed05d4602a7..85a5c280d34 100644 --- a/core/src/jquery/contactsmenu.js +++ b/core/src/jquery/contactsmenu.js @@ -5,7 +5,7 @@ * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * - * @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 diff --git a/core/src/jquery/exists.js b/core/src/jquery/exists.js index 0cd0cb0053c..0f545cc8107 100644 --- a/core/src/jquery/exists.js +++ b/core/src/jquery/exists.js @@ -4,7 +4,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 diff --git a/core/src/jquery/filterattr.js b/core/src/jquery/filterattr.js index f6b4d8063d3..44aad5b8ea2 100644 --- a/core/src/jquery/filterattr.js +++ b/core/src/jquery/filterattr.js @@ -4,7 +4,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 diff --git a/core/src/jquery/index.js b/core/src/jquery/index.js index c8ab1a7f673..305b038ce37 100644 --- a/core/src/jquery/index.js +++ b/core/src/jquery/index.js @@ -5,7 +5,7 @@ * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * - * @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 diff --git a/core/src/jquery/ocdialog.js b/core/src/jquery/ocdialog.js index 14abd5aa666..4148c16e92b 100644 --- a/core/src/jquery/ocdialog.js +++ b/core/src/jquery/ocdialog.js @@ -6,7 +6,7 @@ * @author Joas Schilling <coding@schilljs.com> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 diff --git a/core/src/jquery/octemplate.js b/core/src/jquery/octemplate.js index fb818f5ac7c..7bf9f8dcb19 100644 --- a/core/src/jquery/octemplate.js +++ b/core/src/jquery/octemplate.js @@ -5,7 +5,7 @@ * @author John Molakvoæ <skjnldsv@protonmail.com> * @author Roeland Jago Douma <roeland@famdouma.nl> * - * @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 diff --git a/core/src/jquery/placeholder.js b/core/src/jquery/placeholder.js index 001e71f102c..03647059131 100644 --- a/core/src/jquery/placeholder.js +++ b/core/src/jquery/placeholder.js @@ -7,7 +7,7 @@ * @author Julius Härtl <jus@bitgrid.net> * @author Sergey Shliakhov <husband.sergey@gmail.com> * - * @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 diff --git a/core/src/jquery/requesttoken.js b/core/src/jquery/requesttoken.js index 65d4ac01a48..07524966994 100644 --- a/core/src/jquery/requesttoken.js +++ b/core/src/jquery/requesttoken.js @@ -4,7 +4,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 diff --git a/core/src/jquery/selectrange.js b/core/src/jquery/selectrange.js index e35ca85b497..713fd1edf8d 100644 --- a/core/src/jquery/selectrange.js +++ b/core/src/jquery/selectrange.js @@ -4,7 +4,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 diff --git a/core/src/jquery/showpassword.js b/core/src/jquery/showpassword.js index 2681619efad..a00a57cc867 100644 --- a/core/src/jquery/showpassword.js +++ b/core/src/jquery/showpassword.js @@ -4,7 +4,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 diff --git a/core/src/jquery/ui-fixes.js b/core/src/jquery/ui-fixes.js index 39da7084e44..ab4235d9b53 100644 --- a/core/src/jquery/ui-fixes.js +++ b/core/src/jquery/ui-fixes.js @@ -4,7 +4,7 @@ * @author Christoph Wurst <christoph@winzerhof-wurst.at> * @author John Molakvoæ <skjnldsv@protonmail.com> * - * @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 |