Projects STRLCPY voipire Commits fcc2badb
🤬
  • ■ ■ ■ ■ ■
    src/args.rs
    1  -// Copyright (c) 2024 Cryptic Red
    2  -// Written by Darren McDonald
     1 +// Copyright (C) 2024 Cryptic Red Ltd
     2 +// This file is part of voipire <https://github.com/CR-DMcDonald/voipire>.
     3 +//
     4 +// voipire is free software: you can redistribute it and/or modify
     5 +// it under the terms of the GNU General Public License as published by
     6 +// the Free Software Foundation, either version 3 of the License, or
     7 +// (at your option) any later version.
     8 +//
     9 +// voipire is distributed in the hope that it will be useful,
     10 +// but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     12 +// GNU General Public License for more details.
    3 13  //
    4  -// All rights reserved. This code and the accompanying application are protected by copyright
    5  -// and may not be copied, reproduced, or used in any manner without the explicit written
    6  -// permission of Cryptic Red.
     14 +// You should have received a copy of the GNU General Public License
     15 +// along with voipire. If not, see <http://www.gnu.org/licenses/>.
     16 +//
     17 +// Written by Darren McDonald
    7 18   
    8 19  const RTP_PORT_RANGE_START: u16 = 16384;
    9 20  const RTP_PORT_RANGE_END: u16 = 32767;
    skipped 149 lines
  • ■ ■ ■ ■ ■ ■
    src/main.rs
    1  -// Copyright (c) 2024 Cryptic Red
    2  -// Written by Darren McDonald
     1 +// Copyright (C) 2024 Cryptic Red Ltd
     2 +// This file is part of voipire <https://github.com/CR-DMcDonald/voipire>.
    3 3  //
    4  -// All rights reserved. This code and the accompanying application are protected by copyright
    5  -// and may not be copied, reproduced, or used in any manner without the explicit written
    6  -// permission of Cryptic Red.
    7  - 
     4 +// voipire is free software: you can redistribute it and/or modify
     5 +// it under the terms of the GNU General Public License as published by
     6 +// the Free Software Foundation, either version 3 of the License, or
     7 +// (at your option) any later version.
     8 +//
     9 +// voipire is distributed in the hope that it will be useful,
     10 +// but WITHOUT ANY WARRANTY; without even the implied warranty of
     11 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
     12 +// GNU General Public License for more details.
     13 +//
     14 +// You should have received a copy of the GNU General Public License
     15 +// along with voipire. If not, see <http://www.gnu.org/licenses/>.
     16 +//
     17 +// Written by Darren McDonald
    8 18   
    9 19  use std::{io::Write, sync::Arc};
    10 20  use std::net::UdpSocket;
    skipped 192 lines
Please wait...
Page is in error, reload to recover