Skip to content

Commit

Permalink
Merge pull request #41 from 2nd-Layer/add-SPDX-License-Identifier
Browse files Browse the repository at this point in the history
docs(license): Add SPDX-License-Identifier
  • Loading branch information
mark-stopka committed Dec 31, 2020
2 parents cbcc45b + 05f0f00 commit c478880
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/server.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
© 2020 PERLUR Group
SPDX-License-Identifier: GPL-3.0-only OR LGPL-3.0-only
*/

use cardano_ouroboros_network::{
mux::tcp::Channel,
protocols::{
Expand Down
7 changes: 7 additions & 0 deletions src/protocols/pingpong.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
© 2020 PERLUR Group
SPDX-License-Identifier: GPL-3.0-only OR LGPL-3.0-only
*/

use crate::{
Agency,
Protocol,
Expand Down

0 comments on commit c478880

Please sign in to comment.