mirror of https://github.com/grpc/grpc-node.git
Update copyright to 2015
This commit is contained in:
parent
5b1bd523df
commit
42af13c956
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -135,4 +135,4 @@ if (require.main === module) {
|
|||
/**
|
||||
* See docs for server
|
||||
*/
|
||||
module.exports = server;
|
||||
module.exports = server;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -92,4 +92,4 @@ Handle<Value> MakeFastBuffer(Handle<Value> slowBuffer) {
|
|||
return NanEscapeScope(fastBuffer);
|
||||
}
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
} // namespace grpc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -57,4 +57,4 @@ v8::Handle<v8::Value> MakeFastBuffer(v8::Handle<v8::Value> slowBuffer);
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_BYTE_BUFFER_H_
|
||||
#endif // NET_GRPC_NODE_BYTE_BUFFER_H_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -128,4 +128,4 @@ class Call : public ::node::ObjectWrap {
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_CALL_H_
|
||||
#endif // NET_GRPC_NODE_CALL_H_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -179,4 +179,4 @@ NAN_METHOD(Channel::Close) {
|
|||
}
|
||||
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
} // namespace grpc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -76,4 +76,4 @@ class Channel : public ::node::ObjectWrap {
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_CHANNEL_H_
|
||||
#endif // NET_GRPC_NODE_CHANNEL_H_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -101,4 +101,4 @@ void CompletionQueueAsyncWorker::HandleErrorCallback() {
|
|||
}
|
||||
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
} // namespace grpc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -78,4 +78,4 @@ class CompletionQueueAsyncWorker : public NanAsyncWorker {
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_COMPLETION_QUEUE_ASYNC_WORKER_H_
|
||||
#endif // NET_GRPC_NODE_COMPLETION_QUEUE_ASYNC_WORKER_H_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -200,4 +200,4 @@ NAN_METHOD(Credentials::CreateIam) {
|
|||
}
|
||||
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
} // namespace grpc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -78,4 +78,4 @@ class Credentials : public ::node::ObjectWrap {
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_CREDENTIALS_H_
|
||||
#endif // NET_GRPC_NODE_CREDENTIALS_H_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -175,4 +175,4 @@ void init(Handle<Object> exports) {
|
|||
grpc::node::ServerCredentials::Init(exports);
|
||||
}
|
||||
|
||||
NODE_MODULE(grpc, init)
|
||||
NODE_MODULE(grpc, init)
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -286,4 +286,4 @@ NAN_METHOD(Server::Shutdown) {
|
|||
}
|
||||
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
} // namespace grpc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -76,4 +76,4 @@ class Server : public ::node::ObjectWrap {
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_SERVER_H_
|
||||
#endif // NET_GRPC_NODE_SERVER_H_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -151,4 +151,4 @@ NAN_METHOD(ServerCredentials::CreateFake) {
|
|||
}
|
||||
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
} // namespace grpc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -74,4 +74,4 @@ class ServerCredentials : public ::node::ObjectWrap {
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_SERVER_CREDENTIALS_H_
|
||||
#endif // NET_GRPC_NODE_SERVER_CREDENTIALS_H_
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -62,4 +62,4 @@ double TimespecToMilliseconds(gpr_timespec timespec) {
|
|||
}
|
||||
|
||||
} // namespace node
|
||||
} // namespace grpc
|
||||
} // namespace grpc
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -45,4 +45,4 @@ gpr_timespec MillisecondsToTimespec(double millis);
|
|||
} // namespace node
|
||||
} // namespace grpc
|
||||
|
||||
#endif // NET_GRPC_NODE_TIMEVAL_H_
|
||||
#endif // NET_GRPC_NODE_TIMEVAL_H_
|
||||
4
index.js
4
index.js
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -105,4 +105,4 @@ exports.Credentials = grpc.Credentials;
|
|||
/**
|
||||
* ServerCredentials factories
|
||||
*/
|
||||
exports.ServerCredentials = grpc.ServerCredentials;
|
||||
exports.ServerCredentials = grpc.ServerCredentials;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -310,4 +310,4 @@ if (require.main === module) {
|
|||
/**
|
||||
* See docs for runTest
|
||||
*/
|
||||
exports.runTest = runTest;
|
||||
exports.runTest = runTest;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -201,4 +201,4 @@ if (require.main === module) {
|
|||
/**
|
||||
* See docs for getServer
|
||||
*/
|
||||
exports.getServer = getServer;
|
||||
exports.getServer = getServer;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -125,4 +125,4 @@ exports.fullyQualifiedName = fullyQualifiedName;
|
|||
/**
|
||||
* See docs for wrapIgnoreNull
|
||||
*/
|
||||
exports.wrapIgnoreNull = wrapIgnoreNull;
|
||||
exports.wrapIgnoreNull = wrapIgnoreNull;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -85,4 +85,4 @@ describe('channel', function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -89,4 +89,4 @@ describe('constants', function() {
|
|||
'call error missing: ' + callErrorNames[i]);
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -233,4 +233,4 @@ describe('end-to-end', function() {
|
|||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -79,4 +79,4 @@ describe('Interop tests', function() {
|
|||
interop_client.runTest(port, name_override, 'cancel_after_first_response',
|
||||
true, done);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -113,4 +113,4 @@ describe('Math client', function() {
|
|||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*
|
||||
* Copyright 2014, Google Inc.
|
||||
* Copyright 2015, Google Inc.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
@ -125,4 +125,4 @@ describe('Cancelling surface client', function() {
|
|||
});
|
||||
call.cancel();
|
||||
});
|
||||
});
|
||||
});
|
||||
Loading…
Reference in New Issue