Skip to content

Commit 9203182

Browse files
author
Kurt Zeilenga
committed
Minor tweak
1 parent 80f0a62 commit 9203182

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

doc/devel/template.c

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
/* template.c -- example OpenLDAP source file */
22
/* $OpenLDAP$ */
3-
/*
4-
* This work is part of OpenLDAP Software. See main COPYRIGHT file
3+
/* This work is part of OpenLDAP Software. See main COPYRIGHT file
54
* for detailed notice covering all files in the distribution.
65
*/
6+
/*
77
* Copyright YEAR The OpenLDAP Foundation
88
* Portions Copyright YEAR Secondary Rights Holder
99
* Portions Copyright YEAR Another Rights Holder
1010
* All rights reserved.
1111
*
1212
* Redistribution and use in source and binary forms, with or without
1313
* modification, are permitted only as authorized by the OpenLDAP
14-
* Public License. A copy of this license is available at
15-
* http://www.OpenLDAP.org/license.html or in file LICENSE in the
16-
* top-level directory of the distribution.
14+
* Public License.
15+
*
16+
* A copy of this license is available in the file LICENSE in the
17+
* top-level directory of the distribution or, alternatively, at
18+
* <http://www.OpenLDAP.org/license.html>.
1719
*/
1820
/* Additional (custom) notices (where necessary).
1921
* Please consult Kurt Zeilenga <[email protected]> before adding

0 commit comments

Comments
 (0)