diff --git a/src/main/router-content-types.ts b/src/main/router-content-types.ts index ee820f5e0b..e908ccc3e1 100644 --- a/src/main/router-content-types.ts +++ b/src/main/router-content-types.ts @@ -4,10 +4,6 @@ */ import type { LensApiResult } from "./router"; -/** - * Copyright (c) OpenLens Authors. All rights reserved. - * Licensed under MIT License. See LICENSE in root directory for more information. - */ export interface LensApiResultContentType { resultMapper: (result: LensApiResult) => ({ statusCode: number, content: any, headers: { [ name: string ]: string }}) }