aboutsummaryrefslogtreecommitdiff
path: root/modules/guile/getpw.scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-06-17 19:24:24 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-06-17 19:30:52 +0300
commit446e5112012a1bfa9a97c3cd6d38d65a87aaa9ed (patch)
tree580c306a6eb729c55f812454c56481a0fe806dfc /modules/guile/getpw.scm
parent7a650d02ab81302c4039762d1b972161fc31364e (diff)
downloadsmap-446e5112012a1bfa9a97c3cd6d38d65a87aaa9ed.tar.gz
smap-446e5112012a1bfa9a97c3cd6d38d65a87aaa9ed.tar.bz2
Normalize package name spelling; remove trailing whitespace.
All sources affected.
Diffstat (limited to 'modules/guile/getpw.scm')
-rw-r--r--modules/guile/getpw.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/modules/guile/getpw.scm b/modules/guile/getpw.scm
index e29bcc7..d88657a 100644
--- a/modules/guile/getpw.scm
+++ b/modules/guile/getpw.scm
@@ -1,18 +1,18 @@
-;;;; This file is part of SMAP.
+;;;; This file is part of Smap.
;;;; Copyright (C) 2010 Sergey Poznyakoff
;;;;
-;;;; This program is free software; you can redistribute it and/or modify
+;;;; Smap 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, or (at your option)
;;;; any later version.
;;;;
-;;;; This program is distributed in the hope that it will be useful,
+;;;; Smap 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/>.
+;;;; along with Smap. If not, see <http://www.gnu.org/licenses/>.
;;;; This script is a sample Guile module for smapd. It implements two
;;;; maps:
@@ -109,6 +109,5 @@
(cons "query" smap-query)
(cons "open" smap-open)
(cons "close" smap-close)))
-
-;;;; End of getpw.scm
+;;;; End of getpw.scm

Return to:

Send suggestions and report system problems to the System administrator.