diff --git a/Makefile b/Makefile index 6078bfd2..df7608a7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2010-2015, Intel Corporation +# Copyright (c) 2010-2016, Intel Corporation # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/alloy.py b/alloy.py index bdbe9cbd..b46a0553 100755 --- a/alloy.py +++ b/alloy.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2013-2015, Intel Corporation +# Copyright (c) 2013-2016, Intel Corporation # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/builtins/dispatch.ll b/builtins/dispatch.ll index 3d01c910..2b8d8dff 100644 --- a/builtins/dispatch.ll +++ b/builtins/dispatch.ll @@ -1,4 +1,4 @@ -;; Copyright (c) 2011-2015, Intel Corporation +;; Copyright (c) 2011-2016, Intel Corporation ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without diff --git a/builtins/target-knl.ll b/builtins/target-knl.ll index 903e3e80..07037b86 100644 --- a/builtins/target-knl.ll +++ b/builtins/target-knl.ll @@ -1,4 +1,4 @@ -;; Copyright (c) 2015, Intel Corporation +;; Copyright (c) 2015-2016, Intel Corporation ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without diff --git a/builtins/util-nvptx.m4 b/builtins/util-nvptx.m4 index e8511a3d..2ed57b73 100644 --- a/builtins/util-nvptx.m4 +++ b/builtins/util-nvptx.m4 @@ -1,4 +1,4 @@ -;; Copyright (c) 2010-2015, Intel Corporation +;; Copyright (c) 2010-2016, Intel Corporation ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without diff --git a/builtins/util.m4 b/builtins/util.m4 index cdc75e7f..3f2f5737 100644 --- a/builtins/util.m4 +++ b/builtins/util.m4 @@ -1,4 +1,4 @@ -;; Copyright (c) 2010-2015, Intel Corporation +;; Copyright (c) 2010-2016, Intel Corporation ;; All rights reserved. ;; ;; Redistribution and use in source and binary forms, with or without diff --git a/func.cpp b/func.cpp index 2fb6b73b..b010c3b7 100644 --- a/func.cpp +++ b/func.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2011-2015, Intel Corporation + Copyright (c) 2011-2016, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ispc.cpp b/ispc.cpp index a0102fba..8b6b300a 100644 --- a/ispc.cpp +++ b/ispc.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2015, Intel Corporation + Copyright (c) 2010-2016, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/ispc.h b/ispc.h index 87651b57..fd0b7c20 100644 --- a/ispc.h +++ b/ispc.h @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2015, Intel Corporation + Copyright (c) 2010-2016, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/main.cpp b/main.cpp index 4ea6c54e..968a3cfc 100644 --- a/main.cpp +++ b/main.cpp @@ -67,16 +67,16 @@ static void lPrintVersion() { #ifdef ISPC_IS_WINDOWS printf("Intel(r) SPMD Program Compiler (ispc), %s (build date %s, LLVM %s)\n" - "Supported Visual Studio versions: %s.\n", + "Supported Visual Studio versions: %s.\n", ISPC_VERSION, BUILD_DATE, ISPC_LLVM_VERSION_STRING, - ISPC_VS_VERSION + ISPC_VS_VERSION ); #else - printf("Intel(r) SPMD Program Compiler (ispc), %s (build %s @ %s, LLVM %s)\n", - ISPC_VERSION, BUILD_VERSION, BUILD_DATE, - ISPC_LLVM_VERSION_STRING - ); + printf("Intel(r) SPMD Program Compiler (ispc), %s (build %s @ %s, LLVM %s)\n", + ISPC_VERSION, BUILD_VERSION, BUILD_DATE, + ISPC_LLVM_VERSION_STRING + ); #endif } diff --git a/module.cpp b/module.cpp index 9cde7399..830cd99a 100644 --- a/module.cpp +++ b/module.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2015, Intel Corporation + Copyright (c) 2010-2016, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/opt.cpp b/opt.cpp index 55da6c15..16001b1d 100644 --- a/opt.cpp +++ b/opt.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2015, Intel Corporation + Copyright (c) 2010-2016, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without