From 6f943c2ca43015799a323aa514452f9340bbc9e0 Mon Sep 17 00:00:00 2001 From: "chase@chromium.org" Date: Tue, 1 Sep 2009 00:41:14 +0000 Subject: [PATCH] Add licensing header to git-try. TBR=maruel Review URL: http://codereview.chromium.org/177047 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@24994 0039d316-1c4b-4281-b951-d872f2087c98 --- git-try | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git-try b/git-try index 8dd4d9bb60..9b1964f0e6 100755 --- a/git-try +++ b/git-try @@ -1,4 +1,7 @@ #!/usr/bin/python +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. import getpass import optparse