Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/constants/gdb.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm Ltd. and others
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/events/stoppedEvent.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2019 Arm Ltd. and others
* Copyright (c) 2019 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/gdb/errors.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm Ltd. and others
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/auxiliaryGdb.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm Ltd and others
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/breakpoints.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2019 Arm and others
* Copyright (c) 2019 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/custom-reset.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm Ltd
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/functionBreakpoints.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2019 Arm and others
* Copyright (c) 2019 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/lateAsyncErrorsRemote.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm and others
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/launchRemoteUnexpectedExit.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm Ltd., Kichwa Coders and others
* Copyright (c) 2025 Arm Limited, Kichwa Coders and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/logpoints.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2019 Arm and others
* Copyright (c) 2019 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/mocks/debugAdapters/auxiliaryGdb.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node
/*********************************************************************
* Copyright (c) 2025 Arm Ltd and others
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/integration-tests/stepout.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2019 Arm and others
* Copyright (c) 2019 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/namedLogger.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm Ltd. and others
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
2 changes: 1 addition & 1 deletion src/util/processes.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*********************************************************************
* Copyright (c) 2025 Arm Ltd. and others
* Copyright (c) 2025 Arm Limited and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
Expand Down
Loading