Merge pull request #655 from yang-g/copyleft

include .m in check_copyright.py
pull/661/head
Craig Tiller 10 years ago
commit 7a5b53cb6e
  1. 2
      src/objective-c/GRPCClient/GRPCCall.h
  2. 2
      src/objective-c/GRPCClient/GRPCCall.m
  3. 2
      src/objective-c/GRPCClient/GRPCMethodName.h
  4. 2
      src/objective-c/GRPCClient/GRPCMethodName.m
  5. 2
      src/objective-c/GRPCClient/private/GRPCChannel.h
  6. 2
      src/objective-c/GRPCClient/private/GRPCChannel.m
  7. 2
      src/objective-c/GRPCClient/private/GRPCCompletionQueue.h
  8. 2
      src/objective-c/GRPCClient/private/GRPCCompletionQueue.m
  9. 2
      src/objective-c/GRPCClient/private/GRPCDelegateWrapper.h
  10. 2
      src/objective-c/GRPCClient/private/GRPCDelegateWrapper.m
  11. 2
      src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.h
  12. 2
      src/objective-c/GRPCClient/private/GRPCMethodName+HTTP2Encoding.m
  13. 2
      src/objective-c/GRPCClient/private/NSData+GRPC.h
  14. 2
      src/objective-c/GRPCClient/private/NSData+GRPC.m
  15. 2
      src/objective-c/GRPCClient/private/NSDictionary+GRPC.h
  16. 2
      src/objective-c/GRPCClient/private/NSDictionary+GRPC.m
  17. 2
      src/objective-c/GRPCClient/private/NSError+GRPC.h
  18. 2
      src/objective-c/GRPCClient/private/NSError+GRPC.m
  19. 2
      src/objective-c/RxLibrary/GRXImmediateWriter.h
  20. 2
      src/objective-c/RxLibrary/GRXImmediateWriter.m
  21. 2
      src/objective-c/RxLibrary/GRXWriteable.h
  22. 2
      src/objective-c/RxLibrary/GRXWriteable.m
  23. 2
      src/objective-c/RxLibrary/GRXWriter+Immediate.h
  24. 2
      src/objective-c/RxLibrary/GRXWriter+Immediate.m
  25. 2
      src/objective-c/RxLibrary/GRXWriter+Transformations.h
  26. 2
      src/objective-c/RxLibrary/GRXWriter+Transformations.m
  27. 2
      src/objective-c/RxLibrary/GRXWriter.h
  28. 2
      src/objective-c/RxLibrary/GRXWriter.m
  29. 2
      src/objective-c/RxLibrary/NSEnumerator+GRXUtil.h
  30. 2
      src/objective-c/RxLibrary/NSEnumerator+GRXUtil.m
  31. 2
      src/objective-c/RxLibrary/private/GRXNSBlockEnumerator.h
  32. 2
      src/objective-c/RxLibrary/private/GRXNSBlockEnumerator.m
  33. 2
      src/objective-c/RxLibrary/private/GRXNSFastEnumerator.h
  34. 2
      src/objective-c/RxLibrary/private/GRXNSFastEnumerator.m
  35. 2
      src/objective-c/RxLibrary/private/GRXNSScalarEnumerator.h
  36. 2
      src/objective-c/RxLibrary/private/GRXNSScalarEnumerator.m
  37. 2
      src/objective-c/RxLibrary/transformations/GRXMappingWriter.h
  38. 2
      src/objective-c/RxLibrary/transformations/GRXMappingWriter.m
  39. 1
      tools/distrib/check_copyright.py

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@ -70,6 +70,7 @@ LICENSE_FMT = {
'.c': ' * %s',
'.cc': ' * %s',
'.h': ' * %s',
'.m': ' * %s',
'.php': ' * %s',
'.py': '# %s',
'.rb': '# %s',

Loading…
Cancel
Save