diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/librejs.info | 43 | ||||
-rw-r--r-- | doc/librejs.texi | 13 | ||||
-rw-r--r-- | doc/version.texi | 4 |
3 files changed, 38 insertions, 22 deletions
diff --git a/doc/librejs.info b/doc/librejs.info index a2212ff..6812547 100644 --- a/doc/librejs.info +++ b/doc/librejs.info @@ -1,9 +1,9 @@ This is librejs.info, produced by makeinfo version 5.2 from librejs.texi. -This manual is for GNU LibreJS (version 6.0.10.20151023, 23 October -2015), a GNU IceCat extension to detect and block nonfree nontrivial -JavaScript on webpages. +This manual is for GNU LibreJS (version 6.0.10, 25 October 2015), a GNU +IceCat extension to detect and block nonfree nontrivial JavaScript on +webpages. Copyright (C) 2011 2012 2014 2015 Loic J. Duros @@ -24,8 +24,7 @@ File: librejs.info, Node: Top, Next: Overview, Up: (dir) LibreJS ******* -This manual is for GNU LibreJS (version 6.0.10.20151023, 23 October -2015). +This manual is for GNU LibreJS (version 6.0.10, 25 October 2015). * Menu: @@ -395,6 +394,12 @@ and label it accordingly. * Magnet Link: 'magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt' + * Universal Permissive License + * Identifier: 'UPL-1.0' + * URL: <https://oss.oracle.com/licenses/upl/> + * Magnet link: + 'magnet:?xt=urn:btih:478974f4d41c3fa84c4befba25f283527fad107d&dn=upl-1.0.txt' + * WTFPL * Identifier: 'WTFPL' * URL: <http://www.wtfpl.net/txt/copying/> @@ -620,7 +625,7 @@ Update the version number in: Then run 'make info' to build the docs with 'gendocs.sh'. * 'git commit' and 'git tag 6.0.4' * Export a tarball: - * 'git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 + * 'git archive --format=tar.gz --prefix=librejs-6.0.4/ 6.0.4 >librejs-6.0.4.tar.gz' * 'mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/' * Make xpi file: 'jpm xpi; mv librejs.xpi librejs-6.0.4.xpi' @@ -1265,18 +1270,18 @@ their use in free software. Tag Table: -Node: Top841 -Node: Overview2000 -Node: Disclaimer2847 -Node: Installation3343 -Node: How to Use4189 -Node: JavaScript Detection7431 -Node: Free Licenses Detection10839 -Node: Setting Your JavaScript Free17257 -Node: LibreJS Development Notes24091 -Node: Installation Requirements25433 -Node: LibreJS Internals27040 -Node: Tests28203 -Node: GNU Free Documentation License32710 +Node: Top832 +Node: Overview1982 +Node: Disclaimer2829 +Node: Installation3325 +Node: How to Use4171 +Node: JavaScript Detection7413 +Node: Free Licenses Detection10821 +Node: Setting Your JavaScript Free17471 +Node: LibreJS Development Notes24305 +Node: Installation Requirements25648 +Node: LibreJS Internals27255 +Node: Tests28418 +Node: GNU Free Documentation License32925 End Tag Table diff --git a/doc/librejs.texi b/doc/librejs.texi index a951013..c53cf06 100644 --- a/doc/librejs.texi +++ b/doc/librejs.texi @@ -506,6 +506,17 @@ Magnet Link: @indicateurl{magnet:?xt=urn:btih:e95b018ef3580986a04669f1b587959221 @end itemize @item +Universal Permissive License +@itemize @bullet +@item +Identifier: @samp{UPL-1.0} +@item +URL: @url{https://oss.oracle.com/licenses/upl/} +@item +Magnet link: @indicateurl{magnet:?xt=urn:btih:478974f4d41c3fa84c4befba25f283527fad107d&dn=upl-1.0.txt} +@end itemize + +@item WTFPL @itemize @bullet @item @@ -759,7 +770,7 @@ Then run @samp{make info} to build the docs with @file{gendocs.sh}. Export a tarball: @itemize @bullet @item -@samp{git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 >librejs-6.0.4.tar.gz} +@samp{git archive --format=tar.gz --prefix=librejs-6.0.4/ 6.0.4 >librejs-6.0.4.tar.gz} @item @samp{mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/} @end itemize diff --git a/doc/version.texi b/doc/version.texi index 50ca4d4..06b83d5 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 23 October 2015 +@set UPDATED 25 October 2015 @set UPDATED-MONTH October 2015 @set EDITION 2 -@set VERSION 6.0.10.20151023 +@set VERSION 6.0.10 |