Skip to content

Commit

Permalink
Add missing copyright headers (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham authored Sep 11, 2024
1 parent 590fea5 commit a7e612b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/desktop/factories/GDBBackendFactory.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
9 changes: 9 additions & 0 deletions src/web/factories/GDBServerFactory.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit a7e612b

Please sign in to comment.