mirror of
https://github.com/friendica/friendica
synced 2025-04-27 05:50:10 +00:00
REUSE more work on bin and view directories
This commit is contained in:
parent
19993bea31
commit
5af3b9dedd
42 changed files with 242 additions and 8 deletions
|
@ -1,5 +1,9 @@
|
|||
//<!-- Docs at: http://www.microcosmotalk.com/tech/scripts/
|
||||
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
|
||||
//
|
||||
// SPDX-License-Identifer = CC0-1.0
|
||||
// SPDX-FileCopyrightText = Jim Carlock
|
||||
//
|
||||
// NOTE:
|
||||
// This code is placed into the public domain and may be used in any manner desired.
|
||||
//
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
Dropzone.autoDiscover = false;
|
||||
var DzFactory = function (max_imagesize) {
|
||||
this.createDropzone = function(dropSelector, textareaElementId) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* SPDX-FileCopyrightText: 2014 Leonardo Cardoso (http://leocardz.com), Rabuzarus to use it in the decentralized social network Friendica (https://friendi.ca).
|
||||
*
|
||||
* SPDX-License-Identifier: MIT or GPL-2.0-only
|
||||
* SPDX-License-Identifier: MIT OR GPL-2.0-only
|
||||
*
|
||||
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
|
||||
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
// @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPLv3-or-later
|
||||
|
||||
// https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue