summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904.(none)>2009-10-25 04:16:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:17 -0600
commit0235f164e14b3b5b05e9d621ce30c9cff85b2a09 (patch)
tree1636c6dac7623bcd2f94c706acff22fd83368289
parente2ffc5c34c7e7ced37bbe17892b83588411ecfdc (diff)
why isn't git tracking pkg?
-rw-r--r--main.mk.in17
1 files changed, 16 insertions, 1 deletions
diff --git a/main.mk.in b/main.mk.in
index 622607f..ee7aac5 100644
--- a/main.mk.in
+++ b/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@