Overview
Comment: | unicode.[hm]: Fix copyright |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a7c7a541ce081c678c01c4dcdae31c5b |
User & Date: | js on 2014-02-15 11:10:48 |
Other Links: | manifest | tags |
Context
2014-02-15
| ||
12:30 | ofzip: Add missing ${PROG_SUFFIX} check-in: 091c3f394c user: js tags: trunk | |
11:10 | unicode.[hm]: Fix copyright check-in: a7c7a541ce user: js tags: trunk | |
01:20 | configure: Better document --seluid24 check-in: 1ad952e9ed user: js tags: trunk | |
Changes
Modified src/unicode.h from [458419f1e2] to [19fc7ce376].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 * Jonathan Schleifer <js@webkeks.org> * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in * the packaging of this file. |
︙ | ︙ |
Modified src/unicode.m from [f7cd9ad626] to [ce4a079ffd].
1 | /* | | | 1 2 3 4 5 6 7 8 9 | /* * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014 * Jonathan Schleifer <js@webkeks.org> * * All rights reserved. * * This file is part of ObjFW. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE.QPL included in * the packaging of this file. |
︙ | ︙ |