| Index: chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java
|
| diff --git a/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java b/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java
|
| index 08ab4d72a7a16af4d23cdd1c8eee174c4a9ae120..45b779073d83bb7aab69b4aebf30abfc1f2ab93a 100644
|
| --- a/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java
|
| +++ b/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java
|
| @@ -1,4 +1,8 @@
|
| /*
|
| + * 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
|
| * program logs the user in with OpenID, fetches their license state with OAuth,
|
| * and prints one of these greetings as appropriate:
|
| @@ -7,11 +11,6 @@
|
| * 2. Hello *free trial* 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>
|
| */
|
| package com.example;
|
|
|