diff options
author | Luke Shumaker <luke@HP-dv6426us-u904.(none)> | 2009-10-25 04:16:13 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:17 -0600 |
commit | e3cef0a61116e55fb0f9afe99688a27a7b188889 (patch) | |
tree | 17b8331afee37b1e9d6225096c7a1d61077e1f79 /rvs | |
parent | 67c4df1bd5b87d6b8896e75038f4709c6ac8d0a5 (diff) |
why isn't git tracking pkg?
Diffstat (limited to 'rvs')
-rw-r--r-- | rvs/main.mk.in | 17 |
1 files changed, 16 insertions, 1 deletions
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@ |