Add copyright header to Javascript files

Signed-off-by: Olivier Paroz (oparoz) <github@oparoz.com>
This commit is contained in:
Olivier Paroz (oparoz) 2017-04-23 17:50:54 +02:00
parent a2671c8223
commit b11be47413
No known key found for this signature in database
GPG Key ID: 165E66587C7FE8B1
19 changed files with 201 additions and 3 deletions

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global OC, $, _, Gallery, SlideShow */
$(document).ready(function () {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Handlebars, Gallery */
(function ($, OC, t, Gallery) {
"use strict";

View File

@ -1,5 +1,5 @@
/**
* Gallery
* Nextcloud - Gallery
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
@ -7,8 +7,8 @@
* @author Robin Appelman <icewind1991@gmail.com>
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Robin Appelman 2012-2015
* @copyright Olivier Paroz 2014-2016
* @copyright Robin Appelman 2017
* @copyright Olivier Paroz 2017
*/
/**

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Album, GalleryImage */
(function ($, OC, t) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Handlebars, Gallery, Thumbnails, GalleryImage */
(function ($, Gallery) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global OC, OCA, FileList, $, t */
var GalleryButton = {};
GalleryButton.isPublic = false;

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Gallery */
(function ($, Gallery) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global oc_requesttoken, FileList, Gallery, SlideShow */
(function ($, OC, OCA, oc_requesttoken) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Handlebars, oc_requesttoken, Gallery, Thumbnails */
(function ($, Gallery, oc_requesttoken) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Gallery, commonmark, DOMPurify */
(function ($, t, Gallery) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Gallery, Album */
(function ($, Gallery) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global DOMPurify, oc_requesttoken, Gallery */
// The Utility class can also be loaded by the Files app

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global Handlebars, Gallery, Thumbnails */
(function ($, _, OC, t, Gallery) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
var galleryMenuHideAlbum = {
attach: function (menu) {
menu.addMenuEntry({

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global DOMPurify */
(function ($, OC, OCA, t) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global OC, SlideShow */
(function ($, SlideShow) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global SlideShow, bigshot*/
(function ($, SlideShow, bigshot) {
"use strict";

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global $, DOMPurify, OC, Gallery */
/**
* A thumbnail is the actual image attached to the GalleryImage object

View File

@ -1,3 +1,14 @@
/**
* Nextcloud - Gallery
*
*
* This file is licensed under the Affero General Public License version 3 or
* later. See the COPYING file.
*
* @author Olivier Paroz <galleryapps@oparoz.com>
*
* @copyright Olivier Paroz 2017
*/
/* global _, Gallery, Thumbnails */
/**
* OCA.FileList methods needed for file uploading