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 /webkit/tools | |
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 'webkit/tools')
-rwxr-xr-x | webkit/tools/layout_tests/dedup-tests.py | 3 | ||||
-rw-r--r-- | webkit/tools/test_shell/resource.h | 4 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell_x11.cc | 4 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_shell_x11.h | 4 |
4 files changed, 15 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/dedup-tests.py b/webkit/tools/layout_tests/dedup-tests.py index ea5de92..6e1f635 100755 --- a/webkit/tools/layout_tests/dedup-tests.py +++ b/webkit/tools/layout_tests/dedup-tests.py @@ -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. """dedup-tests -- print test results duplicated between win and linux. diff --git a/webkit/tools/test_shell/resource.h b/webkit/tools/test_shell/resource.h index ca853dd..68aa6a2 100644 --- a/webkit/tools/test_shell/resource.h +++ b/webkit/tools/test_shell/resource.h @@ -1,3 +1,7 @@ +// 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. + //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by test_shell.rc diff --git a/webkit/tools/test_shell/test_shell_x11.cc b/webkit/tools/test_shell/test_shell_x11.cc index 865954b..73f4ca3 100644 --- a/webkit/tools/test_shell/test_shell_x11.cc +++ b/webkit/tools/test_shell/test_shell_x11.cc @@ -1,3 +1,7 @@ +// 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. + #include <gtk/gtk.h> #include <gdk/gdkx.h> diff --git a/webkit/tools/test_shell/test_shell_x11.h b/webkit/tools/test_shell/test_shell_x11.h index a17356d..d3e41dd 100644 --- a/webkit/tools/test_shell/test_shell_x11.h +++ b/webkit/tools/test_shell/test_shell_x11.h @@ -1,3 +1,7 @@ +// 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. + #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_X11_H #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_X11_H |