Skip to content

Commit

Permalink
chore: add attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjoDiaz committed Mar 21, 2023
1 parent fdef9ed commit 50ab659
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ contributors:
# to add yourself.
- jalf <[email protected]>
- NTT corp.
- Juanjo Díaz (@juanjoDiaz)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ that list and you think you should be, feel free to send a PR to fix that.
* Original Logo : Michael Sersen
* tight encoding : Michael Tinglof (Mercuri.ca)
* RealVNC RSA AES authentication : USTC Vlab Team
* Clipboard support: Juanjo Díaz

* Included libraries:
* base64 : Martijn Pieters (Digital Creations 2), Samuel Sieb (sieb.net)
Expand Down
6 changes: 6 additions & 0 deletions core/clipboard.js
Original file line number Diff line number Diff line change
@@ -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 {
constructor(target) {
this._target = target;
Expand Down

0 comments on commit 50ab659

Please sign in to comment.