Le Lundi 17 Novembre 2003 23:19, Malcolm Hunter a ?crit : > According to the Linux Kernel 2.6 changelog: > > http://www.kernel.org/pub/linux/kernel/v2.6/ChangeLog-2.6.0-test5 > > excerpt: > <greg at kroah.com> > [PATCH] USB: fix up a bunch of copyrights that were incorrectly > declared. > > It needs to be "Copyright (C)" not "Copyright (c)" according to the > lawyers who know these things... > > Does this apply to us aswell? I've been changing it to (c) for consistency, > as this was more common than (C).
(C) is the most common approximation for a normalized sign, which is a small c enclosed in a circle : ? We have Unicode, so we don't need an approximation, we can use the correct sign. Its UCS-2 code is 0x00A9, and its UTF-8 code is 0xC2A9. This character has a latin-1 equivalent which is 0xA9. There are characters entities for it in docbook, HTML and perharps in QML as well. -- Niemand ist mehr Sklave, wie der, der sich Frei w?hnt, ohne es zu Sein. Il n'est pas plus esclave que celui qui se croit libre ? tort. None are more enslaved than those who falsely believe they are free. - Goethe
