summaryrefslogtreecommitdiff
path: root/lib/spack/spack/hooks/licensing.py
AgeCommit message (Expand)AuthorFilesLines
2024-01-02Update copyright year to 2024 (#41919)Todd Gamblin1-1/+1
2023-04-18refactor: unify use of spack.util.editorTodd Gamblin1-25/+4
2023-04-18Revert addition of SPACK_EDITOR pending review.Todd Gamblin1-4/+25
2023-04-18refactor: unify use of spack.util.editorTodd Gamblin1-25/+4
2023-04-03modules: correctly detect explicit installation (#36533)Xavier Delaruelle1-1/+1
2023-01-18license year bump (#34921)Harmen Stoppels1-1/+1
2022-07-31black: reformat entire repository with blackTodd Gamblin1-22/+34
2022-03-17Windows: Symlink supportBetsy McPhail1-1/+2
2022-01-14Update copyright year to 2022Todd Gamblin1-1/+1
2021-10-07Fix for license symlinking issue. (#26576)Paul Ferrell1-1/+1
2021-01-02copyrights: update all files with license headers for 2021Todd Gamblin1-1/+1
2019-12-30copyright: update copyright dates for 2020 (#14328)Todd Gamblin1-1/+1
2019-07-25use Excecutable instead of exec for editing licenses (#11968)Gregory Lee1-2/+21
2019-01-01copyright: update license headers for 2013-2019 copyright.Todd Gamblin1-1/+1
2018-10-17relicense: replace LGPL headers with Apache-2.0/MIT SPDX headersTodd Gamblin1-23/+4
2018-08-29Update instructions to initialize Spack-global license files (#8991)Michael Sternberg1-44/+55
2018-05-18imports: remove unnecessary `import spack` statementsTodd Gamblin1-2/+3
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin1-2/+2
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin1-1/+1
2018-02-15Use abspath to avoid permission errors(#7241)Pramod S Kumbhar1-0/+1
2017-11-04Replace github.com/llnl/spack with github.com/spack/spack (#6142)Todd Gamblin1-1/+1
2017-09-06Update copyright notices for 2017 (#5295)Michael Kuhn1-1/+1
2017-06-24Make LICENSE recognizable by GitHub. (#4598)Todd Gamblin1-1/+1
2017-04-25hooks take spec as an argument (instead of pkg) (#3967)Massimiliano Culpo1-3/+6
2017-04-22External packages are now registered in the DB (#1167)Massimiliano Culpo1-2/+2
2016-10-05Add package for CONVERGE CFD (#1905)Adam J. Stewart1-0/+5
2016-05-13addressed PR#946 comments from @adamjstewartGregory L. Lee1-1/+1
2016-05-12Intel software packages and license enhancementsGregory L. Lee1-1/+4
2016-05-11Correct LLNL LGPL license template for clarity.Todd Gamblin1-0/+24
2016-05-11Final flake8 changesAdam J. Stewart1-1/+0
2016-05-11Flake8 formatting changesAdam J. Stewart1-2/+4
2016-05-11Move all licensing support to pre/post_install hooksAdam J. Stewart1-0/+135