From 36a6580638a15c7d7426de8b364c8ee333d0abe9 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Thu, 15 Dec 2016 13:21:45 +0100 Subject: [PATCH] Remove copyright notice from package-info.java files. --- .../reactive/function/client/package-info.java | 16 ---------------- .../web/reactive/function/package-info.java | 4 ++++ .../reactive/function/server/package-info.java | 18 +----------------- .../function/server/support/package-info.java | 16 ---------------- 4 files changed, 5 insertions(+), 49 deletions(-) create mode 100644 spring-web-reactive/src/main/java/org/springframework/web/reactive/function/package-info.java diff --git a/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/client/package-info.java b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/client/package-info.java index c0f99da517..57e61fc9ce 100644 --- a/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/client/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/client/package-info.java @@ -1,19 +1,3 @@ -/* - * Copyright 2002-2016 the original author or 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 - * - * 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. - */ - /** * Provides a reactive {@link org.springframework.web.reactive.function.client.WebClient} * that builds on top of the diff --git a/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/package-info.java b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/package-info.java new file mode 100644 index 0000000000..b145d8dea2 --- /dev/null +++ b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/package-info.java @@ -0,0 +1,4 @@ +/** + * Provides a foundation for both the reactive client and server subpackages. + */ +package org.springframework.web.reactive.function; \ No newline at end of file diff --git a/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/package-info.java b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/package-info.java index 19dcae36a2..d6343b3fae 100644 --- a/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/package-info.java @@ -1,20 +1,4 @@ -/* - * Copyright 2002-2016 the original author or 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 - * - * 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. - */ - /** - * Types that make up Spring's functional web framework. + * Provides the types that make up Spring's functional web framework. */ package org.springframework.web.reactive.function.server; \ No newline at end of file diff --git a/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/support/package-info.java b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/support/package-info.java index a1bb89412e..a9507adcb3 100644 --- a/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/support/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/web/reactive/function/server/support/package-info.java @@ -1,19 +1,3 @@ -/* - * Copyright 2002-2016 the original author or 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 - * - * 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. - */ - /** * Classes supporting the {@code org.springframework.web.reactive.function} package. * Contains a {@code HandlerAdapter} that supports {@code HandlerFunction}s,