533dfe4afb6c42305d2122129b33184abf96d1c8
[vfc/nfvo/wfengine.git] / winery / documentation / CodeHeaders.md
1 # About this file
2
3 This file explains how to create and maintain copyright headers in source files.
4
5 # Initial header
6
7 ```
8 /***********************************************************************
9  * Copyright (c) {DATE} {INITIAL COPYRIGHT OWNER} {OTHER COPYRIGHT OWNERS}.
10  * All rights reserved. This program and the accompanying materials
11  * are made available under the terms of the Eclipse Public License v1.0
12  * and Apache License v2.0 which accompanies this distribution.
13  * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
14  * and the Apache License v2.0 is available at
15  * http://www.opensource.org/licenses/apache2.0.php.
16  * You may elect to redistribute this code under either of these licenses.
17  * Contributors:
18  *    {INITIAL AUTHOR} - initial API and implementation
19  *************************************************************************
20 ```
21
22 ## Templates
23 * Company: John Smith (University of Stuttgart)
24 * Student: John Smith
25 * Copyright (c) 2013 John Smith (University of Stuttgart).
26
27 # Full information
28
29 Full information is available at: http://www.eclipse.org/legal/copyrightandlicensenotice.php
30
31 # License
32 Copyright (c) 2014 University of Stuttgart.
33
34 All rights reserved. This program and the accompanying materials
35 are made available under the terms of the [Eclipse Public License v1.0]
36 and the [Apache License v2.0] which both accompany this distribution,
37 and are available at http://www.eclipse.org/legal/epl-v10.html
38 and http://www.apache.org/licenses/LICENSE-2.0
39
40 Contributors:
41 * Oliver Kopp - initial API and implementation
42
43
44  [Apache License v2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
45  [Eclipse Public License v1.0]: http://www.eclipse.org/legal/epl-v10.html