Updating copyright dates for recently modified files
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
2
alloy.py
2
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
func.cpp
2
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
|
||||
|
||||
2
ispc.cpp
2
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
|
||||
|
||||
2
ispc.h
2
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
|
||||
|
||||
12
main.cpp
12
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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user