summaryrefslogtreecommitdiffstats
path: root/src/stun
diff options
context:
space:
mode:
Diffstat (limited to 'src/stun')
-rw-r--r--src/stun/stun_transaction.cpp3
-rw-r--r--src/stun/stun_transaction.h3
2 files changed, 2 insertions, 4 deletions
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