aboutsummaryrefslogtreecommitdiff
path: root/guava/src/com/google/common/annotations/package-info.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/annotations/package-info.java')
-rw-r--r--guava/src/com/google/common/annotations/package-info.java18
1 files changed, 10 insertions, 8 deletions
diff --git a/guava/src/com/google/common/annotations/package-info.java b/guava/src/com/google/common/annotations/package-info.java
index 9ad041ffe..2bf8b218c 100644
--- a/guava/src/com/google/common/annotations/package-info.java
+++ b/guava/src/com/google/common/annotations/package-info.java
@@ -1,19 +1,21 @@
/*
* Copyright (C) 2010 The Guava Authors
*
- * 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
+ * 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.
+ * 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.
*/
/**
- * Common annotation types. This package is a part of the open-source <a
- * href="http://github.com/google/guava">Guava</a> library.
+ * Common annotation types. This package is a part of the open-source
+ * <a href="http://guava-libraries.googlecode.com">Guava libraries</a>.
*/
package com.google.common.annotations;