From 62471593121cd8d2e10b0fb7b815f4d004806fad Mon Sep 17 00:00:00 2001 From: Stuart McCulloch Date: Sun, 7 Sep 2014 18:20:17 +0100 Subject: Results of 'mvn license:format -N' plus some minor tweaking --- .../inject/throwingproviders/CheckedProvideUtils.java | 16 +++++++++++++++- .../CheckedProviderWithDependencies.java | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) (limited to 'extensions/throwingproviders') 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; -- cgit v1.2.3