summaryrefslogtreecommitdiffstats
path: root/lib/common.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 22:08:49 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 22:08:49 (EST)
commit2eebb6bcd328469b2921b209b786739ead36bb38 (patch)
tree9500d96f66d82e1b70eaae4627f80fcaef75b9bc /lib/common.sh
parent207db91ae5231924a06dd726a7e752e1483cc106 (diff)
libopkbuild: Update header comments, copyright years, & license
Diffstat (limited to 'lib/common.sh')
-rw-r--r--lib/common.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/common.sh b/lib/common.sh
index cc7878f..7693b18 100644
--- a/lib/common.sh
+++ b/lib/common.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/common.sh
-# Functions for stack memory management.
+# Functions for stack memory management
#
-# Copyright (C) 2012 Patrick "P. J." McDermott
+# Copyright (C) 2012 Patrick McDermott
#
-# 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
+# This file is part of opkbuild.
+#
+# opkbuild 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 of the License, or
# (at your option) any later version.
#
-# This program is distributed in the hope that it will be useful,
+# opkbuild 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 opkbuild. If not, see <http://www.gnu.org/licenses/>.
_ob_validate_var_name()
{