aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2023-10-28 18:24:49 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2023-10-29 16:56:19 +0000
commit1177a5a45b153fd753c48e60bf759046e945d43b (patch)
tree3238f4345145c90d3320d4803b6c799ce2efd835
parent1c0bd20cbad1c4089a4f5d19d2154d710fee2481 (diff)
downloadovm-1177a5a45b153fd753c48e60bf759046e945d43b.tar.gz
ovm-1177a5a45b153fd753c48e60bf759046e945d43b.tar.bz2
ovm-1177a5a45b153fd753c48e60bf759046e945d43b.zip
Auto-fill copyright notice in examples/fib.c
-rw-r--r--examples/fib.c7
-rw-r--r--lib/base.h7
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
diff --git a/lib/base.h b/lib/base.h
index f21e4a8..172abff 100644
--- a/lib/base.h
+++ b/lib/base.h
@@ -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