diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-29 00:59:31 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-29 00:59:31 +0000 |
commit | 3f2b909c01efe578d66be408453be01fe932f430 (patch) | |
tree | 48183fa41ebff52b136aa4008128bf38f08cf92a /base/allocator | |
parent | d4f499bce5375802bb1a10ebfc85587d0c3024c2 (diff) | |
download | chromium_src-3f2b909c01efe578d66be408453be01fe932f430.zip chromium_src-3f2b909c01efe578d66be408453be01fe932f430.tar.gz chromium_src-3f2b909c01efe578d66be408453be01fe932f430.tar.bz2 |
Clarify licenses on a bunch of files.
In this process, I also filed bugs on various projects we depend
on that also have unclear licenses.
BUG=28291
Review URL: http://codereview.chromium.org/521009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/allocator')
-rw-r--r-- | base/allocator/prep_libc.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/allocator/prep_libc.sh b/base/allocator/prep_libc.sh index 08d5acb..5edd2fe 100644 --- a/base/allocator/prep_libc.sh +++ b/base/allocator/prep_libc.sh @@ -1,4 +1,8 @@ #!/bin/sh +# 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. +# # This script takes libcmt.lib for VS2005 and removes the allocation related # functions from it. # |