diff --git a/client/config_init.c b/client/config_init.c index 6f8a1831..5465fa35 100644 --- a/client/config_init.c +++ b/client/config_init.c @@ -7,19 +7,24 @@ * * Purpose: Command-line and config file processing for fwknop client. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/client/config_init.h b/client/config_init.h index 490199f9..aed57ec6 100644 --- a/client/config_init.h +++ b/client/config_init.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknop config_init. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/client/fwknop.c b/client/fwknop.c index 6c3ef290..9e2e6ddc 100644 --- a/client/fwknop.c +++ b/client/fwknop.c @@ -7,19 +7,24 @@ * * Purpose: An implementation of an fwknop client. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/fwknop.h b/client/fwknop.h index cd89c91c..a6628951 100644 --- a/client/fwknop.h +++ b/client/fwknop.h @@ -8,19 +8,24 @@ * * Purpose: Header file for fwknop client test program. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/fwknop_common.h b/client/fwknop_common.h index 6677c68a..db632e9e 100644 --- a/client/fwknop_common.h +++ b/client/fwknop_common.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknop config_init. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/client/getpasswd.c b/client/getpasswd.c index cf903629..4ee8f563 100644 --- a/client/getpasswd.c +++ b/client/getpasswd.c @@ -7,19 +7,24 @@ * * Purpose: Routines for obtaining a password from a user. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/getpasswd.h b/client/getpasswd.h index e8b40860..d15dcb8b 100644 --- a/client/getpasswd.h +++ b/client/getpasswd.h @@ -7,19 +7,24 @@ * * Purpose: Header file for getpasswd.c. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/http_resolve_host.c b/client/http_resolve_host.c index 49329a30..da10f189 100644 --- a/client/http_resolve_host.c +++ b/client/http_resolve_host.c @@ -8,19 +8,24 @@ * Purpose: Routine for using an http request to obtain a client's IP * address as seen from the outside world. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/spa_comm.c b/client/spa_comm.c index 4cff25a0..12decfa9 100644 --- a/client/spa_comm.c +++ b/client/spa_comm.c @@ -8,19 +8,24 @@ * * Purpose: Network-related functions for the fwknop client * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/spa_comm.h b/client/spa_comm.h index 57ff006f..0ad72352 100644 --- a/client/spa_comm.h +++ b/client/spa_comm.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknop client test program. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/utils.c b/client/utils.c index d93ce32a..4e8a4da7 100644 --- a/client/utils.c +++ b/client/utils.c @@ -7,19 +7,24 @@ * * Purpose: General/Generic functions for the fwknop client. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/client/utils.h b/client/utils.h index a5777347..990e3e30 100644 --- a/client/utils.h +++ b/client/utils.h @@ -7,19 +7,24 @@ * * Purpose: Header file for utils.c client test program. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/common/common.h b/common/common.h index 3c08e42c..80d9277b 100644 --- a/common/common.h +++ b/common/common.h @@ -7,19 +7,24 @@ * * Purpose: Common header file for fwknop client and server programs. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/common/netinet_common.h b/common/netinet_common.h index 9dca383e..8e00f327 100644 --- a/common/netinet_common.h +++ b/common/netinet_common.h @@ -9,17 +9,24 @@ * own (actually copy) here in an effort to reduce the cross- * platform "hoop-jumping" we would need to do). * + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) + * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/base64.c b/lib/base64.c index 2b7ae18f..2d071fae 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -8,17 +8,25 @@ * This code was derived from the base64.c part of FFmpeg written * by Ryan Martell. (rdm4@martellventures.com). * + * Copyright (C) Ryan Martell. (rdm4@martellventures.com) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) + * * License (GNU Public License): * - * 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. + * This library 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/base64.h b/lib/base64.h index c9eb92b3..8bb43c5f 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -7,17 +7,24 @@ * * Purpose: Header for the fwknop base64.c * + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) + * * License (GNU Public License): * - * 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. + * This library 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/cipher_funcs.c b/lib/cipher_funcs.c index 97262330..2f74c045 100644 --- a/lib/cipher_funcs.c +++ b/lib/cipher_funcs.c @@ -7,17 +7,24 @@ * * Purpose: Cipher functions used by fwknop * + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) + * * License (GNU Public License): * - * 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. + * This library 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/cipher_funcs.h b/lib/cipher_funcs.h index 5a6ed8e2..bd54a43d 100644 --- a/lib/cipher_funcs.h +++ b/lib/cipher_funcs.h @@ -7,17 +7,24 @@ * * Purpose: Header for the fwknop cipher_funcs.c. * + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) + * * License (GNU Public License): * - * 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. + * This library 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/digest.c b/lib/digest.c index 1af081f7..53ad688a 100644 --- a/lib/digest.c +++ b/lib/digest.c @@ -5,19 +5,26 @@ * * Author: Damien S. Stuart * - * Purpose: Roll-up of teh digests used by fwknop. + * Purpose: Roll-up of the digests used by fwknop. + * + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * This library 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/digest.h b/lib/digest.h index a7654f15..627f4aeb 100644 --- a/lib/digest.h +++ b/lib/digest.h @@ -7,17 +7,24 @@ * * Purpose: Header for the fwknop digest.c. * + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) + * * License (GNU Public License): * - * 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. + * This library 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko.h b/lib/fko.h index 8cfacac1..c90a708c 100644 --- a/lib/fko.h +++ b/lib/fko.h @@ -7,19 +7,24 @@ * * Purpose: Header for libfko. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_client_timeout.c b/lib/fko_client_timeout.c index 9e064d1f..8ab0e187 100644 --- a/lib/fko_client_timeout.c +++ b/lib/fko_client_timeout.c @@ -7,19 +7,24 @@ * * Purpose: Set/Get the spa client timeout data * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_common.h b/lib/fko_common.h index 54489ef3..51317ea2 100644 --- a/lib/fko_common.h +++ b/lib/fko_common.h @@ -7,19 +7,24 @@ * * Purpose: Common header for libfko source files. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_context.h b/lib/fko_context.h index 66905d8b..c0417e60 100644 --- a/lib/fko_context.h +++ b/lib/fko_context.h @@ -7,19 +7,24 @@ * * Purpose: fko context definition. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_decode.c b/lib/fko_decode.c index d048b0f5..492f6a26 100644 --- a/lib/fko_decode.c +++ b/lib/fko_decode.c @@ -7,19 +7,24 @@ * * Purpose: Decrypt and decode an FKO SPA message. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_digest.c b/lib/fko_digest.c index d8a609e5..bd34cc22 100644 --- a/lib/fko_digest.c +++ b/lib/fko_digest.c @@ -9,19 +9,24 @@ * digest used is determined by the digest_type setting in the * fko context. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_encode.c b/lib/fko_encode.c index 9a51af09..19ddcccc 100644 --- a/lib/fko_encode.c +++ b/lib/fko_encode.c @@ -9,19 +9,24 @@ * the necessary pieces to gether to create the single encoded * message string. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_encryption.c b/lib/fko_encryption.c index 2d00ae7e..23a5d604 100644 --- a/lib/fko_encryption.c +++ b/lib/fko_encryption.c @@ -7,19 +7,24 @@ * * Purpose: Set/Get the spa encryption type. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_error.c b/lib/fko_error.c index e0007b48..c7177b1c 100644 --- a/lib/fko_error.c +++ b/lib/fko_error.c @@ -7,19 +7,24 @@ * * Purpose: Error handling functions for libfko * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_funcs.c b/lib/fko_funcs.c index 8c75d67b..ffdcc1cd 100644 --- a/lib/fko_funcs.c +++ b/lib/fko_funcs.c @@ -7,19 +7,24 @@ * * Purpose: General utility functions for libfko * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_limits.h b/lib/fko_limits.h index b1ae76cd..e5454fe7 100644 --- a/lib/fko_limits.h +++ b/lib/fko_limits.h @@ -5,21 +5,24 @@ * * Author: Damien S. Stuart * - * Purpose: libfko header that defines non-public parameter/limits, etc.. - * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_message.c b/lib/fko_message.c index ae21e9a1..e5cd86b4 100644 --- a/lib/fko_message.c +++ b/lib/fko_message.c @@ -8,19 +8,24 @@ * Purpose: Set/Get the spa message (access req/command/etc) based * on the current spa data. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_nat_access.c b/lib/fko_nat_access.c index eb3a738d..e9350c6d 100644 --- a/lib/fko_nat_access.c +++ b/lib/fko_nat_access.c @@ -7,19 +7,24 @@ * * Purpose: Set/Get the spa nat access request data. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_rand_value.c b/lib/fko_rand_value.c index 3332fd37..d7273c2e 100644 --- a/lib/fko_rand_value.c +++ b/lib/fko_rand_value.c @@ -7,19 +7,24 @@ * * Purpose: Generate a 16-byte random numeric value. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_server_auth.c b/lib/fko_server_auth.c index e861179f..8fc82db1 100644 --- a/lib/fko_server_auth.c +++ b/lib/fko_server_auth.c @@ -7,19 +7,24 @@ * * Purpose: Set/Get the spa server auth data. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_state.h b/lib/fko_state.h index dacc0e0e..4909f5f0 100644 --- a/lib/fko_state.h +++ b/lib/fko_state.h @@ -7,19 +7,24 @@ * * Purpose: Defines various states and flags for libfko operations. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_timestamp.c b/lib/fko_timestamp.c index 6e20eaa8..e178bb91 100644 --- a/lib/fko_timestamp.c +++ b/lib/fko_timestamp.c @@ -7,19 +7,24 @@ * * Purpose: Get the current timestamp with optional offset applied. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_user.c b/lib/fko_user.c index a243a421..07dd3659 100644 --- a/lib/fko_user.c +++ b/lib/fko_user.c @@ -7,19 +7,24 @@ * * Purpose: Set/Get the current username. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/fko_util.h b/lib/fko_util.h index 3e75ec90..ff405eeb 100644 --- a/lib/fko_util.h +++ b/lib/fko_util.h @@ -7,19 +7,24 @@ * * Purpose: Header for utility functions used by libfko * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/gpgme_funcs.c b/lib/gpgme_funcs.c index d27b7f23..8996cfd3 100644 --- a/lib/gpgme_funcs.c +++ b/lib/gpgme_funcs.c @@ -7,19 +7,24 @@ * * Purpose: gpgme-related functions for GPG encryptions support in libfko. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/gpgme_funcs.h b/lib/gpgme_funcs.h index a910453a..b45a5916 100644 --- a/lib/gpgme_funcs.h +++ b/lib/gpgme_funcs.h @@ -7,17 +7,24 @@ * * Purpose: Header for the fwknop gpgme_funcs.c. * + * Copyright 2009-2010 Damien Stuart (dstuart@dstuart.org) + * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/md5.c b/lib/md5.c index e36912b8..4d3a097c 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -6,7 +6,8 @@ * Purpose: Implementation of the MD5 message-digest algorithm for libfwknop. * * This code implements the MD5 message-digest algorithm. - * The algorithm is due to Ron Rivest. This code was + * + * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. * This code is in the public domain; do with it what you wish. * @@ -20,17 +21,9 @@ * needed on buffers full of bytes, and then call MD5Final, which * will fill a supplied 16-byte array with the digest. * - * License (GNU Public License): - * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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. * ***************************************************************************** */ diff --git a/lib/md5.h b/lib/md5.h index 2d5f789c..e0197a84 100644 --- a/lib/md5.h +++ b/lib/md5.h @@ -12,18 +12,23 @@ * * Copyright (c) Cryptoapi developers. * Copyright (c) 2002 James Morris - * + * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/rijndael.c b/lib/rijndael.c index a5804c4b..fcadb4ca 100644 --- a/lib/rijndael.c +++ b/lib/rijndael.c @@ -1,23 +1,33 @@ -/* rijndael - An implementation of the Rijndael cipher. +/* $Id$ + ***************************************************************************** + * + * File: rigndael.c + * + * Purpose: rijndael - An implementation of the Rijndael cipher. + * * Copyright (C) 2000, 2001 Rafael R. Sevilla * * Currently maintained by brian d foy, * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * License (GNU Public License): * - * This library 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 - * Library General Public License for more 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. * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + ***************************************************************************** +*/ #include "rijndael.h" #include #include diff --git a/lib/rijndael.h b/lib/rijndael.h index ac4a6a56..900d0a50 100644 --- a/lib/rijndael.h +++ b/lib/rijndael.h @@ -1,23 +1,33 @@ -/* rijndael - An implementation of the Rijndael cipher. - * Copyright (C) 2000 Rafael R. Sevilla +/* $Id$ + ***************************************************************************** + * + * File: rigndael.c + * + * Purpose: rijndael - An implementation of the Rijndael cipher. + * + * Copyright (C) 2000, 2001 Rafael R. Sevilla * * Currently maintained by brian d foy, * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * License (GNU Public License): * - * This library 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 - * Library General Public License for more 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. * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + ***************************************************************************** +*/ /* * Rijndael is a 128/192/256-bit block cipher that accepts key sizes of * 128, 192, or 256 bits, designed by Joan Daemen and Vincent Rijmen. See @@ -29,82 +39,6 @@ #include "fko_common.h" -#if 0 - -#ifdef _CRYPT_RIJNDAEL_H_TYPES - #undef _CRYPT_RIJNDAEL_H_TYPES -#endif - -/* Irix. We could include stdint.h and use uint8_t_t but that also - * requires that we specifically drive the compiler in C99 mode. - * Defining UINT8 as unsigned char is, ultimately, what stdint.h - * would do anyway. - */ -#if defined(_SGIAPI) || defined( __sgi ) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef __uint32_t UINT32; - typedef unsigned char UINT8; -#endif - -/* Solaris has sys/types.h, but doesn't act like everyone else - * GCC defines __sun__ and __sun (report from Todd Ross) - * Solaris cc defines __sun - */ -#if defined( __sun__ ) || defined( __sun ) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef uint32_t UINT32; - typedef uint8_t_t UINT8; -#endif - -/* Mac OS X 10.3 defines things differently than most other -systems */ -#if defined( __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ ) && __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__-0 < 1140 - #define _CRYPT_RIJNDAEL_H_TYPES - typedef u_int32_t UINT32; - typedef u_char UINT8; -#endif - -/* Mac OS X 10.3 defines things differently than most other -systems */ -#if defined(__APPLE__) && ! defined(__DARWIN_UNIX03) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef u_int32_t UINT32; - typedef u_char UINT8; -#endif - -/* I expect this to be the usual case */ -#if ! defined(_CRYPT_RIJNDAEL_H_TYPES) && ( defined(_SYS_TYPES_H) || defined(_SYS_TYPES_H_) ) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef __uint32_t UINT32; - typedef __uint8_t_t UINT8; -#endif - -#if defined(__CYGWIN__) && ! defined(_CRYPT_RIJNDAEL_H_TYPES) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef unsigned int UINT32; - typedef unsigned char UINT8; -#endif - -#if defined(__MINGW32__) && ! defined(_CRYPT_RIJNDAEL_H_TYPES) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef unsigned int UINT32; - typedef unsigned char UINT8; -#endif - -#if defined(WIN32) && ! defined(_CRYPT_RIJNDAEL_H_TYPES) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef unsigned int UINT32; - typedef unsigned char UINT8; -#endif - -#if ! defined(_CRYPT_RIJNDAEL_H_TYPES) - #define _CRYPT_RIJNDAEL_H_TYPES - typedef unsigned int UINT32; - typedef unsigned char UINT8; -#endif - -#endif // #if 0 - /* Other block sizes and key lengths are possible, but in the context of * the ssh protocols, 256 bits is the default. */ diff --git a/lib/sha1.h b/lib/sha1.h index 0b0015b6..623ce71d 100644 --- a/lib/sha1.h +++ b/lib/sha1.h @@ -9,19 +9,23 @@ * algorithm. * * Copyright (C) 2001 Rafael R. Sevilla - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. * - * This library 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 - * Library General Public License for more details. + * License (GNU Public License): * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the Free - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/lib/sha2.c b/lib/sha2.c index 81cee1c0..05a8f5e2 100644 --- a/lib/sha2.c +++ b/lib/sha2.c @@ -1,8 +1,14 @@ -/* - * FILE: sha2.c +/* $Id$ + ***************************************************************************** + * + * File: sha2.c + * + * Purpose: An implementation of the SHA 26/384/512 digests. + * * AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ * * Copyright (c) 2000-2001, Aaron D. Gifford + * * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -29,9 +35,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sha2.c,v 1.1 2001/11/08 00:01:51 adg Exp adg $ - */ - + ***************************************************************************** +*/ #include /* memcpy()/memset() or bcopy()/bzero() */ #include /* assert() */ #include "sha2.h" diff --git a/lib/sha2.h b/lib/sha2.h index 8b6e6f40..afd13009 100644 --- a/lib/sha2.h +++ b/lib/sha2.h @@ -1,5 +1,10 @@ -/* - * FILE: sha2.h +/* $Id$ + ***************************************************************************** + * + * File: sha2.h + * + * Purpose: Header for sha2.c - Implementation of the SHA 26/384/512 digests. + * * AUTHOR: Aaron D. Gifford - http://www.aarongifford.com/ * * Copyright (c) 2000-2001, Aaron D. Gifford @@ -29,9 +34,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: sha2.h,v 1.1 2001/11/08 00:02:01 adg Exp adg $ - */ - + ***************************************************************************** +*/ #ifndef __SHA2_H__ #define __SHA2_H__ diff --git a/lib/strlcat.c b/lib/strlcat.c index fe8fdc2b..2e37d478 100644 --- a/lib/strlcat.c +++ b/lib/strlcat.c @@ -1,6 +1,10 @@ -/* $OpenBSD: strlcat.c,v 1.9 2003/03/14 14:35:29 millert Exp $ */ - -/* +/* $Id$ + ***************************************************************************** + * + * File: strlcat.c + * + * Purpose: Safer string concat routine. + * * Copyright (c) 1998 Todd C. Miller * All rights reserved. * @@ -25,8 +29,9 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - + * + ***************************************************************************** +*/ #include "fko_common.h" /* diff --git a/lib/strlcpy.c b/lib/strlcpy.c index c271915a..ec21096e 100644 --- a/lib/strlcpy.c +++ b/lib/strlcpy.c @@ -1,6 +1,10 @@ -/* $OpenBSD: strlcpy.c,v 1.6 2003/03/14 14:35:29 millert Exp $ */ - -/* +/* $Id$ + ***************************************************************************** + * + * File: strlcpy.c + * + * Purpose: Safer string copy routine. + * * Copyright (c) 1998 Todd C. Miller * All rights reserved. * @@ -25,8 +29,9 @@ * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - + * + ***************************************************************************** +*/ #include "fko_common.h" /* diff --git a/server/access.c b/server/access.c index af113031..dc4dd81f 100644 --- a/server/access.c +++ b/server/access.c @@ -7,19 +7,24 @@ * * Purpose: Access.conf file processing for fwknop server. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/server/access.h b/server/access.h index 2c6d42ec..b9adcdce 100644 --- a/server/access.h +++ b/server/access.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknopd access.c. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/server/config_init.c b/server/config_init.c index 1fa754a1..7283f80c 100644 --- a/server/config_init.c +++ b/server/config_init.c @@ -7,19 +7,24 @@ * * Purpose: Command-line and config file processing for fwknop server. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/server/config_init.h b/server/config_init.h index 4d75b5fd..a067d7e0 100644 --- a/server/config_init.h +++ b/server/config_init.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknopd config_init. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/server/extcmd.c b/server/extcmd.c index e9805309..c4db8c54 100644 --- a/server/extcmd.c +++ b/server/extcmd.c @@ -7,19 +7,24 @@ * * Purpose: Routines for executing and processing external commands. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/extcmd.h b/server/extcmd.h index a246e0ad..d6aaa090 100644 --- a/server/extcmd.h +++ b/server/extcmd.h @@ -7,19 +7,24 @@ * * Purpose: Header file for extcmd.c. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util.c b/server/fw_util.c index 03f08e8f..558f3b8e 100644 --- a/server/fw_util.c +++ b/server/fw_util.c @@ -7,19 +7,24 @@ * * Purpose: Fwknop routines for managing the firewall rules. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util.h b/server/fw_util.h index 534f82df..168b2f82 100644 --- a/server/fw_util.h +++ b/server/fw_util.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fw_util.c. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util_ipf.c b/server/fw_util_ipf.c index 95f1b089..9f5277ae 100644 --- a/server/fw_util_ipf.c +++ b/server/fw_util_ipf.c @@ -7,19 +7,24 @@ * * Purpose: Fwknop routines for managing ipf firewall rules. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util_ipf.h b/server/fw_util_ipf.h index d591568b..cd3c72eb 100644 --- a/server/fw_util_ipf.h +++ b/server/fw_util_ipf.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fw_util_ipf.c. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util_ipfw.c b/server/fw_util_ipfw.c index a8601db3..857e8ccb 100644 --- a/server/fw_util_ipfw.c +++ b/server/fw_util_ipfw.c @@ -7,19 +7,24 @@ * * Purpose: Fwknop routines for managing ipfw firewall rules. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util_ipfw.h b/server/fw_util_ipfw.h index 45862129..77f65f88 100644 --- a/server/fw_util_ipfw.h +++ b/server/fw_util_ipfw.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fw_util_ipfw.c. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util_iptables.c b/server/fw_util_iptables.c index 227d3bdf..81add87d 100644 --- a/server/fw_util_iptables.c +++ b/server/fw_util_iptables.c @@ -7,19 +7,24 @@ * * Purpose: Fwknop routines for managing iptables firewall rules. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fw_util_iptables.h b/server/fw_util_iptables.h index bbeb92e9..273c7457 100644 --- a/server/fw_util_iptables.h +++ b/server/fw_util_iptables.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fw_util_iptables.c. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fwknopd.c b/server/fwknopd.c index 82c04efd..9095fb61 100644 --- a/server/fwknopd.c +++ b/server/fwknopd.c @@ -7,19 +7,24 @@ * * Purpose: An implementation of an fwknop server. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fwknopd.h b/server/fwknopd.h index 0041b392..aa24e14f 100644 --- a/server/fwknopd.h +++ b/server/fwknopd.h @@ -8,19 +8,24 @@ * * Purpose: Header file for fwknopd server program. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fwknopd_common.h b/server/fwknopd_common.h index 3630411e..3ca2a15f 100644 --- a/server/fwknopd_common.h +++ b/server/fwknopd_common.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknopd source files. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ****************************************************************************** */ diff --git a/server/fwknopd_errors.c b/server/fwknopd_errors.c index 3a1e3ecd..5124cb7d 100644 --- a/server/fwknopd_errors.c +++ b/server/fwknopd_errors.c @@ -7,19 +7,24 @@ * * Purpose: Error message functions for fwknopd * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/fwknopd_errors.h b/server/fwknopd_errors.h index e43a7c3d..6d9e1830 100644 --- a/server/fwknopd_errors.h +++ b/server/fwknopd_errors.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknopd_errors.c. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/incoming_spa.c b/server/incoming_spa.c index 691aaf7c..704583d4 100644 --- a/server/incoming_spa.c +++ b/server/incoming_spa.c @@ -7,19 +7,24 @@ * * Purpose: Process an incoming SPA data packet for fwknopd. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/incoming_spa.h b/server/incoming_spa.h index b3110e20..ed461989 100644 --- a/server/incoming_spa.h +++ b/server/incoming_spa.h @@ -7,19 +7,24 @@ * * Purpose: Header file for incoming_spa.c. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/log_msg.c b/server/log_msg.c index 056cbc41..ec882b56 100644 --- a/server/log_msg.c +++ b/server/log_msg.c @@ -8,19 +8,24 @@ * Purpose: General logging routine that can write to syslog and/or stderr * and can take varibale number of args. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/log_msg.h b/server/log_msg.h index e34e8feb..0de64488 100644 --- a/server/log_msg.h +++ b/server/log_msg.h @@ -7,19 +7,24 @@ * * Purpose: Header file for log_msg.c. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/pcap_capture.c b/server/pcap_capture.c index 446ea880..d04a27a2 100644 --- a/server/pcap_capture.c +++ b/server/pcap_capture.c @@ -7,19 +7,24 @@ * * Purpose: The pcap capture routines for fwknopd. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/pcap_capture.h b/server/pcap_capture.h index 79372dc5..966b749d 100644 --- a/server/pcap_capture.h +++ b/server/pcap_capture.h @@ -7,19 +7,24 @@ * * Purpose: Header file for pcap_capture.c. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/process_packet.c b/server/process_packet.c index 47b982df..f2d82da1 100644 --- a/server/process_packet.c +++ b/server/process_packet.c @@ -10,19 +10,24 @@ * then creates an FKO context with that data. If the context * creation is successfull, it is queued for processing. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/process_packet.h b/server/process_packet.h index 6e90ad7b..210961da 100644 --- a/server/process_packet.h +++ b/server/process_packet.h @@ -7,19 +7,24 @@ * * Purpose: Header file for process_packet and other fwknopd code. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/replay_dbm.c b/server/replay_dbm.c index 13d82a07..03b3d9e5 100644 --- a/server/replay_dbm.c +++ b/server/replay_dbm.c @@ -9,19 +9,24 @@ * by using a dbm (ndbm or gdbm in ndbm compatibility mode) file * to store a digest of previously received SPA packets. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/replay_dbm.h b/server/replay_dbm.h index 7e095af8..ca7f4c03 100644 --- a/server/replay_dbm.h +++ b/server/replay_dbm.h @@ -7,19 +7,24 @@ * * Purpose: Header file for fwknopd replay_dbm.c functions. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/sig_handler.c b/server/sig_handler.c index 04aed6f1..9a749ebc 100644 --- a/server/sig_handler.c +++ b/server/sig_handler.c @@ -7,19 +7,24 @@ * * Purpose: Signal handling dta and routines for fwknopd. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/sig_handler.h b/server/sig_handler.h index 3a88fa67..bb073ae7 100644 --- a/server/sig_handler.h +++ b/server/sig_handler.h @@ -7,19 +7,24 @@ * * Purpose: Header file for sig_handler functions and data. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/tcp_server.c b/server/tcp_server.c index 1e2a398d..88c63893 100644 --- a/server/tcp_server.c +++ b/server/tcp_server.c @@ -8,19 +8,24 @@ * Purpose: Spawns off a dummy tcp server for fwknopd. Its purpose is * to accept a tcp connection, then drop it after the first packet. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/tcp_server.h b/server/tcp_server.h index 28636ee4..4e4cc2c4 100644 --- a/server/tcp_server.h +++ b/server/tcp_server.h @@ -7,19 +7,24 @@ * * Purpose: Header file for tcp_server.c. * - * Copyright (C) 2010 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/utils.c b/server/utils.c index 72b486ce..11a67af9 100644 --- a/server/utils.c +++ b/server/utils.c @@ -7,19 +7,24 @@ * * Purpose: General/Generic functions for the fwknop server. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */ diff --git a/server/utils.h b/server/utils.h index c3ad50a1..4066ea12 100644 --- a/server/utils.h +++ b/server/utils.h @@ -7,19 +7,24 @@ * * Purpose: Header file for utils.c fwknopd server program. * - * Copyright (C) 2009 Damien Stuart (dstuart@dstuart.org) + * Copyright 2010 Damien Stuart (dstuart@dstuart.org) * * License (GNU Public License): * - * 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. + * 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. * - * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 - * USA + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA * ***************************************************************************** */