summaryrefslogtreecommitdiffstats
path: root/lib/Utils
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-02-16 12:18:16 +0100
committerNikola Pajkovsky <npajkovs@redhat.com>2010-02-16 14:58:52 +0100
commit927dcf40df250d17bb9c7b2b95fe1255c85636bd (patch)
treebd805bdfcade129a19c385d67dcbe469921b9f62 /lib/Utils
parentbe76af85ebefe6c13ca992eff0f31ae3b1e465d3 (diff)
downloadabrt-927dcf40df250d17bb9c7b2b95fe1255c85636bd.tar.gz
abrt-927dcf40df250d17bb9c7b2b95fe1255c85636bd.tar.xz
abrt-927dcf40df250d17bb9c7b2b95fe1255c85636bd.zip
license fix
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'lib/Utils')
-rw-r--r--lib/Utils/copyfd.cpp21
-rw-r--r--lib/Utils/logging.cpp21
-rw-r--r--lib/Utils/xfuncs.cpp21
3 files changed, 60 insertions, 3 deletions
diff --git a/lib/Utils/copyfd.cpp b/lib/Utils/copyfd.cpp
index fdc568ac..61ef74b1 100644
--- a/lib/Utils/copyfd.cpp
+++ b/lib/Utils/copyfd.cpp
@@ -1,8 +1,27 @@
/*
+ 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.
+*/
+
+/*
* Utility routines.
*
- * Licensed under GPLv2, see file COPYING in this tarball for details.
*/
+
#include "abrtlib.h"
#define CONFIG_FEATURE_COPYBUF_KB 4
diff --git a/lib/Utils/logging.cpp b/lib/Utils/logging.cpp
index 53b83d72..0a50882f 100644
--- a/lib/Utils/logging.cpp
+++ b/lib/Utils/logging.cpp
@@ -1,8 +1,27 @@
/*
+ 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.
+*/
+
+/*
* Utility routines.
*
- * Licensed under GPLv2, see file COPYING in this tarball for details.
*/
+
#include "abrtlib.h"
#include <syslog.h>
diff --git a/lib/Utils/xfuncs.cpp b/lib/Utils/xfuncs.cpp
index 7301d7f0..74fdac76 100644
--- a/lib/Utils/xfuncs.cpp
+++ b/lib/Utils/xfuncs.cpp
@@ -1,8 +1,27 @@
/*
+ 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.
+*/
+
+/*
* Utility routines.
*
- * Licensed under GPLv2, see file COPYING in this tarball for details.
*/
+
#include "abrtlib.h"
/* Turn on nonblocking I/O on a fd */