Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (2):
build: fix LGPL license annotations in headers+libraries
books: PCP UAG updates for pmcd,pmlogger,pmie,pmproxy changes
books/PCP_UAG/pcp-users-and-administrators-guide.pdf |binary
books/PCP_UAG/pcp-users-and-administrators-guide.xml | 84 ++++++++++++++-----
src/include/pcp/config.h.in | 15 +--
src/include/pcp/config32.h | 21 ++--
src/include/pcp/config64.h | 25 ++---
src/include/pcp/configsz.h.in | 21 ++--
src/include/pcp/fault.h | 5 -
src/include/pcp/impl.h | 19 ++--
src/include/pcp/import.h | 18 ++--
src/include/pcp/pmafm.h | 5 -
src/include/pcp/pmapi.h | 19 ++--
src/include/pcp/pmda.h | 18 ++--
src/include/pcp/pmtime.h | 2
src/include/pcp/trace.h | 18 ++--
src/include/pcp/trace_dev.h | 19 ++--
src/libpcp/src/avahi.c | 14 +--
src/libpcp/src/avahi.h | 14 +--
src/libpcp/src/probe.h | 14 +--
src/libpcp/src/secureserver.c | 18 ++--
src/libpcp_gui/src/timestate.c | 19 ++--
src/libpcp_pmda/src/dynamic.c | 14 +--
src/libpcp_pmda/src/queues.c | 14 +--
src/libpcp_pmda/src/queues.h | 14 +--
src/libpcp_trace/src/hash.h | 14 +--
24 files changed, 229 insertions(+), 195 deletions(-)
commit 700cf608227af6610829bcb8adc684143accc88f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 27 11:38:26 2015 +1000
books: PCP UAG updates for pmcd,pmlogger,pmie,pmproxy changes
commit b6110c2e22b214850be652df601754dc61015d7a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 27 09:34:11 2015 +1000
build: fix LGPL license annotations in headers+libraries
Correct several cut+paste license errors, where GPL annotation
had been inadvertently applied to a handful of sources in LGPL
libraries.
With the exception of getdate.y, this resolves the issues from
https://github.com/performancecopilot/pcp/issues/44
|