X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fcontrol%2Fcontrol-stack.c;h=8d0962be63c566415cc5b102f88b45d32d870b0a;hb=b1fc57ddc57637e5c8bb87b478cbe585b6b4cf84;hp=f806c7803a5e01c7962ea5e1706f85329182e37b;hpb=81579d9e9f994fb2908f50af41c3eb033d216e58;p=pspp diff --git a/src/language/control/control-stack.c b/src/language/control/control-stack.c index f806c7803a..8d0962be63 100644 --- a/src/language/control/control-stack.c +++ b/src/language/control/control-stack.c @@ -1,3 +1,21 @@ +/* +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 . +*/ + #include #include "language/control/control-stack.h"