Skip to content
Snippets Groups Projects

Added some missing copyrights

Open Philippe Krief requested to merge pk/main/ip01 into main
4 files
+ 44
1
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 10
0
/**
* Copyright (C) 2024 bAvenir
*
* 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
*/
/**
* Base class for all Data Broker related errors.
*/
export declare class DataBrokerError extends Error {
Loading