Skip to content

Commit 80f0a62

Browse files
author
Kurt Zeilenga
committed
This file serves as a template for new files.
1 parent d607376 commit 80f0a62

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/devel/template.c

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
/* template.c -- example OpenLDAP source file */
2+
/* $OpenLDAP$ */
3+
/*
4+
* This work is part of OpenLDAP Software. See main COPYRIGHT file
5+
* for detailed notice covering all files in the distribution.
6+
*/
7+
* Copyright YEAR The OpenLDAP Foundation
8+
* Portions Copyright YEAR Secondary Rights Holder
9+
* Portions Copyright YEAR Another Rights Holder
10+
* All rights reserved.
11+
*
12+
* Redistribution and use in source and binary forms, with or without
13+
* 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.
17+
*/
18+
/* Additional (custom) notices (where necessary).
19+
* Please consult Kurt Zeilenga <[email protected]> before adding
20+
* additional notices.
21+
*/
22+
/*
23+
* This work was initially developed by John Doe (of FOO Corporation).
24+
* This work was (SIGNIFICANTLY) modify by:
25+
* Jane Doe of BAR, Inc. (added this and that)
26+
*/

0 commit comments

Comments
 (0)