summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2022-12-17 18:17:46 +0100
committerFlorian Zschocke <f.zschocke+git@gmail.com>2023-04-03 22:46:43 +0200
commita1bb0ed56f26c4f08fd0fd1880ef934a04e7e58c (patch)
treea20f816b7052f603af1615c1be693749efb070b1
parent04bd2a0c3eab35dcaccf6cb2389e57393ccd858f (diff)
downloadgitblit-a1bb0ed56f26c4f08fd0fd1880ef934a04e7e58c.tar.gz
gitblit-a1bb0ed56f26c4f08fd0fd1880ef934a04e7e58c.zip
doc: Replace Clippy with clipboard.js in design doc and NOTICE
-rw-r--r--NOTICE9
-rw-r--r--src/site/design.mkd2
2 files changed, 9 insertions, 2 deletions
diff --git a/NOTICE b/NOTICE
index 69d7c744..a82672d1 100644
--- a/NOTICE
+++ b/NOTICE
@@ -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)