Skip to content

Commit

Permalink
license: apply header to source code
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed May 20, 2024
1 parent d57da98 commit 9d93742
Show file tree
Hide file tree
Showing 25 changed files with 169 additions and 3 deletions.
4 changes: 1 addition & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
BSD 3-Clause License

Copyright (c) 2024, Bloomy Controls
Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/CInterface.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_CINTERFACE_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_CINTERFACE_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/CommDriver.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_COMMDRIVER_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_COMMDRIVER_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/CommonTypes.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_COMMONTYPES_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_COMMONTYPES_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/Discovery.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_DISCOVERY_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_DISCOVERY_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/ScpiClient.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_SCPICLIENT_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_SCPICLIENT_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/SerialDriver.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_SERIALDRIVER_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_SERIALDRIVER_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/TcpDriver.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_TCPDRIVER_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_TCPDRIVER_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/UdpDriver.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_UDPDRIVER_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_UDPDRIVER_H

Expand Down
7 changes: 7 additions & 0 deletions include/bci/abs/UdpMulticastDriver.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_UDPMULTICASTDRIVER_H
#define ABS_SCPI_DRIVER_INCLUDE_BCI_ABS_UDPMULTICASTDRIVER_H

Expand Down
7 changes: 7 additions & 0 deletions src/CInterface.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/CInterface.h>
#include <bci/abs/Discovery.h>
#include <bci/abs/ScpiClient.h>
Expand Down
7 changes: 7 additions & 0 deletions src/Discovery.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/CommonTypes.h>
#include <bci/abs/Discovery.h>
#include <bci/abs/SerialDriver.h>
Expand Down
7 changes: 7 additions & 0 deletions src/Errors.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/CommonTypes.h>

namespace bci::abs {
Expand Down
7 changes: 7 additions & 0 deletions src/ScpiClient.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/ScpiClient.h>
#include <fmt/core.h>

Expand Down
7 changes: 7 additions & 0 deletions src/ScpiClient_AuxIO.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/ScpiClient.h>
#include <fmt/core.h>
#include <fmt/ranges.h>
Expand Down
7 changes: 7 additions & 0 deletions src/ScpiClient_Cells.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/ScpiClient.h>
#include <fmt/core.h>
#include <fmt/ranges.h>
Expand Down
7 changes: 7 additions & 0 deletions src/ScpiClient_System.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/ScpiClient.h>
#include <fmt/core.h>

Expand Down
7 changes: 7 additions & 0 deletions src/ScpiUtil.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include "ScpiUtil.h"

#include <bci/abs/CommonTypes.h>
Expand Down
7 changes: 7 additions & 0 deletions src/ScpiUtil.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_SRC_SCPIUTIL_H
#define ABS_SCPI_DRIVER_SRC_SCPIUTIL_H

Expand Down
7 changes: 7 additions & 0 deletions src/SerialDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/SerialDriver.h>
#include <fmt/core.h>

Expand Down
7 changes: 7 additions & 0 deletions src/StringUtil.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_SRC_STRINGUTIL_H
#define ABS_SCPI_DRIVER_SRC_STRINGUTIL_H

Expand Down
7 changes: 7 additions & 0 deletions src/TcpDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/TcpDriver.h>

#include <boost/asio.hpp>
Expand Down
7 changes: 7 additions & 0 deletions src/UdpDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/UdpDriver.h>

#include <array>
Expand Down
7 changes: 7 additions & 0 deletions src/UdpMulticastDriver.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#include <bci/abs/UdpMulticastDriver.h>

#include <array>
Expand Down
7 changes: 7 additions & 0 deletions src/Util.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2024, Bloomy Controls, Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can be
* found in the LICENSE file or at https://opensource.org/license/BSD-3-Clause
*/

#ifndef ABS_SCPI_DRIVER_SRC_UTIL_H
#define ABS_SCPI_DRIVER_SRC_UTIL_H

Expand Down

0 comments on commit 9d93742

Please sign in to comment.