chore: add attribution
This commit is contained in:
parent
a516b8c697
commit
9f3b7f7182
1
AUTHORS
1
AUTHORS
|
|
@ -11,3 +11,4 @@ contributors:
|
||||||
# to add yourself.
|
# to add yourself.
|
||||||
- jalf <git@jalf.dk>
|
- jalf <git@jalf.dk>
|
||||||
- NTT corp.
|
- NTT corp.
|
||||||
|
- Juanjo Díaz (@juanjoDiaz)
|
||||||
|
|
|
||||||
|
|
@ -224,6 +224,7 @@ that list and you think you should be, feel free to send a PR to fix that.
|
||||||
* Original Logo : Michael Sersen
|
* Original Logo : Michael Sersen
|
||||||
* tight encoding : Michael Tinglof (Mercuri.ca)
|
* tight encoding : Michael Tinglof (Mercuri.ca)
|
||||||
* RealVNC RSA AES authentication : USTC Vlab Team
|
* RealVNC RSA AES authentication : USTC Vlab Team
|
||||||
|
* Clipboard support: Juanjo Díaz
|
||||||
|
|
||||||
* Included libraries:
|
* Included libraries:
|
||||||
* base64 : Martijn Pieters (Digital Creations 2), Samuel Sieb (sieb.net)
|
* base64 : Martijn Pieters (Digital Creations 2), Samuel Sieb (sieb.net)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
||||||
|
/*
|
||||||
|
* noVNC: HTML5 VNC client
|
||||||
|
* Copyright (c) 2021 Juanjo Díaz
|
||||||
|
* Licensed under MPL 2.0 or any later version (see LICENSE.txt)
|
||||||
|
*/
|
||||||
|
|
||||||
export default class Clipboard {
|
export default class Clipboard {
|
||||||
constructor(target) {
|
constructor(target) {
|
||||||
this._target = target;
|
this._target = target;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue