aboutsummaryrefslogtreecommitdiff
path: root/extensions/throwingproviders
diff options
context:
space:
mode:
authorStuart McCulloch <mcculls@gmail.com>2014-09-07 18:20:17 +0100
committerStuart McCulloch <mcculls@gmail.com>2014-10-03 18:40:34 +0100
commit62471593121cd8d2e10b0fb7b815f4d004806fad (patch)
tree74aea4b669e04f9260a2448d9c33d6443cd997cc /extensions/throwingproviders
parent4ad6256121f40ae7e0e82cd535c0399c9a8b8cbe (diff)
downloadguice-62471593121cd8d2e10b0fb7b815f4d004806fad.tar.gz
Results of 'mvn license:format -N' plus some minor tweaking
Diffstat (limited to 'extensions/throwingproviders')
-rw-r--r--extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProvideUtils.java16
-rw-r--r--extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProviderWithDependencies.java16
2 files changed, 30 insertions, 2 deletions
diff --git a/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProvideUtils.java b/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProvideUtils.java
index 3d8a0012..ca5ab772 100644
--- a/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProvideUtils.java
+++ b/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProvideUtils.java
@@ -1,4 +1,18 @@
-// Copyright 2012 Google Inc. All Rights Reserved.
+/**
+ * Copyright (C) 2012 Google Inc.
+ *
+ * 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.google.inject.throwingproviders;
diff --git a/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProviderWithDependencies.java b/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProviderWithDependencies.java
index 4b87f406..79df84df 100644
--- a/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProviderWithDependencies.java
+++ b/extensions/throwingproviders/src/com/google/inject/throwingproviders/CheckedProviderWithDependencies.java
@@ -1,4 +1,18 @@
-// Copyright 2012 Google Inc. All Rights Reserved.
+/**
+ * Copyright (C) 2012 Google Inc.
+ *
+ * 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.google.inject.throwingproviders;