Skip to the content.

Copyright Header

The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119.

Code files

All code files MUST have the one of the following copyright headers according to language.

C#, JavaScript or Java

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) 2017 International Federation of Red Cross and Red Crescent Societies. All rights reserved.
 *  Licensed under the MIT License. See LICENSE in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

CSS/LESS

/*---------------------------------------------------------------------------------------------
 *  Copyright (c) 2017 International Federation of Red Cross and Red Crescent Societies. All rights reserved.
 *  Licensed under the MIT License. See LICENSE in the project root for license information.
 *--------------------------------------------------------------------------------------------*/

HTML

<!--
  Copyright (c) 2017 International Federation of Red Cross and Red Crescent Societies. All rights reserved.
  Licensed under the MIT License. See LICENSE in the project root for license information.
-->