Skip to content

Commit

Permalink
Update copyright dates
Browse files Browse the repository at this point in the history
  • Loading branch information
szpajder committed Aug 22, 2023
1 parent 40dfd4d commit 0dc44b3
Show file tree
Hide file tree
Showing 78 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ testing of dumpvdl2. Special thanks go to:

## License

Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>

Contains code from the following software projects:

Expand Down
2 changes: 1 addition & 1 deletion extras/vdl2grep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# vdl2grep - a simple script for grepping dumpvdl2 log files.
# Prints whole VDL2 messages containing (or not containing) given text string.
#
# Copyright (c) 2019-2020 Tomasz Lemiech <[email protected]>
# Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>

use Getopt::Std;

Expand Down
2 changes: 1 addition & 1 deletion proto/dumpvdl2.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/ac_data.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/ac_data.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/acars.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/acars.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/asn1-format-icao-json.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/asn1-format-icao-text.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/asn1-format-icao.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/asn1-util.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/asn1-util.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/atn.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/atn.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/avlc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/avlc.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/bitstream.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/chebyshev.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/chebyshev.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/clnp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/clnp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/config.h.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/cotp.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2022 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/cotp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/crc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/decode.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/decode.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/demod.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/dumpvdl2.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/dumpvdl2.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/esis.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/esis.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-binary.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-binary.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-json.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-json.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-pp_acars.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-pp_acars.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-text.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/fmtr-text.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* dumpvdl2 - a VDL Mode 2 message decoder and protocol analyzer
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/gs_data.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/gs_data.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/icao.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion src/icao.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* This file is a part of dumpvdl2
*
* Copyright (c) 2017-2020 Tomasz Lemiech <[email protected]>
* Copyright (c) 2017-2023 Tomasz Lemiech <[email protected]>
*
* 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
Expand Down
Loading

0 comments on commit 0dc44b3

Please sign in to comment.