From 1b6eb88763f3633e3f76a23244dec59714e3a915 Mon Sep 17 00:00:00 2001
From: Todd Gamblin <tgamblin@llnl.gov>
Date: Wed, 17 Oct 2018 15:12:15 -0700
Subject: [PATCH] relicense: remove outdated blurb in README.md

- all of Spack is Apache-2.0/MIT
- no packages are LGPL-2.1
---
 README.md | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/README.md b/README.md
index 3ec1f8d239..ceacd404e5 100644
--- a/README.md
+++ b/README.md
@@ -117,11 +117,6 @@ option.
 All new contributions must be made under both the MIT and Apache-2.0
 licenses.
 
-13 of Spack's 2,800 packages are still only only available under LGPL-2.1
-terms.  They will eventually be relicensed, rewritten, or removed as we
-work towards 100% Apache2/MIT.  To see which package files are still
-under the LGPL-2.1 license, run the `spack license list-lgpl` command.
-
 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
-- 
GitLab