Updated Copyright notices

This commit is contained in:
Arjen Poutsma 2015-10-30 09:26:34 +01:00
parent 6006fa6ec2
commit bd472af37e
17 changed files with 24 additions and 14 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2015 Pivotal Software Inc, All Rights Reserved. * Copyright 2002-2015 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2015 Pivotal Software Inc, All Rights Reserved. * Copyright 2002-2015 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.dispatch; package org.springframework.reactive.web.dispatch;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2015 Pivotal Software Inc, All Rights Reserved. * Copyright 2002-2015 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http; package org.springframework.reactive.web.http;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http; package org.springframework.reactive.web.http;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2015 Pivotal Software Inc, All Rights Reserved. * Copyright 2002-2015 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2015 Pivotal Software Inc, All Rights Reserved. * Copyright 2002-2015 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2015 Pivotal Software Inc, All Rights Reserved. * Copyright 2002-2015 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http.reactor; package org.springframework.reactive.web.http.reactor;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http.reactor; package org.springframework.reactive.web.http.reactor;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2011-2015 Pivotal Software Inc, All Rights Reserved. * Copyright 2002-2015 the original author or authors.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http.rxnetty; package org.springframework.reactive.web.http.rxnetty;
import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBuf;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http.rxnetty; package org.springframework.reactive.web.http.rxnetty;
import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBuf;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http.servlet; package org.springframework.reactive.web.http.servlet;
import org.eclipse.jetty.server.Server; import org.eclipse.jetty.server.Server;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.http.servlet; package org.springframework.reactive.web.http.servlet;
import java.io.File; import java.io.File;

View File

@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
package org.springframework.reactive.web.dispatch.method.annotation; package org.springframework.reactive.web.dispatch.method.annotation;