Commit graph

29 commits

Author SHA1 Message Date
Lincerely
506de8f6d4
Fix fonts (#463)
* font/pelm: add cjk punctuation for hku.9.font
* troff: added back HX
2022-07-27 10:25:51 -04:00
Russ Cox
88a87fadae all: update for new MIT license
On March 23, 2021, Nokia transferred the copyrights in the Plan 9 software
to the Plan 9 Foundation, which relicensed them under the MIT license.

This commit updates the Plan 9 from User Space license to reflect the
new base license. The vast majority of the contributions beyond the
base Plan 9 set were by me, many of them explicitly under an MIT license.
Those are all under the new MIT license now as well.

The port of mk to Unix was taken from Inferno via Vita Nuova and had
been made available under GPL, but Vita Nuova has relicensed Inferno
under the MIT license as well, to match the new Plan 9 license.

Michael Teichgraber contributed src/lib9/zoneinfo.c explicitly under
the Lucent Public License but has agreed to change the contribution
to the MIT license now used in the rest of the distribution.

There remain a few exceptions, most notably fonts.
See the root LICENSE file for full details.

The only mention of the Lucent Public License in the whole tree now
is in the LICENSE file, explaining the history.
2021-03-23 20:59:23 -04:00
Rob Pike
35d4392448 font: s/10/11 in ascent for unicode.7x13.font
The subfont files were fixed in  https://plan9port-review.googlesource.com/#/c/1351/
but the font file was not.

Change-Id: I71ec13af9163f1b97b2fd499ff170a59c27ea7ec
Reviewed-on: https://plan9port-review.googlesource.com/1490
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Russ Cox <rsc@google.com>
2016-04-18 18:07:22 +00:00
Rob Pike
a78b1841be font/fixed: adjust the ascent for the 7x13 subfonts
The ascent in these subfonts was 10 pixels but the images
are using an 11 ascent, so fix all the ascents in the files.
This is the global ascent, not for each character. This change
makes them consistent with the usage in, for instance,
the lucsans directory.

Problem was found with some new Go code to handle these
fonts, and we'd like to publish the updated files so the Go
code can use them in a test. If preferable, of course, they could
be put under some other name.

Others may also want adjustment, but we can start here.

Change-Id: I6c518604eed5b35db641dc537e4b5a2810ad1cf9
Reviewed-on: https://plan9port-review.googlesource.com/1351
Reviewed-by: Nigel Tao <nigeltao@golang.org>
Reviewed-by: Russ Cox <rsc@swtch.com>
2015-08-26 00:51:04 +00:00
Rob Pike
49ccc80e8c font/lucsans: fix reference to supsub.9
The euro files refer to the version in ../lucm/supsub.9 but unicode.9x24
was missing the ../lucm

Change-Id: I1a3237a3ea5271426cc53243785229634a843146
Reviewed-on: https://plan9port-review.googlesource.com/1350
Reviewed-by: Russ Cox <rsc@swtch.com>
2015-08-26 00:50:52 +00:00
Russ Cox
a673ea2203 font: add peter face to font/times/*.font
fixes #20 http://code.swtch.com/plan9port/issue/20/
2009-08-24 08:05:09 -07:00
Russ Cox
7abb729a31 Unicode superscript update
font/*/supsub.*: change superscript 1 into i; delete 2, 3
lib/keyboard: fix s1, s2, s3; add si
lib/unicode: add 2071
src/cmd/devdraw: update from lib/keyboard
2009-05-14 15:54:26 -07:00
Russ Cox
6ef0b1cabd font/lucsans/lsr.14: svelte center dot 2008-12-06 16:44:54 -08:00
rsc
7fc7ed2a22 more notes 2006-03-20 02:46:03 +00:00
rsc
5793a270b9 update notice 2006-03-20 00:31:43 +00:00
rsc
dc2cbf8b78 note 2006-03-20 00:30:39 +00:00
rsc
b6372b09e7 no more lucida 2006-03-20 00:08:25 +00:00
rsc
0f559fe6e1 add 2006-03-19 23:35:15 +00:00
rsc
98a7413acc add notice 2006-03-19 23:34:30 +00:00
rsc
db3f85b9fe Add more special characters. 2005-08-31 03:58:36 +00:00
rsc
610199193c runeerror is 0xfffd not 0xffdf 2005-05-12 17:04:52 +00:00
rsc
e354760aca add ffdf char 2005-05-12 16:27:41 +00:00
rsc
739139ddbc use nice pretty new fonts 2005-05-12 15:20:06 +00:00
rsc
2227f6d5eb lots o fonts 2005-05-12 15:17:38 +00:00
rsc
4c79af3977 add font 2005-03-18 19:27:47 +00:00
rsc
cb00380988 mustn't forget this 2005-01-04 22:12:37 +00:00
rsc
e6586d194c Make checkboxes a little more attractive. 2004-04-18 16:21:58 +00:00
rsc
dc13c29ed1 Lots of fonts. 2003-11-25 01:30:32 +00:00
rsc
8e314ad529 make typeunicode.7.font a bit more unicode. 2003-11-23 18:30:22 +00:00
rsc
dbc3cf7024 Clarify font directories. 2003-10-13 17:20:36 +00:00
rsc
eee5b41eab Clarify Lucida. 2003-10-11 02:57:40 +00:00
rsc
7ce20e3ee0 More fonts. 2003-10-11 02:57:01 +00:00
rsc
cca17c54b5 Add license. 2003-10-11 02:54:18 +00:00
rsc
079d45c20e Fonts. 2003-10-09 22:21:51 +00:00