Add support for reading and writing SPV files.
[pspp] / Smake
diff --git a/Smake b/Smake
index 99cde1e742e14dcecba1caba5df27213088acfac..5669ad079fdac5db1c454681b25f5ffe04789984 100644 (file)
--- a/Smake
+++ b/Smake
@@ -1,5 +1,23 @@
 # -*- makefile -*-
 
+# PSPP - a program for statistical analysis.
+# Copyright (C) 2017 Free Software Foundation, Inc.
+# 
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# 
+
+
 all: everything
 
 # Adjust these to reflect where you've installed gnulib.
@@ -52,6 +70,7 @@ GNULIB_MODULES = \
        memcasecmp \
        memchr \
        memchr2 \
+       memmem \
        mempcpy \
        memrchr \
        minmax \