diff options
-rw-r--r-- | .gitignore | 1 | ||||
m--------- | pkgthing (renamed from pkg) | 0 | ||||
-rw-r--r-- | rvs/main.mk.in | 17 |
3 files changed, 16 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1ff49ea..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*-build diff --git a/pkg b/pkgthing -Subproject 506c0c62b3c76b8086313b3f8977b4344838fe5 +Subproject 506c0c62b3c76b8086313b3f8977b4344838fe5 diff --git a/rvs/main.mk.in b/rvs/main.mk.in index 622607f..ee7aac5 100644 --- a/rvs/main.mk.in +++ b/rvs/main.mk.in @@ -1,6 +1,21 @@ #!/usr/bin/make -f name = @name@ -ver = 0.8r58 +ver = 0.9 +# Copyright (C) 2009 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>. rvs = $(name) RVS = @RVS@ |