Copyright Notice Guidelines
Those are guidelines of how to write copyright headers.
This is especially important, if a contribution goes into external projects (either internally created or by external independent).
The header must ensure a clean behavior and a clean pointback to the project/company.
Requirements
- Give compact Credit to the original designer / copyright holder
- Give credits to the company which has sponsored the work.
- Avoid credits for small informations
- e.g.: Mr x for mentioning the sys.path.append function
Header Example
#---------------------------------------------------------------------------- # Author: name email@company.com # Copyright 2006 Legal Entity - All Rights Reserved # License: See License within Project Root # # Sponsor: Company - <link> # Project: pointer to the project / contract for this result #----------------------------------------------------------------------------