gitweb on Svarog
projekti pod git sistemom za održavanje verzija -- projects under the git version control system
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 03131ef)
raw | patch | inline | side by side (parent: 03131ef)
author | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 13 Aug 2015 12:47:27 +0000 (14:47 +0200) | ||
committer | Doni Pracner <quinnuendo@gmail.com> | |
Thu, 13 Aug 2015 12:47:27 +0000 (14:47 +0200) |
src-wsl/metrics.wsl | patch | blob | history |
diff --git a/src-wsl/metrics.wsl b/src-wsl/metrics.wsl
index 1eeceee64b8e8f7bcefc2c38a5bef3ff7966a899..0b86ee7cbe4e1c65a5de6478d582ce12b49da284 100644 (file)
--- a/src-wsl/metrics.wsl
+++ b/src-wsl/metrics.wsl
+C:"Doni Pracner (c) 2015";
+C:"
+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/>.
+==========================================================";
+
C:"This program generates metrics for WSL programs,
including options for comparing two programs (mainly ment to
compare different versions) and output differences as direct
automation and creation of CSV files for collections of
programs.";
-C:"Doni Pracner (c) 2015";
-
-C:"Released under the terms of the GPL v3 or later";
-
C:"usage {option} {filename}";
C:"Options";
files in the specified file
";
-C:"
-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/>.
-==========================================================";
-
Field_Separator := ",";
MW_PROC @Get_New_Name(VAR str) ==