Update all 2011 dates to 2021.

pull/13171/head
Joshua Haberman 4 years ago
parent 5f74d43cf9
commit 823eb09694
  1. 2
      BUILD
  2. 2
      LICENSE
  3. 2
      bazel/BUILD
  4. 2
      bazel/build_defs.bzl
  5. 2
      bazel/lua.BUILD
  6. 2
      bazel/upb_proto_library.bzl
  7. 2
      benchmarks/BUILD
  8. 2
      benchmarks/BUILD.googleapis
  9. 2
      benchmarks/benchmark.cc
  10. 2
      benchmarks/build_defs.bzl
  11. 2
      benchmarks/compare.py
  12. 2
      benchmarks/gen_protobuf_binary_cc.py
  13. 2
      benchmarks/gen_synthetic_protos.py
  14. 2
      benchmarks/gen_upb_binary_c.py
  15. 2
      cmake/BUILD
  16. 2
      cmake/build_defs.bzl
  17. 2
      cmake/make_cmakelists.py
  18. 2
      cmake/staleness_test.py
  19. 2
      cmake/staleness_test_lib.py
  20. 2
      examples/bazel/BUILD
  21. 2
      examples/bazel/test_binary.c
  22. 2
      kokoro/ubuntu/build.sh
  23. 2
      tests/BUILD
  24. 2
      tests/bindings/lua/BUILD
  25. 2
      tests/bindings/lua/main.c
  26. 2
      tests/bindings/lua/test_upb.lua
  27. 2
      tests/conformance_upb.c
  28. 2
      tests/corpus/temp.cc
  29. 2
      tests/file_descriptor_parsenew_fuzzer.cc
  30. 2
      tests/test_cpp.cc
  31. 2
      tests/test_generated_code.c
  32. 2
      tests/test_table.cc
  33. 2
      tests/testmain.cc
  34. 2
      tests/upb_test.h
  35. 2
      third_party/wyhash/BUILD
  36. 2
      tools/amalgamate.py
  37. 2
      upb/bindings/lua/BUILD
  38. 2
      upb/bindings/lua/def.c
  39. 2
      upb/bindings/lua/lua_proto_library.bzl
  40. 2
      upb/bindings/lua/msg.c
  41. 2
      upb/bindings/lua/upb.c
  42. 2
      upb/bindings/lua/upb.h
  43. 2
      upb/bindings/lua/upb.lua
  44. 2
      upb/bindings/lua/upbc.cc
  45. 2
      upb/decode.c
  46. 2
      upb/decode.h
  47. 2
      upb/decode.int.h
  48. 2
      upb/decode_fast.c
  49. 2
      upb/decode_fast.h
  50. 2
      upb/def.c
  51. 2
      upb/def.h
  52. 2
      upb/def.hpp
  53. 2
      upb/encode.c
  54. 2
      upb/encode.h
  55. 2
      upb/json_decode.c
  56. 2
      upb/json_decode.h
  57. 2
      upb/json_encode.c
  58. 2
      upb/json_encode.h
  59. 2
      upb/msg.c
  60. 2
      upb/msg.h
  61. 2
      upb/port_def.inc
  62. 2
      upb/port_undef.inc
  63. 2
      upb/reflection.c
  64. 2
      upb/reflection.h
  65. 2
      upb/reflection.hpp
  66. 2
      upb/table.c
  67. 2
      upb/table.int.h
  68. 2
      upb/text_encode.c
  69. 2
      upb/text_encode.h
  70. 2
      upb/upb.c
  71. 2
      upb/upb.h
  72. 2
      upb/upb.hpp
  73. 2
      upb/upb.int.h
  74. 2
      upbc/BUILD
  75. 2
      upbc/common.cc
  76. 2
      upbc/common.h
  77. 2
      upbc/message_layout.cc
  78. 2
      upbc/message_layout.h
  79. 2
      upbc/protoc-gen-upb.cc
  80. 2
      upbc/protoc-gen-upbdefs.cc

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
Copyright (c) 2009-2011, Google Inc. Copyright (c) 2009-2021, Google Inc.
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/bin/bash -eu #!/bin/bash -eu
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
--[[-------------------------------------------------------------------------- --[[--------------------------------------------------------------------------
Copyright (c) 2009-2011, Google LLC Copyright (c) 2009-2021, Google LLC
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
--[[-------------------------------------------------------------------------- --[[--------------------------------------------------------------------------
Copyright (c) 2009-2011, Google LLC Copyright (c) 2009-2021, Google LLC
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
# Copyright (c) 2009-2011, Google LLC # Copyright (c) 2009-2021, Google LLC
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2009-2011, Google LLC * Copyright (c) 2009-2021, Google LLC
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

@ -1,4 +1,4 @@
// Copyright (c) 2009-2011, Google LLC // Copyright (c) 2009-2021, Google LLC
// All rights reserved. // All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without // Redistribution and use in source and binary forms, with or without

Loading…
Cancel
Save