Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit 6c6f080

Browse files
authored
Merge pull request #2 from jroper/copyright
Update all copyrights
2 parents 2205d79 + 8554f68 commit 6c6f080

40 files changed

+120
-720
lines changed

akka/pom.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
~ Copyright (c) 2018 Lightbend Inc.
4-
~
5-
~ See the NOTICE file(s) distributed with this work for additional
6-
~ information regarding copyright ownership.
7-
~
8-
~ Licensed under the Apache License, Version 2.0 (the "License");
9-
~ You may not use this file except in compliance with the License.
10-
~ You may obtain a copy of the License at
11-
~
12-
~ http://www.apache.org/licenses/LICENSE-2.0
13-
~
14-
~ Unless required by applicable law or agreed to in writing, software
15-
~ distributed under the License is distributed on an "AS IS" BASIS,
16-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
~ See the License for the specific language governing permissions and
18-
~ limitations under the License.
19-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
2+
<!--
3+
~ Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
4+
-->
205

216
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
227
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

akka/src/main/java/com/lightbend/microprofile/reactive/streams/akka/AkkaEngine.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2018 Lightbend Inc.
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* You may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
******************************************************************************/
1+
/*
2+
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
3+
*/
194

205
package com.lightbend.microprofile.reactive.streams.akka;
216

akka/src/main/java/com/lightbend/microprofile/reactive/streams/akka/AkkaEngineProvider.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2018 Lightbend Inc.
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* You may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
******************************************************************************/
1+
/*
2+
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
3+
*/
194

205
package com.lightbend.microprofile.reactive.streams.akka;
216

akka/src/main/java/com/lightbend/microprofile/reactive/streams/akka/TerminationWatcher.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2018 Lightbend Inc.
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* You may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
******************************************************************************/
1+
/*
2+
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
3+
*/
194

205
package com.lightbend.microprofile.reactive.streams.akka;
216

akka/src/test/java/com/lightbend/microprofile/reactive/streams/akka/AkkaEngineProviderTest.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2018 Lightbend Inc.
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* You may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
******************************************************************************/
1+
/*
2+
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
3+
*/
194

205
package com.lightbend.microprofile.reactive.streams.akka;
216

akka/src/test/java/com/lightbend/microprofile/reactive/streams/akka/AkkaReactiveStreamsTckTest.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2018 Lightbend Inc.
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* You may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
******************************************************************************/
1+
/*
2+
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
3+
*/
194

205
package com.lightbend.microprofile.reactive.streams.akka;
216

pom.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
~ Copyright (c) 2018 Lightbend Inc.
4-
~
5-
~ See the NOTICE file(s) distributed with this work for additional
6-
~ information regarding copyright ownership.
7-
~
8-
~ Licensed under the Apache License, Version 2.0 (the "License");
9-
~ You may not use this file except in compliance with the License.
10-
~ You may obtain a copy of the License at
11-
~
12-
~ http://www.apache.org/licenses/LICENSE-2.0
13-
~
14-
~ Unless required by applicable law or agreed to in writing, software
15-
~ distributed under the License is distributed on an "AS IS" BASIS,
16-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
~ See the License for the specific language governing permissions and
18-
~ limitations under the License.
19-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
2+
<!--
3+
~ Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
4+
-->
205

216
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
227
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

zerodep/build.gradle

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2018 Lightbend Inc.
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* You may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
******************************************************************************/
1+
/*
2+
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
3+
*/
194

205
dependencies {
216
compile libraries.microprofile_reactive_streams_api

zerodep/pom.xml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
~ Copyright (c) 2018 Lightbend Inc.
4-
~
5-
~ See the NOTICE file(s) distributed with this work for additional
6-
~ information regarding copyright ownership.
7-
~
8-
~ Licensed under the Apache License, Version 2.0 (the "License");
9-
~ You may not use this file except in compliance with the License.
10-
~ You may obtain a copy of the License at
11-
~
12-
~ http://www.apache.org/licenses/LICENSE-2.0
13-
~
14-
~ Unless required by applicable law or agreed to in writing, software
15-
~ distributed under the License is distributed on an "AS IS" BASIS,
16-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17-
~ See the License for the specific language governing permissions and
18-
~ limitations under the License.
19-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
2+
<!--
3+
~ Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
4+
-->
205

216
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
227
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

zerodep/src/main/java/com/lightbend/microprofile/reactive/streams/zerodep/BuiltGraph.java

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2018 Lightbend Inc.
3-
*
4-
* See the NOTICE file(s) distributed with this work for additional
5-
* information regarding copyright ownership.
6-
*
7-
* Licensed under the Apache License, Version 2.0 (the "License");
8-
* You may not use this file except in compliance with the License.
9-
* You may obtain a copy of the License at
10-
*
11-
* http://www.apache.org/licenses/LICENSE-2.0
12-
*
13-
* Unless required by applicable law or agreed to in writing, software
14-
* distributed under the License is distributed on an "AS IS" BASIS,
15-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16-
* See the License for the specific language governing permissions and
17-
* limitations under the License.
18-
******************************************************************************/
1+
/*
2+
* Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com>
3+
*/
194

205
package com.lightbend.microprofile.reactive.streams.zerodep;
216

0 commit comments

Comments
 (0)