Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2091)

Unified Diff: chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/HelloLicenseServlet.java

Issue 10835019: Fix license headers in a number of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698