summaryrefslogtreecommitdiffstats
path: root/src/opkbuild.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 22:03:54 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 22:03:54 (EST)
commit207db91ae5231924a06dd726a7e752e1483cc106 (patch)
tree881ed21b531ca1e36e394a19459417fe83efade1 /src/opkbuild.sh
parentd74ddaf29daa7a66f40cacaccdc844c2484d2aea (diff)
opkbuild, ob-*: Update header comments, copyrights, and license
Diffstat (limited to 'src/opkbuild.sh')
-rw-r--r--src/opkbuild.sh18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/opkbuild.sh b/src/opkbuild.sh
index 532c857..661cb53 100644
--- a/src/opkbuild.sh
+++ b/src/opkbuild.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# src/opkbuild.sh
-# Build opkg packages.
+# Build opkg packages
#
-# 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/>.
. "${LIBDATADIR}/libopkbuild.shso.1"