Skip to content

Commit

Permalink
IBM copyright header: change NNNN-2015 ===> NNNN-2016
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss committed Jan 18, 2016
1 parent 3135fa3 commit 3d148d3
Show file tree
Hide file tree
Showing 3,991 changed files with 3,994 additions and 3,994 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion apgas.cpp.examples/fib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#include <apgas/Task.h>
Expand Down
2 changes: 1 addition & 1 deletion apgas.cpp.examples/hello.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#include <apgas/Runtime.h>
Expand Down
2 changes: 1 addition & 1 deletion apgas.cpp.examples/helloAll.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#include <apgas/Task.h>
Expand Down
2 changes: 1 addition & 1 deletion apgas.cpp/src/apgas/RemoteTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#ifndef APGAS_REMOTE_TASK_H
Expand Down
2 changes: 1 addition & 1 deletion apgas.cpp/src/apgas/Runtime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion apgas.cpp/src/apgas/Runtime.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#ifndef APGAS_POOL_H
Expand Down
2 changes: 1 addition & 1 deletion apgas.cpp/src/apgas/Task.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#include <apgas/Task.h>
Expand Down
2 changes: 1 addition & 1 deletion apgas.cpp/src/apgas/Task.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

#ifndef APGAS_TASK_H
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/BenchMicro.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/Fibonacci.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/GlobalUTS.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/Heat.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/HelloWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/KMeans.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/ResilientHelloWorld.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/ResilientUTS.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/UTS.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.examples;
Expand Down
2 changes: 1 addition & 1 deletion apgas.examples/src/apgas/examples/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/DeadPlaceError.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/DefaultFinish.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/GlobalRuntimeImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/LocalLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/NullFinish.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/ResilientFinish.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/ResilientFinishOpt.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/ResilientFinishState.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/SerializableRunnable.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/Task.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/Transport.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/UncountedTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/Worker.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/WorkerFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.impl;
Expand Down
2 changes: 1 addition & 1 deletion apgas.impl/src/apgas/impl/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion apgas.pool/src/apgas/pool/CountedCompleter.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
Expand Down
2 changes: 1 addition & 1 deletion apgas.pool/src/apgas/pool/ForkJoinPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
Expand Down
2 changes: 1 addition & 1 deletion apgas.pool/src/apgas/pool/ForkJoinTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
Expand Down
2 changes: 1 addition & 1 deletion apgas.pool/src/apgas/pool/ForkJoinWorkerThread.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
Expand Down
2 changes: 1 addition & 1 deletion apgas.pool/src/apgas/pool/RecursiveAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
Expand Down
2 changes: 1 addition & 1 deletion apgas.pool/src/apgas/pool/RecursiveTask.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2015.
* (C) Copyright IBM Corporation 2006-2016.
*/
/*
* Written by Doug Lea with assistance from members of JCP JSR-166
Expand Down
2 changes: 1 addition & 1 deletion apgas.tests/src/apgas/tests/ApgasTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas.tests;
Expand Down
2 changes: 1 addition & 1 deletion apgas.tests/src/apgas/tests/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion apgas/src/apgas/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas;
Expand Down
2 changes: 1 addition & 1 deletion apgas/src/apgas/Constructs.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* You may obtain a copy of the License at
* http://www.opensource.org/licenses/eclipse-1.0.php
*
* (C) Copyright IBM Corporation 2006-2014.
* (C) Copyright IBM Corporation 2006-2016.
*/

package apgas;
Expand Down
Loading

0 comments on commit 3d148d3

Please sign in to comment.