X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Futf8-test.c;h=d12ed58ec3961648b1edecc4672d3fe348463a91;hb=9c0f9c65093cfa53d45f9b68782321eb8063a032;hp=d8ffc1b3953b0aaab97d95dbb10776c650557e6e;hpb=daa2341c6c773e1da6b1e345a1b92dc8aec630e3;p=catta diff --git a/avahi-common/utf8-test.c b/avahi-common/utf8-test.c index d8ffc1b..d12ed58 100644 --- a/avahi-common/utf8-test.c +++ b/avahi-common/utf8-test.c @@ -1,18 +1,16 @@ -/* $Id$ */ - /*** This file is part of avahi. - + avahi is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - + avahi is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - + You should have received a copy of the GNU Lesser General Public License along with avahi; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 @@ -34,6 +32,6 @@ int main(AVAHI_GCC_UNUSED int argc, AVAHI_GCC_UNUSED char *argv[]) { assert(avahi_utf8_valid("hallo")); assert(!avahi_utf8_valid("üxknürz")); assert(avahi_utf8_valid("üxknürz")); - + return 0; }