From 207db91ae5231924a06dd726a7e752e1483cc106 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 24 Dec 2018 22:03:54 -0500 Subject: opkbuild, ob-*: Update header comments, copyrights, and license --- (limited to 'src') diff --git a/src/ob-applypatches.sh b/src/ob-applypatches.sh index 892a3e4..619065a 100644 --- a/src/ob-applypatches.sh +++ b/src/ob-applypatches.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-applypatches.sh -# Apply patches to source code. +# Apply patches to source code # -# 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh index 7b5f30b..f6db912 100644 --- a/src/ob-buildenv.sh +++ b/src/ob-buildenv.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-buildenv.sh -# Set up build environment. +# Set up build environment # -# 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-buildopk.sh b/src/ob-buildopk.sh index 63fb760..88d0c32 100644 --- a/src/ob-buildopk.sh +++ b/src/ob-buildopk.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-buildopk.sh -# Pack binary package files into an opk file. +# Pack binary package files into an opk file # -# 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh index 7f47b17..c70d679 100644 --- a/src/ob-checkbuilddeps.sh +++ b/src/ob-checkbuilddeps.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-checkbuilddeps.sh -# Make sure that package build dependencies are installed. +# Make sure that package build dependencies are installed # -# Copyright (C) 2012, 2014 Patrick "P. J." McDermott +# Copyright (C) 2012, 2014 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-genchanges.sh b/src/ob-genchanges.sh index 6bf6f50..7993100 100644 --- a/src/ob-genchanges.sh +++ b/src/ob-genchanges.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-genchanges.sh -# Generates a changes file to describe binary packages and their changes. +# Generates a changes file to describe binary packages and their changes # -# Copyright (C) 2013 Patrick "P. J." McDermott +# Copyright (C) 2013 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-gencontrol.sh b/src/ob-gencontrol.sh index b4d20c5..b217c37 100644 --- a/src/ob-gencontrol.sh +++ b/src/ob-gencontrol.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-gencontrol.sh -# Generates a control directory with a control file and scripts. +# Generates a control directory with a control file and scripts # -# 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-installdocs.sh b/src/ob-installdocs.sh index 6824f8a..f19f496 100644 --- a/src/ob-installdocs.sh +++ b/src/ob-installdocs.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-installdocs.sh -# Install package documentation into a binary package staging area. +# Install package documentation into a binary package staging area # -# 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh index 771e3f5..e927a7a 100644 --- a/src/ob-installplatconf.sh +++ b/src/ob-installplatconf.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-installplatconf.sh -# Install build-time and run-time platform configuration files. +# Install build-time and run-time platform configuration files # -# 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" diff --git a/src/ob-unpacksource.sh b/src/ob-unpacksource.sh index 31372e0..f282fdc 100644 --- a/src/ob-unpacksource.sh +++ b/src/ob-unpacksource.sh @@ -1,21 +1,21 @@ -# opkbuild -# src/ob-unpacksource.sh -# Unpack native or upstream source. +# Unpack native or upstream source # -# 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" 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 . +# along with opkbuild. If not, see . . "${LIBDATADIR}/libopkbuild.shso.1" -- cgit v0.9.1