diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-13 11:05:17 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-13 11:05:17 -0600 |
commit | 42962f2409fe7b46543dc5974c45bb6392fcea99 (patch) | |
tree | 2063188dd6902f9b6ea7e8a2601f6131ac88046d /README.md | |
parent | 041aa143db6964575625f1849de639541efb83a5 (diff) | |
parent | 8554e933d2a236df20d07a6e0416ab444790bd3d (diff) | |
download | spack-0.12.0.tar.gz spack-0.12.0.tar.bz2 spack-0.12.0.tar.xz spack-0.12.0.zip |
Merge branch 'releases/v0.12'v0.12.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 26 |
1 files changed, 21 insertions, 5 deletions
@@ -67,6 +67,12 @@ Spack has a Slack channel where you can chat about all things Spack: [Sign up here](https://spackpm.herokuapp.com) to get an invitation mailed to you. +### Twitter + +You can follow [@spackpm](https://twitter.com/spackpm) on Twitter for +updates. Also, feel free to `@mention` us in in questions or comments +about your own experience with Spack. + ### Contributions Contributing to Spack is relatively easy. Just send us a @@ -101,11 +107,21 @@ If you are referencing Spack in a publication, please cite the following paper: [**The Spack Package Manager: Bringing Order to HPC Software Chaos**](http://www.computer.org/csdl/proceedings/sc/2015/3723/00/2807623.pdf). In *Supercomputing 2015 (SC’15)*, Austin, Texas, November 15-20 2015. LLNL-CONF-669890. -Release +License ---------------- -Spack is released under an LGPL license. For more details see the -NOTICE and LICENSE files. -``LLNL-CODE-647188`` +Spack is distributed under the terms of both the MIT license and the +Apache License (Version 2.0). Users may choose either license, at their +option. + +All new contributions must be made under both the MIT and Apache-2.0 +licenses. - +See [LICENSE-MIT](https://github.com/spack/spack/blob/develop/LICENSE-MIT), +[LICENSE-APACHE](https://github.com/spack/spack/blob/develop/LICENSE-APACHE), +[COPYRIGHT](https://github.com/spack/spack/blob/develop/COPYRIGHT), and +[NOTICE](https://github.com/spack/spack/blob/develop/NOTICE) for details. + +`SPDX-License-Identifier: (Apache-2.0 OR MIT)` + +``LLNL-CODE-647188`` |