From 7661f1c2bf2b45603264076fabce2eb42373cd18 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Mon, 11 Jan 2016 05:52:18 -0500 Subject: ext: Replace gzstream with iostream3 from zlib to avoid LGPL This patch replaces the gzstream zlib wrapper with the iostream3 wrapper provided as part of zlib contributions. The main reason for the switch is to avoid including LGPL in the default gem5 build. iostream3 is provided under a more permissive license: The code is provided "as is", with the permission to use, copy, modify, distribute and sell it for any purpose without fee. --- ext/gzstream/VERSION | 1 - 1 file changed, 1 deletion(-) delete mode 100644 ext/gzstream/VERSION (limited to 'ext/gzstream/VERSION') diff --git a/ext/gzstream/VERSION b/ext/gzstream/VERSION deleted file mode 100644 index 511137de1..000000000 --- a/ext/gzstream/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.5 (08 Jan 2003) -- cgit v1.2.3