summaryrefslogtreecommitdiff
path: root/modules/files
diff options
context:
space:
mode:
Diffstat (limited to 'modules/files')
-rw-r--r--modules/files/_stdio.sh6
-rw-r--r--modules/files/blob-gethash.sh6
-rw-r--r--modules/files/blob-gettype.sh6
-rw-r--r--modules/files/commit.d.sh8
-rw-r--r--modules/files/commit.f.sh6
-rw-r--r--modules/files/file-gettype.sh6
-rw-r--r--modules/files/get.d.sh6
-rw-r--r--modules/files/get.f.sh6
-rw-r--r--modules/files/get.sh6
-rw-r--r--modules/files/ls.sh6
-rw-r--r--modules/files/print.sh6
-rw-r--r--modules/files/tree.sh6
12 files changed, 37 insertions, 37 deletions
diff --git a/modules/files/_stdio.sh b/modules/files/_stdio.sh
index 974e98e..0da03f0 100644
--- a/modules/files/_stdio.sh
+++ b/modules/files/_stdio.sh
@@ -2,17 +2,17 @@
#name='stdio'
#ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/blob-gethash.sh b/modules/files/blob-gethash.sh
index 74defbc..74a3f59 100644
--- a/modules/files/blob-gethash.sh
+++ b/modules/files/blob-gethash.sh
@@ -2,17 +2,17 @@
name='blob-gethash'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/blob-gettype.sh b/modules/files/blob-gettype.sh
index da3ee2a..0dd924d 100644
--- a/modules/files/blob-gettype.sh
+++ b/modules/files/blob-gettype.sh
@@ -2,17 +2,17 @@
name='blob-gettype'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/commit.d.sh b/modules/files/commit.d.sh
index d7e48f9..67263ec 100644
--- a/modules/files/commit.d.sh
+++ b/modules/files/commit.d.sh
@@ -2,17 +2,17 @@
name='commit.d'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
@@ -32,7 +32,7 @@ for file in *; do
g="`stat "$file" -c'%g (%G)'`" # group
i="`"$RVS" commit "$file"`" # ID
n="$file" # name
-
+
# %p %o %g %i %n
echo "$p$t$o$t$g$t$i$t$n" >> "$tmp"
done
diff --git a/modules/files/commit.f.sh b/modules/files/commit.f.sh
index e0df1b2..4effab3 100644
--- a/modules/files/commit.f.sh
+++ b/modules/files/commit.f.sh
@@ -2,17 +2,17 @@
name='commit.f'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/file-gettype.sh b/modules/files/file-gettype.sh
index 2a1e0ca..ac1ba4e 100644
--- a/modules/files/file-gettype.sh
+++ b/modules/files/file-gettype.sh
@@ -2,17 +2,17 @@
name='file-gettype'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/get.d.sh b/modules/files/get.d.sh
index 646e29d..9aa493c 100644
--- a/modules/files/get.d.sh
+++ b/modules/files/get.d.sh
@@ -2,17 +2,17 @@
name='get.d'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/get.f.sh b/modules/files/get.f.sh
index e3d5edc..d5d889d 100644
--- a/modules/files/get.f.sh
+++ b/modules/files/get.f.sh
@@ -2,17 +2,17 @@
name='get.f'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/get.sh b/modules/files/get.sh
index 639ac57..7dd0f1d 100644
--- a/modules/files/get.sh
+++ b/modules/files/get.sh
@@ -2,17 +2,17 @@
name='get'
ver=0.9
# Copyright (C) 2009-2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/ls.sh b/modules/files/ls.sh
index 9e586eb..1c4d620 100644
--- a/modules/files/ls.sh
+++ b/modules/files/ls.sh
@@ -2,17 +2,17 @@
name='ls'
ver=0.1
# Copyright (C) 2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/print.sh b/modules/files/print.sh
index 3657d2f..9a03469 100644
--- a/modules/files/print.sh
+++ b/modules/files/print.sh
@@ -2,17 +2,17 @@
name='print'
ver=0.1
# Copyright (C) 2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.
diff --git a/modules/files/tree.sh b/modules/files/tree.sh
index 6164d94..4092582 100644
--- a/modules/files/tree.sh
+++ b/modules/files/tree.sh
@@ -2,17 +2,17 @@
name='tree'
ver=0.1
# Copyright (C) 2010 Luke Shumaker
-#
+#
# 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 2 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; see the file COPYING.
# If not, see <http://www.gnu.org/licenses>.