diff options
author | Nikola Forró <nforro@redhat.com> | 2016-04-15 14:31:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-04-15 19:43:29 +0200 |
commit | 0f2a411b685d54113433d45472338a067110c66a (patch) | |
tree | 84f4c20130d13289fb3929931d6a473b04f794ff /libuargp | |
parent | 7df0fc1ed8fc05e9ab9d5d6e933b623ae0f7e86e (diff) |
replace FSF addresses with URLs
License notices in most of the source files refer to an outdated
FSF address. Replace it with URL, like in the rest of the source
files.Signed-off-by: Nikola Forró <nforro@redhat.com>
Diffstat (limited to 'libuargp')
-rw-r--r-- | libuargp/argp-ba.c | 5 | ||||
-rw-r--r-- | libuargp/argp-eexst.c | 5 | ||||
-rw-r--r-- | libuargp/argp-fmtstream.c | 5 | ||||
-rw-r--r-- | libuargp/argp-fmtstream.h | 5 | ||||
-rw-r--r-- | libuargp/argp-fs-xinl.c | 5 | ||||
-rw-r--r-- | libuargp/argp-help.c | 5 | ||||
-rw-r--r-- | libuargp/argp-parse.c | 5 | ||||
-rw-r--r-- | libuargp/argp-pv.c | 5 | ||||
-rw-r--r-- | libuargp/argp-pvh.c | 5 | ||||
-rw-r--r-- | libuargp/argp-xinl.c | 5 |
10 files changed, 20 insertions, 30 deletions
diff --git a/libuargp/argp-ba.c b/libuargp/argp-ba.c index 3522b029b..632686823 100644 --- a/libuargp/argp-ba.c +++ b/libuargp/argp-ba.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ /* If set by the user program, it should point to string that is the bug-reporting address for the program. It will be printed by argp_help if diff --git a/libuargp/argp-eexst.c b/libuargp/argp-eexst.c index 445b68d1f..0cde4c664 100644 --- a/libuargp/argp-eexst.c +++ b/libuargp/argp-eexst.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/libuargp/argp-fmtstream.c b/libuargp/argp-fmtstream.c index 75227f93c..a73a300c8 100644 --- a/libuargp/argp-fmtstream.c +++ b/libuargp/argp-fmtstream.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. Modified for uClibc by: Salvatore Cro <salvatore.cro at st.com> */ diff --git a/libuargp/argp-fmtstream.h b/libuargp/argp-fmtstream.h index ca7c83402..ea30585da 100644 --- a/libuargp/argp-fmtstream.h +++ b/libuargp/argp-fmtstream.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. Modified for uClibc by: Salvatore Cro <salvatore.cro at st.com> */ diff --git a/libuargp/argp-fs-xinl.c b/libuargp/argp-fs-xinl.c index 473cbbd9c..d8df78e56 100644 --- a/libuargp/argp-fs-xinl.c +++ b/libuargp/argp-fs-xinl.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> diff --git a/libuargp/argp-help.c b/libuargp/argp-help.c index 58a5e6e16..0d63ae30b 100644 --- a/libuargp/argp-help.c +++ b/libuargp/argp-help.c @@ -15,9 +15,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. Modified for uClibc by: Salvatore Cro <salvatore.cro at st.com> */ diff --git a/libuargp/argp-parse.c b/libuargp/argp-parse.c index 86b2b24ee..912e3e2ab 100644 --- a/libuargp/argp-parse.c +++ b/libuargp/argp-parse.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. Modified for uClibc by: Salvatore Cro <salvatore.cro at st.com> */ diff --git a/libuargp/argp-pv.c b/libuargp/argp-pv.c index f1227b577..fbfb4511e 100644 --- a/libuargp/argp-pv.c +++ b/libuargp/argp-pv.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ /* If set by the user program to a non-zero value, then a default option --version is added (unless the ARGP_NO_HELP flag is used), which will diff --git a/libuargp/argp-pvh.c b/libuargp/argp-pvh.c index 1f1d962b8..ed7732afd 100644 --- a/libuargp/argp-pvh.c +++ b/libuargp/argp-pvh.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H #include <config.h> diff --git a/libuargp/argp-xinl.c b/libuargp/argp-xinl.c index f1d30002a..e165f66f5 100644 --- a/libuargp/argp-xinl.c +++ b/libuargp/argp-xinl.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; see the file COPYING.LIB. If + not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> |