From 31704b522a686806b627e6ab6fee5024a8acffad Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Thu, 11 Jun 2020 08:22:00 -0400 Subject: [PATCH] Added copyrights --- include/boost/preprocessor/arithmetic/div.hpp | 1 + include/boost/preprocessor/arithmetic/mod.hpp | 1 + include/boost/preprocessor/arithmetic/mul.hpp | 1 + include/boost/preprocessor/arithmetic/sub.hpp | 1 + 4 files changed, 4 insertions(+) diff --git a/include/boost/preprocessor/arithmetic/div.hpp b/include/boost/preprocessor/arithmetic/div.hpp index 4ca78cc..3db2b2c 100644 --- a/include/boost/preprocessor/arithmetic/div.hpp +++ b/include/boost/preprocessor/arithmetic/div.hpp @@ -8,6 +8,7 @@ # */ # # /* Revised by Paul Mensonides (2002) */ +# /* Revised by Edward Diener (2020) */ # # /* See http://www.boost.org for most recent version. */ # diff --git a/include/boost/preprocessor/arithmetic/mod.hpp b/include/boost/preprocessor/arithmetic/mod.hpp index cc5f39f..1145627 100644 --- a/include/boost/preprocessor/arithmetic/mod.hpp +++ b/include/boost/preprocessor/arithmetic/mod.hpp @@ -8,6 +8,7 @@ # */ # # /* Revised by Paul Mensonides (2002) */ +# /* Revised by Edward Diener (2020) */ # # /* See http://www.boost.org for most recent version. */ # diff --git a/include/boost/preprocessor/arithmetic/mul.hpp b/include/boost/preprocessor/arithmetic/mul.hpp index 38299a9..c9d73ff 100644 --- a/include/boost/preprocessor/arithmetic/mul.hpp +++ b/include/boost/preprocessor/arithmetic/mul.hpp @@ -8,6 +8,7 @@ # */ # # /* Revised by Paul Mensonides (2002) */ +# /* Revised by Edward Diener (2020) */ # # /* See http://www.boost.org for most recent version. */ # diff --git a/include/boost/preprocessor/arithmetic/sub.hpp b/include/boost/preprocessor/arithmetic/sub.hpp index 48a169b..3ab430e 100644 --- a/include/boost/preprocessor/arithmetic/sub.hpp +++ b/include/boost/preprocessor/arithmetic/sub.hpp @@ -8,6 +8,7 @@ # */ # # /* Revised by Paul Mensonides (2002) */ +# /* Revised by Edward Diener (2020) */ # # /* See http://www.boost.org for most recent version. */ #