Update copyrights.

pull/617/head
Fredrik Öhrström 2022-09-14 18:01:08 +02:00
rodzic 7936e4d6d5
commit 171c22f4d6
9 zmienionych plików z 43 dodań i 24 usunięć

Wyświetl plik

@ -402,8 +402,8 @@ release_rc:
deploy:
@./scripts/deploy.sh
list_copyrights:
./scripts/check_copyrights.sh
collect_copyrights:
./scripts/collect_copyrights.sh deb/copyright
# Include dependency information generated by gcc in a previous compile.
include $(wildcard $(patsubst %.o,%.d,$(PROG_OBJS) $(DRIVER_OBJS)))

Wyświetl plik

@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: wmbusmeters
Source: https://github.com/weetmuts/wmbusmeters
Source: https://github.com/weetmuts/wmbusmeters
Upstream-Contact: Fredrik Öhrström <oehrstroem@gmail.com>
Files: *
@ -15,6 +15,16 @@ Files: src/aes.h
Copyright: 2019 kokke
License: CC0
Files: src/driver_emerlin868.cc
Copyright: 2022 Fredrik Öhrström
2018 David Mallon
License: GPL-3+
Files: src/driver_ev200.cc
Copyright: 2022 Fredrik Öhrström
2018 David Mallon
License: GPL-3+
Files: src/driver_iperl.cc
Copyright: 2022 Fredrik Öhrström
2018 David Mallon
@ -22,6 +32,23 @@ License: GPL-3+
Files: src/driver_minomess.cc
Copyright: 2021 Olli Salonen
2022 Fredrik Öhrström
License: GPL-3+
Files: src/driver_multical303.cc
Copyright: 2022 thecem
2022 Fredrik Öhrström
License: GPL-3+
Files: src/driver_multical603.cc
Copyright: 2022 Fredrik Öhrström
2020 Eric Bus
2022 Thecem
License: GPL-3+
Files: src/driver_sensostar.cc
Copyright: 2022 Patrick Schwarz
2022 Fredrik Öhrström
License: GPL-3+
Files: src/driver_sharky774.cc
@ -31,6 +58,7 @@ License: GPL-3+
Files: src/driver_sharky.cc
Copyright: 2021 Vincent Privat
2022 Fredrik Öhrström
License: GPL-3+
Files: src/manufacturer_specificities.cc
@ -43,16 +71,6 @@ Copyright: 2019 Jacek Tomasiak
2021 Vincent Privat
License: GPL-3+
Files: src/meter_emerlin868.cc
Copyright: 2020 Fredrik Öhrström
2018 David Mallon
License: GPL-3+
Files: src/meter_ev200.cc
Copyright: 2020 Fredrik Öhrström
2018 David Mallon
License: GPL-3+
Files: src/meter_hydrus.cc
Copyright: 2020 Fredrik Öhrström
2021 Vincent Privat
@ -74,21 +92,12 @@ Copyright: 2021 Fredrik Öhrström
2020 Eric Bus
License: GPL-3+
Files: src/meter_multical603.cc
Copyright: 2020 Fredrik Öhrström
2020 Eric Bus
License: GPL-3+
Files: src/meter_multical803.cc
Copyright: 2020 Fredrik Öhrström
2020 Eric Bus
2020 Nikodem Jędrzejczak
License: GPL-3+
Files: src/meter_sensostar.cc
Copyright: 2020 Patrick Schwarz
License: GPL-3+
Files: src/meter_topaseskr.cc
Copyright: 2020 Fredrik Öhrström
2020 Avandorp

Wyświetl plik

@ -1,5 +1,11 @@
#!/bin/bash
if [ "$1" = "" ]
then
Usage: collecto_copyrights.sh [output_file]
exit 1
fi
TMP=$(mktemp -t wmbusmeters.copyrights.XXXXXXXXXX)
TMP_AUTHORS=$(mktemp -t wmbusmeters.authors.XXXXXXXXXX)
TMP_OTHER_AUTHORS=$(mktemp -t wmbusmeters.other.authors.XXXXXXXXXX)

Wyświetl plik

@ -1,5 +1,6 @@
/*
Copyright (C) 2017-2022 Fredrik Öhrström (gpl-3.0-or-later)
Copyright (C) 2018 David Mallon (gpl-3.0-or-later)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Wyświetl plik

@ -1,5 +1,6 @@
/*
Copyright (C) 2017-2022 Fredrik Öhrström (gpl-3.0-or-later)
Copyright (C) 2018 David Mallon (gpl-3.0-or-later)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Wyświetl plik

@ -1,6 +1,6 @@
/*
Copyright (C) 2021 Olli Salonen (gpl-3.0-or-later)
2022 Fredrik Öhrström (gpl-3.0-or-later)
Copyright (C) 2022 Fredrik Öhrström (gpl-3.0-or-later)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Wyświetl plik

@ -1,5 +1,6 @@
/*
Copyright (C) 2020-2022 thecem (gpl-3.0-or-later)
Copyright (C) 2022 Fredrik Öhrström (gpl-3.0-or-later)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Wyświetl plik

@ -1,5 +1,6 @@
/*
Copyright (C) 2020-2022 Patrick Schwarz (gpl-3.0-or-later)
Copyright (C) 2022 Fredrik Öhrström (gpl-3.0-or-later)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

Wyświetl plik

@ -1,6 +1,6 @@
/*
Copyright (C) 2021 Vincent Privat (gpl-3.0-or-later)
2022 Fredrik Öhrström (gpl-3.0-or-later)
Copyright (C) 2022 Fredrik Öhrström (gpl-3.0-or-later)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by