Skip to content
Snippets Groups Projects

Reduced licence declarations for .sh files

Closed Eoin Clerkin requested to merge e.clerkin/cbmroot:licence3 into master
  1. May 11, 2021
  2. May 10, 2021
  3. May 07, 2021
    • Eoin Clerkin's avatar
      Modifies licence header as per requests · a3a91bc6
      Eoin Clerkin authored
      Adds long form of institute name when copyright is held by one institute only.
      
      Includes a seperate doxygen list of authors
      
      Removes underscore in original author names
      
      Updatse the details for several persons. Corrects some errors.
      a3a91bc6
    • Eoin Clerkin's avatar
      Revert "Add licence declaration to files" · f0c64a13
      Eoin Clerkin authored
      This reverts commit ab50341e.
      f0c64a13
    • Eoin Clerkin's avatar
      Add licence declaration to files · ab50341e
      Eoin Clerkin authored
      Follows doxygen format with author, insitute, year, creatation date, last modified date.
      ab50341e
    • Eoin Clerkin's avatar
      Revert "Licence declarations for all .cpp, .cxx, .h, .C files." · b49e916a
      Eoin Clerkin authored
      This reverts commit d90c2376.
      b49e916a
    • Eoin Clerkin's avatar
      Licence declarations for all .cpp, .cxx, .h, .C files. · d90c2376
      Eoin Clerkin authored
      Skips declaration on files with previous declaration of authorship and copyright. Inserts following header schema for files
      
      // Copyright (C), {YEAR_OF_FIRST_CRATION} {INSTITUTE_ABBREVIATION}"
      // Distributed under the GNU Lesser General Public Licence (LGPL) Version 3"
      //
      // FILENAME: cbmroot_directory
      // ORIGINAL FIRST_SECOND <email@gsi.de>
      // FIRST CREATED: ${FIRST_EDITED_DATE}"
      //
      // CONTRIBUTING AUTHORS: {AUTHOR_1}(NUMBER_OF_LINES) {AUTHOR_2}(NUMBER_OF_LINES)
      // LAST EDITED BY {LAST_EDITED_AUTHOR} ON {LAST_EDITED_DATE}."
      //
      
      The author information and details are pulled from the CBMCDB. Copyright is declared for the institute of the original authors from this database. When this could not be automatically determined, then CBMC for the whole collaboration is entered.
      d90c2376
Loading