From 2f2af816e76c2f7bab66bd4bfdae8511838b850b Mon Sep 17 00:00:00 2001 From: Andrey Guskov Date: Tue, 20 Jan 2015 14:56:58 +0300 Subject: [PATCH] 3.7-related copyright update --- LICENSE.txt | 2 +- alloy.py | 2 +- builtins/util.m4 | 2 +- main.cpp | 2 +- opt.cpp | 2 +- run_tests.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 0b3959a5..6d261131 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2010-2014, Intel Corporation +Copyright (c) 2010-2015, 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 0f589857..8779eaab 100755 --- a/alloy.py +++ b/alloy.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2013-2014, Intel Corporation +# Copyright (c) 2013-2015, 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 53aec2c4..39be8b80 100644 --- a/builtins/util.m4 +++ b/builtins/util.m4 @@ -1,4 +1,4 @@ -;; Copyright (c) 2010-2014, Intel Corporation +;; Copyright (c) 2010-2015, 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 db05fcb6..9250a3c5 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2013, Intel Corporation + Copyright (c) 2010-2015, 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 494fe6e1..9fbe89da 100644 --- a/opt.cpp +++ b/opt.cpp @@ -1,5 +1,5 @@ /* - Copyright (c) 2010-2014, Intel Corporation + Copyright (c) 2010-2015, Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/run_tests.py b/run_tests.py index 07810a01..d9b753c1 100755 --- a/run_tests.py +++ b/run_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (c) 2013-2014, Intel Corporation +# Copyright (c) 2013-2015, Intel Corporation # All rights reserved. # # Redistribution and use in source and binary forms, with or without