-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathlicenseheader.txt
More file actions
14 lines (14 loc) · 653 Bytes
/
licenseheader.txt
File metadata and controls
14 lines (14 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<#if licenseFirst??>
${licenseFirst}
</#if>
${licensePrefix}Copyright (c) ${date?date?string("yyyy")} ${project.organization!user}.
${licensePrefix}All rights reserved. This program and the accompanying materials
${licensePrefix}are made available under the terms of the Eclipse Public License v2.0
${licensePrefix}which accompanies this distribution, and is available at
${licensePrefix}http://www.eclipse.org/legal/epl-v20.html
${licensePrefix?replace(" +$", "", "r")}
${licensePrefix}Contributors:
${licensePrefix} ${project.organization!user} - initial API and implementation and/or initial documentation
<#if licenseLast??>
${licenseLast}
</#if>