Copyright date fixes for Python generator files

These changes should have been included in dc8c323939.
pull/4759/head
Nathaniel Manista 9 years ago
parent 16affcce96
commit 2a9244a9c4
  1. 2
      src/compiler/python_generator.cc
  2. 2
      src/compiler/python_generator.h
  3. 2
      src/compiler/python_plugin.cc

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

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

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

Loading…
Cancel
Save