diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2022-12-17 18:17:46 +0100 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-04-03 22:46:43 +0200 |
commit | a1bb0ed56f26c4f08fd0fd1880ef934a04e7e58c (patch) | |
tree | a20f816b7052f603af1615c1be693749efb070b1 | |
parent | 04bd2a0c3eab35dcaccf6cb2389e57393ccd858f (diff) | |
download | gitblit-a1bb0ed56f26c4f08fd0fd1880ef934a04e7e58c.tar.gz gitblit-a1bb0ed56f26c4f08fd0fd1880ef934a04e7e58c.zip |
doc: Replace Clippy with clipboard.js in design doc and NOTICE
-rw-r--r-- | NOTICE | 9 | ||||
-rw-r--r-- | src/site/design.mkd | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -366,4 +366,11 @@ google-guice Apache License 2.0 https://code.google.com/p/google-guice -
\ No newline at end of file + +--------------------------------------------------------------------------- +clipboard.js +--------------------------------------------------------------------------- + clipboard.js, release under the + MIT License + + https://clipboardjs.com diff --git a/src/site/design.mkd b/src/site/design.mkd index 9bb16d4d..be60b19a 100644 --- a/src/site/design.mkd +++ b/src/site/design.mkd @@ -14,7 +14,7 @@ The following dependencies are bundled with Gitblit. - [GLYPHICONS](http://glyphicons.com) (Creative Commons CC-BY)
- [Iconic](http://somerandomdude.com/work/iconic) (Creative Commons Share Alike 3.0)
- [AngularJS](http://angularjs.org) (MIT)
-- [Clippy](https://github.com/mojombo/clippy) (MIT)
+- [clipboard.js](https://github.com/zenorocha/clipboard.js) (MIT)
- [google-code-prettify](https://github.com/googlearchive/code-prettify) (Apache 2.0)
- [Commons Daemon](http://commons.apache.org/daemon) (Apache 2.0)
- [jQuery](https://jquery.org) (MIT)
|