From: Ben Pfaff Date: Sat, 11 Jan 2020 17:50:54 +0000 (+0000) Subject: work X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d668e2b1133aab9f46521dfcf12cc242f48409f;p=pspp work --- diff --git a/src/output/spv/vizml.grammar b/src/output/spv/vizml.grammar index ceedc666d4..08fb88ea74 100644 --- a/src/output/spv/vizml.grammar +++ b/src/output/spv/vizml.grammar @@ -1,18 +1,18 @@ -# PSPP - a program for statistical analysis. -# Copyright (C) 2017, 2018, 2019 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 . +// PSPP - a program for statistical analysis. +// Copyright (C) 2017, 2018, 2019, 2020 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 . visualization :creator? @@ -72,7 +72,7 @@ extension[visualization_extension] :boxplotLinkWidth=bool? => EMPTY -userSource :missing=(listwise | pairwise)? => EMPTY # Related to omit_empty? +userSource :missing=(listwise | pairwise)? => EMPTY // Related to omit_empty? categoricalDomain => variableReference categories? simpleSort?