summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-29 00:59:31 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-29 00:59:31 +0000
commit3f2b909c01efe578d66be408453be01fe932f430 (patch)
tree48183fa41ebff52b136aa4008128bf38f08cf92a /webkit/tools
parentd4f499bce5375802bb1a10ebfc85587d0c3024c2 (diff)
downloadchromium_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-xwebkit/tools/layout_tests/dedup-tests.py3
-rw-r--r--webkit/tools/test_shell/resource.h4
-rw-r--r--webkit/tools/test_shell/test_shell_x11.cc4
-rw-r--r--webkit/tools/test_shell/test_shell_x11.h4
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