From 3fa79baee15a53e755ffed01b04b08748c756787 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Thu, 29 Aug 2019 20:55:19 -0400 Subject: Refactored script system code and added license headers --- src/components/Component.hpp | 3 +-- src/components/Position.hpp | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'src/components') diff --git a/src/components/Component.hpp b/src/components/Component.hpp index 9c6b79d..3c0a6d5 100644 --- a/src/components/Component.hpp +++ b/src/components/Component.hpp @@ -1,6 +1,5 @@ -/* +/** * Copyright (C) 2019 Belle-Isle, Andrew - * Author: Belle-Isle, Andrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/components/Position.hpp b/src/components/Position.hpp index 856b3d7..8684a7f 100644 --- a/src/components/Position.hpp +++ b/src/components/Position.hpp @@ -1,6 +1,5 @@ -/* +/** * Copyright (C) 2019 Belle-Isle, Andrew - * Author: Belle-Isle, Andrew * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit v1.2.3