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 2651c0b commit 9277893
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# ChangeLog for osformat

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

*osformat-1.0.6
Martin Väth <martin at mvath.de>:
- Update README.md

*osformat-1.0.5
Martin Väth <martin at mvath.de>:
- Make move constructor/assignment operator noexcept
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 osformat 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 @@ -5,6 +5,7 @@ A C++ library for a typesafe printf/sprintf based on << conversion
(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 is a typesafe `printf`/`fprintf`/`snprintf` type library for C++.
The typesafety is obtained by using the standard `ostream`'s `<<` conversions.
Expand Down
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
# 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 osformat 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([osformat], [1.0.6],
AC_INIT([osformat], [1.0.7],
[https://github.com/vaeth/osformat/issues/],
[osformat],
[https://github.com/vaeth/osformat/])
Expand Down
1 change: 1 addition & 0 deletions contrib/cpplint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-2.0-only
set -u
LC_ALL=C
export LC_ALL
Expand Down
1 change: 1 addition & 0 deletions contrib/make.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-2.0-only
set -u

LC_ALL=C
Expand Down
1 change: 1 addition & 0 deletions contrib/tarball.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
# SPDX-License-Identifier: GPL-2.0-only
set -u

mkmake='contrib/make.sh'
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 osformat/osformat-test.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the osformat 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 osformat/osformat.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the osformat 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 osformat/osformat.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// This file is part of the osformat 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 9277893

Please sign in to comment.