Commit 9d478441 authored by Aurelio Colosimo's avatar Aurelio Colosimo

authors and license now specified at top of each file

a general notice is also put in AUTHORS file
parent 184445d4
The authors (or people who mostly developed the code) are specified inside each
file which compose the PPTP source.
Where no otherways specified, the authors are:
Alessandro Rubini for CERN, 2011 -- GNU LGPL v2.1 or later
Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
Many source files (mostly those regarding the algorithm itself) are based on the
PTPd project, v.2.1.0 (see http://ptpd.sourceforge.net/), with was used
according to the following copyright notice:
--- COPYRIGHT of PTPd v. 2.1.0 ---
The following copyright notice applies to all files which compose the
PTPd. This notice applies as if the text was explicitly included each
file.
Copyright (c) 2009-2010 George V. Neville-Neil, Steven Kreuzer,
Gael Mace, Alexandre Van Kempen
Copyright (c) 2005-2008 Kendall Correll, Aidan Williams
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---
/* /*
* FIXME header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
*/ */
/* Timer interface for GNU/Linux (and most likely other posix systems */ /* Timer interface for GNU/Linux (and most likely other posix systems */
......
/*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/
#ifndef __PTP_CONSTANTS_H__ #ifndef __PTP_CONSTANTS_H__
#define __PTP_CONSTANTS_H__ #define __PTP_CONSTANTS_H__
......
/* /*
* FIXME header * Aurelio Colosimo for CERN, 2011 -- public domain
* Structs defined in IEEE Std 1588-2008
*/ */
/* Structs defined in IEEE Std 1588-2008 */
#ifndef __PPTP_IEEE_1588_TYPES_H__ #ifndef __PPTP_IEEE_1588_TYPES_H__
#define __PPTP_IEEE_1588_TYPES_H__ #define __PPTP_IEEE_1588_TYPES_H__
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
*/ */
#ifndef __PTP_PROTO_H__ #ifndef __PTP_PROTO_H__
#define __PTP_PROTO_H__ #define __PTP_PROTO_H__
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
/* This is a placeholder for white rabbit extension. */ /* This is a placeholder for white rabbit extension. */
......
/* /*
* FIXME header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <limits.h> #include <limits.h>
......
/* /*
* FIXME header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include <pptp/diag.h> #include <pptp/diag.h>
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include <pptp/diag.h> #include <pptp/diag.h>
#include "common-fun.h" #include "common-fun.h"
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
/* /*
......
/* /*
* FIXME header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
/* /*
......
/* /*
* FIXME header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
int pp_disabled(struct pp_instance *ppi, unsigned char *pkt, int plen) int pp_disabled(struct pp_instance *ppi, unsigned char *pkt, int plen)
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include <pptp/diag.h> #include <pptp/diag.h>
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include <pptp/diag.h> #include <pptp/diag.h>
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include "common-fun.h" #include "common-fun.h"
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include <pptp/diag.h> #include <pptp/diag.h>
#include "common-fun.h" #include "common-fun.h"
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include "common-fun.h" #include "common-fun.h"
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
int pp_pre_master(struct pp_instance *ppi, unsigned char *pkt, int plen) int pp_pre_master(struct pp_instance *ppi, unsigned char *pkt, int plen)
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include <pptp/diag.h> #include <pptp/diag.h>
#include "common-fun.h" #include "common-fun.h"
......
/* /*
* FIXME: header * Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later
* Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*/ */
#include <pptp/pptp.h> #include <pptp/pptp.h>
#include "common-fun.h" #include "common-fun.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment