guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: cuirass.js: Add a license.


From: Mathieu Othacehe
Subject: branch master updated: cuirass.js: Add a license.
Date: Thu, 02 Dec 2021 03:56:13 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix-cuirass.

The following commit(s) were added to refs/heads/master by this push:
     new 3f91d26  cuirass.js: Add a license.
3f91d26 is described below

commit 3f91d26826f5bc8fdc8e6ad9c87e36db4e18e84a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Dec 2 09:55:56 2021 +0100

    cuirass.js: Add a license.
---
 src/static/js/cuirass.js | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/src/static/js/cuirass.js b/src/static/js/cuirass.js
index 587cd31..0a4829c 100644
--- a/src/static/js/cuirass.js
+++ b/src/static/js/cuirass.js
@@ -1,3 +1,32 @@
+/**
+ *
+ * @source:
+ * 
https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/tree/src/static/js/cuirass.js
+ *
+ * @licstart  The following is the entire license notice for the
+ *  JavaScript code in this page.
+ *
+ * Copyright (C) 2021 - Mathieu Othacehe <othacehe@gnu.org>
+ *
+ *
+ * The JavaScript code in this page is free software: you can
+ * redistribute it and/or modify it under the terms of the GNU
+ * General Public License (GNU GPL) as published by the Free Software
+ * Foundation, either version 3 of the License, or (at your option)
+ * any later version.  The code is distributed WITHOUT ANY WARRANTY;
+ * without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.
+ *
+ * As additional permission under GNU GPL version 3 section 7, you
+ * may distribute non-source (e.g., minimized or compacted) forms of
+ * that code without the copy of the GNU GPL normally required by
+ * section 4, provided you include this license notice and a URL
+ * through which recipients can access the Corresponding Source.
+ *
+ * @licend  The above is the entire license notice
+ * for the JavaScript code in this page.
+ *
+ */
 $(document).ready(function() {
     /* Specifications page. */
     var default_opts = {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]