Skip to content

Commit

Permalink
Use SPDX tags for copyright notice and the license
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Dec 17, 2024
1 parent 3a75712 commit 6a663f2
Show file tree
Hide file tree
Showing 29 changed files with 88 additions and 279 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# cmusfm - dependabot.yaml
# SPDX-FileCopyrightText: 2024 Arkadiusz Bokowy and contributors
# SPDX-License-Identifier: GPL-3.0-or-later

version: 2
updates:

# Check for updates to GitHub Actions every week
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# cmusfm - Makefile.am
# Copyright (c) 2014 Arkadiusz Bokowy
# SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
# SPDX-License-Identifier: GPL-3.0-or-later

SUBDIRS = src test

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Last.fm](http://www.last.fm/) standalone scrobbler for the [cmus](https://cmus.github.io/) music player.

[![Build Status](https://github.com/Arkq/cmusfm/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/Arkq/cmusfm/actions/workflows/build-and-test.yaml)
[![Build Status](https://github.com/arkq/cmusfm/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/arkq/cmusfm/actions/workflows/build-and-test.yaml)

## Features

Expand Down
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# cmusfm - configure.ac
# Copyright (c) 2014-2020 Arkadiusz Bokowy
# SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
# SPDX-License-Identifier: GPL-3.0-or-later

AC_PREREQ([2.59])
AC_INIT([cmusfm], [0.4.2], [[email protected]])
Expand Down
3 changes: 2 additions & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# cmusfm - Makefile.am
# Copyright (c) 2016-2021 Arkadiusz Bokowy
# SPDX-FileCopyrightText: 2016-2024 Arkadiusz Bokowy and contributors
# SPDX-License-Identifier: GPL-3.0-or-later

man1_MANS = cmusfm.1

Expand Down
2 changes: 1 addition & 1 deletion doc/cmusfm.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ SEE ALSO
``cmus(1)``, ``cmus-remote(1)``, ``cmus-tutorial(7)``

Project web site
https://github.com/Arkq/cmusfm
https://github.com/arkq/cmusfm
3 changes: 2 additions & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# cmusfm - Makefile.am
# Copyright (c) 2014-2016 Arkadiusz Bokowy
# SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
# SPDX-License-Identifier: GPL-3.0-or-later

bin_PROGRAMS = cmusfm

Expand Down
20 changes: 3 additions & 17 deletions src/cache.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* cache.c
* Copyright (c) 2014-2021 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - cache.c
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#if HAVE_CONFIG_H
Expand Down
20 changes: 3 additions & 17 deletions src/cache.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* cache.h
* Copyright (c) 2014-2018 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - cache.h
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#ifndef CMUSFM_CACHE_H_
Expand Down
20 changes: 3 additions & 17 deletions src/cmusfm.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* cmusfm.h
* Copyright (c) 2010-2018 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - cmusfm.h
* SPDX-FileCopyrightText: 2010-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#ifndef CMUSFM_CMUSFM_H_
Expand Down
20 changes: 3 additions & 17 deletions src/config.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* config.c
* Copyright (c) 2014-2017 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - config.c
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#include "config.h"
Expand Down
20 changes: 3 additions & 17 deletions src/config.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* config.h
* Copyright (c) 2014-2017 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - config.h
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#ifndef CMUSFM_CONFIG_H_
Expand Down
20 changes: 3 additions & 17 deletions src/debug.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* debug.h
* Copyright (c) 2014-2017 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - debug.h
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#ifndef CMUSFM_DEBUG_H_
Expand Down
20 changes: 3 additions & 17 deletions src/libscrobbler2.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* libscrobbler2.c
* Copyright (c) 2011-2023 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - libscrobbler2.c
* SPDX-FileCopyrightText: 2011-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#include "libscrobbler2.h"
Expand Down
21 changes: 4 additions & 17 deletions src/libscrobbler2.h
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
/*
* libscrobbler2.h
* Copyright (c) 2011-2021 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - libscrobbler2.h
* SPDX-FileCopyrightText: 2011-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*
* For more information about scrobbling API see:
* http://www.last.fm/api/scrobbling
*
*/

#ifndef CMUSFM_LIBSCROBBLER2_H_
Expand Down
20 changes: 3 additions & 17 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* main.c
* Copyright (c) 2010-2022 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - main.c
* SPDX-FileCopyrightText: 2010-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#if HAVE_CONFIG_H
Expand Down
20 changes: 3 additions & 17 deletions src/notify.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* notify.c
* Copyright (c) 2014-2018 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - notify.c
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#include "notify.h"
Expand Down
20 changes: 3 additions & 17 deletions src/notify.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* notify.h
* Copyright (c) 2014-2017 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - notify.h
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#ifndef CMUSFM_NOTIFY_H_
Expand Down
20 changes: 3 additions & 17 deletions src/server.c
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* server.c
* Copyright (c) 2010-2022 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - server.c
* SPDX-FileCopyrightText: 2010-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#if HAVE_CONFIG_H
Expand Down
20 changes: 3 additions & 17 deletions src/server.h
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
/*
* server.h
* Copyright (c) 2014-2018 Arkadiusz Bokowy
*
* This file is a part of cmusfm.
*
* cmusfm is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* cmusfm is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* If you want to read full version of the GNU General Public License
* see <http://www.gnu.org/licenses/>.
* cmusfm - server.h
* SPDX-FileCopyrightText: 2014-2024 Arkadiusz Bokowy and contributors
* SPDX-License-Identifier: GPL-3.0-or-later
*/

#ifndef CMUSFM_SERVER_H_
Expand Down
Loading

0 comments on commit 6a663f2

Please sign in to comment.