diff --git a/LICENSE.txt b/LICENSE.txt index 9cac310..7ee97b6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014-2015, Intel Corporation All rights reserved. +Copyright (c) 2014-2016, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/Makefile b/Makefile index a368a55..fad7774 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/Makefile b/benchmarks/Makefile index ebcbfd3..648056f 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/benchmark_kernels.c b/benchmarks/benchmark_kernels.c index 39c9010..f66f41c 100644 --- a/benchmarks/benchmark_kernels.c +++ b/benchmarks/benchmark_kernels.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/benchmarks/bind.py b/benchmarks/bind.py index dbce956..fc939d6 100755 --- a/benchmarks/bind.py +++ b/benchmarks/bind.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/bind_bw.py b/benchmarks/bind_bw.py index 02974a9..c7506d5 100755 --- a/benchmarks/bind_bw.py +++ b/benchmarks/bind_bw.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/copyin.py b/benchmarks/copyin.py index 77ebd4c..4631249 100755 --- a/benchmarks/copyin.py +++ b/benchmarks/copyin.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/copyout.py b/benchmarks/copyout.py index d4b737c..3136ced 100755 --- a/benchmarks/copyout.py +++ b/benchmarks/copyout.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/dgemm.py b/benchmarks/dgemm.py index 31dc971..e74c2d1 100755 --- a/benchmarks/dgemm.py +++ b/benchmarks/dgemm.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/dgemm_c.c b/benchmarks/dgemm_c.c index 1385184..644ffb7 100644 --- a/benchmarks/dgemm_c.c +++ b/benchmarks/dgemm_c.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/benchmarks/dgemm_numpy.py b/benchmarks/dgemm_numpy.py index 7b1a479..2d470eb 100755 --- a/benchmarks/dgemm_numpy.py +++ b/benchmarks/dgemm_numpy.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/benchmarks/invoke_latency.py b/benchmarks/invoke_latency.py index afe93ea..86b84f7 100755 --- a/benchmarks/invoke_latency.py +++ b/benchmarks/invoke_latency.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/clean.bat b/clean.bat index 1109cf0..3e4d720 100644 --- a/clean.bat +++ b/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/env.bat b/env.bat index 2171e2c..13fe6ee 100644 --- a/env.bat +++ b/env.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/Makefile b/examples/Makefile index 77d4151..86b0500 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/data_map/Makefile b/examples/data_map/Makefile index 45fb3c2..94632d2 100644 --- a/examples/data_map/Makefile +++ b/examples/data_map/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/data_map/clean.bat b/examples/data_map/clean.bat index 78291f4..693fa0d 100644 --- a/examples/data_map/clean.bat +++ b/examples/data_map/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/data_map/data_map.py b/examples/data_map/data_map.py index 37b8615..b2b7744 100644 --- a/examples/data_map/data_map.py +++ b/examples/data_map/data_map.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/data_map/make.bat b/examples/data_map/make.bat index 78291f4..693fa0d 100644 --- a/examples/data_map/make.bat +++ b/examples/data_map/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers/Makefile b/examples/data_transfers/Makefile index e5b39f6..5fa7a26 100644 --- a/examples/data_transfers/Makefile +++ b/examples/data_transfers/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers/clean.bat b/examples/data_transfers/clean.bat index 78291f4..693fa0d 100644 --- a/examples/data_transfers/clean.bat +++ b/examples/data_transfers/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers/data_transfer.py b/examples/data_transfers/data_transfer.py index 18f7586..809e7a2 100644 --- a/examples/data_transfers/data_transfer.py +++ b/examples/data_transfers/data_transfer.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers/make.bat b/examples/data_transfers/make.bat index 78291f4..693fa0d 100644 --- a/examples/data_transfers/make.bat +++ b/examples/data_transfers/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers_offset/Makefile b/examples/data_transfers_offset/Makefile index e5b39f6..5fa7a26 100644 --- a/examples/data_transfers_offset/Makefile +++ b/examples/data_transfers_offset/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers_offset/clean.bat b/examples/data_transfers_offset/clean.bat index 78291f4..693fa0d 100644 --- a/examples/data_transfers_offset/clean.bat +++ b/examples/data_transfers_offset/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers_offset/data_transfer_offset.py b/examples/data_transfers_offset/data_transfer_offset.py index 8f5d15a..e8dfe87 100644 --- a/examples/data_transfers_offset/data_transfer_offset.py +++ b/examples/data_transfers_offset/data_transfer_offset.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/data_transfers_offset/make.bat b/examples/data_transfers_offset/make.bat index 78291f4..693fa0d 100644 --- a/examples/data_transfers_offset/make.bat +++ b/examples/data_transfers_offset/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/dgemm/Makefile b/examples/dgemm/Makefile index d1e1fa3..4b54c78 100644 --- a/examples/dgemm/Makefile +++ b/examples/dgemm/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/dgemm/clean.bat b/examples/dgemm/clean.bat index f9d429f..a639de1 100644 --- a/examples/dgemm/clean.bat +++ b/examples/dgemm/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/dgemm/dgemm.c b/examples/dgemm/dgemm.c index 8007452..9f43922 100644 --- a/examples/dgemm/dgemm.c +++ b/examples/dgemm/dgemm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/examples/dgemm/dgemm.py b/examples/dgemm/dgemm.py index 729ecee..0789f40 100644 --- a/examples/dgemm/dgemm.py +++ b/examples/dgemm/dgemm.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/dgemm/make.bat b/examples/dgemm/make.bat index bd5f649..bdfcbfe 100644 --- a/examples/dgemm/make.bat +++ b/examples/dgemm/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/double_it/Makefile b/examples/double_it/Makefile index 77a0359..5b1cf52 100644 --- a/examples/double_it/Makefile +++ b/examples/double_it/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/double_it/clean.bat b/examples/double_it/clean.bat index f9d429f..a639de1 100644 --- a/examples/double_it/clean.bat +++ b/examples/double_it/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/double_it/double_it.c b/examples/double_it/double_it.c index 3c31487..d8b64f3 100644 --- a/examples/double_it/double_it.c +++ b/examples/double_it/double_it.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/examples/double_it/double_it.py b/examples/double_it/double_it.py index cd38ebb..4b37543 100644 --- a/examples/double_it/double_it.py +++ b/examples/double_it/double_it.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/double_it/make.bat b/examples/double_it/make.bat index 92a9b5f..fd740f8 100644 --- a/examples/double_it/make.bat +++ b/examples/double_it/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/double_it_lowlevel/Makefile b/examples/double_it_lowlevel/Makefile index b84ad84..8c11135 100644 --- a/examples/double_it_lowlevel/Makefile +++ b/examples/double_it_lowlevel/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/double_it_lowlevel/clean.bat b/examples/double_it_lowlevel/clean.bat index f9d429f..a639de1 100644 --- a/examples/double_it_lowlevel/clean.bat +++ b/examples/double_it_lowlevel/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/double_it_lowlevel/double_it_lowlevel.c b/examples/double_it_lowlevel/double_it_lowlevel.c index 22d57f3..560fc23 100644 --- a/examples/double_it_lowlevel/double_it_lowlevel.c +++ b/examples/double_it_lowlevel/double_it_lowlevel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/examples/double_it_lowlevel/double_it_lowlevel.py b/examples/double_it_lowlevel/double_it_lowlevel.py index 7e8607d..98b82b3 100644 --- a/examples/double_it_lowlevel/double_it_lowlevel.py +++ b/examples/double_it_lowlevel/double_it_lowlevel.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/double_it_lowlevel/make.bat b/examples/double_it_lowlevel/make.bat index da03e86..d171450 100644 --- a/examples/double_it_lowlevel/make.bat +++ b/examples/double_it_lowlevel/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/empty_kernel/Makefile b/examples/empty_kernel/Makefile index d4997cd..0243eba 100644 --- a/examples/empty_kernel/Makefile +++ b/examples/empty_kernel/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/empty_kernel/clean.bat b/examples/empty_kernel/clean.bat index f9d429f..a639de1 100644 --- a/examples/empty_kernel/clean.bat +++ b/examples/empty_kernel/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/empty_kernel/empty_kernel.c b/examples/empty_kernel/empty_kernel.c index 0026b05..c6ca384 100644 --- a/examples/empty_kernel/empty_kernel.c +++ b/examples/empty_kernel/empty_kernel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/examples/empty_kernel/empty_kernel.py b/examples/empty_kernel/empty_kernel.py index acf9942..de61cec 100644 --- a/examples/empty_kernel/empty_kernel.py +++ b/examples/empty_kernel/empty_kernel.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/empty_kernel/make.bat b/examples/empty_kernel/make.bat index 5e1b133..dadd052 100644 --- a/examples/empty_kernel/make.bat +++ b/examples/empty_kernel/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/simple/Makefile b/examples/simple/Makefile index 005e7a6..139e60b 100644 --- a/examples/simple/Makefile +++ b/examples/simple/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/simple/clean.bat b/examples/simple/clean.bat index f9d429f..a639de1 100644 --- a/examples/simple/clean.bat +++ b/examples/simple/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/simple/make.bat b/examples/simple/make.bat index 59cea65..94e0d13 100644 --- a/examples/simple/make.bat +++ b/examples/simple/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/simple/simple.c b/examples/simple/simple.c index 72774de..a8aedd6 100644 --- a/examples/simple/simple.c +++ b/examples/simple/simple.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/examples/simple/simple.py b/examples/simple/simple.py index 489bfc4..ed36ba0 100644 --- a/examples/simple/simple.py +++ b/examples/simple/simple.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/svd/Makefile b/examples/svd/Makefile index 5e9f752..d3d524b 100644 --- a/examples/svd/Makefile +++ b/examples/svd/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/svd/clean.bat b/examples/svd/clean.bat index f9d429f..a639de1 100644 --- a/examples/svd/clean.bat +++ b/examples/svd/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/svd/make.bat b/examples/svd/make.bat index 1c13c89..5465c0b 100644 --- a/examples/svd/make.bat +++ b/examples/svd/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/svd/svd.c b/examples/svd/svd.c index 90f636a..d804dfb 100644 --- a/examples/svd/svd.c +++ b/examples/svd/svd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/examples/svd/svd.py b/examples/svd/svd.py index 4b434a7..789b0c6 100644 --- a/examples/svd/svd.py +++ b/examples/svd/svd.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/zgemm/Makefile b/examples/zgemm/Makefile index afdd414..359d1ec 100644 --- a/examples/zgemm/Makefile +++ b/examples/zgemm/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/examples/zgemm/clean.bat b/examples/zgemm/clean.bat index f9d429f..a639de1 100644 --- a/examples/zgemm/clean.bat +++ b/examples/zgemm/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/zgemm/make.bat b/examples/zgemm/make.bat index 65dd3d1..d6d4ece 100644 --- a/examples/zgemm/make.bat +++ b/examples/zgemm/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/examples/zgemm/zgemm.c b/examples/zgemm/zgemm.c index 4130c58..9fa71a3 100644 --- a/examples/zgemm/zgemm.c +++ b/examples/zgemm/zgemm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/examples/zgemm/zgemm.py b/examples/zgemm/zgemm.py index c0b0a6e..af0f356 100644 --- a/examples/zgemm/zgemm.py +++ b/examples/zgemm/zgemm.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/include/pymic_kernel.h b/include/pymic_kernel.h index a5cb177..1fc5b92 100644 --- a/include/pymic_kernel.h +++ b/include/pymic_kernel.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/make.bat b/make.bat index b9c7c8f..456b9b6 100644 --- a/make.bat +++ b/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/pymic/Makefile b/pymic/Makefile index 5f9ee86..d152456 100644 --- a/pymic/Makefile +++ b/pymic/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/__init__.py b/pymic/__init__.py index 2fbb3c8..8358707 100644 --- a/pymic/__init__.py +++ b/pymic/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/_engine.py b/pymic/_engine.py index f906884..ca23f63 100644 --- a/pymic/_engine.py +++ b/pymic/_engine.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/_misc.py b/pymic/_misc.py index 7f3f14a..d5cad66 100644 --- a/pymic/_misc.py +++ b/pymic/_misc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/_tracing.py b/pymic/_tracing.py index 1419bc0..505b9e1 100644 --- a/pymic/_tracing.py +++ b/pymic/_tracing.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/clean.bat b/pymic/clean.bat index 71a3043..a39a087 100644 --- a/pymic/clean.bat +++ b/pymic/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/pymic/offload_array.py b/pymic/offload_array.py index 5ebf2e4..574dc56 100644 --- a/pymic/offload_array.py +++ b/pymic/offload_array.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/offload_device.py b/pymic/offload_device.py index 324e2b3..d2833fb 100644 --- a/pymic/offload_device.py +++ b/pymic/offload_device.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/offload_error.py b/pymic/offload_error.py index b958aea..d0a1948 100644 --- a/pymic/offload_error.py +++ b/pymic/offload_error.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/offload_library.py b/pymic/offload_library.py index 301baf4..453770e 100644 --- a/pymic/offload_library.py +++ b/pymic/offload_library.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/pymic/offload_stream.py b/pymic/offload_stream.py index 7ad2dea..5255080 100644 --- a/pymic/offload_stream.py +++ b/pymic/offload_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/setup.py b/setup.py index 805e8f1..08e15a6 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/src/Makefile b/src/Makefile index 70dd947..1692796 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/src/clean.bat b/src/clean.bat index 6599d6d..dc6b14d 100644 --- a/src/clean.bat +++ b/src/clean.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/src/debug.h b/src/debug.h index a18ff21..145e957 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/make.bat b/src/make.bat index e8df59a..a6a7310 100644 --- a/src/make.bat +++ b/src/make.bat @@ -1,6 +1,6 @@ @echo off -REM # Copyright (c) 2014-2015, Intel Corporation All rights reserved. +REM # Copyright (c) 2014-2016, Intel Corporation All rights reserved. REM # REM # Redistribution and use in source and binary forms, with or without REM # modification, are permitted provided that the following conditions are diff --git a/src/offload_array.c b/src/offload_array.c index ad3ca54..65a9343 100644 --- a/src/offload_array.c +++ b/src/offload_array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/pymic_internal.cc b/src/pymic_internal.cc index c9de455..21d413a 100644 --- a/src/pymic_internal.cc +++ b/src/pymic_internal.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/pymic_libxstream.pyx b/src/pymic_libxstream.pyx index 91df86a..00109bb 100644 --- a/src/pymic_libxstream.pyx +++ b/src/pymic_libxstream.pyx @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/src/pymicimpl_misc.cc b/src/pymicimpl_misc.cc index c82cc0f..8ca5f54 100644 --- a/src/pymicimpl_misc.cc +++ b/src/pymicimpl_misc.cc @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/src/pymicimpl_misc.h b/src/pymicimpl_misc.h index 2ff62c7..e6c7b6d 100644 --- a/src/pymicimpl_misc.h +++ b/src/pymicimpl_misc.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/tests/Makefile b/tests/Makefile index 0b9a016..41d505e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/tests/application_kernels.py b/tests/application_kernels.py index e04ff36..fc53fde 100644 --- a/tests/application_kernels.py +++ b/tests/application_kernels.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/tests/helper.py b/tests/helper.py index fceb07a..0545cb4 100644 --- a/tests/helper.py +++ b/tests/helper.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/tests/kernelnames.c b/tests/kernelnames.c index d37764b..5e67061 100644 --- a/tests/kernelnames.c +++ b/tests/kernelnames.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/tests/offload_array_tests.py b/tests/offload_array_tests.py index 6c63be3..c8e96fd 100644 --- a/tests/offload_array_tests.py +++ b/tests/offload_array_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/tests/offload_device_tests.py b/tests/offload_device_tests.py index de94bc1..7499571 100644 --- a/tests/offload_device_tests.py +++ b/tests/offload_device_tests.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/tests/offload_library_tests.py b/tests/offload_library_tests.py index 24a668e..bde2b6b 100644 --- a/tests/offload_library_tests.py +++ b/tests/offload_library_tests.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/tests/offload_stream_tests.py b/tests/offload_stream_tests.py index 150f91d..e19996f 100644 --- a/tests/offload_stream_tests.py +++ b/tests/offload_stream_tests.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are diff --git a/tests/tests.c b/tests/tests.c index 9a4bb81..650ead6 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014-2015, Intel Corporation All rights reserved. +/* Copyright (c) 2014-2016, Intel Corporation All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are diff --git a/tests/testsuite.py b/tests/testsuite.py index 5ca8447..e168de0 100644 --- a/tests/testsuite.py +++ b/tests/testsuite.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014-2015, Intel Corporation All rights reserved. +# Copyright (c) 2014-2016, Intel Corporation All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are