Reformat and add copyright headers

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Co-authored-by: Sarita Singh <saritasingh.0425@gmail.com>
This commit is contained in:
2021-11-02 23:29:32 +05:30
parent 058ef1dc95
commit 61743fda3e
6 changed files with 41 additions and 79 deletions

View File

@@ -1,3 +1,12 @@
/**
* SPDX-License-Identifier: Apache-2.0
* SPDX-FileCopyrightText: 2021 Sarita Singh <saritasingh.0425@gmail.com>
* SPDX-FileCopyrightText: 2021 Avinal Kumar <avinal.xlvii@gmail.com>
*
* @file xbasic_interpreter.hpp
* @brief Jupyter Kernel Interpreter header file
*/
#ifndef XBASIC_INTERPRETER_HPP_
#define XBASIC_INTERPRETER_HPP_