Update copyrights

pull/4653/head
murgatroid99 9 years ago
parent a97b531d0f
commit 40809210d4
  1. 4
      src/core/transport/metadata.c
  2. 4
      src/core/transport/metadata.h
  3. 4
      src/node/ext/call.cc
  4. 4
      src/node/interop/async_delay_queue.js
  5. 4
      src/ruby/spec/pb/health/checker_spec.rb
  6. 4
      tools/run_tests/run_interop_tests.py

@ -1,6 +1,6 @@
/*
*
* Copyright 2015, Google Inc.
* Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -687,4 +687,4 @@ gpr_slice grpc_mdstr_as_base64_encoded_and_huffman_compressed(grpc_mdstr *gs) {
slice = s->base64_and_huffman;
gpr_mu_unlock(&shard->mu);
return slice;
}
}

@ -1,6 +1,6 @@
/*
*
* Copyright 2015, Google Inc.
* Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -153,4 +153,4 @@ int grpc_mdstr_is_bin_suffixed(grpc_mdstr *s);
void grpc_mdctx_global_init(void);
void grpc_mdctx_global_shutdown(void);
#endif /* GRPC_INTERNAL_CORE_TRANSPORT_METADATA_H */
#endif /* GRPC_INTERNAL_CORE_TRANSPORT_METADATA_H */

@ -1,6 +1,6 @@
/*
*
* Copyright 2015, Google Inc.
* Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -773,4 +773,4 @@ NAN_METHOD(Call::SetCredentials) {
}
} // namespace node
} // namespace grpc
} // namespace grpc

@ -1,6 +1,6 @@
/*
*
* Copyright 2015, Google Inc.
* Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -76,4 +76,4 @@ AsyncDelayQueue.prototype.add = function(callback, delay) {
}
};
module.exports = AsyncDelayQueue;
module.exports = AsyncDelayQueue;

@ -1,4 +1,4 @@
# Copyright 2015, Google Inc.
# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -229,4 +229,4 @@ describe Grpc::Health::Checker do
t.join
end
end
end
end

@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright 2015, Google Inc.
# Copyright 2015-2016, Google Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -785,4 +785,4 @@ finally:
for image in docker_images.itervalues():
print 'Removing docker image %s' % image
dockerjob.remove_image(image)
dockerjob.remove_image(image)
Loading…
Cancel
Save