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 dd95a4d commit ca0944b
Show file tree
Hide file tree
Showing 23 changed files with 31 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog for chessproblem

*chessproblem-2.13
- Add SPDX-License-Identifier

*chessproblem-2.12
- Fix race (regression since chessproblem-2.0):
Avoid removing MoveList while exiting (canceled) subthreads might
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
1 change: 1 addition & 0 deletions chessproblem/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 chessproblem/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 chessproblem/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 chessproblem/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 chessproblem/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 chessproblem/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 chessproblem/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
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Martin V\"ath <martin@mvath.de>

dnl keep version in same line as AC_INIT for possible usage in scripts
AC_INIT([chessproblem], [2.12],
AC_INIT([chessproblem], [2.13],
[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

mkmake='contrib/make.sh'
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;
use Getopt::Long ();
Expand Down
2 changes: 2 additions & 0 deletions contrib/test.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
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

0 comments on commit ca0944b

Please sign in to comment.