Skip to content

Commit 1a87cca

Browse files
committed
updated ochafik's blog URL + copyright dates
1 parent f45e61a commit 1a87cca

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

Blas/src/main/java/com/nativelibs4java/opencl/blas/ujmp/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLAbstractEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLAbstractUserProgram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLBuildException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLDevice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLImage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLImage2D.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

Core/src/main/java/com/nativelibs4java/opencl/CLImage3D.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* JavaCL - Java API and utilities for OpenCL
33
* http://javacl.googlecode.com/
44
*
5-
* Copyright (c) 2009-2010, Olivier Chafik (http://ochafik.free.fr/)
5+
* Copyright (c) 2009-2011, Olivier Chafik (http://ochafik.com/)
66
* All rights reserved.
77
*
88
* Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)