diff options
Diffstat (limited to 'src/svm')
-rw-r--r-- | src/svm/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/svm/message_queue.h | 2 | ||||
-rw-r--r-- | src/svm/queue.c | 2 | ||||
-rw-r--r-- | src/svm/queue.h | 2 | ||||
-rw-r--r-- | src/svm/ssvm.c | 2 | ||||
-rw-r--r-- | src/svm/ssvm.h | 2 | ||||
-rw-r--r-- | src/svm/svm_fifo.c | 2 | ||||
-rw-r--r-- | src/svm/svm_fifo.h | 2 | ||||
-rw-r--r-- | src/svm/svm_fifo_segment.c | 2 | ||||
-rw-r--r-- | src/svm/svm_fifo_segment.h | 2 | ||||
-rw-r--r-- | src/svm/test_svm_fifo1.c | 2 | ||||
-rw-r--r-- | src/svm/test_svm_message_queue.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/svm/CMakeLists.txt b/src/svm/CMakeLists.txt index 9655b0acc6a..ab6f7f71954 100644 --- a/src/svm/CMakeLists.txt +++ b/src/svm/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2018 Cisco and/or its affiliates. +# Copyright (c) 2018-2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: diff --git a/src/svm/message_queue.h b/src/svm/message_queue.h index c57b51acc7a..7226560124f 100644 --- a/src/svm/message_queue.h +++ b/src/svm/message_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Cisco and/or its affiliates. + * Copyright (c) 2018-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/queue.c b/src/svm/queue.c index 3577c783dba..4cc6658c9e7 100644 --- a/src/svm/queue.c +++ b/src/svm/queue.c @@ -2,7 +2,7 @@ *------------------------------------------------------------------ * svm_queue.c - unidirectional shared-memory queues * - * Copyright (c) 2009 Cisco and/or its affiliates. + * Copyright (c) 2009-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/queue.h b/src/svm/queue.h index de79caa38f8..2630f17a86c 100644 --- a/src/svm/queue.h +++ b/src/svm/queue.h @@ -2,7 +2,7 @@ *------------------------------------------------------------------ * svm_queue.h - shared-memory queues * - * Copyright (c) 2009 Cisco and/or its affiliates. + * Copyright (c) 2009-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/ssvm.c b/src/svm/ssvm.c index 3e617097d26..59a5d228957 100644 --- a/src/svm/ssvm.c +++ b/src/svm/ssvm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Cisco and/or its affiliates. + * Copyright (c) 2015-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/ssvm.h b/src/svm/ssvm.h index 59b582ecc42..1c0373f126c 100644 --- a/src/svm/ssvm.h +++ b/src/svm/ssvm.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Cisco and/or its affiliates. + * Copyright (c) 2015-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/svm_fifo.c b/src/svm/svm_fifo.c index b53a2e294f7..7aecbb81619 100644 --- a/src/svm/svm_fifo.c +++ b/src/svm/svm_fifo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/svm_fifo.h b/src/svm/svm_fifo.h index 59d7ee01c8e..4a119341d8b 100644 --- a/src/svm/svm_fifo.h +++ b/src/svm/svm_fifo.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/svm_fifo_segment.c b/src/svm/svm_fifo_segment.c index 1bdbb88471d..e377160f6d8 100644 --- a/src/svm/svm_fifo_segment.c +++ b/src/svm/svm_fifo_segment.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/svm_fifo_segment.h b/src/svm/svm_fifo_segment.h index caa95443b0a..d4d48093ae6 100644 --- a/src/svm/svm_fifo_segment.h +++ b/src/svm/svm_fifo_segment.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/test_svm_fifo1.c b/src/svm/test_svm_fifo1.c index 1e63f805f6b..d3898a7e651 100644 --- a/src/svm/test_svm_fifo1.c +++ b/src/svm/test_svm_fifo1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Cisco and/or its affiliates. + * Copyright (c) 2016-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: diff --git a/src/svm/test_svm_message_queue.c b/src/svm/test_svm_message_queue.c index d51252769b5..84719e6db82 100644 --- a/src/svm/test_svm_message_queue.c +++ b/src/svm/test_svm_message_queue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 Cisco and/or its affiliates. + * Copyright (c) 2018-2019 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: |