Carlos Coutinho

This is the first approach to creating code conventions for C2NET.

To maintain consistency and traceability to the project, and assuming that the selected open-source licence to be used in the project is Apache V2.0, then all software files MUST include the following header in the start of the each source code file:

/**
 * Copyright (c) 2016, <List here all partners that are involved in the development of the module, e.g., Association pour la Recherche et le Developpement des Methodes et Processus Industriels (ARMINES), Atos, Caixa Magica Software (CMS), IKERLAN, Instituto de Desenvolvimento de Novas Tecnologias (Uninova), Instituto Tecnologico de Informatica (ITI), Interop-VLab, Linagora, Tampere University of Technology (TUT), Teknologian Tutkimuskeskus VTT (VTT), Universitat Politecnica de Valencia (UPV)>.
 * This work has been developed in the C2NET Project and the above-mentioned are Members of the C2NET Consortium.
 * C2NET is supported by the European Union's Competitiveness and Innovation framework Programme Horizon 2020,
 * under grant agreement no 636909.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at:   http://www.apache.org/licenses/LICENSE-2.0
 * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
 * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including without
 * limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTIBITLY, or FITNESS FOR A PARTICULAR
 * PURPOSE. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise,
 * unless required by applicable law or agreed to in writing, shall any Contributor be liable for damages, including
 * any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this
 * License or out of the use or inability to use the Work.
 * See the License for the specific language governing permissions and limitation under the License.
 */

Related

Wiki: Home