Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Chameleon Chameleon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • solverstack
  • ChameleonChameleon
  • Merge requests
  • !85

Fix issue #10 - update copyrights and cleanup file formats

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Mathieu Faverge requested to merge faverge/chameleon:issue10 into master Feb 06, 2018
  • Overview 4
  • Commits 28
  • Pipelines 0
  • Changes 626

Works on the headers to put them in the following format

/**
 *
 * @file filename
 *
 * @copyright 2009-2014 The University of Tennessee and The University of
 *                      Tennessee Research Foundation. All rights reserved.
 * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 *                      Univ. Bordeaux. All rights reserved.
 * @copyright 2012-2014 KAUST. All rights reserved.
 *
 ***
 *
 * @brief Chameleon short description of the file
 *
 * @version 1.0.0
 * @author Firstname1 Lastname1
 * @author Firstname2 Lastname2
 * @date yyyy-mm-dd
 * @precisions normal z -> s d c
 *
 */
  • @file have been checked and corrected
  • @version have been updated and placed first after the MORSE lines
  • Replace old instances of PLASMA and MORSE by Chameleon
  • @copyright lines have been updated and placed when needed.
  • @date lines have been put in format yyyy-mm-dd
Edited Feb 06, 2018 by Mathieu Faverge
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: issue10