From b9f4698b695122e32cbbc7f9247de19d303ba741 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 27 Jan 2016 17:45:54 -0500 Subject: [PATCH] Remove license from package infos --- .../springframework/core/codec/package-info.java | 16 ---------------- .../core/codec/support/package-info.java | 16 ---------------- .../core/convert/support/package-info.java | 16 ---------------- .../http/client/package-info.java | 16 ---------------- .../org/springframework/http/package-info.java | 16 ---------------- .../http/server/reactive/package-info.java | 16 ---------------- .../org/springframework/web/package-info.java | 16 ---------------- .../springframework/web/server/package-info.java | 16 ---------------- 8 files changed, 128 deletions(-) diff --git a/spring-web-reactive/src/main/java/org/springframework/core/codec/package-info.java b/spring-web-reactive/src/main/java/org/springframework/core/codec/package-info.java index c71c068caa..9509c9b2f2 100644 --- a/spring-web-reactive/src/main/java/org/springframework/core/codec/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/core/codec/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. - */ - /** * Root-package for codecs used to transform streams of bytes. * Used for example for serialization/deserialization. diff --git a/spring-web-reactive/src/main/java/org/springframework/core/codec/support/package-info.java b/spring-web-reactive/src/main/java/org/springframework/core/codec/support/package-info.java index 634952baf0..e915f2a1a2 100644 --- a/spring-web-reactive/src/main/java/org/springframework/core/codec/support/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/core/codec/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. - */ - /** * This package contains codec implementations. */ diff --git a/spring-web-reactive/src/main/java/org/springframework/core/convert/support/package-info.java b/spring-web-reactive/src/main/java/org/springframework/core/convert/support/package-info.java index f81a625d7c..2a23abd9f0 100644 --- a/spring-web-reactive/src/main/java/org/springframework/core/convert/support/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/core/convert/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. - */ - /** * Default implementation of the type conversion system. */ diff --git a/spring-web-reactive/src/main/java/org/springframework/http/client/package-info.java b/spring-web-reactive/src/main/java/org/springframework/http/client/package-info.java index f3c20a57a7..418d5045f8 100644 --- a/spring-web-reactive/src/main/java/org/springframework/http/client/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/http/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. - */ - /** * Core package of the client-side web support. * Provides a {@code RestTemplate} class and various callback interfaces. diff --git a/spring-web-reactive/src/main/java/org/springframework/http/package-info.java b/spring-web-reactive/src/main/java/org/springframework/http/package-info.java index 798fc50e6e..0f7cce528b 100644 --- a/spring-web-reactive/src/main/java/org/springframework/http/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/http/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. - */ - /** * Contains a basic abstraction over client/server-side HTTP. This package contains * the {@code HttpInputMessage} and {@code HttpOutputMessage} interfaces. diff --git a/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/package-info.java b/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/package-info.java index d9c4967c6a..9568060c17 100644 --- a/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/http/server/reactive/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. - */ - /** * Core package of the reactive server-side HTTP support. */ diff --git a/spring-web-reactive/src/main/java/org/springframework/web/package-info.java b/spring-web-reactive/src/main/java/org/springframework/web/package-info.java index c3e2e97b72..142f096ec7 100644 --- a/spring-web-reactive/src/main/java/org/springframework/web/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/web/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. - */ - /** * Common, generic interfaces that define minimal boundary points * between Spring's web infrastructure and other framework modules. diff --git a/spring-web-reactive/src/main/java/org/springframework/web/server/package-info.java b/spring-web-reactive/src/main/java/org/springframework/web/server/package-info.java index dc65db1eb4..fcfe7bdaa9 100644 --- a/spring-web-reactive/src/main/java/org/springframework/web/server/package-info.java +++ b/spring-web-reactive/src/main/java/org/springframework/web/server/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. - */ - /** * Foundational Spring web server support. */ -- GitLab