diff --git a/LICENSE.txt b/LICENSE.txt index f2b18c3b..d96f002c 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 2011-2016 Peter Spiess-Knafl +Copyright (C) 2011-2017 Peter Spiess-Knafl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the diff --git a/doc/manpage.in b/doc/manpage.in index 3725d9e5..f1d5e231 100644 --- a/doc/manpage.in +++ b/doc/manpage.in @@ -1,6 +1,6 @@ .\" Manpage for jsonrpcstub. .\" Contact psk@autistici.org to correct errors or typos. -.TH man 1 "7 April 2015" "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_VERSION@" "jsonrpcstub man page" +.TH man 1 "22 April 2017" "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_VERSION@" "jsonrpcstub man page" .SH NAME jsonrpcstub \- genearate stubs for the libjson\-rpc\-cpp framework. .SH SYNOPSIS @@ -102,7 +102,7 @@ No known bugs. Please report found bugs as an issue on github or send me an emai .SH COPYRIGHT -Copyright (C) 2011\-2015 Peter Spiess\-Knafl +Copyright (C) 2011\-2017 Peter Spiess\-Knafl Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the diff --git a/src/jsonrpccpp/common/jsonparser.h.in b/src/jsonrpccpp/common/jsonparser.h.in index 2d964289..3363ccfd 100644 --- a/src/jsonrpccpp/common/jsonparser.h.in +++ b/src/jsonrpccpp/common/jsonparser.h.in @@ -3,7 +3,7 @@ ************************************************************************* * @file jsonparser.h * @date 1/21/2015 - * @author Peter Spiess-Knafl + * @author Peter Spiess-Knafl * @license See attached LICENSE.txt ************************************************************************/ diff --git a/src/stubgenerator/client/pyclientstubgenerator.h b/src/stubgenerator/client/pyclientstubgenerator.h index 6207e55e..e3a365ce 100644 --- a/src/stubgenerator/client/pyclientstubgenerator.h +++ b/src/stubgenerator/client/pyclientstubgenerator.h @@ -8,6 +8,7 @@ namespace jsonrpc /** * The stub client this class generates requires jsonrpc_pyclient * to be installed from pypi. + * https://github.com/tvannoy/jsonrpc_pyclient */ class PythonClientStubGenerator : public StubGenerator {