Updating copyright dates for recently modified files

This commit is contained in:
Dmitry Babokin
2016-02-04 15:14:19 +03:00
parent 094d6f6d2e
commit f6dbffd58c
12 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
# #
# Copyright (c) 2010-2015, Intel Corporation # Copyright (c) 2010-2016, Intel Corporation
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python
# #
# Copyright (c) 2013-2015, Intel Corporation # Copyright (c) 2013-2016, Intel Corporation
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

View File

@@ -1,4 +1,4 @@
;; Copyright (c) 2011-2015, Intel Corporation ;; Copyright (c) 2011-2016, Intel Corporation
;; All rights reserved. ;; All rights reserved.
;; ;;
;; Redistribution and use in source and binary forms, with or without ;; Redistribution and use in source and binary forms, with or without

View File

@@ -1,4 +1,4 @@
;; Copyright (c) 2015, Intel Corporation ;; Copyright (c) 2015-2016, Intel Corporation
;; All rights reserved. ;; All rights reserved.
;; ;;
;; Redistribution and use in source and binary forms, with or without ;; Redistribution and use in source and binary forms, with or without

View File

@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2015, Intel Corporation ;; Copyright (c) 2010-2016, Intel Corporation
;; All rights reserved. ;; All rights reserved.
;; ;;
;; Redistribution and use in source and binary forms, with or without ;; Redistribution and use in source and binary forms, with or without

View File

@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2015, Intel Corporation ;; Copyright (c) 2010-2016, Intel Corporation
;; All rights reserved. ;; All rights reserved.
;; ;;
;; Redistribution and use in source and binary forms, with or without ;; Redistribution and use in source and binary forms, with or without

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2011-2015, Intel Corporation Copyright (c) 2011-2016, Intel Corporation
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2010-2015, Intel Corporation Copyright (c) 2010-2016, Intel Corporation
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

2
ispc.h
View File

@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2010-2015, Intel Corporation Copyright (c) 2010-2016, Intel Corporation
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@@ -67,16 +67,16 @@ static void
lPrintVersion() { lPrintVersion() {
#ifdef ISPC_IS_WINDOWS #ifdef ISPC_IS_WINDOWS
printf("Intel(r) SPMD Program Compiler (ispc), %s (build date %s, LLVM %s)\n" 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_VERSION, BUILD_DATE,
ISPC_LLVM_VERSION_STRING, ISPC_LLVM_VERSION_STRING,
ISPC_VS_VERSION ISPC_VS_VERSION
); );
#else #else
printf("Intel(r) SPMD Program Compiler (ispc), %s (build %s @ %s, LLVM %s)\n", printf("Intel(r) SPMD Program Compiler (ispc), %s (build %s @ %s, LLVM %s)\n",
ISPC_VERSION, BUILD_VERSION, BUILD_DATE, ISPC_VERSION, BUILD_VERSION, BUILD_DATE,
ISPC_LLVM_VERSION_STRING ISPC_LLVM_VERSION_STRING
); );
#endif #endif
} }

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2010-2015, Intel Corporation Copyright (c) 2010-2016, Intel Corporation
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@@ -1,5 +1,5 @@
/* /*
Copyright (c) 2010-2015, Intel Corporation Copyright (c) 2010-2016, Intel Corporation
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without