diff --git a/src/desktop/factories/GDBBackendFactory.ts b/src/desktop/factories/GDBBackendFactory.ts index 2d22d825..5a5e8e58 100644 --- a/src/desktop/factories/GDBBackendFactory.ts +++ b/src/desktop/factories/GDBBackendFactory.ts @@ -1,3 +1,12 @@ +/********************************************************************* + * Copyright (c) 2024 Renesas Electronics Corporation and others + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *********************************************************************/ import { Logger, logger } from '@vscode/debugadapter/lib/logger'; import { GDBFileSystemProcessManager } from '../processManagers/GDBFileSystemProcessManager'; import { GDBPTYProcessManager } from '../processManagers/GDBPTYProcessManager'; diff --git a/src/web/factories/GDBServerFactory.ts b/src/web/factories/GDBServerFactory.ts index 32066560..3f5f523e 100644 --- a/src/web/factories/GDBServerFactory.ts +++ b/src/web/factories/GDBServerFactory.ts @@ -1,3 +1,12 @@ +/********************************************************************* + * Copyright (c) 2024 Renesas Electronics Corporation and others + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + *********************************************************************/ import { TargetAttachRequestArguments, TargetLaunchRequestArguments,