summaryrefslogtreecommitdiffstats
path: root/libreport/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'libreport/src/lib')
-rw-r--r--libreport/src/lib/binhex.c10
-rw-r--r--libreport/src/lib/concat_path_file.c14
-rw-r--r--libreport/src/lib/encbase64.c17
-rw-r--r--libreport/src/lib/hash_sha1.c17
-rw-r--r--libreport/src/lib/overlapping_strcpy.c18
-rw-r--r--libreport/src/lib/read_write.c17
-rw-r--r--libreport/src/lib/skip_whitespace.c14
-rw-r--r--libreport/src/lib/spawn.c17
-rw-r--r--libreport/src/lib/stdio_helpers.c17
-rw-r--r--libreport/src/lib/xatonum.c17
10 files changed, 145 insertions, 13 deletions
diff --git a/libreport/src/lib/binhex.c b/libreport/src/lib/binhex.c
index 238fda0c..ed6dea08 100644
--- a/libreport/src/lib/binhex.c
+++ b/libreport/src/lib/binhex.c
@@ -1,10 +1,11 @@
/*
- Copyright (C) 2010 ABRT team
- Copyright (C) 2010 RedHat Inc
+ Copyright (C) 2011 ABRT team
+ Copyright (C) 2011 RedHat Inc
This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 2
- as published by the Free Software Foundation.
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -15,6 +16,7 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
#include "libreport.h"
static const char hexdigits_locase[] = "0123456789abcdef";
diff --git a/libreport/src/lib/concat_path_file.c b/libreport/src/lib/concat_path_file.c
index a17739e3..d7f199a5 100644
--- a/libreport/src/lib/concat_path_file.c
+++ b/libreport/src/lib/concat_path_file.c
@@ -3,7 +3,19 @@
*
* Copyright (C) 2001 Erik Andersen
*
- * Licensed under GPLv2 or later.
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/* Concatenate path and filename to new allocated buffer.
diff --git a/libreport/src/lib/encbase64.c b/libreport/src/lib/encbase64.c
index 52e02b7f..9ba11e6c 100644
--- a/libreport/src/lib/encbase64.c
+++ b/libreport/src/lib/encbase64.c
@@ -1,7 +1,22 @@
/*
* Copyright 2006 Rob Landley <rob@landley.net>
*
- * Licensed under GPLv2 or later.
+ * Copyright (C) 2010 ABRT team
+ * Copyright (C) 2010 RedHat Inc
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "libreport.h" /* xmalloc */
diff --git a/libreport/src/lib/hash_sha1.c b/libreport/src/lib/hash_sha1.c
index fafdae56..ad4ea531 100644
--- a/libreport/src/lib/hash_sha1.c
+++ b/libreport/src/lib/hash_sha1.c
@@ -7,7 +7,22 @@
* Copyright (C) 2003 Glenn L. McGrath
* Copyright (C) 2003 Erik Andersen
*
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Copyright (C) 2010 ABRT team
+ * Copyright (C) 2010 RedHat Inc
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* ---------------------------------------------------------------------------
* Issue Date: 10/11/2002
diff --git a/libreport/src/lib/overlapping_strcpy.c b/libreport/src/lib/overlapping_strcpy.c
index 3301024f..824d7bd6 100644
--- a/libreport/src/lib/overlapping_strcpy.c
+++ b/libreport/src/lib/overlapping_strcpy.c
@@ -1,8 +1,24 @@
/*
* Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
*
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Copyright (C) 2010 ABRT team
+ * Copyright (C) 2010 RedHat Inc
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+
#include "libreport.h"
/* Like strcpy but can copy overlapping strings. */
diff --git a/libreport/src/lib/read_write.c b/libreport/src/lib/read_write.c
index a3bbb58f..86d8a2c4 100644
--- a/libreport/src/lib/read_write.c
+++ b/libreport/src/lib/read_write.c
@@ -1,7 +1,22 @@
/*
* Utility routines.
*
- * Licensed under GPLv2 or later, see file COPYING in this tarball for details.
+ * Copyright (C) 2010 ABRT team
+ * Copyright (C) 2010 RedHat Inc
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "libreport.h"
diff --git a/libreport/src/lib/skip_whitespace.c b/libreport/src/lib/skip_whitespace.c
index b2864e6f..57ef2910 100644
--- a/libreport/src/lib/skip_whitespace.c
+++ b/libreport/src/lib/skip_whitespace.c
@@ -2,7 +2,19 @@
/*
* Copyright (C) 2003 Manuel Novoa III <mjn3@codepoet.org>
*
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "libreport.h"
diff --git a/libreport/src/lib/spawn.c b/libreport/src/lib/spawn.c
index 2e09da27..07997307 100644
--- a/libreport/src/lib/spawn.c
+++ b/libreport/src/lib/spawn.c
@@ -1,7 +1,22 @@
/*
* Utility routines.
*
- * Licensed under GPLv2, see file COPYING in this tarball for details.
+ * Copyright (C) 2010 ABRT team
+ * Copyright (C) 2010 RedHat Inc
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "libreport.h"
diff --git a/libreport/src/lib/stdio_helpers.c b/libreport/src/lib/stdio_helpers.c
index 2ce20777..b2b9238c 100644
--- a/libreport/src/lib/stdio_helpers.c
+++ b/libreport/src/lib/stdio_helpers.c
@@ -6,7 +6,22 @@
* Copyright (C) 2005, 2006 Rob Landley <rob@landley.net>
* Copyright (C) 2010 ABRT Team
*
- * Licensed under GPLv2 or later, see file LICENSE in this source tree.
+ * Copyright (C) 2010 ABRT team
+ * Copyright (C) 2010 RedHat Inc
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "libreport.h"
diff --git a/libreport/src/lib/xatonum.c b/libreport/src/lib/xatonum.c
index b6b90a98..a6a4ddfd 100644
--- a/libreport/src/lib/xatonum.c
+++ b/libreport/src/lib/xatonum.c
@@ -3,7 +3,22 @@
*
* Copyright (C) 2003 Manuel Novoa III <mjn3@codepoet.org>
*
- * Licensed under GPLv2, see file LICENSE in this tarball for details.
+ * Copyright (C) 2010 ABRT team
+ * Copyright (C) 2010 RedHat Inc
+ *
+ * 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
+ * (at your option) any later version.
+ *
+ * This program 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, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "libreport.h"