Skip to content

Commit 1a4b65b

Browse files
committed
Add SPDX license info to the source files
Also update LICENSE copyright dates.
1 parent 8870701 commit 1a4b65b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The Clear BSD License
22

3-
Copyright (c) 2019 Shawn Silverman
3+
Copyright (c) 2018-2023 Shawn Silverman
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

src/SLIPStream.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
// SPDX-FileCopyrightText: (c) 2018-2023 Shawn Silverman <[email protected]>
2+
// SPDX-License-Identifier: BSD-3-Clause-Clear
3+
14
// This file is part of the SLIPStream library.
2-
// (c) 2018-2023 Shawn Silverman
35

46
#include "SLIPStream.h"
57

src/SLIPStream.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
// SPDX-FileCopyrightText: (c) 2018-2023 Shawn Silverman <[email protected]>
2+
// SPDX-License-Identifier: BSD-3-Clause-Clear
3+
14
// Library for reading and writing SLIP using an underlying Stream object.
25
// This implements [RFC 1055](https://tools.ietf.org/html/rfc1055).
36
// This file is part of the SLIPStream library.
4-
// (c) 2018-2023 Shawn Silverman
57

68
#ifndef SLIPSTREAM_H_
79
#define SLIPSTREAM_H_

0 commit comments

Comments
 (0)