diff --git a/.gitignore b/.gitignore index 7f4562f..cbf6ce6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,13 @@ EXTRAS_CHOICES FEEDER_CHOICES +build/acarsdec +build/acarsserv build/adsbexchange build/airplaneslive build/beast-splitter build/duckdns -build/dump1090* -build/dump978* +build/dump1090-fa +build/dump978-fa build/flightradar24 build/flyitalyadsb build/piaware_builder diff --git a/CHANGELOG.md b/CHANGELOG.md index d823ff3..a3a79b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ The following is a history of the changes made to this project. -## v2.8.5 *(in development)* +## v2.8.6 *(in development)* * The option to install ACARSDEC and ACARSERV in now available as a decoder option. * The ability to view ACARS messages via the existing PHP portal has been added. * The ability to assign devices to additional decoder installations have been added to all scripts. +* Added "Contributors" to the copyright notice in the software license. ## v2.8.5 *(July 23rd, 2024)* diff --git a/LICENSE.md b/LICENSE.md index f9a46a4..a719b6b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Joseph A. Prochazka +Copyright (c) 2015 Joseph A. Prochazka and Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/install.sh b/install.sh index 3f3a004..03e717b 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ # # # ------------------------------------------------------------------------------- # # # -# Copyright (c) 2015 Joseph A. Prochazka # +# Copyright (c) 2015 Joseph A. Prochazka and Contributors # # # # Permission is hereby granted, free of charge, to any person obtaining a copy # # of this software and associated documentation files (the "Software"), to deal #