From 9dddfaefdca066d7645e47c8f79b1ec3699bfabf Mon Sep 17 00:00:00 2001 From: "mflodman@webrtc.org" Date: Fri, 20 Jan 2012 08:17:28 +0000 Subject: [PATCH] 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 --- PRESUBMIT.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PRESUBMIT.py b/PRESUBMIT.py index d824286e7..7e1e0871e 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -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) -