Skip to content

Commit 21a8caf

Browse files
URL and License updates (#503)
* Pull in GPLv2 from https://github.com/microtony/RTLSDR-Airband/ * Update repo URLs * make this a #minor release
1 parent 4845a52 commit 21a8caf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+413
-976
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Questions & Help
4-
url: https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/categories/q-a
4+
url: https://github.com/rtl-airband/RTLSDR-Airband/discussions/categories/q-a
55
about: Please ask and answer questions here.

.github/workflows/build_docker_containers.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
jobs:
1313
build_docker_containers:
1414
runs-on: ubuntu-latest
15+
permissions:
16+
contents: read
17+
packages: write
18+
attestations: write
19+
id-token: write
1520
steps:
1621
- name: Runner Info
1722
run: printenv | sort

LICENSE

Lines changed: 85 additions & 674 deletions
Large diffs are not rendered by default.

NEWS.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This file will no longer be updated with each release, for changes between relea
44

55
Version 5.0.0 (Jan 21, 2024):
66

7-
* NOTE: Going forward a release tag will be automatically created on each merge to `main`, and changes will not be reflected in this file. For changes between versions see the repo's [release history](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases).
7+
* NOTE: Going forward a release tag will be automatically created on each merge to `main`, and changes will not be reflected in this file. For changes between versions see the repo's [release history](https://github.com/rtl-airband/RTLSDR-Airband/releases).
88
* NOTE: Going forward PRs will be opened directly against `main` and the `unstable` branch will no longer be used.
99
* NOTE: This repo has significantly diverged from the original project [microtony/RTLSDR-Airband](https://github.com/microtony/RTLSDR-Airband) so it has been been detached (ie no longer a fork).
1010

11-
* Changes in this release, see [#444](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/444):
11+
* Changes in this release, see [#444](https://github.com/rtl-airband/RTLSDR-Airband/pull/444):
1212
* build and publish docker containers
1313
* changes to supported `cmake` platforms:
1414
* depreciate `rpiv1`, `armv7-generic`, and `armv8-generic` and build platforms
@@ -22,23 +22,23 @@ Version 5.0.0 (Jan 21, 2024):
2222
Version 4.2.0 (Oct 13, 2023):
2323

2424
* Changes in this release:
25-
* Add support for building with libshout v2.4.6, see [#382](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/382) and [#422](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/422)
26-
* Add error checking for lowpass <= highpass, see [#399](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/399) and [#412](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/412)
27-
* Remove limit on count of mixer inputs (thanks @cdknox), see [#408](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/408)
28-
* Add `dated_subdirectories` config option for output files (thanks, @marcin-osowski), see [#413](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/413)
25+
* Add support for building with libshout v2.4.6, see [#382](https://github.com/rtl-airband/RTLSDR-Airband/pull/382) and [#422](https://github.com/rtl-airband/RTLSDR-Airband/pull/422)
26+
* Add error checking for lowpass <= highpass, see [#399](https://github.com/rtl-airband/RTLSDR-Airband/pull/399) and [#412](https://github.com/rtl-airband/RTLSDR-Airband/pull/412)
27+
* Remove limit on count of mixer inputs (thanks @cdknox), see [#408](https://github.com/rtl-airband/RTLSDR-Airband/pull/408)
28+
* Add `dated_subdirectories` config option for output files (thanks, @marcin-osowski), see [#413](https://github.com/rtl-airband/RTLSDR-Airband/pull/413)
2929

3030
Version 4.1.1 (May 1, 2023):
3131

3232
* Changes in this release:
33-
* Fix build issues when using VideoCore GPU, see [#378](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/378)
33+
* Fix build issues when using VideoCore GPU, see [#378](https://github.com/rtl-airband/RTLSDR-Airband/pull/378)
3434

3535
Version 4.1.0 (April 23, 2023):
3636

3737
* Changes in this release:
38-
* Add `channel_dbfs_noise_level` and `channel_dbfs_signal_level` to the stats file, see [#355](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/355)
39-
* Add squelch support for CTCSS, add `channel_ctcss_counter` and `channel_no_ctcss_counter` to the stats file, see [#368](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/368)
40-
* Support `ampfactor` on a per-channel basis (in addition to mixer inputs), see [#369](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/369)
41-
* Fix config error messages, see [#371](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/371)
38+
* Add `channel_dbfs_noise_level` and `channel_dbfs_signal_level` to the stats file, see [#355](https://github.com/rtl-airband/RTLSDR-Airband/pull/355)
39+
* Add squelch support for CTCSS, add `channel_ctcss_counter` and `channel_no_ctcss_counter` to the stats file, see [#368](https://github.com/rtl-airband/RTLSDR-Airband/pull/368)
40+
* Support `ampfactor` on a per-channel basis (in addition to mixer inputs), see [#369](https://github.com/rtl-airband/RTLSDR-Airband/pull/369)
41+
* Fix config error messages, see [#371](https://github.com/rtl-airband/RTLSDR-Airband/pull/371)
4242
* Multiple CI / workflow improvements, including:
4343
* Addition of Dockerfiles and shell scripts for multiple build environments
4444
* Addition of vscode devcontainer configuration
@@ -48,14 +48,14 @@ Version 4.1.0 (April 23, 2023):
4848
Version 4.0.3 (Jan 10, 2023):
4949

5050
* Changes in this release:
51-
* Add `channel_squelch_level` to stats file, see [#332](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/332)
51+
* Add `channel_squelch_level` to stats file, see [#332](https://github.com/rtl-airband/RTLSDR-Airband/pull/332)
5252
* Support "default" values in lists for `squelch_snr_threshold` and `notch_q`,
53-
see [#334](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/334)
54-
* Set cmake `ENABLE_EXPORTS` property, see [#339](https://github.com/charlie-foxtrot/RTLSDR-Airband/pull/339)
53+
see [#334](https://github.com/rtl-airband/RTLSDR-Airband/pull/334)
54+
* Set cmake `ENABLE_EXPORTS` property, see [#339](https://github.com/rtl-airband/RTLSDR-Airband/pull/339)
5555

5656
* Other items to note:
57-
* Repo maintainer has changed, see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342)
58-
* Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband
57+
* Repo maintainer has changed, see [#342](https://github.com/rtl-airband/RTLSDR-Airband/discussions/342)
58+
* Repo URL has moved to https://github.com/rtl-airband/RTLSDR-Airband
5959
* Default branch / Top of Tree has been renamed to `main`
6060

6161
Version 4.0.2 (Dec 26, 2021):
@@ -207,7 +207,7 @@ Version 3.0.0 (Feb 10, 2018):
207207
* Frequencies in the config can now be expressed in Hz, kHz, MHz or GHz
208208
for improved readability.
209209
* Lots of bugfixes.
210-
* Rewritten documentation on [Github Wiki](https://github.com/szpajder/RTLSDR-Airband/wiki).
210+
* Rewritten documentation on [Github Wiki](https://github.com/rtl-airband/RTLSDR-Airband/wiki).
211211

212212
Version 2.4.0 (Oct 15, 2017):
213213

README.md

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
# RTLSDR-Airband
22

3-
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/ci_build.yml/badge.svg?branch=main)
4-
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/platform_build.yml/badge.svg?branch=main)
5-
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/build_docker_containers.yml/badge.svg?branch=main)
6-
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/code_formatting.yml/badge.svg?branch=main)
3+
![main](https://github.com/rtl-airband/RTLSDR-Airband/actions/workflows/ci_build.yml/badge.svg?branch=main)
4+
![main](https://github.com/rtl-airband/RTLSDR-Airband/actions/workflows/platform_build.yml/badge.svg?branch=main)
5+
![main](https://github.com/rtl-airband/RTLSDR-Airband/actions/workflows/build_docker_containers.yml/badge.svg?branch=main)
6+
![main](https://github.com/rtl-airband/RTLSDR-Airband/actions/workflows/code_formatting.yml/badge.svg?branch=main)
77

8-
NOTE: Changes as of v5.0.0:
8+
Changes as of v5.1.0:
9+
- License is now GPLv2 [#503](https://github.com/rtl-airband/RTLSDR-Airband/discussions/503)
10+
11+
NOTE: Repo URL has moved to https://github.com/rtl-airband/RTLSDR-Airband see [#502](https://github.com/rtl-airband/RTLSDR-Airband/discussions/502) for info
12+
13+
Changes as of v5.0.0:
914
- PRs will be opened directly against `main` and the `unstable` branch will no longer be used
1015
- Version tags will be automatically created on each merge to `main`
1116
- A release will be created on each `major` or `minor` version tag but not `minor` tags
1217
- Checking out `main` is recommended over using a release artifact to stay on the latest version
1318
- This repo has significantly diverged from the original project [microtony/RTLSDR-Airband](https://github.com/microtony/RTLSDR-Airband) so it has been been detached (ie no longer a fork).
14-
- Specific build support for `rpiv1`, `armv7-generic`, and `armv8-generic` have been deprecated for the new default `native`, see [#447](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/447)
19+
- Specific build support for `rpiv1`, `armv7-generic`, and `armv8-generic` have been deprecated for the new default `native`, see [#447](https://github.com/rtl-airband/RTLSDR-Airband/discussions/447)
1520

16-
NOTE: Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342) for info
1721

1822
## Overview
1923

@@ -26,7 +30,7 @@ radios are now supported as well.
2630

2731
## Documentation
2832

29-
User's manual is now on the [wiki](https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki).
33+
User's manual is now on the [wiki](https://github.com/rtl-airband/RTLSDR-Airband/wiki).
3034

3135
## Credits and thanks
3236

@@ -41,24 +45,24 @@ of RTLSDR-Airband. Special thanks go to:
4145

4246
## License
4347

44-
Copyright (C) 2022-2024 charlie-foxtrot
48+
Copyright (C) 2022-2025 charlie-foxtrot
4549

4650
Copyright (C) 2015-2022 Tomasz Lemiech <szpajder@gmail.com>
4751

4852
Based on original work by Wong Man Hang <microtony@gmail.com>
4953

50-
This program is free software: you can redistribute it and/or modify
51-
it under the terms of the GNU General Public License as published by
52-
the Free Software Foundation, either version 3 of the License, or
53-
(at your option) any later version.
54+
This program is free software; you can redistribute it and/or
55+
modify it under the terms of the GNU General Public License
56+
as published by the Free Software Foundation; either version 2
57+
of the License, or (at your option) any later version.
5458

5559
This program is distributed in the hope that it will be useful,
5660
but WITHOUT ANY WARRANTY; without even the implied warranty of
5761
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5862
GNU General Public License for more details.
5963

6064
You should have received a copy of the GNU General Public License
61-
along with this program. If not, see <http://www.gnu.org/licenses/>.
65+
along with this program; if not, see <https://www.gnu.org/licenses/>.
6266

6367
## Open Source Licenses of bundled code
6468

config/basic_multichannel.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a minimalistic configuration file for RTLSDR-Airband.
22
# Just a single RTL dongle with two AM channels in multichannel mode.
33
# Each channel is sent to a single Icecast output.
4-
# Refer to https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki
4+
# Refer to https://github.com/rtl-airband/RTLSDR-Airband/wiki
55
# for description of keywords and config syntax.
66

77
devices:

config/basic_scanning.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scanning mode example
22
# Single dongle, three frequencies, output to Icecast server and to a file.
3-
# Refer to https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki
3+
# Refer to https://github.com/rtl-airband/RTLSDR-Airband/wiki
44
# for description of keywords and config syntax.
55

66
devices:

config/mixers.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# - channel 1 goes to mixer1 (full right)
1616
# - channel 2 goes to mixer2 (85% left, volume set to 200%)
1717
#
18-
# Refer to https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki
18+
# Refer to https://github.com/rtl-airband/RTLSDR-Airband/wiki
1919
# for description of keywords and config syntax.
2020
mixers: {
2121
mixer1: {

config/two_dongles_multiple_outputs.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# indexes, because the latter can change when devices are
1313
# reconnected into different USB ports.
1414
#
15-
# Refer to https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki
15+
# Refer to https://github.com/rtl-airband/RTLSDR-Airband/wiki
1616
# for description of keywords and config syntax.
1717

1818
devices:

init.d/rtl_airband.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=SDR AM/NFM demodulator
3-
Documentation=https://github.com/charlie-foxtrot/RTLSDR-Airband/wiki
3+
Documentation=https://github.com/rtl-airband/RTLSDR-Airband/wiki
44
Wants=network.target
55
After=network.target
66

0 commit comments

Comments
 (0)