Add year to the open source headers in GlobalSearch that were missing it,
and add a header to one file that was missing it entirely.
diff --git a/src/com/android/globalsearch/AbstractSuggestionSource.java b/src/com/android/globalsearch/AbstractSuggestionSource.java
index 00b0cbc..ab5c4d2 100644
--- a/src/com/android/globalsearch/AbstractSuggestionSource.java
+++ b/src/com/android/globalsearch/AbstractSuggestionSource.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/PerTagExecutor.java b/src/com/android/globalsearch/PerTagExecutor.java
index 772d28e..9d30812 100644
--- a/src/com/android/globalsearch/PerTagExecutor.java
+++ b/src/com/android/globalsearch/PerTagExecutor.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/QueryMultiplexer.java b/src/com/android/globalsearch/QueryMultiplexer.java
index 1b7bff7..6eee0b9 100644
--- a/src/com/android/globalsearch/QueryMultiplexer.java
+++ b/src/com/android/globalsearch/QueryMultiplexer.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/SearchSettings.java b/src/com/android/globalsearch/SearchSettings.java
index 6e2efb2..5748a09 100644
--- a/src/com/android/globalsearch/SearchSettings.java
+++ b/src/com/android/globalsearch/SearchSettings.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/SessionManager.java b/src/com/android/globalsearch/SessionManager.java
index 5a88c49..b06d7d6 100644
--- a/src/com/android/globalsearch/SessionManager.java
+++ b/src/com/android/globalsearch/SessionManager.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/SessionStats.java b/src/com/android/globalsearch/SessionStats.java
index e95f372..542468b 100644
--- a/src/com/android/globalsearch/SessionStats.java
+++ b/src/com/android/globalsearch/SessionStats.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/ShortcutRefresher.java b/src/com/android/globalsearch/ShortcutRefresher.java
index aacb7d6..e7681c2 100644
--- a/src/com/android/globalsearch/ShortcutRefresher.java
+++ b/src/com/android/globalsearch/ShortcutRefresher.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/ShortcutRepository.java b/src/com/android/globalsearch/ShortcutRepository.java
index 3e1c3e4..54719dc 100644
--- a/src/com/android/globalsearch/ShortcutRepository.java
+++ b/src/com/android/globalsearch/ShortcutRepository.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/ShortcutRepositoryImplLog.java b/src/com/android/globalsearch/ShortcutRepositoryImplLog.java
index 9e3a1e8..6e8c469 100644
--- a/src/com/android/globalsearch/ShortcutRepositoryImplLog.java
+++ b/src/com/android/globalsearch/ShortcutRepositoryImplLog.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/SuggestionResult.java b/src/com/android/globalsearch/SuggestionResult.java
index cf3477e..61468c6 100644
--- a/src/com/android/globalsearch/SuggestionResult.java
+++ b/src/com/android/globalsearch/SuggestionResult.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/SuggestionSession.java b/src/com/android/globalsearch/SuggestionSession.java
index 42fb885..d746f46 100644
--- a/src/com/android/globalsearch/SuggestionSession.java
+++ b/src/com/android/globalsearch/SuggestionSession.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Android Open Source Project
+ * Copyright (C) 2009 The Android Open Source Project
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/com/android/globalsearch/SuggestionSources.java b/src/com/android/globalsearch/SuggestionSources.java
index 243c953..9c72db4 100644
--- a/src/com/android/globalsearch/SuggestionSources.java
+++ b/src/com/android/globalsearch/SuggestionSources.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2009 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
 package com.android.globalsearch;
 
 import android.app.SearchManager;