Skip to content

Commit

Permalink
Add SPDX-License-Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jul 26, 2020
1 parent 61204bd commit 39fcc64
Show file tree
Hide file tree
Showing 24 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for chessproblem

*chessproblem-1.10
Martin Väth <martin at mvath.de>:
- Add SPDX-License-Identifier

*chessproblem-1.9
Martin Väth <martin at mvath.de>:
- Fix export in contrib/make.sh
Expand Down
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This file is part of the chessproblem project and distributed under the
# terms of the GNU General Public License v2.
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (c)
# Martin V\"ath <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ finding solutions of chess problems (mate, selfmate, and helpmate) with cooks
(C) Martin Väth (martin at mvath.de).
This project is distributed under the terms of the
GNU General Public License v2.
SPDX-License-Identifier: GPL-2.0-only

This project was written within about one day (plus about the same time for
testing/debugging) to train myself for a job interview in programming in C++.
Expand Down
2 changes: 2 additions & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
# Copyright (c) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
set -u

Echo() {
Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# This file is part of the chessproblem project and distributed under the
# terms of the GNU General Public License v2.
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (c)
# Martin V\"ath <martin@mvath.de>

dnl keep version in same line as AC_INIT for possible usage in scripts
AC_INIT([chessproblem], [1.7],
AC_INIT([chessproblem], [1.10],
[https://github.com/vaeth/chessproblem/issues/],
[chessproblem],
[https://github.com/vaeth/chessproblem/])
Expand Down
2 changes: 2 additions & 0 deletions contrib/cpplint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
# Copyright (c) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
set -u
LC_ALL=C
export LC_ALL
Expand Down
2 changes: 2 additions & 0 deletions contrib/make.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
# Copyright (c) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
set -u

LC_ALL=C
Expand Down
2 changes: 2 additions & 0 deletions contrib/tarball.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
# Copyright (c) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
set -u

project='chessproblem'
Expand Down
2 changes: 2 additions & 0 deletions contrib/test.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env perl
# Copyright (c) Martin V\"ath <martin at mvath.de>
# SPDX-License-Identifier: GPL-2.0-only
use warnings;
use strict;
sub Die {
Expand Down
1 change: 1 addition & 0 deletions martinm4/mv_addflags.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dnl This file is part of the chessproblem project and distributed under the
dnl terms of the GNU General Public License v2.
dnl SPDX-License-Identifier: GPL-2.0-only
dnl
dnl Copyright (c)
dnl Martin V\"ath <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions martinm4/mv_append.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dnl This file is part of the chessproblem project and distributed under the
dnl terms of the GNU General Public License v2.
dnl SPDX-License-Identifier: GPL-2.0-only
dnl
dnl Copyright (c)
dnl Martin V\"ath <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions martinm4/mv_enable.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dnl This file is part of the chessproblem project and distributed under the
dnl terms of the GNU General Public License v2.
dnl SPDX-License-Identifier: GPL-2.0-only
dnl
dnl Copyright (c)
dnl Martin V\"ath <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions martinm4/mv_if_empty.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dnl This file is part of the chessproblem project and distributed under the
dnl terms of the GNU General Public License v2.
dnl SPDX-License-Identifier: GPL-2.0-only
dnl
dnl Copyright (c)
dnl Martin V\"ath <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions martinm4/mv_msg_result.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dnl This file is part of the chessproblem project and distributed under the
dnl terms of the GNU General Public License v2.
dnl SPDX-License-Identifier: GPL-2.0-only
dnl
dnl Copyright (c)
dnl Martin V\"ath <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions martinm4/mv_run_ifelse.m4
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dnl This file is part of the chessproblem project and distributed under the
dnl terms of the GNU General Public License v2.
dnl SPDX-License-Identifier: GPL-2.0-only
dnl
dnl Copyright (c)
dnl Martin V\"ath <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions src/chess.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c)
// Martin Väth <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions src/chess.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c)
// Martin Väth <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions src/chessproblem.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c)
// Martin Väth <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions src/chessproblem.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c)
// Martin Väth <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions src/formated.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// It is based on the eix::format class from eix
//
Expand Down
1 change: 1 addition & 0 deletions src/formated.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// It is based on the eix::format class from eix
//
Expand Down
1 change: 1 addition & 0 deletions src/m_attribute.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// vim:set noet cinoptions= sw=4 ts=4:
// This file is part of the eix project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c)
// Martin Väth <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions src/m_likely.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c)
// Martin Väth <martin@mvath.de>
Expand Down
1 change: 1 addition & 0 deletions src/main.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the chessproblem project and distributed under the
// terms of the GNU General Public License v2.
// SPDX-License-Identifier: GPL-2.0-only
//
// Copyright (c)
// Martin Väth <martin@mvath.de>
Expand Down

0 comments on commit 39fcc64

Please sign in to comment.