Skip to content

Commit

Permalink
Add SPDX tags to a few files that were missed earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin committed Jun 4, 2018
1 parent 7f3e447 commit c58b105
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts.d/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
# SPDX-License-Identifier: GPL-3.0+
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in

Expand Down
1 change: 1 addition & 0 deletions diagrams/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-3.0+
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in

dist_noinst_DATA = \
Expand Down
1 change: 1 addition & 0 deletions diagrams/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0+

path=$(dirname "$0")
cd "${path}" || exit 1
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
# SPDX-License-Identifier: GPL-3.0+
#
MAINTAINERCLEANFILES= $(srcdir)/Makefile.in

Expand Down

0 comments on commit c58b105

Please sign in to comment.