From 3d2c4b70f2e05be7d8c4b6be6add399e0cbab79c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= <mpg@elzevir.fr>
Date: Thu, 29 Jan 2015 11:33:59 +0000
Subject: [PATCH] Fix url in new files

---
 include/polarssl/ssl_cookie.h | 2 +-
 library/ssl_cookie.c          | 2 +-
 programs/ssl/dtls_client.c    | 2 +-
 programs/ssl/dtls_server.c    | 2 +-
 programs/test/udp_proxy.c     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/polarssl/ssl_cookie.h b/include/polarssl/ssl_cookie.h
index 65adc78c45..4fe4c48300 100644
--- a/include/polarssl/ssl_cookie.h
+++ b/include/polarssl/ssl_cookie.h
@@ -5,7 +5,7 @@
  *
  *  Copyright (C) 2014, Brainspark B.V.
  *
- *  This file is part of mbed TLS (https://www.polarssl.org)
+ *  This file is part of mbed TLS (https://polarssl.org)
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/library/ssl_cookie.c b/library/ssl_cookie.c
index dd86f581fc..2f93116592 100644
--- a/library/ssl_cookie.c
+++ b/library/ssl_cookie.c
@@ -3,7 +3,7 @@
  *
  *  Copyright (C) 2014, Brainspark B.V.
  *
- *  This file is part of mbed TLS (https://www.polarssl.org)
+ *  This file is part of mbed TLS (https://polarssl.org)
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/programs/ssl/dtls_client.c b/programs/ssl/dtls_client.c
index 06d204dd2a..e5bc4f7c56 100644
--- a/programs/ssl/dtls_client.c
+++ b/programs/ssl/dtls_client.c
@@ -3,7 +3,7 @@
  *
  *  Copyright (C) 2014, Brainspark B.V.
  *
- *  This file is part of mbed TLS (https://www.polarssl.org)
+ *  This file is part of mbed TLS (https://polarssl.org)
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/programs/ssl/dtls_server.c b/programs/ssl/dtls_server.c
index b9abf23208..b7be5c0b2c 100644
--- a/programs/ssl/dtls_server.c
+++ b/programs/ssl/dtls_server.c
@@ -3,7 +3,7 @@
  *
  *  Copyright (C) 2014, Brainspark B.V.
  *
- *  This file is part of mbed TLS (https://www.polarssl.org)
+ *  This file is part of mbed TLS (https://polarssl.org)
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/programs/test/udp_proxy.c b/programs/test/udp_proxy.c
index 1836428d99..d5b10712d3 100644
--- a/programs/test/udp_proxy.c
+++ b/programs/test/udp_proxy.c
@@ -3,7 +3,7 @@
  *
  *  Copyright (C) 2006-2014, Brainspark B.V.
  *
- *  This file is part of mbed TLS (https://www.polarssl.org)
+ *  This file is part of mbed TLS (https://polarssl.org)
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by