From decabdfede6a3d3d846964795b8a45fbe63025ff Mon Sep 17 00:00:00 2001 From: "Hong, Yang A" Date: Thu, 11 Mar 2021 15:20:55 +0000 Subject: [PATCH] update year for bugfix #302-#305 --- src/compiler/compiler.cpp | 2 +- src/nfa/mcclellancompile.cpp | 2 +- src/rose/program_runtime.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compiler/compiler.cpp b/src/compiler/compiler.cpp index 5751bd64..ae5927bc 100644 --- a/src/compiler/compiler.cpp +++ b/src/compiler/compiler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2020, Intel Corporation + * Copyright (c) 2015-2021, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/nfa/mcclellancompile.cpp b/src/nfa/mcclellancompile.cpp index aa04e470..055920b2 100644 --- a/src/nfa/mcclellancompile.cpp +++ b/src/nfa/mcclellancompile.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2020, Intel Corporation + * Copyright (c) 2015-2021, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: diff --git a/src/rose/program_runtime.c b/src/rose/program_runtime.c index 2bba5bbf..f607e8f2 100644 --- a/src/rose/program_runtime.c +++ b/src/rose/program_runtime.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2020, Intel Corporation + * Copyright (c) 2015-2021, Intel Corporation * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: