Update copyright to 2015

This commit is contained in:
Craig Tiller 2015-02-18 08:34:56 -08:00
parent 5b1bd523df
commit 42af13c956
27 changed files with 54 additions and 54 deletions

View File

@ -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;

View File

@ -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

View File

@ -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_

View File

@ -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_

View File

@ -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

View File

@ -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_

View File

@ -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

View File

@ -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_

View File

@ -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

View File

@ -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_

View File

@ -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)

View File

@ -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

View File

@ -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_

View File

@ -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

View File

@ -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_

View File

@ -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

View File

@ -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_

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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() {
});
});
});
});
});

View File

@ -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]);
}
});
});
});

View File

@ -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() {
});
});
});
});
});

View File

@ -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);
});
});
});

View File

@ -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();
});
});
});
});

View File

@ -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();
});
});
});