diff options
| author | Glenn Morris | 2017-05-09 21:31:46 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-05-09 21:31:46 -0400 |
| commit | 8452db040905a7de460f8ff2c8b1dda28eed737c (patch) | |
| tree | 8839a7eb8b52025a6e1e1967b3baf83eaf47850a /lisp/international | |
| parent | e7b6751c0a74f24c14cd207d57a4e1a95f409256 (diff) | |
| download | emacs-8452db040905a7de460f8ff2c8b1dda28eed737c.tar.gz emacs-8452db040905a7de460f8ff2c8b1dda28eed737c.zip | |
Put license information in each generated uni-*.el
* admin/unidata/unidata-gen.el (unidata-gen-file):
Get Copyright line from copyright.html.
Put information in file header, not separate README.
(unidata-gen-charprop): Mention the source location.
* lisp/international/README: Remove file.
Diffstat (limited to 'lisp/international')
| -rw-r--r-- | lisp/international/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lisp/international/README b/lisp/international/README deleted file mode 100644 index 88b6041a937..00000000000 --- a/lisp/international/README +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | The following files in this directory are derived from the Unicode | ||
| 2 | Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt: | ||
| 3 | |||
| 4 | charprop.el uni-bidi.el uni-brackets.el uni-category.el | ||
| 5 | uni-combining.el uni-comment.el uni-decimal.el uni-decomposition.el | ||
| 6 | uni-digit.el uni-lowercase.el uni-mirrored.el uni-name.el | ||
| 7 | uni-numeric.el uni-old-name.el uni-special-lowercase.el | ||
| 8 | uni-special-titlecase.el uni-special-uppercase.el uni-titlecase.el | ||
| 9 | uni-uppercase.el | ||
| 10 | |||
| 11 | These files were generated from the version admin/unidata/UnicodeData.txt | ||
| 12 | in the Emacs sources, using the file unidata-gen.el in the same directory. | ||
| 13 | |||
| 14 | The file UnicodeData.txt is used under the Unicode Terms of Use, | ||
| 15 | contained in the file admin/unidata/copyright.html. | ||