diff --git a/src/index.ts b/src/index.ts index 5fd8db2..4fd70b9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,12 +1,3 @@ -/* - * --------------------------------------------------------------------- - * Copyright (C) 2022 Sern - * This software is licensed under the MIT License. - * See LICENSE.md in the project root for license information. - * --------------------------------------------------------------------- - */ - - export * as Sern from './handler/sern'; export * from './types/handler'; export * from './handler/structures/structxports';