diff options
-rw-r--r-- | examples/fib.c | 7 | ||||
-rw-r--r-- | lib/base.h | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/examples/fib.c b/examples/fib.c index c059ff9..e6982b7 100644 --- a/examples/fib.c +++ b/examples/fib.c @@ -1,8 +1,9 @@ /* Copyright (C) 2023 Aryadev Chavali - * You may distribute and modify this code under the terms of the GPLv2 - * license. You should have received a copy of the GPLv2 license with - * this file. If not, please write to: aryadev@aryadevchavali.com. + * You may distribute and modify this code under the terms of the + * GPLv2 license. You should have received a copy of the GPLv2 + * license with this file. If not, please write to: + * aryadev@aryadevchavali.com. * Created: 2023-10-23 * Author: Aryadev Chavali @@ -1,8 +1,9 @@ /* Copyright (C) 2023 Aryadev Chavali - * You may distribute and modify this code under the terms of the GPLv2 - * license. You should have received a copy of the GPLv2 license with - * this file. If not, please write to: aryadev@aryadevchavali.com. + * You may distribute and modify this code under the terms of the + * GPLv2 license. You should have received a copy of the GPLv2 + * license with this file. If not, please write to: + * aryadev@aryadevchavali.com. * Created: 2023-10-15 * Author: Aryadev Chavali |