diff --git a/libclamav/dconf.c b/libclamav/dconf.c index 2fd607c29..a81475501 100644 --- a/libclamav/dconf.c +++ b/libclamav/dconf.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2007-2008 Sourcefire, Inc. + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * Copyright (C) 2007-2013 Sourcefire, Inc. * * Authors: Tomasz Kojm * diff --git a/libclamav/dconf.h b/libclamav/dconf.h index 07c650c8a..f44815a12 100644 --- a/libclamav/dconf.h +++ b/libclamav/dconf.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2007-2008 Sourcefire, Inc. + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * Copyright (C) 2007-2013 Sourcefire, Inc. * * Authors: Tomasz Kojm * diff --git a/libclamav/hostid.c b/libclamav/hostid.c index da00eb1e8..dbd90fbf1 100644 --- a/libclamav/hostid.c +++ b/libclamav/hostid.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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. + */ + #if HAVE_CONFIG_H #include "clamav-config.h" #endif diff --git a/libclamav/hostid.h b/libclamav/hostid.h index 71c86fecf..1a5bd7cb2 100644 --- a/libclamav/hostid.h +++ b/libclamav/hostid.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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. + */ + #if !defined(_LIBCLAMAV_HOSTID_H) #define _LIBCLAMAV_HOSTID_H diff --git a/libclamav/json.c b/libclamav/json.c index 4edf3d6ec..b3684f52d 100644 --- a/libclamav/json.c +++ b/libclamav/json.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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 #include #include diff --git a/libclamav/json.h b/libclamav/json.h index 442bd3715..118f09d6c 100644 --- a/libclamav/json.h +++ b/libclamav/json.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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. + */ + #if !defined(_LIBCLAMAV_JSON_H) #define _LIBCLAMAV_JSON_H diff --git a/libclamav/stats.c b/libclamav/stats.c index 9902a78d2..4f30e4858 100644 --- a/libclamav/stats.c +++ b/libclamav/stats.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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. + */ + #if HAVE_CONFIG_H #include "clamav-config.h" #endif diff --git a/libclamav/stats.h b/libclamav/stats.h index 75e00ffad..402c06cf2 100644 --- a/libclamav/stats.h +++ b/libclamav/stats.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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. + */ + #if !defined(_LIBCLAMAV_STATS_H) #define _LIBCLAMAV_STATS_H diff --git a/libclamav/www.c b/libclamav/www.c index 7f1a17f79..f20065a7c 100644 --- a/libclamav/www.c +++ b/libclamav/www.c @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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 #include #include diff --git a/libclamav/www.h b/libclamav/www.h index dd805c731..334f0c047 100644 --- a/libclamav/www.h +++ b/libclamav/www.h @@ -1,3 +1,23 @@ +/* + * Copyright (C) 2014 Cisco and/or its affiliates. All rights reserved. + * + * Author: Shawn Webb + * + * 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. + * + * 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. + */ + #if !defined(_LIBCLAMAV_WWW_H) #define _LIBCLAMAV_WWW_H