Skip to content

Commit efeca7d

Browse files
committed
Updated the license header (removed GParallelizer)
1 parent 9a897f2 commit efeca7d

File tree

353 files changed

+2250
-1974
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+2250
-1974
lines changed

LICENCE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
GPars (formerly GParallelizer) is licences under the Apache Software Licence v2.0. See
1+
GPars (Groovy Parallel Systems) is licences under the Apache Software Licence v2.0. See
22
http://www.apache.org/licenses/LICENSE-2.0 for the text of the licence.

Parallelizer_IDEA9.ipr

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
</component>
136136
<component name="CopyrightManager" default="GPars">
137137
<copyright>
138-
<option name="notice" value="GPars (formerly GParallelizer)&#10;&#10;Copyright © 2008-10 The original author or authors&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." />
138+
<option name="notice" value="GPars - Groovy Parallel Systems&#10;&#10;Copyright © 2008-10 The original author or authors&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." />
139139
<option name="keyword" value="Copyright" />
140-
<option name="allowReplaceKeyword" value="2008-9" />
140+
<option name="allowReplaceKeyword" value="GParallelizer" />
141141
<option name="myName" value="GPars" />
142142
<option name="myLocal" value="true" />
143143
</copyright>

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

buildSrc/src/main/groovy/Coverage.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use this file except in compliance with the License.

grails-doc/src/doc.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GPars (formerly GParallelizer)
1+
# GPars - Groovy Parallel Systems
22
#
33
# Copyright © 2008-10 The original author or authors
44
#

overview.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- GPars (formerly GParallelizer) -->
1+
<!-- GPars - Groovy Parallel Systems -->
22
<!-- -->
33
<!-- Copyright © 2008-10 The original author or authors -->
44
<!-- -->
@@ -21,7 +21,7 @@
2121
</head>
2222
<body>
2323
<p>
24-
<em>GPars (formerly GParallelizer) offers Groovy developers intuitive ways to handle tasks concurrently.</em>
24+
<em>GPars (Groovy Parallel Systems) offers Groovy developers intuitive ways to handle tasks concurrently.</em>
2525
</p>
2626

2727
<p>

src/main/groovy/groovyx/gpars/AbstractForkJoinWorker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/AsyncException.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/Definitions.gdsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/GParsExecutorsPool.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/GParsExecutorsPoolEnhancer.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/GParsExecutorsPoolUtil.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/GParsPool.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/GParsPoolUtil.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/Parallel.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/ParallelEnhancer.groovy

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars
1818

src/main/groovy/groovyx/gpars/ThreadLocalPools.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/TransparentParallel.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/actor/AbstractPooledActor.java

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars.actor;
1818

src/main/groovy/groovyx/gpars/actor/Actor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/actor/ActorMessage.java

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars.actor;
1818

src/main/groovy/groovyx/gpars/actor/Actors.groovy

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars.actor
1818

src/main/groovy/groovyx/gpars/actor/DefaultPooledActor.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/actor/DynamicDispatchActor.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
33
// Copyright © 2008-10 The original author or authors
44
//

src/main/groovy/groovyx/gpars/actor/ReactiveActor.groovy

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars.actor
1818

src/main/groovy/groovyx/gpars/actor/impl/ActorContinuationException.java

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars.actor.impl;
1818

src/main/groovy/groovyx/gpars/actor/impl/ActorException.java

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars.actor.impl;
1818

src/main/groovy/groovyx/gpars/actor/impl/ActorReplyException.java

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// GPars (formerly GParallelizer)
1+
// GPars - Groovy Parallel Systems
22
//
3-
// Copyright © 2008-9 The original author or authors
3+
// Copyright © 2008-10 The original author or authors
44
//
5-
// Licensed under the Apache License, Version 2.0 (the "License");
6-
// you may not use this file except in compliance with the License.
7-
// You may obtain a copy of the License at
5+
// Licensed under the Apache License, Version 2.0 (the "License");
6+
// you may not use this file except in compliance with the License.
7+
// You may obtain a copy of the License at
88
//
9-
// http://www.apache.org/licenses/LICENSE-2.0
9+
// http://www.apache.org/licenses/LICENSE-2.0
1010
//
11-
// Unless required by applicable law or agreed to in writing, software
12-
// distributed under the License is distributed on an "AS IS" BASIS,
13-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
// See the License for the specific language governing permissions and
15-
// limitations under the License.
11+
// Unless required by applicable law or agreed to in writing, software
12+
// distributed under the License is distributed on an "AS IS" BASIS,
13+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
// See the License for the specific language governing permissions and
15+
// limitations under the License.
1616

1717
package groovyx.gpars.actor.impl;
1818

0 commit comments

Comments
 (0)