aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-04-15 16:25:14 +0630
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-04-15 16:25:14 +0630
commit58069e083df2b7ffb9917e110e3e2a45b67d1fcb (patch)
treeaf3f2918ecfcc4a353acb7b780457dff13109fec
parent958868714eb0c248865eae19e642f5d95dcffc54 (diff)
downloadovm-58069e083df2b7ffb9917e110e3e2a45b67d1fcb.tar.gz
ovm-58069e083df2b7ffb9917e110e3e2a45b67d1fcb.tar.bz2
ovm-58069e083df2b7ffb9917e110e3e2a45b67d1fcb.zip
Auto filled copyrightn otice in asm/base
-rw-r--r--asm/base.cpp7
-rw-r--r--asm/base.hpp7
2 files changed, 8 insertions, 6 deletions
diff --git a/asm/base.cpp b/asm/base.cpp
index d2812f1..10cfd3d 100644
--- a/asm/base.cpp
+++ b/asm/base.cpp
@@ -1,8 +1,9 @@
/* Copyright (C) 2024 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: 2024-04-14
* Author: Aryadev Chavali
diff --git a/asm/base.hpp b/asm/base.hpp
index b956028..f55e163 100644
--- a/asm/base.hpp
+++ b/asm/base.hpp
@@ -1,8 +1,9 @@
/* Copyright (C) 2024 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: 2024-04-14
* Author: Aryadev Chavali