From 346a19ccc2ad46ec79b76ccc925c22a4515b092d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 26 Nov 2003 06:34:52 +0000 Subject: [PATCH] Minor updates --- build/mkversion | 22 ++++++++++++++++------ build/version.h | 18 ------------------ 2 files changed, 16 insertions(+), 24 deletions(-) delete mode 100644 build/version.h diff --git a/build/mkversion b/build/mkversion index 572c72b797..636aee081d 100755 --- a/build/mkversion +++ b/build/mkversion @@ -53,16 +53,26 @@ APPLICATION=$1 WHOWHERE="$USER@`uname -n`:`pwd`" cat << __EOF__ -/* - * Copyright 1998-2003 The OpenLDAP Foundation - * COPYING RESTRICTIONS APPLY. See COPYRIGHT file in top level directory - * of this package for details. +/* This work is part of OpenLDAP Software . + * + * Copyright 1998-2003 The OpenLDAP Foundation. + * All rights reserved. + * + * 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 + * . */ + static const char copyright[] = -"Copyright 1998-2003 The OpenLDAP Foundation\n" +"Copyright 1998-2003 The OpenLDAP Foundation. All rights reserved.\n" "COPYING RESTRICTIONS APPLY\n"; $static $const char $SYMBOL[] = -"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n\t$WHOWHERE\n"; +"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n" +"\t$WHOWHERE\n"; __EOF__ diff --git a/build/version.h b/build/version.h deleted file mode 100644 index 1f785624eb..0000000000 --- a/build/version.h +++ /dev/null @@ -1,18 +0,0 @@ -/* This work is part of OpenLDAP Software . - * - * Copyright 1998-2003 The OpenLDAP Foundation. - * All rights reserved. - * - * 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 - * . - */ - -static const char copyright[] = -"Copyright 1998-2003 The OpenLDAP Foundation. All rights reserved.\n" -"COPYING RESTRICTIONS APPLY.\n"; - -- 2.39.5