Commit 23033d8a authored by Alessandro Rubini's avatar Alessandro Rubini

general: rephrase copyright notices (no tech effect)

This changes all "Name Surname for CERN" to "Copyright CERN, author
Name Surname".  This is trivial and makes no change, with a few
expections:

- all trivial Makefiles that had "for CERN" lines have now no
attributions, as they are trivial anyways.

- a few unrepresented files have not the copyright notice (especially
ptpdump, that I wrote in 2012).

- a few "for CERN" remain in subprojects, where I didn't touch anyrhing
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 214e6456
# Alessandro Rubini for CERN, 2011 -- public domain
CFLAGS += -ffreestanding -Os -fno-stack-protector -Itools CFLAGS += -ffreestanding -Os -fno-stack-protector -Itools
ARCH_LDFLAGS = -nostdlib -static -T $(ARCH).lds ARCH_LDFLAGS = -nostdlib -static -T $(ARCH).lds
......
/* /*
* A stupid crt0.S for "freestanding" stuff on gnu/linux * A stupid crt0.S for "freestanding" stuff on gnu/linux
* Alessandro Rubini for CERN, 2011 -- GNU GPL v2 or later *
* Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
.section .boot, "ax" .section .boot, "ax"
.extern ppsi_main .extern ppsi_main
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <linux/unistd.h> #include <linux/unistd.h>
......
# Alessandro Rubini for CERN, 2011 -- public domain
CFLAGS += -ffreestanding -Os -fno-stack-protector -Itools CFLAGS += -ffreestanding -Os -fno-stack-protector -Itools
ARCH_LDFLAGS = -nostdlib -static -T $(ARCH).lds ARCH_LDFLAGS = -nostdlib -static -T $(ARCH).lds
......
/* /*
* A stupid crt0.S for "freestanding" stuff on gnu/linux * A stupid crt0.S for "freestanding" stuff on gnu/linux
* Alessandro Rubini for CERN, 2011 -- GNU GPL v2 or later *
* Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
.section .boot, "ax" .section .boot, "ax"
.extern ppsi_main .extern ppsi_main
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
int bare_errno; int bare_errno;
......
# Alessandro Rubini for CERN, 2011 -- public domain
# All files are under A (short for ARCH): I'm lazy # All files are under A (short for ARCH): I'm lazy
A := arch-$(ARCH) A := arch-$(ARCH)
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
/* /*
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
/* /*
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <stdio.h> #include <stdio.h>
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
/* /*
......
# Alessandro Rubini for CERN, 2011 -- public domain
CFLAGS += -ffreestanding -Os \ CFLAGS += -ffreestanding -Os \
-ffunction-sections -fdata-sections \ -ffunction-sections -fdata-sections \
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released to the public domain
*/ */
#include <endpoint.h> #include <endpoint.h>
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
#include "wrpc.h" #include "wrpc.h"
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released to the public domain
*/ */
#include <stdint.h> #include <stdint.h>
......
/* /*
* Alessandro Rubini for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Aurelio Colosimo for CERN, 2012 -- GNU LGPL v2.1 or later * Author: Alessandro Rubini
* Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#ifndef __WRPC_H #ifndef __WRPC_H
#define __WRPC_H #define __WRPC_H
......
# Alessandro Rubini for CERN, 2011 -- public domain
# All files are under A (short for ARCH): I'm lazy # All files are under A (short for ARCH): I'm lazy
A := arch-$(ARCH) A := arch-$(ARCH)
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
/* /*
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
/* /*
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <stdio.h> #include <stdio.h>
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2013 -- public domain * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
/* /*
......
/* /*
* Alessandro Rubini for CERN, 2013 -- GNU LGPL v2.1 or later * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <stdarg.h> #include <stdarg.h>
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#ifndef __PPSI_CONSTANTS_H__ #ifndef __PPSI_CONSTANTS_H__
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released to the public domain
*/ */
/* Structs defined in IEEE Std 1588-2008 */ /* Structs defined in IEEE Std 1588-2008 */
......
/* /*
* Alessandro Rubini and Aurelio Colosimo for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Authors: Alessandro Rubini and Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#ifndef __PPSI_LIB_H__ #ifndef __PPSI_LIB_H__
#define __PPSI_LIB_H__ #define __PPSI_LIB_H__
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#ifndef __PPSI_PPSI_H__ #ifndef __PPSI_PPSI_H__
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
#include "bare-linux.h" #include "bare-linux.h"
......
/* /*
* Alessandro Rubini for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <string.h> #include <string.h>
/* /*
......
/* /*
* Alessandro Rubini for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
/* /*
......
/* /*
* Alessandro Rubini for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
/* /*
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#define CONFIG_PPSI_RUNTIME_VERBOSITY 1 #define CONFIG_PPSI_RUNTIME_VERBOSITY 1
......
/* /*
* Aurelio Colosimo for CERN, 2013 -- GNU LGPL v2.1 or later * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- public domain * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#ifndef __WREXT_WR_API_H__ #ifndef __WREXT_WR_API_H__
......
/* /*
* Aurelio Colosimo for CERN, 2012 -- GNU LGPL v2.1 or later * Copyright (C) 2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
/* White Rabbit stuff /* White Rabbit stuff
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on ptp-noposix project (see AUTHORS for details) * Based on ptp-noposix project (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <limits.h> #include <limits.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
#include "common-fun.h" #include "common-fun.h"
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#ifndef __COMMON_FUN_H #ifndef __COMMON_FUN_H
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Alessandro Rubini for CERN, 2013 -- GNU LGPL v2.1 or later * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
# Alessandro Rubini for CERN, 2013 -- public domain
# This Makefile in included by architectures that select time-bare # This Makefile in included by architectures that select time-bare
# Object files are added to libarch, so they are picked on demand. # Object files are added to libarch, so they are picked on demand.
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
/* Socket interface for bare Linux */ /* Socket interface for bare Linux */
......
/* /*
* Alessandro Rubini for CERN, 2013 -- LGPL 2.1 or later * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
#include "bare-linux.h" #include "bare-linux.h"
......
# Alessandro Rubini for CERN, 2013 -- public domain
# This Makefile in included by architectures that select time-unix # This Makefile in included by architectures that select time-unix
# as a default, or by builds with explicit TIME=unix. # as a default, or by builds with explicit TIME=unix.
# Object files are added to libarch, so they are picked on demand. # Object files are added to libarch, so they are picked on demand.
......
/* /*
* Aurelio Colosimo for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Aurelio Colosimo
* Based on PTPd project v. 2.1.0 (see AUTHORS for details) * Based on PTPd project v. 2.1.0 (see AUTHORS for details)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
/* Socket interface for GNU/Linux (and most likely other posix systems) */ /* Socket interface for GNU/Linux (and most likely other posix systems) */
......
/* /*
* Alessandro Rubini for CERN, 2011 -- public domain * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released to the public domain
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
......
# Alessandro Rubini for CERN, 2013 -- public domain
# This Makefile in included by arch-wrpc. # This Makefile in included by arch-wrpc.
# Object files are added to libarch, so they are picked on demand. # Object files are added to libarch, so they are picked on demand.
......
/* /*
* Alessandro Rubini for CERN, 2011 -- GNU LGPL v2.1 or later * Copyright (C) 2011 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
#include "ptpdump.h" #include "ptpdump.h"
......
/* /*
* Alessandro Rubini for CERN, 2013 -- LGPL 2.1 or later * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Alessandro Rubini
* (Mostly code by Tomasz Wlostowski in wrpc-sw) * (Mostly code by Tomasz Wlostowski in wrpc-sw)
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
#include "pps_gen.h" /* in wrpc-sw */ #include "pps_gen.h" /* in wrpc-sw */
......
# Aurelio Colosimo for CERN, 2013 -- public domain
OBJ-libarch += \ OBJ-libarch += \
time-wrs/wrs-time.o \ time-wrs/wrs-time.o \
......
/* /*
* Aurelio Colosimo for CERN, 2013 -- public domain * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <ppsi/ppsi.h> #include <ppsi/ppsi.h>
......
/* /*
* Aurelio Colosimo for CERN, 2013 -- public domain * Copyright (C) 2013 CERN (www.cern.ch)
* Author: Aurelio Colosimo
*
* Released according to the GNU LGPL, version 2.1 or any later version.
*/ */
#include <errno.h> #include <errno.h>
......
/* CERN 2013 (author A. Rubini), part of the ppsi project, GPL v2 or later */ /*
* Copyright (C) 2013 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -9,7 +14,7 @@ ...@@ -9,7 +14,7 @@
#include "convert.h" #include "convert.h"
/* /*
* This is a simple tools to slightly change the system time, in order * This is a simple tool to slightly change the system time, in order
* to check when (and how) PTP resynchronizes it * to check when (and how) PTP resynchronizes it
*/ */
......
/* Alessandro Rubini, 2012, GPL v2 or later */ /*
* Copyright (C) 2012 Alessandro Rubini
*
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
......
/* CERN 2013 (author A. Rubini), part of the ppsi project, GPL v2 or later */ /*
* Copyright (C) 2013 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU GPL, version 2 or any later version.
*/
/* /*
* Conversions are boring stuff: we can't use floats or doubles (because * Conversions are boring stuff: we can't use floats or doubles (because
......
/*
* Copyright (C) 2012 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU GPL, version 2 or any later version.
*/
/* /*
* I used to have bit fields, but endianness detection failed. Let's be * I used to have bit fields, but endianness detection failed. Let's be
......
/*
* Copyright (C) 2012 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <ppsi/ieee1588_types.h> /* from ../include */ #include <ppsi/ieee1588_types.h> /* from ../include */
......
/*
* Copyright (C) 2012 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <errno.h> #include <errno.h>
......
/* CERN 2013 (author A. Rubini), part of the ppsi project, GPL v2 or later */ /*
* Copyright (C) 2013 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.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