Fix license headers in a number of files

These headers now match the regex used in the presubmit check.

This will simplify adding a tool to check license compatibility for the Android
WebView build.

BUG=138921

Review URL: https://chromiumcodereview.appspot.com/10835019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149222 0039d316-1c4b-4281-b951-d872f2087c98
parent b8e43508
<!-- <!--
An option page for configuring notifications. Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
Copyright 2010 the Chromium Authors found in the LICENSE file.
Use of this source code is governed by a BSD-style license that can be found
in the "LICENSE" file.
Brian Kennish <bkennish@chromium.org> Brian Kennish <bkennish@chromium.org>
An option page for configuring notifications.
--> -->
<!doctype html> <!doctype html>
<html> <html>
......
/* /*
* Copyright (c) 2012 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.
*
* The "Hello world!" of the Chrome Web Store Licensing API, in Java. This * The "Hello world!" of the Chrome Web Store Licensing API, in Java. This
* program logs the user in with OpenID, fetches their license state with OAuth, * program logs the user in with OpenID, fetches their license state with OAuth,
* and prints one of these greetings as appropriate: * and prints one of these greetings as appropriate:
...@@ -7,11 +11,6 @@ ...@@ -7,11 +11,6 @@
* 2. Hello *free trial* license! * 2. Hello *free trial* license!
* 3. Hello *full* license! * 3. Hello *full* license!
* *
* Copyright 2010 the Chromium Authors
*
* Use of this source code is governed by a BSD-style license that can be found
* in the "LICENSE" file.
*
* Brian Kennish <bkennish@chromium.org> * Brian Kennish <bkennish@chromium.org>
*/ */
package com.example; package com.example;
......
/* /*
* Copyright (c) 2012 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.
*
* The "Hello world!" of the Chrome Web Store Licensing API, in Java. This * The "Hello world!" of the Chrome Web Store Licensing API, in Java. This
* program logs the user in with OpenID, fetches their license state with OAuth, * program logs the user in with OpenID, fetches their license state with OAuth,
* and prints one of these greetings as appropriate: * and prints one of these greetings as appropriate:
...@@ -7,11 +11,6 @@ ...@@ -7,11 +11,6 @@
* 2. Hello *free trial* license! * 2. Hello *free trial* license!
* 3. Hello *full* license! * 3. Hello *full* license!
* *
* Copyright 2010 the Chromium Authors
*
* Use of this source code is governed by a BSD-style license that can be found
* in the "LICENSE" file.
*
* Brian Kennish <bkennish@chromium.org> * Brian Kennish <bkennish@chromium.org>
*/ */
package com.example; package com.example;
......
<?php <?php
/** /**
* Copyright (c) 2012 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.
*
* A "Hello world!" for the Chrome Web Store Licensing API, in PHP. This * A "Hello world!" for the Chrome Web Store Licensing API, in PHP. This
* program logs the user in with Google's Federated Login API (OpenID), fetches * program logs the user in with Google's Federated Login API (OpenID), fetches
* their license state with OAuth, and prints one of these greetings as * their license state with OAuth, and prints one of these greetings as
...@@ -14,11 +18,6 @@ ...@@ -14,11 +18,6 @@
* to the login page, keeping the user on the main application page. See * to the login page, keeping the user on the main application page. See
* popuplib.js * popuplib.js
* *
* Copyright 2010 the Chromium Authors
*
* Use of this source code is governed by a BSD-style license that can be found
* in the "LICENSE" file.
*
* Eric Bidelman <ericbidelman@chromium.org> * Eric Bidelman <ericbidelman@chromium.org>
*/ */
......
#!/usr/bin/env python #!/usr/bin/env python
# copyright (c) 2012 the chromium authors. all rights reserved. # Copyright (c) 2012 The Chromium Authors. All rights reserved.
# use of this source code is governed by a bsd-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the license file. # found in the LICENSE file.
"""Build script to generate a new sdk_tools bundle. """Build script to generate a new sdk_tools bundle.
......
#!/usr/bin/env python #!/usr/bin/env python
# copyright (c) 2012 the chromium authors. all rights reserved. # Copyright (c) 2012 The Chromium Authors. All rights reserved.
# use of this source code is governed by a bsd-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the license file. # found in the LICENSE file.
import os import os
import re import re
......
# copyright (c) 2012 the chromium authors. all rights reserved. # Copyright (c) 2012 The Chromium Authors. All rights reserved.
# use of this source code is governed by a bsd-style license that can be # Use of this source code is governed by a BSD-style license that can be
# found in the license file. # found in the LICENSE file.
import multiprocessing import multiprocessing
import os import os
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_INSTANCE_H_ #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_INSTANCE_H_
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_INSTANCE_H_ #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_BROWSER_INSTANCE_H_
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_INSTANCE_H_ #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_INSTANCE_H_
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_INSTANCE_H_ #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_INSTANCE_H_
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_LOADER_H_ #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_LOADER_H_
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_LOADER_H_ #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_LOADER_H_
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_URL_REQUEST_INFO_H_ #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_URL_REQUEST_INFO_H_
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_URL_REQUEST_INFO_H_ #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_PPB_URL_REQUEST_INFO_H_
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_RESPONSE_INFO_H_ #ifndef NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_RESPONSE_INFO_H_
#define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_RESPONSE_INFO_H_ #define NATIVE_CLIENT_SRC_SHARED_PPAPI_PROXY_PLUGIN_URL_RESPONSE_INFO_H_
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#include "native_client/src/trusted/plugin/nexe_arch.h" #include "native_client/src/trusted/plugin/nexe_arch.h"
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#include "native_client/src/trusted/plugin/nexe_arch.h" #include "native_client/src/trusted/plugin/nexe_arch.h"
#include "native_client/src/trusted/platform_qualify/nacl_os_qualify.h" #include "native_client/src/trusted/platform_qualify/nacl_os_qualify.h"
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#include "native_client/src/trusted/plugin/dylib_unittest.h" #include "native_client/src/trusted/plugin/dylib_unittest.h"
......
// Copyright 2010 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
// Functions for dynamically loading the trusted plugin when running unit // Functions for dynamically loading the trusted plugin when running unit
// tests. // tests.
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#include "native_client/src/trusted/plugin/nexe_arch.h" #include "native_client/src/trusted/plugin/nexe_arch.h"
......
/* /*
* Copyright 2011 The Chromium Authors. All rights reserved. * Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can * Use of this source code is governed by a BSD-style license that can be
* be found in the LICENSE file. * found in the LICENSE file.
*/ */
// Routines for determining the most appropriate NaCl executable for // Routines for determining the most appropriate NaCl executable for
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
// Unit tests for ppGoogleNaClPlugin // Unit tests for ppGoogleNaClPlugin
......
<!-- <!--
Copyright 2011 The Chromium Authors. All rights reserved. Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can Use of this source code is governed by a BSD-style license that can
be found in the LICENSE file. be found in the LICENSE file.
--> -->
......
<!-- <!--
Copyright 2011 The Chromium Authors. All rights reserved. Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can Use of this source code is governed by a BSD-style license that can
be found in the LICENSE file. be found in the LICENSE file.
--> -->
......
<!-- <!--
Copyright 2011 The Chromium Authors. All rights reserved. Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can Use of this source code is governed by a BSD-style license that can
be found in the LICENSE file. be found in the LICENSE file.
--> -->
......
// Copyright 2011 The Chromium Authors. All rights reserved. // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can // Use of this source code is governed by a BSD-style license that can be
// be found in the LICENSE file. // found in the LICENSE file.
#include <cstdio> #include <cstdio>
#include <cstdlib> #include <cstdlib>
......
<!-- <!--
Copyright 2011 The Chromium Authors. All rights reserved. Copyright (c) 2012 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can Use of this source code is governed by a BSD-style license that can
be found in the LICENSE file. be found in the LICENSE file.
--> -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment