Change copyright year.

Review URL: https://webrtc-codereview.appspot.com/353009

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1492 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
mflodman@webrtc.org 2012-01-20 08:17:28 +00:00
parent 16a04273bb
commit 9dddfaefdc

View File

@ -3,7 +3,7 @@
webrtc_license_header = (
r'.*? Copyright \(c\) 2011 The WebRTC project authors'
r'.*? Copyright \(c\) 2012 The WebRTC project authors'
r'.*?Use of this source code is governed by a BSD-style license\n'
r'.*? that can be found in the LICENSE file in the root of the source\n'
r'.*? tree. An additional intellectual property rights grant can be found\n'
@ -33,4 +33,3 @@ def CheckChangeOnCommit (input_api, output_api):
#sources = lambda x: input_api.FilterSourceFile(x, black_list=black_list)