Skip to content

Commit

Permalink
Use SPDX license tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSchouten committed Nov 10, 2017
1 parent 84af6d9 commit 52ffc36
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 26 deletions.
3 changes: 1 addition & 2 deletions src/argdata_builder.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <memory>
#include <string_view>
Expand Down
3 changes: 1 addition & 2 deletions src/argdata_parser.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <cstdlib>

Expand Down
3 changes: 1 addition & 2 deletions src/arpc_protocol.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

syntax = 'proto3';

Expand Down
3 changes: 1 addition & 2 deletions src/channel.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <poll.h>

Expand Down
3 changes: 1 addition & 2 deletions src/client_reader_impl.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <cassert>
#include <cstring>
Expand Down
3 changes: 1 addition & 2 deletions src/client_writer_impl.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <cassert>

Expand Down
3 changes: 1 addition & 2 deletions src/server.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <thread>

Expand Down
3 changes: 1 addition & 2 deletions src/server_reader_impl.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <cassert>

Expand Down
3 changes: 1 addition & 2 deletions src/server_test.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <sys/socket.h>

Expand Down
3 changes: 1 addition & 2 deletions src/server_test_proto.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

syntax = 'proto3';

Expand Down
3 changes: 1 addition & 2 deletions src/server_writer_impl.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <arpc++/arpc++.h>
#include <argdata.hpp>
Expand Down
3 changes: 1 addition & 2 deletions src/status.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <arpc++/arpc++.h>

Expand Down
3 changes: 1 addition & 2 deletions src/status_code.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) 2017 Nuxi (https://nuxi.nl/) and contributors.
//
// This file is distributed under a 2-clause BSD license.
// See the LICENSE file for details.
// SPDX-License-Identifier: BSD-2-Clause

#include <arpc++/arpc++.h>

Expand Down

0 comments on commit 52ffc36

Please sign in to comment.