X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblber%2Fassert.c;h=131e7242283d7d8a3d8074c93f6f86c88a3a28f1;hb=0355abeb1a0ea471970c5313a69ce5b20916b408;hp=50b70dd53b1a0cfba52da14ee357ef7d60d375bd;hpb=403f4479bc9f9a864122d4aeecf7284408918302;p=openldap diff --git a/libraries/liblber/assert.c b/libraries/liblber/assert.c index 50b70dd53b..131e724228 100644 --- a/libraries/liblber/assert.c +++ b/libraries/liblber/assert.c @@ -1,12 +1,16 @@ /* $OpenLDAP$ */ -/* - * Copyright 1999 The OpenLDAP Foundation, Redwood City, California, USA +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2007 The OpenLDAP Foundation. * All rights reserved. * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ #include "portable.h" @@ -27,7 +31,7 @@ void ber_pvt_assert( const char *file, int line, const char *test ) { fprintf(stderr, - "Assertion failed: %s, file %s, line %d\n", + _("Assertion failed: %s, file %s, line %d\n"), test, file, line); abort();