summaryrefslogtreecommitdiffstats
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
parent207db91ae5231924a06dd726a7e752e1483cc106 (diff)
libopkbuild: Update header comments, copyright years, & license
-rw-r--r--lib/changelog.sh18
-rw-r--r--lib/common.sh18
-rw-r--r--lib/control.sh18
-rw-r--r--lib/deps.sh18
-rw-r--r--lib/locale.sh18
-rw-r--r--lib/metadata.sh18
-rw-r--r--lib/metadata/proteanos.sh18
-rw-r--r--lib/output.sh18
-rw-r--r--lib/package.sh18
-rw-r--r--lib/package/2.sh18
10 files changed, 90 insertions, 90 deletions
diff --git a/lib/changelog.sh b/lib/changelog.sh
index 1d75cbd..e8da1f4 100644
--- a/lib/changelog.sh
+++ b/lib/changelog.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/changelog.sh
-# Functions for parsing changelogs.
+# Functions for parsing changelogs
#
-# 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_CHANGELOG_SOURCE=
OB_CHANGELOG_VERSION=
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()
{
diff --git a/lib/control.sh b/lib/control.sh
index a866404..157a677 100644
--- a/lib/control.sh
+++ b/lib/control.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/control.sh
-# Functions for parsing control files.
+# Functions for parsing control 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 <http://www.gnu.org/licenses/>.
+# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
_OB_SUBSTVARS_MAX_DEPTH=50
diff --git a/lib/deps.sh b/lib/deps.sh
index 760a529..babf84d 100644
--- a/lib/deps.sh
+++ b/lib/deps.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/deps.sh
-# Functions for parsing dependency field values.
+# Functions for parsing dependency field values
#
-# 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_parse_dep()
{
diff --git a/lib/locale.sh b/lib/locale.sh
index 67fbaad..27fdd25 100644
--- a/lib/locale.sh
+++ b/lib/locale.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/locale.sh
-# Locale functions.
+# Locale functions
#
-# 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_DEFAULT_LOCALE='en_US'
_OB_INTERNAL_TEXT_DOMAIN='libopkbuild_1'
diff --git a/lib/metadata.sh b/lib/metadata.sh
index e269368..3ffae71 100644
--- a/lib/metadata.sh
+++ b/lib/metadata.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/metadata.sh
-# Functions for parsing and validating package metadata.
+# Functions for parsing and validating package metadata
#
-# 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 <http://www.gnu.org/licenses/>.
+# along with opkbuild. If not, see <http://www.gnu.org/licenses/>.
ob_validate_source_name()
{
diff --git a/lib/metadata/proteanos.sh b/lib/metadata/proteanos.sh
index 2ac6c0e..7afddbd 100644
--- a/lib/metadata/proteanos.sh
+++ b/lib/metadata/proteanos.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/metadata/proteanos.sh
-# Functions for parsing, validating, and retrieving metadata for ProteanOS.
+# Functions for parsing, validating, and retrieving metadata for ProteanOS
#
-# 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_NAME_RE_PROTEANOS='^[a-z0-9][a-z0-9+.-]+$'
_OB_VERSION_RE_PROTEANOS='^'
diff --git a/lib/output.sh b/lib/output.sh
index a04df2b..cc6fa4b 100644
--- a/lib/output.sh
+++ b/lib/output.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/output.sh
-# Functions for printing messages.
+# Functions for printing messages
#
-# 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_error()
{
diff --git a/lib/package.sh b/lib/package.sh
index 6b046a5..33e8af1 100644
--- a/lib/package.sh
+++ b/lib/package.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/package.sh
-# Interface for retrieving source and binary package metadata.
+# Interface for retrieving source and binary package metadata
#
-# 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_PACKAGE_DIR=
_OB_PACKAGE_FORMAT=
diff --git a/lib/package/2.sh b/lib/package/2.sh
index 1090d15..c1c37d5 100644
--- a/lib/package/2.sh
+++ b/lib/package/2.sh
@@ -1,21 +1,21 @@
-# opkbuild
-# lib/package/2.sh
-# Functions for retrieving metadata from packages in SPF 2.0.
+# Functions for retrieving metadata from packages in SPF 2.0
#
-# 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_SOURCE_FIELDS_REQUIRED_2='Maintainer'
_OB_SOURCE_FIELDS_OPTIONAL_2='Build-Depends Homepage'