From ba6c7a6bf9af8a1270388daad5bf56e50b3d8cba Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Wed, 17 Sep 2014 10:36:24 -0500 Subject: [PATCH] headers: Fix missing header comments --- src/andns_net.h | 20 ++++++++++++++++++++ src/andns_snsd.c | 20 ++++++++++++++++++++ src/andns_snsd.h | 20 ++++++++++++++++++++ src/common.h | 18 ++++++++++++++++++ src/libnetlink.h | 18 ++++++++++++++++++ src/ll_map.h | 14 ++++++++++++++ src/ntkresolv.c | 18 ++++++++++++++++++ src/ntkresolv.h | 18 ++++++++++++++++++ 8 files changed, 146 insertions(+) diff --git a/src/andns_net.h b/src/andns_net.h index fb5311c..7f4b28a 100644 --- a/src/andns_net.h +++ b/src/andns_net.h @@ -1,3 +1,23 @@ + /************************************** + * AUTHOR: Federico Tomassini * + * Copyright (C) Federico Tomassini * + * Contact effetom@gmail.com * + *********************************************** + ******* BEGIN 4/2006 ******** +************************************************************************* +* * +* 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. * +* * +************************************************************************/ + #ifndef ANDNS_NET_H #define ANDNS_NET_H diff --git a/src/andns_snsd.c b/src/andns_snsd.c index 19c6cfe..8d4de8c 100644 --- a/src/andns_snsd.c +++ b/src/andns_snsd.c @@ -1,3 +1,23 @@ + /************************************** + * AUTHOR: Federico Tomassini * + * Copyright (C) Federico Tomassini * + * Contact effetom@gmail.com * + *********************************************** + ******* BEGIN 4/2006 ******** +************************************************************************* +* * +* 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. * +* * +************************************************************************/ + #include "includes.h" #include "llist.c" diff --git a/src/andns_snsd.h b/src/andns_snsd.h index 001dbd3..4abf00d 100644 --- a/src/andns_snsd.h +++ b/src/andns_snsd.h @@ -1,3 +1,23 @@ + /************************************** + * AUTHOR: Federico Tomassini * + * Copyright (C) Federico Tomassini * + * Contact effetom@gmail.com * + *********************************************** + ******* BEGIN 4/2006 ******** +************************************************************************* +* * +* 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. * +* * +************************************************************************/ + #ifndef ANDNS_SNSD_H #define ANDNS_SNSD_H diff --git a/src/common.h b/src/common.h index d011c75..551410f 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,21 @@ +/* This file is part of Netsukuku + * + * This source code 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 source code 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. + * Please refer to the GNU Public License for more details. + * + * You should have received a copy of the GNU Public License along with + * this source code; if not, write to: + * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #ifndef COMMON_H #define COMMON_H diff --git a/src/libnetlink.h b/src/libnetlink.h index 4d21971..7fa04a3 100644 --- a/src/libnetlink.h +++ b/src/libnetlink.h @@ -1,3 +1,21 @@ +/* This file is part of Netsukuku + * + * This source code 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 source code 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. + * Please refer to the GNU Public License for more details. + * + * You should have received a copy of the GNU Public License along with + * this source code; if not, write to: + * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #ifndef __LIBNETLINK_H__ #define __LIBNETLINK_H__ 1 diff --git a/src/ll_map.h b/src/ll_map.h index 37d1be0..7c69803 100644 --- a/src/ll_map.h +++ b/src/ll_map.h @@ -1,3 +1,17 @@ +/* + * ll_map.c + * + * 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. + * + * Authors: Alexey Kuznetsov, + * + * + * Alpt: Added ll_first_up_if + */ + #ifndef LL_MAP_H #define LL_MAP_H diff --git a/src/ntkresolv.c b/src/ntkresolv.c index 7d99e87..994e324 100644 --- a/src/ntkresolv.c +++ b/src/ntkresolv.c @@ -1,3 +1,21 @@ +/* This file is part of Netsukuku + * + * This source code 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 source code 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. + * Please refer to the GNU Public License for more details. + * + * You should have received a copy of the GNU Public License along with + * this source code; if not, write to: + * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #include #include "includes.h" diff --git a/src/ntkresolv.h b/src/ntkresolv.h index 1df65b9..7f436f5 100644 --- a/src/ntkresolv.h +++ b/src/ntkresolv.h @@ -1,3 +1,21 @@ +/* This file is part of Netsukuku + * + * This source code 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 source code 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. + * Please refer to the GNU Public License for more details. + * + * You should have received a copy of the GNU Public License along with + * this source code; if not, write to: + * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * + */ + #ifndef NTK_RESOLV_H #define NTK_RESOLV_H