about summary refs log tree commit diff
path: root/ui-stats.h
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2018-07-10 10:03:34 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-10 16:40:15 +0200
commit5dec7f4a9156b02ebc523e52c85988d81b5dcf73 (patch)
treea265af51b01dbe6b7365e31ae62a6ecedb7ed58a /ui-stats.h
parentcss: use correct size in annotated decoration (diff)
downloadcgit-pink-5dec7f4a9156b02ebc523e52c85988d81b5dcf73.tar.gz
cgit-pink-5dec7f4a9156b02ebc523e52c85988d81b5dcf73.zip
Update COPYING
The address of the Free Software Foundation has changed since the
license was added in 7640d90 ("Add license file and copyright notices",
2006-12-10).  Update the license file from gnu.org¹.

The only non-whitespace changes are the updated FSF address and two
references to the L in LGPL changed from Library to Lesser.

¹ https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Signed-off-by: Todd Zullinger <tmz@pobox.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
1543a0d3433d1d30f092a0c7cf46103667802c&follow=1'>Respect mailmap in gl pretty formatJune McEnroe 2019-12-20Set LANG in cgit filtersJune McEnroe ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. 2019-12-20Source .editrc before applying -v or -eJune McEnroe Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. 2019-12-20Disable signing commitsJune McEnroe Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. 2019-12-19Ignore about-filterJune McEnroe 2019-12-19Fix matching make tags with no sourcesJune McEnroe 2019-12-19Avoid matching := assignments as tagsJune McEnroe 2019-12-18Hide line numbers when rendering mdocJune McEnroe Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. 2019-12-18Customize cgit CSSJune McEnroe 2019-12-18Use :target rather than :focus pseudo-classJune McEnroe :target persists after you click on something else. 2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe 2019-12-18Add git.causal.agency cgit configJune McEnroe 2019-12-18Bail from hi if input is binaryJune McEnroe NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. 2019-12-16Post "cgit setup"June McEnroe