diff options
Diffstat (limited to 'src/util/support/utf8_conv.c')
-rw-r--r-- | src/util/support/utf8_conv.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/util/support/utf8_conv.c b/src/util/support/utf8_conv.c index 47ff9511b..6e7c5880d 100644 --- a/src/util/support/utf8_conv.c +++ b/src/util/support/utf8_conv.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* util/support/utf8_conv.c */ /* - * util/support/utf8_conv.c - * * Copyright 2008 by the Massachusetts Institute of Technology. * All Rights Reserved. * @@ -24,8 +23,7 @@ * this software for any purpose. It is provided "as is" without express * or implied warranty. */ -/* This work is part of OpenLDAP Software <http://www.openldap.org/>. - * +/* * Copyright 1998-2008 The OpenLDAP Foundation. * All rights reserved. * @@ -37,7 +35,7 @@ * top-level directory of the distribution or, alternatively, at * <http://www.OpenLDAP.org/license.html>. */ -/* Portions Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved. +/* Copyright (C) 1999, 2000 Novell, Inc. All Rights Reserved. * * THIS WORK IS SUBJECT TO U.S. AND INTERNATIONAL COPYRIGHT LAWS AND * TREATIES. USE, MODIFICATION, AND REDISTRIBUTION OF THIS WORK IS SUBJECT @@ -49,6 +47,8 @@ * THE PERPETRATOR TO CRIMINAL AND CIVIL LIABILITY. */ +/* This work is part of OpenLDAP Software <http://www.openldap.org/>. */ + /* * UTF-8 Conversion Routines * |