diff options
347 files changed, 347 insertions, 695 deletions
diff --git a/src/abstract_dialog.cpp b/src/abstract_dialog.cpp index 567c6a2..597fdd9 100644 --- a/src/abstract_dialog.cpp +++ b/src/abstract_dialog.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdlib> diff --git a/src/abstract_dialog.h b/src/abstract_dialog.h index 4119240..5d54415 100644 --- a/src/abstract_dialog.h +++ b/src/abstract_dialog.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/address_book.cpp b/src/address_book.cpp index d27ad20..994250a 100644 --- a/src/address_book.cpp +++ b/src/address_book.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "address_book.h" diff --git a/src/address_book.h b/src/address_book.h index f9fe011..86fecf5 100644 --- a/src/address_book.h +++ b/src/address_book.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/audio/audio_codecs.cpp b/src/audio/audio_codecs.cpp index 849638d..94a7380 100644 --- a/src/audio/audio_codecs.cpp +++ b/src/audio/audio_codecs.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdlib> diff --git a/src/audio/audio_codecs.h b/src/audio/audio_codecs.h index 30011bb..abc1857 100644 --- a/src/audio/audio_codecs.h +++ b/src/audio/audio_codecs.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _AUDIO_CODECS_H diff --git a/src/audio/audio_decoder.cpp b/src/audio/audio_decoder.cpp index 0f32214..65935dd 100644 --- a/src/audio/audio_decoder.cpp +++ b/src/audio/audio_decoder.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> diff --git a/src/audio/audio_decoder.h b/src/audio/audio_decoder.h index 25d895c..98d1adb 100644 --- a/src/audio/audio_decoder.h +++ b/src/audio/audio_decoder.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Audio decoders diff --git a/src/audio/audio_device.cpp b/src/audio/audio_device.cpp index 3000a99..593c0d8 100644 --- a/src/audio/audio_device.cpp +++ b/src/audio/audio_device.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "audio_device.h" diff --git a/src/audio/audio_device.h b/src/audio/audio_device.h index 27503f8..5adc1bb 100644 --- a/src/audio/audio_device.h +++ b/src/audio/audio_device.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _AUDIO_DEVICE_H diff --git a/src/audio/audio_encoder.cpp b/src/audio/audio_encoder.cpp index e77ab14..d6ff356 100644 --- a/src/audio/audio_encoder.cpp +++ b/src/audio/audio_encoder.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> diff --git a/src/audio/audio_encoder.h b/src/audio/audio_encoder.h index 907283f..ceaac97 100644 --- a/src/audio/audio_encoder.h +++ b/src/audio/audio_encoder.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Audio encoders diff --git a/src/audio/audio_rx.cpp b/src/audio/audio_rx.cpp index e605fcf..dbc7517 100644 --- a/src/audio/audio_rx.cpp +++ b/src/audio/audio_rx.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/audio/audio_rx.h b/src/audio/audio_rx.h index 88d8884..5bbc5c6 100644 --- a/src/audio/audio_rx.h +++ b/src/audio/audio_rx.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _AUDIO_RX_H diff --git a/src/audio/audio_session.cpp b/src/audio/audio_session.cpp index 539e2b1..8e652fe 100644 --- a/src/audio/audio_session.cpp +++ b/src/audio/audio_session.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "twinkle_config.h" diff --git a/src/audio/audio_session.h b/src/audio/audio_session.h index 422dbcd..1e01ce0 100644 --- a/src/audio/audio_session.h +++ b/src/audio/audio_session.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _AUDIO_SESSION_H diff --git a/src/audio/audio_tx.cpp b/src/audio/audio_tx.cpp index effea29..1378bfa 100644 --- a/src/audio/audio_tx.cpp +++ b/src/audio/audio_tx.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/audio/audio_tx.h b/src/audio/audio_tx.h index 20daebc..7fe1580 100644 --- a/src/audio/audio_tx.h +++ b/src/audio/audio_tx.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _AUDIO_TX_H diff --git a/src/audio/dtmf_player.cpp b/src/audio/dtmf_player.cpp index 54c2580..8e2ed29 100644 --- a/src/audio/dtmf_player.cpp +++ b/src/audio/dtmf_player.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> diff --git a/src/audio/dtmf_player.h b/src/audio/dtmf_player.h index de10bb1..5f41939 100644 --- a/src/audio/dtmf_player.h +++ b/src/audio/dtmf_player.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Classes to generate RTP payloads for DTMF tones. diff --git a/src/audio/freq_gen.cpp b/src/audio/freq_gen.cpp index 0ba669e..e97c866 100644 --- a/src/audio/freq_gen.cpp +++ b/src/audio/freq_gen.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "freq_gen.h" diff --git a/src/audio/freq_gen.h b/src/audio/freq_gen.h index 40818fa..5a0218e 100644 --- a/src/audio/freq_gen.h +++ b/src/audio/freq_gen.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Frequency generator diff --git a/src/audio/media_buffer.cpp b/src/audio/media_buffer.cpp index cc62605..ef7bb04 100644 --- a/src/audio/media_buffer.cpp +++ b/src/audio/media_buffer.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "media_buffer.h" diff --git a/src/audio/media_buffer.h b/src/audio/media_buffer.h index 80658f6..628fc73 100644 --- a/src/audio/media_buffer.h +++ b/src/audio/media_buffer.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _MEDIA_BUFFER_H diff --git a/src/audio/rtp_telephone_event.cpp b/src/audio/rtp_telephone_event.cpp index b4f4c00..d9fd282 100644 --- a/src/audio/rtp_telephone_event.cpp +++ b/src/audio/rtp_telephone_event.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "cassert" diff --git a/src/audio/rtp_telephone_event.h b/src/audio/rtp_telephone_event.h index 5f8d005..d109983 100644 --- a/src/audio/rtp_telephone_event.h +++ b/src/audio/rtp_telephone_event.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 2833 diff --git a/src/audio/tone_gen.cpp b/src/audio/tone_gen.cpp index 0f68c94..806cb1b 100644 --- a/src/audio/tone_gen.cpp +++ b/src/audio/tone_gen.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/src/audio/tone_gen.h b/src/audio/tone_gen.h index a789734..31de026 100644 --- a/src/audio/tone_gen.h +++ b/src/audio/tone_gen.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TONE_GEN_H diff --git a/src/audio/twinkle_rtp_session.cpp b/src/audio/twinkle_rtp_session.cpp index 8d2da01..3144a5f 100644 --- a/src/audio/twinkle_rtp_session.cpp +++ b/src/audio/twinkle_rtp_session.cpp @@ -13,8 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <unistd.h> diff --git a/src/audio/twinkle_rtp_session.h b/src/audio/twinkle_rtp_session.h index 2bb9f62..bba5b7f 100644 --- a/src/audio/twinkle_rtp_session.h +++ b/src/audio/twinkle_rtp_session.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef TWINKLE_RTP_SESSION_H diff --git a/src/audio/twinkle_zrtp_ui.cpp b/src/audio/twinkle_zrtp_ui.cpp index d0709ca..7eb6854 100644 --- a/src/audio/twinkle_zrtp_ui.cpp +++ b/src/audio/twinkle_zrtp_ui.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Author: Werner Dittmann <Werner.Dittmann@t-online.de>, (C) 2006 diff --git a/src/audio/twinkle_zrtp_ui.h b/src/audio/twinkle_zrtp_ui.h index 66861dc..ea36245 100644 --- a/src/audio/twinkle_zrtp_ui.h +++ b/src/audio/twinkle_zrtp_ui.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Author: Werner Dittmann <Werner.Dittmann@t-online.de>, (C) 2006 diff --git a/src/audits/memman.cpp b/src/audits/memman.cpp index 0c87834..4e1da86 100644 --- a/src/audits/memman.cpp +++ b/src/audits/memman.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "memman.h" diff --git a/src/audits/memman.h b/src/audits/memman.h index e3a25b9..f31564d 100644 --- a/src/audits/memman.h +++ b/src/audits/memman.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _MEMMAN_H diff --git a/src/auth.cpp b/src/auth.cpp index 35d6d23..bef48d5 100644 --- a/src/auth.cpp +++ b/src/auth.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/call_history.cpp b/src/call_history.cpp index cf9ff5c..c2d135b 100644 --- a/src/call_history.cpp +++ b/src/call_history.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> diff --git a/src/call_history.h b/src/call_history.h index 93db6be..6b8c967 100644 --- a/src/call_history.h +++ b/src/call_history.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/call_script.cpp b/src/call_script.cpp index 571efe1..d5e8bb3 100644 --- a/src/call_script.cpp +++ b/src/call_script.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdio> diff --git a/src/call_script.h b/src/call_script.h index db19987..03d1ba3 100644 --- a/src/call_script.h +++ b/src/call_script.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/client_request.cpp b/src/client_request.cpp index 599f303..5a143ea 100644 --- a/src/client_request.cpp +++ b/src/client_request.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "client_request.h" diff --git a/src/client_request.h b/src/client_request.h index ca6ee95..12686bd 100644 --- a/src/client_request.h +++ b/src/client_request.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** @file diff --git a/src/cmd_socket.cpp b/src/cmd_socket.cpp index 3f38999..f12cd6e 100644 --- a/src/cmd_socket.cpp +++ b/src/cmd_socket.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdlib> diff --git a/src/cmd_socket.h b/src/cmd_socket.h index b2af8f4..6b5b74b 100644 --- a/src/cmd_socket.h +++ b/src/cmd_socket.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/dialog.cpp b/src/dialog.cpp index b6e58f5..63b5ce1 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdlib> diff --git a/src/dialog.h b/src/dialog.h index 565c158..78795b9 100644 --- a/src/dialog.h +++ b/src/dialog.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/diamondcard.cpp b/src/diamondcard.cpp index b153ef1..207e610 100644 --- a/src/diamondcard.cpp +++ b/src/diamondcard.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "diamondcard.h" diff --git a/src/diamondcard.h b/src/diamondcard.h index bc6b924..0821ab0 100644 --- a/src/diamondcard.h +++ b/src/diamondcard.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** @file diff --git a/src/epa.cpp b/src/epa.cpp index 857100d..930e7d1 100644 --- a/src/epa.cpp +++ b/src/epa.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "epa.h" @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/events.cpp b/src/events.cpp index a773a73..275082b 100644 --- a/src/events.cpp +++ b/src/events.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/events.h b/src/events.h index a230852..5e07785 100644 --- a/src/events.h +++ b/src/events.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/exceptions.h b/src/exceptions.h index e6bb82a..d943807 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/gui/address_finder.cpp b/src/gui/address_finder.cpp index 1e692e2..0aa0b2a 100644 --- a/src/gui/address_finder.cpp +++ b/src/gui/address_finder.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "address_finder.h" diff --git a/src/gui/address_finder.h b/src/gui/address_finder.h index 0872728..ec2cbf2 100644 --- a/src/gui/address_finder.h +++ b/src/gui/address_finder.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _ADDRESS_FINDER_H diff --git a/src/gui/addresscardform.cpp b/src/gui/addresscardform.cpp index e735b13..c34910c 100644 --- a/src/gui/addresscardform.cpp +++ b/src/gui/addresscardform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "gui.h" diff --git a/src/gui/addresstablemodel.cpp b/src/gui/addresstablemodel.cpp index 6a891de..620b168 100644 --- a/src/gui/addresstablemodel.cpp +++ b/src/gui/addresstablemodel.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "addresstablemodel.h" diff --git a/src/gui/addresstablemodel.h b/src/gui/addresstablemodel.h index b1c7772..177d044 100644 --- a/src/gui/addresstablemodel.h +++ b/src/gui/addresstablemodel.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _ADDRESSTABLEMODEL_H diff --git a/src/gui/authenticationform.cpp b/src/gui/authenticationform.cpp index 74933d1..f51231b 100644 --- a/src/gui/authenticationform.cpp +++ b/src/gui/authenticationform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "authenticationform.h" diff --git a/src/gui/buddyform.cpp b/src/gui/buddyform.cpp index fbbf222..b431792 100644 --- a/src/gui/buddyform.cpp +++ b/src/gui/buddyform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "gui.h" diff --git a/src/gui/buddylistview.cpp b/src/gui/buddylistview.cpp index a229e49..3991466 100644 --- a/src/gui/buddylistview.cpp +++ b/src/gui/buddylistview.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "buddylistview.h" diff --git a/src/gui/buddylistview.h b/src/gui/buddylistview.h index 8e200c7..2283f91 100644 --- a/src/gui/buddylistview.h +++ b/src/gui/buddylistview.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef BUDDYLISTVIEW_H diff --git a/src/gui/command_args.h b/src/gui/command_args.h index d792b4d..ddd0b59 100644 --- a/src/gui/command_args.h +++ b/src/gui/command_args.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _COMMAND_ARGS_H diff --git a/src/gui/diamondcardprofileform.cpp b/src/gui/diamondcardprofileform.cpp index c8d5938..6656909 100644 --- a/src/gui/diamondcardprofileform.cpp +++ b/src/gui/diamondcardprofileform.cpp @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <QRegExp> diff --git a/src/gui/getaddressform.cpp b/src/gui/getaddressform.cpp index 2a433a0..84698e8 100644 --- a/src/gui/getaddressform.cpp +++ b/src/gui/getaddressform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "getaddressform.h" diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 160f982..c8ebf27 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "twinkle_config.h" diff --git a/src/gui/gui.h b/src/gui/gui.h index db27ad0..94d9e86 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _GUI_H diff --git a/src/gui/historyform.cpp b/src/gui/historyform.cpp index 319d6f1..2281840 100644 --- a/src/gui/historyform.cpp +++ b/src/gui/historyform.cpp @@ -17,8 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "call_history.h" diff --git a/src/gui/inviteform.cpp b/src/gui/inviteform.cpp index 204c5cd..433fb22 100644 --- a/src/gui/inviteform.cpp +++ b/src/gui/inviteform.cpp @@ -22,8 +22,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ InviteForm::InviteForm(QWidget *parent) diff --git a/src/gui/main.cpp b/src/gui/main.cpp index 6c64185..a0f5d29 100644 --- a/src/gui/main.cpp +++ b/src/gui/main.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "twinkle_config.h" diff --git a/src/gui/messageform.cpp b/src/gui/messageform.cpp index 02c7a0e..06ce7bd 100644 --- a/src/gui/messageform.cpp +++ b/src/gui/messageform.cpp @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_KDE diff --git a/src/gui/messageformview.cpp b/src/gui/messageformview.cpp index 31a073c..c3a32ee 100644 --- a/src/gui/messageformview.cpp +++ b/src/gui/messageformview.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "messageformview.h" diff --git a/src/gui/messageformview.h b/src/gui/messageformview.h index 64c62c3..43f533a 100644 --- a/src/gui/messageformview.h +++ b/src/gui/messageformview.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _MESSAGEFORMVIEW_H diff --git a/src/gui/mphoneform.cpp b/src/gui/mphoneform.cpp index e49306a..260fda7 100644 --- a/src/gui/mphoneform.cpp +++ b/src/gui/mphoneform.cpp @@ -20,8 +20,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "mphoneform.h" #include "twinkle_config.h" diff --git a/src/gui/qt_translator.h b/src/gui/qt_translator.h index 8f4fd23..9b85b90 100644 --- a/src/gui/qt_translator.h +++ b/src/gui/qt_translator.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _QT_TRANSLATOR_H diff --git a/src/gui/redirectform.cpp b/src/gui/redirectform.cpp index d8bc6f5..ad70cc0 100644 --- a/src/gui/redirectform.cpp +++ b/src/gui/redirectform.cpp @@ -16,8 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "audits/memman.h" diff --git a/src/gui/selectnicform.cpp b/src/gui/selectnicform.cpp index 370a6c6..8542874 100644 --- a/src/gui/selectnicform.cpp +++ b/src/gui/selectnicform.cpp @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "gui.h" diff --git a/src/gui/selectprofileform.cpp b/src/gui/selectprofileform.cpp index e648c39..7719243 100644 --- a/src/gui/selectprofileform.cpp +++ b/src/gui/selectprofileform.cpp @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <QDir> diff --git a/src/gui/selectuserform.cpp b/src/gui/selectuserform.cpp index 96c9eaa..0488dc9 100644 --- a/src/gui/selectuserform.cpp +++ b/src/gui/selectuserform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <QVariant> diff --git a/src/gui/sendfileform.cpp b/src/gui/sendfileform.cpp index 54b6cf3..9fd7f91 100644 --- a/src/gui/sendfileform.cpp +++ b/src/gui/sendfileform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifdef HAVE_KDE diff --git a/src/gui/srvredirectform.cpp b/src/gui/srvredirectform.cpp index dd0a429..ccf6840 100644 --- a/src/gui/srvredirectform.cpp +++ b/src/gui/srvredirectform.cpp @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "phone.h" diff --git a/src/gui/syssettingsform.cpp b/src/gui/syssettingsform.cpp index e563df0..216af54 100644 --- a/src/gui/syssettingsform.cpp +++ b/src/gui/syssettingsform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <QPixmap> diff --git a/src/gui/termcapform.cpp b/src/gui/termcapform.cpp index 190a76a..679c8e7 100644 --- a/src/gui/termcapform.cpp +++ b/src/gui/termcapform.cpp @@ -14,8 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <qvariant.h> diff --git a/src/gui/textbrowsernoautolink.h b/src/gui/textbrowsernoautolink.h index 58f105e..0bf3f86 100644 --- a/src/gui/textbrowsernoautolink.h +++ b/src/gui/textbrowsernoautolink.h @@ -24,8 +24,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TEXTBROWSERNOAUTOLINK_H diff --git a/src/gui/transferform.cpp b/src/gui/transferform.cpp index 8cab3a0..c40f487 100644 --- a/src/gui/transferform.cpp +++ b/src/gui/transferform.cpp @@ -55,8 +55,7 @@ void TransferForm::languageChange() GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ void TransferForm::init() diff --git a/src/gui/twinkleapplication.cpp b/src/gui/twinkleapplication.cpp index 4d344cb..267936d 100644 --- a/src/gui/twinkleapplication.cpp +++ b/src/gui/twinkleapplication.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "twinkleapplication.h" diff --git a/src/gui/twinkleapplication.h b/src/gui/twinkleapplication.h index e8503f8..417adcb 100644 --- a/src/gui/twinkleapplication.h +++ b/src/gui/twinkleapplication.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TWINKLEAPPLICATION_H diff --git a/src/gui/userprofileform.cpp b/src/gui/userprofileform.cpp index 788d87b..9a33ea2 100644 --- a/src/gui/userprofileform.cpp +++ b/src/gui/userprofileform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <QPixmap> #include <QList> diff --git a/src/gui/wizardform.cpp b/src/gui/wizardform.cpp index d97cf49..777aa12 100644 --- a/src/gui/wizardform.cpp +++ b/src/gui/wizardform.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <QRegExp> diff --git a/src/gui/yesnodialog.cpp b/src/gui/yesnodialog.cpp index ec1810b..0827a06 100644 --- a/src/gui/yesnodialog.cpp +++ b/src/gui/yesnodialog.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "yesnodialog.h" diff --git a/src/gui/yesnodialog.h b/src/gui/yesnodialog.h index c196772..c703a06 100644 --- a/src/gui/yesnodialog.h +++ b/src/gui/yesnodialog.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _YESNODIALOG_H diff --git a/src/id_object.cpp b/src/id_object.cpp index 99499a6..2c7c8e9 100644 --- a/src/id_object.cpp +++ b/src/id_object.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "id_object.h" diff --git a/src/id_object.h b/src/id_object.h index c4e3f62..8be85ed 100644 --- a/src/id_object.h +++ b/src/id_object.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/im/im_iscomposing_body.cpp b/src/im/im_iscomposing_body.cpp index a24fc6e..f58c79a 100644 --- a/src/im/im_iscomposing_body.cpp +++ b/src/im/im_iscomposing_body.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "im_iscomposing_body.h" diff --git a/src/im/im_iscomposing_body.h b/src/im/im_iscomposing_body.h index 57dbe62..5383f10 100644 --- a/src/im/im_iscomposing_body.h +++ b/src/im/im_iscomposing_body.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/im/msg_session.cpp b/src/im/msg_session.cpp index 640012f..b13ca0c 100644 --- a/src/im/msg_session.cpp +++ b/src/im/msg_session.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "msg_session.h" diff --git a/src/im/msg_session.h b/src/im/msg_session.h index bf19d29..8fff10f 100644 --- a/src/im/msg_session.h +++ b/src/im/msg_session.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/line.cpp b/src/line.cpp index 1eb52b8..8f6bda4 100644 --- a/src/line.cpp +++ b/src/line.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _LINE_H diff --git a/src/listener.cpp b/src/listener.cpp index a16675d..ff9c690 100644 --- a/src/listener.cpp +++ b/src/listener.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/listener.h b/src/listener.h index 3aa6eb9..2779d7b 100644 --- a/src/listener.h +++ b/src/listener.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/log.cpp b/src/log.cpp index 1f27e63..64b3a8d 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdio> @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _LOG_H diff --git a/src/main.cpp b/src/main.cpp index f5f8a18..20ee366 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/mwi/mwi.cpp b/src/mwi/mwi.cpp index d889cd9..486efd4 100644 --- a/src/mwi/mwi.cpp +++ b/src/mwi/mwi.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "mwi.h" diff --git a/src/mwi/mwi.h b/src/mwi/mwi.h index a6bd51b..77a4513 100644 --- a/src/mwi/mwi.h +++ b/src/mwi/mwi.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/mwi/mwi_dialog.cpp b/src/mwi/mwi_dialog.cpp index 135a866..e80a030 100644 --- a/src/mwi/mwi_dialog.cpp +++ b/src/mwi/mwi_dialog.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "mwi_dialog.h" diff --git a/src/mwi/mwi_dialog.h b/src/mwi/mwi_dialog.h index 73e2d91..7a225ad 100644 --- a/src/mwi/mwi_dialog.h +++ b/src/mwi/mwi_dialog.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _MWI_DIALOG_H diff --git a/src/mwi/mwi_subscription.cpp b/src/mwi/mwi_subscription.cpp index 795acd7..d25cea3 100644 --- a/src/mwi/mwi_subscription.cpp +++ b/src/mwi/mwi_subscription.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "mwi_subscription.h" diff --git a/src/mwi/mwi_subscription.h b/src/mwi/mwi_subscription.h index 1abd8af..fc13b58 100644 --- a/src/mwi/mwi_subscription.h +++ b/src/mwi/mwi_subscription.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 3842 diff --git a/src/mwi/simple_msg_sum_body.cpp b/src/mwi/simple_msg_sum_body.cpp index 1d20609..b42be6a 100644 --- a/src/mwi/simple_msg_sum_body.cpp +++ b/src/mwi/simple_msg_sum_body.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "simple_msg_sum_body.h" diff --git a/src/mwi/simple_msg_sum_body.h b/src/mwi/simple_msg_sum_body.h index 346626f..3c83170 100644 --- a/src/mwi/simple_msg_sum_body.h +++ b/src/mwi/simple_msg_sum_body.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/parser/challenge.cpp b/src/parser/challenge.cpp index d5f6e16..f016415 100644 --- a/src/parser/challenge.cpp +++ b/src/parser/challenge.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/parser/challenge.h b/src/parser/challenge.h index cc0c3bd..0603564 100644 --- a/src/parser/challenge.h +++ b/src/parser/challenge.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Challenges are used in Proxy-Authenticate and diff --git a/src/parser/coding.cpp b/src/parser/coding.cpp index 83f8e8f..92ffdd7 100644 --- a/src/parser/coding.cpp +++ b/src/parser/coding.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "coding.h" diff --git a/src/parser/coding.h b/src/parser/coding.h index 7169845..081c4d6 100644 --- a/src/parser/coding.h +++ b/src/parser/coding.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Content coding type diff --git a/src/parser/credentials.cpp b/src/parser/credentials.cpp index cb3cf8e..8eb211f 100644 --- a/src/parser/credentials.cpp +++ b/src/parser/credentials.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "credentials.h" diff --git a/src/parser/credentials.h b/src/parser/credentials.h index 15fa881..bb65753 100644 --- a/src/parser/credentials.h +++ b/src/parser/credentials.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Credentials are used in Proxy-Authorization and diff --git a/src/parser/definitions.cpp b/src/parser/definitions.cpp index ef2e51d..f9cf49d 100644 --- a/src/parser/definitions.cpp +++ b/src/parser/definitions.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/parser/definitions.h b/src/parser/definitions.h index af7a55a..ce0ba8f 100644 --- a/src/parser/definitions.h +++ b/src/parser/definitions.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _DEFINITIONS_H diff --git a/src/parser/hdr_accept.cpp b/src/parser/hdr_accept.cpp index 31bf80e..07da2db 100644 --- a/src/parser/hdr_accept.cpp +++ b/src/parser/hdr_accept.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_accept.h" diff --git a/src/parser/hdr_accept.h b/src/parser/hdr_accept.h index feb90af..fb8c227 100644 --- a/src/parser/hdr_accept.h +++ b/src/parser/hdr_accept.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Accept header diff --git a/src/parser/hdr_accept_encoding.cpp b/src/parser/hdr_accept_encoding.cpp index bd44104..3857d6f 100644 --- a/src/parser/hdr_accept_encoding.cpp +++ b/src/parser/hdr_accept_encoding.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_accept_encoding.h" diff --git a/src/parser/hdr_accept_encoding.h b/src/parser/hdr_accept_encoding.h index 9c05d3c..8f31e6b 100644 --- a/src/parser/hdr_accept_encoding.h +++ b/src/parser/hdr_accept_encoding.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Accept-Encoding header diff --git a/src/parser/hdr_accept_language.cpp b/src/parser/hdr_accept_language.cpp index 2f38bb4..90b301c 100644 --- a/src/parser/hdr_accept_language.cpp +++ b/src/parser/hdr_accept_language.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_accept_language.h b/src/parser/hdr_accept_language.h index e1cc85b..bf94fd2 100644 --- a/src/parser/hdr_accept_language.h +++ b/src/parser/hdr_accept_language.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Accept_Language header diff --git a/src/parser/hdr_alert_info.cpp b/src/parser/hdr_alert_info.cpp index 310d08b..9028359 100644 --- a/src/parser/hdr_alert_info.cpp +++ b/src/parser/hdr_alert_info.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_alert_info.h b/src/parser/hdr_alert_info.h index d9f72ab..8b9c9d1 100644 --- a/src/parser/hdr_alert_info.h +++ b/src/parser/hdr_alert_info.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Alert-Info header diff --git a/src/parser/hdr_allow.cpp b/src/parser/hdr_allow.cpp index 8031f50..78b433f 100644 --- a/src/parser/hdr_allow.cpp +++ b/src/parser/hdr_allow.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <algorithm> diff --git a/src/parser/hdr_allow.h b/src/parser/hdr_allow.h index 2aafbc9..becd96e 100644 --- a/src/parser/hdr_allow.h +++ b/src/parser/hdr_allow.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Allow header diff --git a/src/parser/hdr_allow_events.cpp b/src/parser/hdr_allow_events.cpp index f88c42c..848fd18 100644 --- a/src/parser/hdr_allow_events.cpp +++ b/src/parser/hdr_allow_events.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_allow_events.h" diff --git a/src/parser/hdr_allow_events.h b/src/parser/hdr_allow_events.h index c0ee9a8..1624354 100644 --- a/src/parser/hdr_allow_events.h +++ b/src/parser/hdr_allow_events.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Allow-Events header diff --git a/src/parser/hdr_auth_info.cpp b/src/parser/hdr_auth_info.cpp index 7962432..d8143fb 100644 --- a/src/parser/hdr_auth_info.cpp +++ b/src/parser/hdr_auth_info.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_auth_info.h" diff --git a/src/parser/hdr_auth_info.h b/src/parser/hdr_auth_info.h index 16fe87d..240d658 100644 --- a/src/parser/hdr_auth_info.h +++ b/src/parser/hdr_auth_info.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Authentication-Info header diff --git a/src/parser/hdr_authorization.cpp b/src/parser/hdr_authorization.cpp index 61ae723..d162a90 100644 --- a/src/parser/hdr_authorization.cpp +++ b/src/parser/hdr_authorization.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_authorization.h" diff --git a/src/parser/hdr_authorization.h b/src/parser/hdr_authorization.h index a3065bb..0bd062f 100644 --- a/src/parser/hdr_authorization.h +++ b/src/parser/hdr_authorization.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Authorization header diff --git a/src/parser/hdr_call_id.cpp b/src/parser/hdr_call_id.cpp index 8763f76..9bf7f96 100644 --- a/src/parser/hdr_call_id.cpp +++ b/src/parser/hdr_call_id.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_call_id.h" diff --git a/src/parser/hdr_call_id.h b/src/parser/hdr_call_id.h index 997d88f..d9c0d94 100644 --- a/src/parser/hdr_call_id.h +++ b/src/parser/hdr_call_id.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Call-ID header diff --git a/src/parser/hdr_call_info.cpp b/src/parser/hdr_call_info.cpp index 3646472..54adb14 100644 --- a/src/parser/hdr_call_info.cpp +++ b/src/parser/hdr_call_info.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_call_info.h b/src/parser/hdr_call_info.h index a6fd6cb..5e5dc0e 100644 --- a/src/parser/hdr_call_info.h +++ b/src/parser/hdr_call_info.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Call-Info header diff --git a/src/parser/hdr_contact.cpp b/src/parser/hdr_contact.cpp index 00e8d5d..67db0a8 100644 --- a/src/parser/hdr_contact.cpp +++ b/src/parser/hdr_contact.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_contact.h b/src/parser/hdr_contact.h index f1b74db..4742cdf 100644 --- a/src/parser/hdr_contact.h +++ b/src/parser/hdr_contact.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Contact header diff --git a/src/parser/hdr_content_disp.cpp b/src/parser/hdr_content_disp.cpp index d74525d..4e70427 100644 --- a/src/parser/hdr_content_disp.cpp +++ b/src/parser/hdr_content_disp.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_content_disp.h b/src/parser/hdr_content_disp.h index 81a8c34..06a0bfe 100644 --- a/src/parser/hdr_content_disp.h +++ b/src/parser/hdr_content_disp.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Content-Disposition header diff --git a/src/parser/hdr_content_encoding.cpp b/src/parser/hdr_content_encoding.cpp index 0c99854..92fa692 100644 --- a/src/parser/hdr_content_encoding.cpp +++ b/src/parser/hdr_content_encoding.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_content_encoding.h" diff --git a/src/parser/hdr_content_encoding.h b/src/parser/hdr_content_encoding.h index 2f6d726..2c52a21 100644 --- a/src/parser/hdr_content_encoding.h +++ b/src/parser/hdr_content_encoding.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Content-Encoding header diff --git a/src/parser/hdr_content_language.cpp b/src/parser/hdr_content_language.cpp index 6e0f23e..57f02b2 100644 --- a/src/parser/hdr_content_language.cpp +++ b/src/parser/hdr_content_language.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_content_language.h b/src/parser/hdr_content_language.h index 738ab98..d9e0db8 100644 --- a/src/parser/hdr_content_language.h +++ b/src/parser/hdr_content_language.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Content_Language header diff --git a/src/parser/hdr_content_length.cpp b/src/parser/hdr_content_length.cpp index b1c952d..3380255 100644 --- a/src/parser/hdr_content_length.cpp +++ b/src/parser/hdr_content_length.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_content_length.h b/src/parser/hdr_content_length.h index accf8ca..4c60ee8 100644 --- a/src/parser/hdr_content_length.h +++ b/src/parser/hdr_content_length.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Content-Length header diff --git a/src/parser/hdr_content_type.cpp b/src/parser/hdr_content_type.cpp index ba4fcfe..0583117 100644 --- a/src/parser/hdr_content_type.cpp +++ b/src/parser/hdr_content_type.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_content_type.h" diff --git a/src/parser/hdr_content_type.h b/src/parser/hdr_content_type.h index 059dcc8..de7b417 100644 --- a/src/parser/hdr_content_type.h +++ b/src/parser/hdr_content_type.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Content-Type header diff --git a/src/parser/hdr_cseq.cpp b/src/parser/hdr_cseq.cpp index 06d096b..7e3712b 100644 --- a/src/parser/hdr_cseq.cpp +++ b/src/parser/hdr_cseq.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_cseq.h b/src/parser/hdr_cseq.h index 87147a3..4b7f2ad 100644 --- a/src/parser/hdr_cseq.h +++ b/src/parser/hdr_cseq.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // CSeq header diff --git a/src/parser/hdr_date.cpp b/src/parser/hdr_date.cpp index 0ae5343..f999b47 100644 --- a/src/parser/hdr_date.cpp +++ b/src/parser/hdr_date.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // NOTE: the date functions are not thread safe diff --git a/src/parser/hdr_date.h b/src/parser/hdr_date.h index 6d78009..b91f82b 100644 --- a/src/parser/hdr_date.h +++ b/src/parser/hdr_date.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Date header diff --git a/src/parser/hdr_error_info.cpp b/src/parser/hdr_error_info.cpp index 3bd8be4..4789e1b 100644 --- a/src/parser/hdr_error_info.cpp +++ b/src/parser/hdr_error_info.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_error_info.h b/src/parser/hdr_error_info.h index c0eb7a3..aa73d93 100644 --- a/src/parser/hdr_error_info.h +++ b/src/parser/hdr_error_info.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Error-Info header diff --git a/src/parser/hdr_event.cpp b/src/parser/hdr_event.cpp index d0fe1a1..e6babd7 100644 --- a/src/parser/hdr_event.cpp +++ b/src/parser/hdr_event.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_event.h" diff --git a/src/parser/hdr_event.h b/src/parser/hdr_event.h index 09c0ab9..b498dac 100644 --- a/src/parser/hdr_event.h +++ b/src/parser/hdr_event.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Event header diff --git a/src/parser/hdr_expires.cpp b/src/parser/hdr_expires.cpp index 0caeb04..7007c9b 100644 --- a/src/parser/hdr_expires.cpp +++ b/src/parser/hdr_expires.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_expires.h b/src/parser/hdr_expires.h index 5ca589a..d06ffee 100644 --- a/src/parser/hdr_expires.h +++ b/src/parser/hdr_expires.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Expires header diff --git a/src/parser/hdr_from.cpp b/src/parser/hdr_from.cpp index fa83456..79112b0 100644 --- a/src/parser/hdr_from.cpp +++ b/src/parser/hdr_from.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_from.h" diff --git a/src/parser/hdr_from.h b/src/parser/hdr_from.h index 23fb7cf..0f415d3 100644 --- a/src/parser/hdr_from.h +++ b/src/parser/hdr_from.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // From header diff --git a/src/parser/hdr_in_reply_to.cpp b/src/parser/hdr_in_reply_to.cpp index 0383eed..0a4f75e 100644 --- a/src/parser/hdr_in_reply_to.cpp +++ b/src/parser/hdr_in_reply_to.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_in_reply_to.h" diff --git a/src/parser/hdr_in_reply_to.h b/src/parser/hdr_in_reply_to.h index 774f0a1..7cafb97 100644 --- a/src/parser/hdr_in_reply_to.h +++ b/src/parser/hdr_in_reply_to.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // In-Reply-To header diff --git a/src/parser/hdr_max_forwards.cpp b/src/parser/hdr_max_forwards.cpp index e4fd081..4d6c77f 100644 --- a/src/parser/hdr_max_forwards.cpp +++ b/src/parser/hdr_max_forwards.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_max_forwards.h b/src/parser/hdr_max_forwards.h index 508309d..ce47edc 100644 --- a/src/parser/hdr_max_forwards.h +++ b/src/parser/hdr_max_forwards.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Max-Forwards header diff --git a/src/parser/hdr_mime_version.cpp b/src/parser/hdr_mime_version.cpp index 48c5e50..ef4610b 100644 --- a/src/parser/hdr_mime_version.cpp +++ b/src/parser/hdr_mime_version.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_mime_version.h b/src/parser/hdr_mime_version.h index c25b9fc..710eed6 100644 --- a/src/parser/hdr_mime_version.h +++ b/src/parser/hdr_mime_version.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // MIME-Version header diff --git a/src/parser/hdr_min_expires.cpp b/src/parser/hdr_min_expires.cpp index 7895c47..41e41f9 100644 --- a/src/parser/hdr_min_expires.cpp +++ b/src/parser/hdr_min_expires.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_min_expires.h b/src/parser/hdr_min_expires.h index ef82bc1..e492c57 100644 --- a/src/parser/hdr_min_expires.h +++ b/src/parser/hdr_min_expires.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Expires header diff --git a/src/parser/hdr_organization.cpp b/src/parser/hdr_organization.cpp index fe32a72..7d0e39f 100644 --- a/src/parser/hdr_organization.cpp +++ b/src/parser/hdr_organization.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_organization.h b/src/parser/hdr_organization.h index bfa788c..a3584f7 100644 --- a/src/parser/hdr_organization.h +++ b/src/parser/hdr_organization.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Organization header diff --git a/src/parser/hdr_p_asserted_identity.cpp b/src/parser/hdr_p_asserted_identity.cpp index ac1847c..b4cb467 100644 --- a/src/parser/hdr_p_asserted_identity.cpp +++ b/src/parser/hdr_p_asserted_identity.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_p_asserted_identity.h" diff --git a/src/parser/hdr_p_asserted_identity.h b/src/parser/hdr_p_asserted_identity.h index 6148fac..d742246 100644 --- a/src/parser/hdr_p_asserted_identity.h +++ b/src/parser/hdr_p_asserted_identity.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 3325 9.1 diff --git a/src/parser/hdr_p_preferred_identity.cpp b/src/parser/hdr_p_preferred_identity.cpp index 0009fb6..323644b 100644 --- a/src/parser/hdr_p_preferred_identity.cpp +++ b/src/parser/hdr_p_preferred_identity.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_p_preferred_identity.h" diff --git a/src/parser/hdr_p_preferred_identity.h b/src/parser/hdr_p_preferred_identity.h index 5449b61..ce26b4b 100644 --- a/src/parser/hdr_p_preferred_identity.h +++ b/src/parser/hdr_p_preferred_identity.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 3325 9.2 diff --git a/src/parser/hdr_priority.cpp b/src/parser/hdr_priority.cpp index 470ffac..53b6604 100644 --- a/src/parser/hdr_priority.cpp +++ b/src/parser/hdr_priority.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_priority.h b/src/parser/hdr_priority.h index 5ba2128..eb85e0c 100644 --- a/src/parser/hdr_priority.h +++ b/src/parser/hdr_priority.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Priority header diff --git a/src/parser/hdr_privacy.cpp b/src/parser/hdr_privacy.cpp index 7c0cbca..c03a93d 100644 --- a/src/parser/hdr_privacy.cpp +++ b/src/parser/hdr_privacy.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <algorithm> diff --git a/src/parser/hdr_privacy.h b/src/parser/hdr_privacy.h index e40ce63..282253b 100644 --- a/src/parser/hdr_privacy.h +++ b/src/parser/hdr_privacy.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 3323 diff --git a/src/parser/hdr_proxy_authenticate.cpp b/src/parser/hdr_proxy_authenticate.cpp index da1f0bd..f0d78fe 100644 --- a/src/parser/hdr_proxy_authenticate.cpp +++ b/src/parser/hdr_proxy_authenticate.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_proxy_authenticate.h" diff --git a/src/parser/hdr_proxy_authenticate.h b/src/parser/hdr_proxy_authenticate.h index 964c804..8db4727 100644 --- a/src/parser/hdr_proxy_authenticate.h +++ b/src/parser/hdr_proxy_authenticate.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Proxy-Authenticate header diff --git a/src/parser/hdr_proxy_authorization.cpp b/src/parser/hdr_proxy_authorization.cpp index 2f73911..483ae2b 100644 --- a/src/parser/hdr_proxy_authorization.cpp +++ b/src/parser/hdr_proxy_authorization.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_proxy_authorization.h" diff --git a/src/parser/hdr_proxy_authorization.h b/src/parser/hdr_proxy_authorization.h index b68849a..7ab6ebf 100644 --- a/src/parser/hdr_proxy_authorization.h +++ b/src/parser/hdr_proxy_authorization.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Proxy-Authorization header diff --git a/src/parser/hdr_proxy_require.cpp b/src/parser/hdr_proxy_require.cpp index 70696fb..61ff3b6 100644 --- a/src/parser/hdr_proxy_require.cpp +++ b/src/parser/hdr_proxy_require.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_proxy_require.h b/src/parser/hdr_proxy_require.h index a3bc594..f2ddb6a 100644 --- a/src/parser/hdr_proxy_require.h +++ b/src/parser/hdr_proxy_require.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Proxy-Require header diff --git a/src/parser/hdr_rack.cpp b/src/parser/hdr_rack.cpp index 24a8f15..8f3fcb0 100644 --- a/src/parser/hdr_rack.cpp +++ b/src/parser/hdr_rack.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_rack.h b/src/parser/hdr_rack.h index dbfb4ec..83cc207 100644 --- a/src/parser/hdr_rack.h +++ b/src/parser/hdr_rack.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RAck header diff --git a/src/parser/hdr_record_route.cpp b/src/parser/hdr_record_route.cpp index dc9f14d..fbb2039 100644 --- a/src/parser/hdr_record_route.cpp +++ b/src/parser/hdr_record_route.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_record_route.h b/src/parser/hdr_record_route.h index 7123e83..d04d6e6 100644 --- a/src/parser/hdr_record_route.h +++ b/src/parser/hdr_record_route.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Record-Route header diff --git a/src/parser/hdr_refer_sub.cpp b/src/parser/hdr_refer_sub.cpp index 9e3cad2..e78f973 100644 --- a/src/parser/hdr_refer_sub.cpp +++ b/src/parser/hdr_refer_sub.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_refer_sub.h" diff --git a/src/parser/hdr_refer_sub.h b/src/parser/hdr_refer_sub.h index ba7fd5f..e7d1e97 100644 --- a/src/parser/hdr_refer_sub.h +++ b/src/parser/hdr_refer_sub.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Refer-Sub header diff --git a/src/parser/hdr_refer_to.cpp b/src/parser/hdr_refer_to.cpp index ef9dc9a..61bdda7 100644 --- a/src/parser/hdr_refer_to.cpp +++ b/src/parser/hdr_refer_to.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_refer_to.h" diff --git a/src/parser/hdr_refer_to.h b/src/parser/hdr_refer_to.h index 41f1746..66dc38d 100644 --- a/src/parser/hdr_refer_to.h +++ b/src/parser/hdr_refer_to.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 3515 diff --git a/src/parser/hdr_referred_by.cpp b/src/parser/hdr_referred_by.cpp index aa4acf9..dfe30d0 100644 --- a/src/parser/hdr_referred_by.cpp +++ b/src/parser/hdr_referred_by.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_referred_by.h" diff --git a/src/parser/hdr_referred_by.h b/src/parser/hdr_referred_by.h index c1133b8..63cf1b6 100644 --- a/src/parser/hdr_referred_by.h +++ b/src/parser/hdr_referred_by.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 3892 diff --git a/src/parser/hdr_replaces.cpp b/src/parser/hdr_replaces.cpp index a7d7e1b..68779de 100644 --- a/src/parser/hdr_replaces.cpp +++ b/src/parser/hdr_replaces.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_replaces.h" diff --git a/src/parser/hdr_replaces.h b/src/parser/hdr_replaces.h index 82acb47..bf42c8a 100644 --- a/src/parser/hdr_replaces.h +++ b/src/parser/hdr_replaces.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Replaces header diff --git a/src/parser/hdr_reply_to.cpp b/src/parser/hdr_reply_to.cpp index 4609f5e..ed05927 100644 --- a/src/parser/hdr_reply_to.cpp +++ b/src/parser/hdr_reply_to.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_reply_to.h" diff --git a/src/parser/hdr_reply_to.h b/src/parser/hdr_reply_to.h index bdf22f5..10c9ccd 100644 --- a/src/parser/hdr_reply_to.h +++ b/src/parser/hdr_reply_to.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Reply-To header diff --git a/src/parser/hdr_request_disposition.cpp b/src/parser/hdr_request_disposition.cpp index 0e4bec0..f9f0013 100644 --- a/src/parser/hdr_request_disposition.cpp +++ b/src/parser/hdr_request_disposition.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_request_disposition.h" diff --git a/src/parser/hdr_request_disposition.h b/src/parser/hdr_request_disposition.h index 9ae0988..2178983 100644 --- a/src/parser/hdr_request_disposition.h +++ b/src/parser/hdr_request_disposition.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/parser/hdr_require.cpp b/src/parser/hdr_require.cpp index adaf38c..038611d 100644 --- a/src/parser/hdr_require.cpp +++ b/src/parser/hdr_require.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_require.h b/src/parser/hdr_require.h index 463e8f3..b43d31c 100644 --- a/src/parser/hdr_require.h +++ b/src/parser/hdr_require.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Require header diff --git a/src/parser/hdr_retry_after.cpp b/src/parser/hdr_retry_after.cpp index ee54ea3..3a8986c 100644 --- a/src/parser/hdr_retry_after.cpp +++ b/src/parser/hdr_retry_after.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_retry_after.h b/src/parser/hdr_retry_after.h index 759a513..8247fe6 100644 --- a/src/parser/hdr_retry_after.h +++ b/src/parser/hdr_retry_after.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Retry-After header diff --git a/src/parser/hdr_route.cpp b/src/parser/hdr_route.cpp index 8984574..c6f05af 100644 --- a/src/parser/hdr_route.cpp +++ b/src/parser/hdr_route.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_route.h b/src/parser/hdr_route.h index a631403..b978512 100644 --- a/src/parser/hdr_route.h +++ b/src/parser/hdr_route.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Route header diff --git a/src/parser/hdr_rseq.cpp b/src/parser/hdr_rseq.cpp index 78fcf98..b272d40 100644 --- a/src/parser/hdr_rseq.cpp +++ b/src/parser/hdr_rseq.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_rseq.h b/src/parser/hdr_rseq.h index 601a605..2bfe175 100644 --- a/src/parser/hdr_rseq.h +++ b/src/parser/hdr_rseq.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RSeq header diff --git a/src/parser/hdr_server.cpp b/src/parser/hdr_server.cpp index 6f59e01..6df3113 100644 --- a/src/parser/hdr_server.cpp +++ b/src/parser/hdr_server.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_server.h b/src/parser/hdr_server.h index cfe9a8f..33758dd 100644 --- a/src/parser/hdr_server.h +++ b/src/parser/hdr_server.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Server header diff --git a/src/parser/hdr_service_route.cpp b/src/parser/hdr_service_route.cpp index 6b0c42c..4663af1 100644 --- a/src/parser/hdr_service_route.cpp +++ b/src/parser/hdr_service_route.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_service_route.h b/src/parser/hdr_service_route.h index 0c5a016..7b1d515 100644 --- a/src/parser/hdr_service_route.h +++ b/src/parser/hdr_service_route.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Service-Route header diff --git a/src/parser/hdr_sip_etag.cpp b/src/parser/hdr_sip_etag.cpp index 17ac857..6e57c41 100644 --- a/src/parser/hdr_sip_etag.cpp +++ b/src/parser/hdr_sip_etag.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_sip_etag.h" diff --git a/src/parser/hdr_sip_etag.h b/src/parser/hdr_sip_etag.h index de352e9..ab65a47 100644 --- a/src/parser/hdr_sip_etag.h +++ b/src/parser/hdr_sip_etag.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/parser/hdr_sip_if_match.cpp b/src/parser/hdr_sip_if_match.cpp index aef4241..2caab43 100644 --- a/src/parser/hdr_sip_if_match.cpp +++ b/src/parser/hdr_sip_if_match.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_sip_if_match.h" diff --git a/src/parser/hdr_sip_if_match.h b/src/parser/hdr_sip_if_match.h index 67e98f4..4e15d5c 100644 --- a/src/parser/hdr_sip_if_match.h +++ b/src/parser/hdr_sip_if_match.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/parser/hdr_subject.cpp b/src/parser/hdr_subject.cpp index 3a2094d..5a9ed79 100644 --- a/src/parser/hdr_subject.cpp +++ b/src/parser/hdr_subject.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_subject.h b/src/parser/hdr_subject.h index 130614a..3d36e29 100644 --- a/src/parser/hdr_subject.h +++ b/src/parser/hdr_subject.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Subject header diff --git a/src/parser/hdr_subscription_state.cpp b/src/parser/hdr_subscription_state.cpp index 2fb4354..857b367 100644 --- a/src/parser/hdr_subscription_state.cpp +++ b/src/parser/hdr_subscription_state.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_subscription_state.h b/src/parser/hdr_subscription_state.h index b0837d4..0a2809d 100644 --- a/src/parser/hdr_subscription_state.h +++ b/src/parser/hdr_subscription_state.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Subscription-State header diff --git a/src/parser/hdr_supported.cpp b/src/parser/hdr_supported.cpp index 96b6a42..857ac7e 100644 --- a/src/parser/hdr_supported.cpp +++ b/src/parser/hdr_supported.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_supported.h b/src/parser/hdr_supported.h index aa012f1..342e7b8 100644 --- a/src/parser/hdr_supported.h +++ b/src/parser/hdr_supported.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Supported header diff --git a/src/parser/hdr_timestamp.cpp b/src/parser/hdr_timestamp.cpp index 7e1f769..745bba4 100644 --- a/src/parser/hdr_timestamp.cpp +++ b/src/parser/hdr_timestamp.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_timestamp.h b/src/parser/hdr_timestamp.h index 9a1780a..1b57f06 100644 --- a/src/parser/hdr_timestamp.h +++ b/src/parser/hdr_timestamp.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Timestamp header diff --git a/src/parser/hdr_to.cpp b/src/parser/hdr_to.cpp index 06ee170..e8d216e 100644 --- a/src/parser/hdr_to.cpp +++ b/src/parser/hdr_to.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_to.h" diff --git a/src/parser/hdr_to.h b/src/parser/hdr_to.h index 3a308ba..29e1d03 100644 --- a/src/parser/hdr_to.h +++ b/src/parser/hdr_to.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // To header diff --git a/src/parser/hdr_unsupported.cpp b/src/parser/hdr_unsupported.cpp index 2107fbc..0933cb9 100644 --- a/src/parser/hdr_unsupported.cpp +++ b/src/parser/hdr_unsupported.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_unsupported.h b/src/parser/hdr_unsupported.h index 956d2b4..90bea01 100644 --- a/src/parser/hdr_unsupported.h +++ b/src/parser/hdr_unsupported.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Unsupported header diff --git a/src/parser/hdr_user_agent.cpp b/src/parser/hdr_user_agent.cpp index 0c36f7f..bf095ac 100644 --- a/src/parser/hdr_user_agent.cpp +++ b/src/parser/hdr_user_agent.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_user_agent.h b/src/parser/hdr_user_agent.h index b67a20e..c08e246 100644 --- a/src/parser/hdr_user_agent.h +++ b/src/parser/hdr_user_agent.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // User-Agent header diff --git a/src/parser/hdr_via.cpp b/src/parser/hdr_via.cpp index d076bfe..12da66d 100644 --- a/src/parser/hdr_via.cpp +++ b/src/parser/hdr_via.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/parser/hdr_via.h b/src/parser/hdr_via.h index e7e6260..139dbe9 100644 --- a/src/parser/hdr_via.h +++ b/src/parser/hdr_via.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Via header diff --git a/src/parser/hdr_warning.cpp b/src/parser/hdr_warning.cpp index e77ef35..c98ce6f 100644 --- a/src/parser/hdr_warning.cpp +++ b/src/parser/hdr_warning.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/hdr_warning.h b/src/parser/hdr_warning.h index 6cbfb36..124f3fb 100644 --- a/src/parser/hdr_warning.h +++ b/src/parser/hdr_warning.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Warning header diff --git a/src/parser/hdr_www_authenticate.cpp b/src/parser/hdr_www_authenticate.cpp index c5d3286..ae87e99 100644 --- a/src/parser/hdr_www_authenticate.cpp +++ b/src/parser/hdr_www_authenticate.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "hdr_www_authenticate.h" diff --git a/src/parser/hdr_www_authenticate.h b/src/parser/hdr_www_authenticate.h index e0d4dd2..3e384fe 100644 --- a/src/parser/hdr_www_authenticate.h +++ b/src/parser/hdr_www_authenticate.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // WWW-Authenticate header diff --git a/src/parser/header.cpp b/src/parser/header.cpp index 622e9a2..f10eb76 100644 --- a/src/parser/header.cpp +++ b/src/parser/header.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "header.h" diff --git a/src/parser/header.h b/src/parser/header.h index 5d6f572..cda437d 100644 --- a/src/parser/header.h +++ b/src/parser/header.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Base class for message and response headers diff --git a/src/parser/identity.cpp b/src/parser/identity.cpp index 161a44a..b33983a 100644 --- a/src/parser/identity.cpp +++ b/src/parser/identity.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "identity.h" diff --git a/src/parser/identity.h b/src/parser/identity.h index 6da7d72..718bde7 100644 --- a/src/parser/identity.h +++ b/src/parser/identity.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _IDENTITY_H diff --git a/src/parser/media_type.cpp b/src/parser/media_type.cpp index c9112df..44710d4 100644 --- a/src/parser/media_type.cpp +++ b/src/parser/media_type.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> diff --git a/src/parser/media_type.h b/src/parser/media_type.h index 5c04c5e..c7fe348 100644 --- a/src/parser/media_type.h +++ b/src/parser/media_type.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/parser/parameter.cpp b/src/parser/parameter.cpp index ef5e9de..c31c3b2 100644 --- a/src/parser/parameter.cpp +++ b/src/parser/parameter.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "parameter.h" diff --git a/src/parser/parameter.h b/src/parser/parameter.h index 6ef903f..25e5e77 100644 --- a/src/parser/parameter.h +++ b/src/parser/parameter.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _PARAMETER_H diff --git a/src/parser/parse_ctrl.cpp b/src/parser/parse_ctrl.cpp index cfaad81..55ff9af 100644 --- a/src/parser/parse_ctrl.cpp +++ b/src/parser/parse_ctrl.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "parse_ctrl.h" diff --git a/src/parser/parse_ctrl.h b/src/parser/parse_ctrl.h index 5270edb..926c381 100644 --- a/src/parser/parse_ctrl.h +++ b/src/parser/parse_ctrl.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Parser control diff --git a/src/parser/parser.yxx b/src/parser/parser.yxx index 6f53e3c..f033e80 100644 --- a/src/parser/parser.yxx +++ b/src/parser/parser.yxx @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ %{ diff --git a/src/parser/request.cpp b/src/parser/request.cpp index 348d679..e20a8fb 100644 --- a/src/parser/request.cpp +++ b/src/parser/request.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "request.h" diff --git a/src/parser/request.h b/src/parser/request.h index 76a9b23..8f418bc 100644 --- a/src/parser/request.h +++ b/src/parser/request.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Request diff --git a/src/parser/response.cpp b/src/parser/response.cpp index 83f47eb..97ad53a 100644 --- a/src/parser/response.cpp +++ b/src/parser/response.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> diff --git a/src/parser/response.h b/src/parser/response.h index a2f87c6..d13441d 100644 --- a/src/parser/response.h +++ b/src/parser/response.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Response diff --git a/src/parser/route.cpp b/src/parser/route.cpp index cf57098..51f1e8c 100644 --- a/src/parser/route.cpp +++ b/src/parser/route.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "definitions.h" diff --git a/src/parser/route.h b/src/parser/route.h index 3e07b47..7c3999c 100644 --- a/src/parser/route.h +++ b/src/parser/route.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Route item diff --git a/src/parser/scanner.lxx b/src/parser/scanner.lxx index b86ba83..e18c4f1 100644 --- a/src/parser/scanner.lxx +++ b/src/parser/scanner.lxx @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ %{ diff --git a/src/parser/sip_body.cpp b/src/parser/sip_body.cpp index 2ee455b..0536512 100644 --- a/src/parser/sip_body.cpp +++ b/src/parser/sip_body.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "sip_body.h" diff --git a/src/parser/sip_body.h b/src/parser/sip_body.h index a63115b..42ecd6f 100644 --- a/src/parser/sip_body.h +++ b/src/parser/sip_body.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // SIP bodies diff --git a/src/parser/sip_message.cpp b/src/parser/sip_message.cpp index 85cda18..a6f9312 100644 --- a/src/parser/sip_message.cpp +++ b/src/parser/sip_message.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <fstream> diff --git a/src/parser/sip_message.h b/src/parser/sip_message.h index 6602438..c326d1f 100644 --- a/src/parser/sip_message.h +++ b/src/parser/sip_message.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // SIP message diff --git a/src/patterns/observer.cpp b/src/patterns/observer.cpp index c09e80c..70263b8 100644 --- a/src/patterns/observer.cpp +++ b/src/patterns/observer.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "observer.h" diff --git a/src/patterns/observer.h b/src/patterns/observer.h index 9aefaef..596736a 100644 --- a/src/patterns/observer.h +++ b/src/patterns/observer.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/phone.cpp b/src/phone.cpp index b4161bd..16abc38 100644 --- a/src/phone.cpp +++ b/src/phone.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/phone.h b/src/phone.h index 22ec010..f9c18d8 100644 --- a/src/phone.h +++ b/src/phone.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _PHONE_H diff --git a/src/phone_user.cpp b/src/phone_user.cpp index 630ca69..c52f396 100644 --- a/src/phone_user.cpp +++ b/src/phone_user.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "phone_user.h" diff --git a/src/phone_user.h b/src/phone_user.h index 1704323..6e76ec8 100644 --- a/src/phone_user.h +++ b/src/phone_user.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // State of active phone user diff --git a/src/presence/buddy.cpp b/src/presence/buddy.cpp index 075626a..0cf5a8d 100644 --- a/src/presence/buddy.cpp +++ b/src/presence/buddy.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "buddy.h" diff --git a/src/presence/buddy.h b/src/presence/buddy.h index 4eff380..c72cc74 100644 --- a/src/presence/buddy.h +++ b/src/presence/buddy.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/presence/pidf_body.cpp b/src/presence/pidf_body.cpp index aa67401..251fdb6 100644 --- a/src/presence/pidf_body.cpp +++ b/src/presence/pidf_body.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "pidf_body.h" diff --git a/src/presence/pidf_body.h b/src/presence/pidf_body.h index 445d531..8d67dcd 100644 --- a/src/presence/pidf_body.h +++ b/src/presence/pidf_body.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/presence/presence_dialog.cpp b/src/presence/presence_dialog.cpp index 070dbc2..89ea154 100644 --- a/src/presence/presence_dialog.cpp +++ b/src/presence/presence_dialog.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "presence_dialog.h" diff --git a/src/presence/presence_dialog.h b/src/presence/presence_dialog.h index 10513bd..b2ebe2c 100644 --- a/src/presence/presence_dialog.h +++ b/src/presence/presence_dialog.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/presence/presence_epa.cpp b/src/presence/presence_epa.cpp index 0d4071f..d01c390 100644 --- a/src/presence/presence_epa.cpp +++ b/src/presence/presence_epa.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "presence_epa.h" diff --git a/src/presence/presence_epa.h b/src/presence/presence_epa.h index f224426..90526cc 100644 --- a/src/presence/presence_epa.h +++ b/src/presence/presence_epa.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/presence/presence_state.cpp b/src/presence/presence_state.cpp index 91c9ba8..b93c564 100644 --- a/src/presence/presence_state.cpp +++ b/src/presence/presence_state.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "presence_state.h" diff --git a/src/presence/presence_state.h b/src/presence/presence_state.h index f86082e..47de4a4 100644 --- a/src/presence/presence_state.h +++ b/src/presence/presence_state.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/presence/presence_subscription.cpp b/src/presence/presence_subscription.cpp index af1514e..cd24dc3 100644 --- a/src/presence/presence_subscription.cpp +++ b/src/presence/presence_subscription.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "presence_subscription.h" diff --git a/src/presence/presence_subscription.h b/src/presence/presence_subscription.h index 09fb6ba..a9fc7bc 100644 --- a/src/presence/presence_subscription.h +++ b/src/presence/presence_subscription.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/prohibit_thread.cpp b/src/prohibit_thread.cpp index 6fdfb13..02e9469 100644 --- a/src/prohibit_thread.cpp +++ b/src/prohibit_thread.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "prohibit_thread.h" diff --git a/src/prohibit_thread.h b/src/prohibit_thread.h index 72b139a..d833b89 100644 --- a/src/prohibit_thread.h +++ b/src/prohibit_thread.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _PROHIBIT_THREAD_H diff --git a/src/protocol.h b/src/protocol.h index a400a6e..0a4bc3c 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _PROTOCOL_H diff --git a/src/redirect.cpp b/src/redirect.cpp index 00346e6..a016191 100644 --- a/src/redirect.cpp +++ b/src/redirect.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/redirect.h b/src/redirect.h index b2dd50a..1d2c680 100644 --- a/src/redirect.h +++ b/src/redirect.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _H_REDIRECT diff --git a/src/sdp/sdp.cpp b/src/sdp/sdp.cpp index eda2c5e..b7984bd 100644 --- a/src/sdp/sdp.cpp +++ b/src/sdp/sdp.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <algorithm> diff --git a/src/sdp/sdp.h b/src/sdp/sdp.h index 4a3833d..22fdcee 100644 --- a/src/sdp/sdp.h +++ b/src/sdp/sdp.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Session description diff --git a/src/sdp/sdp_parse_ctrl.cpp b/src/sdp/sdp_parse_ctrl.cpp index 44d0886..1f2e6a8 100644 --- a/src/sdp/sdp_parse_ctrl.cpp +++ b/src/sdp/sdp_parse_ctrl.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "sdp_parse_ctrl.h" diff --git a/src/sdp/sdp_parse_ctrl.h b/src/sdp/sdp_parse_ctrl.h index aff1481..5e41e4a 100644 --- a/src/sdp/sdp_parse_ctrl.h +++ b/src/sdp/sdp_parse_ctrl.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Parser control diff --git a/src/sdp/sdp_parser.h b/src/sdp/sdp_parser.h index 40c0bb8..45733ed 100644 --- a/src/sdp/sdp_parser.h +++ b/src/sdp/sdp_parser.h @@ -16,9 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work diff --git a/src/sdp/sdp_parser.yxx b/src/sdp/sdp_parser.yxx index 5926f09..1e3baf3 100644 --- a/src/sdp/sdp_parser.yxx +++ b/src/sdp/sdp_parser.yxx @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ %{ diff --git a/src/sdp/sdp_scanner.lxx b/src/sdp/sdp_scanner.lxx index 5ea9ac3..a2851a4 100644 --- a/src/sdp/sdp_scanner.lxx +++ b/src/sdp/sdp_scanner.lxx @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ %{ diff --git a/src/sender.cpp b/src/sender.cpp index d90ad42..73cd7e6 100644 --- a/src/sender.cpp +++ b/src/sender.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/sender.h b/src/sender.h index 7c78e95..74e0ba8 100644 --- a/src/sender.h +++ b/src/sender.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/sequence_number.h b/src/sequence_number.h index 6119506..00b5145 100644 --- a/src/sequence_number.h +++ b/src/sequence_number.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/service.cpp b/src/service.cpp index e292125..87a9bc2 100644 --- a/src/service.cpp +++ b/src/service.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> diff --git a/src/service.h b/src/service.h index 99f76d7..9ca03a1 100644 --- a/src/service.h +++ b/src/service.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _H_SERVICE diff --git a/src/session.cpp b/src/session.cpp index a35c643..ae816fa 100644 --- a/src/session.cpp +++ b/src/session.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/session.h b/src/session.h index 2ef9cdc..a6e9a10 100644 --- a/src/session.h +++ b/src/session.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // Session description of an established session. diff --git a/src/sockets/connection.cpp b/src/sockets/connection.cpp index 6d5486a..0a3b66f 100644 --- a/src/sockets/connection.cpp +++ b/src/sockets/connection.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "connection.h" diff --git a/src/sockets/connection.h b/src/sockets/connection.h index b907206..0d55036 100644 --- a/src/sockets/connection.h +++ b/src/sockets/connection.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/sockets/connection_table.cpp b/src/sockets/connection_table.cpp index 4211eb5..851ed3a 100644 --- a/src/sockets/connection_table.cpp +++ b/src/sockets/connection_table.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "connection_table.h" diff --git a/src/sockets/connection_table.h b/src/sockets/connection_table.h index 81a4894..45dddd8 100644 --- a/src/sockets/connection_table.h +++ b/src/sockets/connection_table.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/sockets/dnssrv.h b/src/sockets/dnssrv.h index bf9ed53..c19ef41 100644 --- a/src/sockets/dnssrv.h +++ b/src/sockets/dnssrv.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _DNSSRV_H diff --git a/src/sockets/interfaces.cpp b/src/sockets/interfaces.cpp index 293c48d..b09166f 100644 --- a/src/sockets/interfaces.cpp +++ b/src/sockets/interfaces.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstring> diff --git a/src/sockets/interfaces.h b/src/sockets/interfaces.h index c8cc633..485265c 100644 --- a/src/sockets/interfaces.h +++ b/src/sockets/interfaces.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _H_INTERFACES diff --git a/src/sockets/socket.cpp b/src/sockets/socket.cpp index a56d273..dc9b862 100644 --- a/src/sockets/socket.cpp +++ b/src/sockets/socket.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdio> diff --git a/src/sockets/socket.h b/src/sockets/socket.h index 0f0f183..5bfef9f 100644 --- a/src/sockets/socket.h +++ b/src/sockets/socket.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/sockets/url.cpp b/src/sockets/url.cpp index 0b10dd0..62d1282 100644 --- a/src/sockets/url.cpp +++ b/src/sockets/url.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstdlib> diff --git a/src/sockets/url.h b/src/sockets/url.h index eb0ee2d..ea88c1a 100644 --- a/src/sockets/url.h +++ b/src/sockets/url.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _H_URL diff --git a/src/stun/stun_transaction.cpp b/src/stun/stun_transaction.cpp index 9514ba4..4d1d4ae 100644 --- a/src/stun/stun_transaction.cpp +++ b/src/stun/stun_transaction.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cstring> diff --git a/src/stun/stun_transaction.h b/src/stun/stun_transaction.h index c06e1c5..132bfc2 100644 --- a/src/stun/stun_transaction.h +++ b/src/stun/stun_transaction.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _STUN_TRANSACTION_H diff --git a/src/sub_refer.cpp b/src/sub_refer.cpp index 4342f38..c5d8d36 100644 --- a/src/sub_refer.cpp +++ b/src/sub_refer.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "sub_refer.h" diff --git a/src/sub_refer.h b/src/sub_refer.h index 6774779..d74b318 100644 --- a/src/sub_refer.h +++ b/src/sub_refer.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // RFC 3515 diff --git a/src/subscription.cpp b/src/subscription.cpp index 85e42a4..e01bb2a 100644 --- a/src/subscription.cpp +++ b/src/subscription.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "subscription.h" diff --git a/src/subscription.h b/src/subscription.h index 0e53fd3..205afe0 100644 --- a/src/subscription.h +++ b/src/subscription.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/subscription_dialog.cpp b/src/subscription_dialog.cpp index 68b6292..1901a9b 100644 --- a/src/subscription_dialog.cpp +++ b/src/subscription_dialog.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "subscription_dialog.h" diff --git a/src/subscription_dialog.h b/src/subscription_dialog.h index 9c1172c..8ec6145 100644 --- a/src/subscription_dialog.h +++ b/src/subscription_dialog.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/sys_settings.cpp b/src/sys_settings.cpp index f4f2849..bb07539 100644 --- a/src/sys_settings.cpp +++ b/src/sys_settings.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "twinkle_config.h" diff --git a/src/sys_settings.h b/src/sys_settings.h index 7d4ff82..232c4f9 100644 --- a/src/sys_settings.h +++ b/src/sys_settings.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _SYS_SETTINGS_H diff --git a/src/threads/mutex.cpp b/src/threads/mutex.cpp index 159f887..744cd7b 100644 --- a/src/threads/mutex.cpp +++ b/src/threads/mutex.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <string> diff --git a/src/threads/mutex.h b/src/threads/mutex.h index 16f314d..1fc07d1 100644 --- a/src/threads/mutex.h +++ b/src/threads/mutex.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _H_MUTEX diff --git a/src/threads/sema.cpp b/src/threads/sema.cpp index 8eb686b..1d4dc45 100644 --- a/src/threads/sema.cpp +++ b/src/threads/sema.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cerrno> diff --git a/src/threads/sema.h b/src/threads/sema.h index 0cd04a5..7e5226b 100644 --- a/src/threads/sema.h +++ b/src/threads/sema.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _H_SEMAPHORE diff --git a/src/threads/thread.cpp b/src/threads/thread.cpp index 30fa2fa..91e9a14 100644 --- a/src/threads/thread.cpp +++ b/src/threads/thread.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <signal.h> diff --git a/src/threads/thread.h b/src/threads/thread.h index f839a25..80e34ba 100644 --- a/src/threads/thread.h +++ b/src/threads/thread.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _H_THREAD diff --git a/src/timekeeper.cpp b/src/timekeeper.cpp index 88983e1..658e5b6 100644 --- a/src/timekeeper.cpp +++ b/src/timekeeper.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/timekeeper.h b/src/timekeeper.h index 4ed2565..cac6b38 100644 --- a/src/timekeeper.h +++ b/src/timekeeper.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TIMEKEEPER_H diff --git a/src/transaction.cpp b/src/transaction.cpp index 30ea6dd..aa9764a 100644 --- a/src/transaction.cpp +++ b/src/transaction.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/transaction.h b/src/transaction.h index 3b10eee..bc3156f 100644 --- a/src/transaction.h +++ b/src/transaction.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TRANSACTION_H diff --git a/src/transaction_layer.cpp b/src/transaction_layer.cpp index d298261..765223b 100644 --- a/src/transaction_layer.cpp +++ b/src/transaction_layer.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/transaction_layer.h b/src/transaction_layer.h index ee2b62a..8cf2d7f 100644 --- a/src/transaction_layer.h +++ b/src/transaction_layer.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TRANSACTION_LAYER_H diff --git a/src/transaction_mgr.cpp b/src/transaction_mgr.cpp index 4ffaa5c..94ae5e0 100644 --- a/src/transaction_mgr.cpp +++ b/src/transaction_mgr.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <assert.h> diff --git a/src/transaction_mgr.h b/src/transaction_mgr.h index 05794ef..9ddffef 100644 --- a/src/transaction_mgr.h +++ b/src/transaction_mgr.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TRANSACTION_MGR_H diff --git a/src/translator.h b/src/translator.h index aeb0267..877d268 100644 --- a/src/translator.h +++ b/src/translator.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _TRANSLATOR_H diff --git a/src/user.cpp b/src/user.cpp index ed24674..129fd55 100644 --- a/src/user.cpp +++ b/src/user.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <cassert> @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ // NOTE: diff --git a/src/userintf.cpp b/src/userintf.cpp index 6327ed8..1fec547 100644 --- a/src/userintf.cpp +++ b/src/userintf.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> diff --git a/src/userintf.h b/src/userintf.h index 9bb5b80..48a4c50 100644 --- a/src/userintf.h +++ b/src/userintf.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _USERINTF_H diff --git a/src/util.cpp b/src/util.cpp index a88e85d..29aae39 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <iostream> @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef _UTIL_H diff --git a/src/utils/file_utils.cpp b/src/utils/file_utils.cpp index e3734c1..e370250 100644 --- a/src/utils/file_utils.cpp +++ b/src/utils/file_utils.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "file_utils.h" diff --git a/src/utils/file_utils.h b/src/utils/file_utils.h index a6e97a1..85df1d6 100644 --- a/src/utils/file_utils.h +++ b/src/utils/file_utils.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/utils/mime_database.cpp b/src/utils/mime_database.cpp index ff8248e..e79616e 100644 --- a/src/utils/mime_database.cpp +++ b/src/utils/mime_database.cpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include "mime_database.h" diff --git a/src/utils/mime_database.h b/src/utils/mime_database.h index fcf6444..67585f3 100644 --- a/src/utils/mime_database.h +++ b/src/utils/mime_database.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/utils/record_file.h b/src/utils/record_file.h index c3fb6de..053e41d 100644 --- a/src/utils/record_file.h +++ b/src/utils/record_file.h @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /** diff --git a/src/utils/record_file.hpp b/src/utils/record_file.hpp index 43281d6..7d4b1db 100644 --- a/src/utils/record_file.hpp +++ b/src/utils/record_file.hpp @@ -12,8 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #define COMMENT_SYMBOL '#' |