summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--agent/address.c7
-rw-r--r--agent/address.h8
-rw-r--r--agent/agent-priv.h7
-rw-r--r--agent/agent.c7
-rw-r--r--agent/agent.h7
-rw-r--r--agent/candidate.c7
-rw-r--r--agent/candidate.h7
-rw-r--r--agent/component.c7
-rw-r--r--agent/component.h7
-rw-r--r--agent/conncheck.c7
-rw-r--r--agent/conncheck.h7
-rw-r--r--agent/debug.c1
-rw-r--r--agent/debug.h1
-rw-r--r--agent/discovery.c5
-rw-r--r--agent/discovery.h5
-rw-r--r--agent/interfaces.c1
-rw-r--r--agent/interfaces.h3
-rw-r--r--agent/pseudotcp.c1
-rw-r--r--agent/pseudotcp.h1
-rw-r--r--agent/stream.c7
-rw-r--r--agent/stream.h8
-rw-r--r--nice/nice.h7
-rw-r--r--random/random-glib.c6
-rw-r--r--random/random-glib.h4
-rw-r--r--random/random.c5
-rw-r--r--random/random.h4
-rw-r--r--random/test.c5
-rw-r--r--socket/http.h9
-rw-r--r--socket/pseudossl.c13
-rw-r--r--socket/pseudossl.h9
-rw-r--r--socket/socket.c9
-rw-r--r--socket/socket.h9
-rw-r--r--socket/tcp-bsd.c13
-rw-r--r--socket/tcp-bsd.h9
-rw-r--r--socket/tcp-turn.c13
-rw-r--r--socket/tcp-turn.h9
-rw-r--r--socket/turn.c5
-rw-r--r--socket/turn.h3
-rw-r--r--socket/udp-bsd.c9
-rw-r--r--socket/udp-bsd.h7
-rw-r--r--stun/constants.h4
-rw-r--r--stun/debug.c5
-rw-r--r--stun/debug.h5
-rw-r--r--stun/rand.c2
-rw-r--r--stun/rand.h5
-rw-r--r--stun/stun5389.c7
-rw-r--r--stun/stunagent.c7
-rw-r--r--stun/stunagent.h6
-rw-r--r--stun/stuncrc32.c6
-rw-r--r--stun/stuncrc32.h8
-rw-r--r--stun/stunhmac.c5
-rw-r--r--stun/stunhmac.h4
-rw-r--r--stun/stunmessage.c5
-rw-r--r--stun/stunmessage.h8
-rw-r--r--stun/tools/stunbdc.c5
-rw-r--r--stun/tools/stund.c5
-rw-r--r--stun/tools/stund.h5
-rw-r--r--stun/usages/bind.c5
-rw-r--r--stun/usages/bind.h5
-rw-r--r--stun/usages/ice.c5
-rw-r--r--stun/usages/ice.h5
-rw-r--r--stun/usages/timer.c5
-rw-r--r--stun/usages/timer.h5
-rw-r--r--stun/usages/turn.c5
-rw-r--r--stun/usages/turn.h5
-rw-r--r--stun/utils.c8
-rw-r--r--stun/utils.h7
-rw-r--r--stun/win32_common.h37
-rw-r--r--tests/test-pseudotcp.c1
69 files changed, 274 insertions, 170 deletions
diff --git a/agent/address.c b/agent/address.c
index 340ef95..374ca6a 100644
--- a/agent/address.c
+++ b/agent/address.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/address.h b/agent/address.h
index d83131b..2318bcb 100644
--- a/agent/address.h
+++ b/agent/address.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -22,7 +22,9 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Dafydd Harries, Collabora Ltd.
+ * Kai Vehmanen
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/agent/agent-priv.h b/agent/agent-priv.h
index 0804a1a..cf212f8 100644
--- a/agent/agent-priv.h
+++ b/agent/agent-priv.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/agent.c b/agent/agent.c
index ffe5104..5a682cf 100644
--- a/agent/agent.c
+++ b/agent/agent.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2010 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2010 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/agent.h b/agent/agent.h
index caddc2b..b1b030a 100644
--- a/agent/agent.h
+++ b/agent/agent.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2010 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2010 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/candidate.c b/agent/candidate.c
index 4d19615..b7636a8 100644
--- a/agent/candidate.c
+++ b/agent/candidate.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/candidate.h b/agent/candidate.h
index a5febb6..24c044e 100644
--- a/agent/candidate.h
+++ b/agent/candidate.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/component.c b/agent/component.c
index 608a1d2..7a40571 100644
--- a/agent/component.c
+++ b/agent/component.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/component.h b/agent/component.h
index 30faa4e..ac23f69 100644
--- a/agent/component.h
+++ b/agent/component.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2010 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2010 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/conncheck.c b/agent/conncheck.c
index 187e9e5..e546203 100644
--- a/agent/conncheck.c
+++ b/agent/conncheck.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Kai Vehmanen, Nokia
+ * Youness Alaoui, Collabora Ltd.
* Dafydd Harries, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/conncheck.h b/agent/conncheck.h
index 047a81a..e8f7d53 100644
--- a/agent/conncheck.h
+++ b/agent/conncheck.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/debug.c b/agent/debug.c
index bb9ae76..600f450 100644
--- a/agent/debug.c
+++ b/agent/debug.c
@@ -2,6 +2,7 @@
* This file is part of the Nice GLib ICE library.
*
* (C) 2008 Collabora Ltd.
+ * Contact: Youness Alaoui
* (C) 2008 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/agent/debug.h b/agent/debug.h
index eff1bc6..559e7b1 100644
--- a/agent/debug.h
+++ b/agent/debug.h
@@ -2,6 +2,7 @@
* This file is part of the Nice GLib ICE library.
*
* (C) 2008 Collabora Ltd.
+ * Contact: Youness Alaoui
* (C) 2008 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/agent/discovery.c b/agent/discovery.c
index d19ffb6..683e1fa 100644
--- a/agent/discovery.c
+++ b/agent/discovery.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/discovery.h b/agent/discovery.h
index 59f8541..209fa95 100644
--- a/agent/discovery.h
+++ b/agent/discovery.h
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/agent/interfaces.c b/agent/interfaces.c
index 431263a..d5d2fc4 100644
--- a/agent/interfaces.c
+++ b/agent/interfaces.c
@@ -3,6 +3,7 @@
*
* Copyright (C) 2006 Youness Alaoui <kakaroto@kakaroto.homelinux.net>
* Copyright (C) 2007 Collabora, Nokia
+ * Contact: Youness Alaoui
* Copyright (C) 2008 Haakon Sporsheim <haakon.sporsheim@tandberg.com>
* @author: Youness Alaoui <kakaroto@kakaroto.homelinux.net>
*
diff --git a/agent/interfaces.h b/agent/interfaces.h
index a00c251..7bfbaf7 100644
--- a/agent/interfaces.h
+++ b/agent/interfaces.h
@@ -3,6 +3,9 @@
*
* Farsight Helper functions
* Copyright (C) 2006 Youness Alaoui <kakaroto@kakaroto.homelinux.net>
+ * Copyright (C) 2008-2009 Collabora, Nokia
+ * Contact: Youness Alaoui
+ * Copyright (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/agent/pseudotcp.c b/agent/pseudotcp.c
index 2f299f0..f23ac48 100644
--- a/agent/pseudotcp.c
+++ b/agent/pseudotcp.c
@@ -3,7 +3,6 @@
*
* (C) 2010 Collabora Ltd.
* Contact: Youness Alaoui
- * (C) 20010 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/agent/pseudotcp.h b/agent/pseudotcp.h
index d702d38..820216e 100644
--- a/agent/pseudotcp.h
+++ b/agent/pseudotcp.h
@@ -3,7 +3,6 @@
*
* (C) 2010 Collabora Ltd.
* Contact: Youness Alaoui
- * (C) 20010 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/agent/stream.c b/agent/stream.c
index 62218b4..7f79b80 100644
--- a/agent/stream.c
+++ b/agent/stream.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/agent/stream.h b/agent/stream.h
index c608401..171ea72 100644
--- a/agent/stream.h
+++ b/agent/stream.h
@@ -1,10 +1,11 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2010 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2010 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
+
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -23,6 +24,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/nice/nice.h b/nice/nice.h
index 63c2939..5587ec4 100644
--- a/nice/nice.h
+++ b/nice/nice.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/random/random-glib.c b/random/random-glib.c
index 5d4eee8..86da1a2 100644
--- a/random/random-glib.c
+++ b/random/random-glib.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
+ * (C) 2006-2008 Collabora Ltd.
* Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2008 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,8 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
+ * Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/random/random-glib.h b/random/random-glib.h
index 7b3b4d2..f8efc00 100644
--- a/random/random-glib.h
+++ b/random/random-glib.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
+ * (C) 2006-2007 Collabora Ltd.
* Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2007 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/random/random.c b/random/random.c
index 9458350..c818d75 100644
--- a/random/random.c
+++ b/random/random.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
+ * (C) 2006-2008 Collabora Ltd.
* Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2008 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
* Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/random/random.h b/random/random.h
index 66432c8..05bee51 100644
--- a/random/random.h
+++ b/random/random.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
+ * (C) 2006-2007 Collabora Ltd.
* Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2007 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/random/test.c b/random/test.c
index 0082b3b..fde1b88 100644
--- a/random/test.c
+++ b/random/test.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
+ * (C) 2006-2007 Collabora Ltd.
* Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2007 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/http.h b/socket/http.h
index 0ca07e1..7f095a0 100644
--- a/socket/http.h
+++ b/socket/http.h
@@ -1,10 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -22,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/pseudossl.c b/socket/pseudossl.c
index 50bb47a..f3cf3e1 100644
--- a/socket/pseudossl.c
+++ b/socket/pseudossl.c
@@ -1,11 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006-2008 Collabora Ltd.
- * Contact: Dafydd Harries
- * Contact: Olivier Crete
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -23,10 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
- * Olivier Crete, Collabora Ltd.
- * Rémi Denis-Courmont, Nokia
- * Kai Vehmanen
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/pseudossl.h b/socket/pseudossl.h
index 85eaa7f..a9847b1 100644
--- a/socket/pseudossl.h
+++ b/socket/pseudossl.h
@@ -1,10 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -22,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/socket.c b/socket/socket.c
index 1ec2fde..e12021a 100644
--- a/socket/socket.c
+++ b/socket/socket.c
@@ -1,10 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -22,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/socket.h b/socket/socket.h
index bb7cfc2..8d47a2c 100644
--- a/socket/socket.h
+++ b/socket/socket.h
@@ -1,10 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -22,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/tcp-bsd.c b/socket/tcp-bsd.c
index f31334e..bcc87be 100644
--- a/socket/tcp-bsd.c
+++ b/socket/tcp-bsd.c
@@ -1,11 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006-2008 Collabora Ltd.
- * Contact: Dafydd Harries
- * Contact: Olivier Crete
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -23,10 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
- * Olivier Crete, Collabora Ltd.
- * Rémi Denis-Courmont, Nokia
- * Kai Vehmanen
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/tcp-bsd.h b/socket/tcp-bsd.h
index c99b917..f50389b 100644
--- a/socket/tcp-bsd.h
+++ b/socket/tcp-bsd.h
@@ -1,10 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -22,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/tcp-turn.c b/socket/tcp-turn.c
index 0d0dc53..428eadf 100644
--- a/socket/tcp-turn.c
+++ b/socket/tcp-turn.c
@@ -1,11 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006-2008 Collabora Ltd.
- * Contact: Dafydd Harries
- * Contact: Olivier Crete
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -23,10 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
- * Olivier Crete, Collabora Ltd.
- * Rémi Denis-Courmont, Nokia
- * Kai Vehmanen
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/tcp-turn.h b/socket/tcp-turn.h
index f64ff44..4b65de4 100644
--- a/socket/tcp-turn.h
+++ b/socket/tcp-turn.h
@@ -1,10 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
- * Contact: Kai Vehmanen
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -22,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/turn.c b/socket/turn.c
index 61f9e7c..f1c1601 100644
--- a/socket/turn.c
+++ b/socket/turn.c
@@ -2,8 +2,8 @@
* This file is part of the Nice GLib ICE library.
*
* (C) 2008 Collabora Ltd.
- * (C) 2008 Nokia Corporation
* Contact: Youness Alaoui
+ * (C) 2008 Nokia Corporation
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -21,10 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
* Youness Alaoui, Collabora Ltd.
- * Rémi Denis-Courmont, Nokia
- * Kai Vehmanen
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/turn.h b/socket/turn.h
index 651f491..9a87b00 100644
--- a/socket/turn.h
+++ b/socket/turn.h
@@ -2,8 +2,8 @@
* This file is part of the Nice GLib ICE library.
*
* (C) 2008 Collabora Ltd.
- * (C) 2008 Nokia Corporation
* Contact: Youness Alaoui
+ * (C) 2008 Nokia Corporation
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -21,7 +21,6 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Dafydd Harries, Collabora Ltd.
* Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/socket/udp-bsd.c b/socket/udp-bsd.c
index f2fcb4d..abc84f0 100644
--- a/socket/udp-bsd.c
+++ b/socket/udp-bsd.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,8 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
- * Rémi Denis-Courmont, Nokia
- * Kai Vehmanen
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/socket/udp-bsd.h b/socket/udp-bsd.h
index 0a034f4..c8d6190 100644
--- a/socket/udp-bsd.h
+++ b/socket/udp-bsd.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2006-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2009 Nokia Corporation. All rights reserved.
* Contact: Kai Vehmanen
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -23,6 +23,7 @@
*
* Contributors:
* Dafydd Harries, Collabora Ltd.
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/constants.h b/stun/constants.h
index e5af0e5..aa06153 100644
--- a/stun/constants.h
+++ b/stun/constants.h
@@ -2,8 +2,8 @@
* This file is part of the Nice GLib ICE library.
*
* (C) 2008 Collabora Ltd.
- * (C) 2008 Nokia Corporation. All rights reserved.
* Contact: Youness Alaoui
+ * (C) 2008 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,6 +20,8 @@
* The Initial Developers of the Original Code are Collabora Ltd and Nokia
* Corporation. All Rights Reserved.
*
+ * Contributors:
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/debug.c b/stun/debug.c
index 33a7371..24a3732 100644
--- a/stun/debug.c
+++ b/stun/debug.c
@@ -1,8 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
* (C) 2007 Nokia Corporation. All rights reserved.
- * Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Rémi Denis-Courmont, Nokia
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/debug.h b/stun/debug.h
index c0771f1..726397b 100644
--- a/stun/debug.h
+++ b/stun/debug.h
@@ -1,8 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
* (C) 2007 Nokia Corporation. All rights reserved.
- * Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Rémi Denis-Courmont, Nokia
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/rand.c b/stun/rand.c
index 46813a2..a17e29d 100644
--- a/stun/rand.c
+++ b/stun/rand.c
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2008 Nokia Corporation. All rights reserved.
* (C) 2008 Collabora Ltd. All rights reserved.
* Contact: Youness Alaoui
+ * (C) 2008 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
diff --git a/stun/rand.h b/stun/rand.h
index f7deb06..07c5fb5 100644
--- a/stun/rand.h
+++ b/stun/rand.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2008 Nokia Corporation. All rights reserved.
* (C) 2008 Collabora Ltd. All rights reserved.
* Contact: Youness Alaoui
+ * (C) 2008 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,6 +20,9 @@
* The Initial Developers of the Original Code are Collabora Ltd and Nokia
* Corporation. All Rights Reserved.
*
+ * Contributors:
+ * Youness Alaoui, Collabora Ltd.
+ *
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
* case the provisions of LGPL are applicable instead of those above. If you
diff --git a/stun/stun5389.c b/stun/stun5389.c
index 32f1c1b..3b993b0 100644
--- a/stun/stun5389.c
+++ b/stun/stun5389.c
@@ -1,10 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
* (C) 2007 Nokia Corporation. All rights reserved.
- * Contact: Rémi Denis-Courmont
- * COPYRIGHT (C) 1986 Gary S. Brown
- * See documentation of the function crc32() below.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -22,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Rémi Denis-Courmont, Nokia
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/stunagent.c b/stun/stunagent.c
index b701b27..be2a9cf 100644
--- a/stun/stunagent.c
+++ b/stun/stunagent.c
@@ -1,8 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
- * Contact: Rémi Denis-Courmont
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Rémi Denis-Courmont, Nokia
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/stunagent.h b/stun/stunagent.h
index 395dc62..2a8fc84 100644
--- a/stun/stunagent.h
+++ b/stun/stunagent.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2008 Collabora Ltd.
- * (C) 2008 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
* Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,6 +20,8 @@
* The Initial Developers of the Original Code are Collabora Ltd and Nokia
* Corporation. All Rights Reserved.
*
+ * Contributors:
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/stuncrc32.c b/stun/stuncrc32.c
index 753cbb7..e2d26e3 100644
--- a/stun/stuncrc32.c
+++ b/stun/stuncrc32.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
* COPYRIGHT (C) 1986 Gary S. Brown
* See documentation of the function crc32() below.
@@ -22,7 +24,9 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
+ * Gary S. Brown
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/stuncrc32.h b/stun/stuncrc32.h
index be1fedd..08ab034 100644
--- a/stun/stuncrc32.h
+++ b/stun/stuncrc32.h
@@ -1,9 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2006, 2007 Collabora Ltd.
- * Contact: Dafydd Harries
- * (C) 2006, 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2006-2007 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -22,7 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Rémi Denis-Courmont, Nokia
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/stunhmac.c b/stun/stunhmac.c
index 7d5e129..db6fb16 100644
--- a/stun/stunhmac.c
+++ b/stun/stunhmac.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/stunhmac.h b/stun/stunhmac.h
index 32abc74..1a28ac8 100644
--- a/stun/stunhmac.h
+++ b/stun/stunhmac.h
@@ -2,8 +2,8 @@
* This file is part of the Nice GLib ICE library.
*
* (C) 2008 Collabora Ltd.
- * (C) 2008 Nokia Corporation. All rights reserved.
* Contact: Youness Alaoui
+ * (C) 2008 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,6 +20,8 @@
* The Initial Developers of the Original Code are Collabora Ltd and Nokia
* Corporation. All Rights Reserved.
*
+ * Contributors:
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/stunmessage.c b/stun/stunmessage.c
index a8a8884..db523c1 100644
--- a/stun/stunmessage.c
+++ b/stun/stunmessage.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/stunmessage.h b/stun/stunmessage.h
index 0f9888c..a639f1f 100644
--- a/stun/stunmessage.h
+++ b/stun/stunmessage.h
@@ -1,9 +1,10 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2008 Collabora Ltd.
- * (C) 2008 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
* Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
+ * Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,6 +21,9 @@
* The Initial Developers of the Original Code are Collabora Ltd and Nokia
* Corporation. All Rights Reserved.
*
+ * Contributors:
+ * Youness Alaoui, Collabora Ltd.
+ * Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/tools/stunbdc.c b/stun/tools/stunbdc.c
index cc97ded..c39f3f4 100644
--- a/stun/tools/stunbdc.c
+++ b/stun/tools/stunbdc.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/tools/stund.c b/stun/tools/stund.c
index 9b3372b..6464c0b 100644
--- a/stun/tools/stund.c
+++ b/stun/tools/stund.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/tools/stund.h b/stun/tools/stund.h
index 9b20141..2ce5203 100644
--- a/stun/tools/stund.h
+++ b/stun/tools/stund.h
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/bind.c b/stun/usages/bind.c
index fdfba49..9c6da48 100644
--- a/stun/usages/bind.c
+++ b/stun/usages/bind.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/bind.h b/stun/usages/bind.h
index b2450f5..0870b83 100644
--- a/stun/usages/bind.h
+++ b/stun/usages/bind.h
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/ice.c b/stun/usages/ice.c
index 17202f6..5977296 100644
--- a/stun/usages/ice.c
+++ b/stun/usages/ice.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/ice.h b/stun/usages/ice.h
index fad5950..9fe8ea2 100644
--- a/stun/usages/ice.h
+++ b/stun/usages/ice.h
@@ -2,7 +2,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -21,6 +23,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/timer.c b/stun/usages/timer.c
index f7b36ca..4b82311 100644
--- a/stun/usages/timer.c
+++ b/stun/usages/timer.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/timer.h b/stun/usages/timer.h
index d0714ae..760f563 100644
--- a/stun/usages/timer.h
+++ b/stun/usages/timer.h
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/turn.c b/stun/usages/turn.c
index dc327d9..64dc604 100644
--- a/stun/usages/turn.c
+++ b/stun/usages/turn.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/usages/turn.h b/stun/usages/turn.h
index e9ecac6..00374e1 100644
--- a/stun/usages/turn.h
+++ b/stun/usages/turn.h
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,6 +22,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
+ * Youness Alaoui, Collabora Ltd.
* Rémi Denis-Courmont, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
diff --git a/stun/utils.c b/stun/utils.c
index 5029b38..d3fb391 100644
--- a/stun/utils.c
+++ b/stun/utils.c
@@ -1,7 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2007-2009 Nokia Corporation. All rights reserved.
* Contact: Rémi Denis-Courmont
*
* The contents of this file are subject to the Mozilla Public License Version
@@ -20,7 +22,9 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Rémi Denis-Courmont, Nokia
+ * Youness Alaoui, Collabora Ltd.
+ * Olivier Crete, Collabora Ltd.
+ * Kai Vehmanen, Nokia
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/utils.h b/stun/utils.h
index 296bddf..16bf629 100644
--- a/stun/utils.h
+++ b/stun/utils.h
@@ -1,8 +1,9 @@
/*
* This file is part of the Nice GLib ICE library.
*
- * (C) 2007 Nokia Corporation. All rights reserved.
- * Contact: Rémi Denis-Courmont
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
@@ -20,7 +21,7 @@
* Corporation. All Rights Reserved.
*
* Contributors:
- * Rémi Denis-Courmont, Nokia
+ * Youness Alaoui, Collabora Ltd.
*
* Alternatively, the contents of this file may be used under the terms of the
* the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
diff --git a/stun/win32_common.h b/stun/win32_common.h
index 4119dea..2797eba 100644
--- a/stun/win32_common.h
+++ b/stun/win32_common.h
@@ -1,3 +1,40 @@
+/*
+ * This file is part of the Nice GLib ICE library.
+ *
+ * (C) 2008-2009 Collabora Ltd.
+ * Contact: Youness Alaoui
+ * (C) 2008-2009 Nokia Corporation. All rights reserved.
+ *
+ * The contents of this file are subject to the Mozilla Public License Version
+ * 1.1 (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ * for the specific language governing rights and limitations under the
+ * License.
+ *
+ * The Original Code is the Nice GLib ICE library.
+ *
+ * The Initial Developers of the Original Code are Collabora Ltd and Nokia
+ * Corporation. All Rights Reserved.
+ *
+ * Contributors:
+ * Youness Alaoui, Collabora Ltd.
+ * Danny Smith
+ *
+ * Alternatively, the contents of this file may be used under the terms of the
+ * the GNU Lesser General Public License Version 2.1 (the "LGPL"), in which
+ * case the provisions of LGPL are applicable instead of those above. If you
+ * wish to allow use of your version of this file only under the terms of the
+ * LGPL and not to allow others to use your version of this file under the
+ * MPL, indicate your decision by deleting the provisions above and replace
+ * them with the notice and other provisions required by the LGPL. If you do
+ * not delete the provisions above, a recipient may use your version of this
+ * file under either the MPL or the LGPL.
+ */
+
/* ISO C9x 7.18 Integer types <stdint.h>
* Based on ISO/IEC SC22/WG14 9899 Committee draft (SC22 N2794)
*
diff --git a/tests/test-pseudotcp.c b/tests/test-pseudotcp.c
index a819cf1..bd66940 100644
--- a/tests/test-pseudotcp.c
+++ b/tests/test-pseudotcp.c
@@ -3,7 +3,6 @@
*
* (C) 2010 Collabora Ltd.
* Contact: Youness Alaoui
- * (C) 2010 Nokia Corporation. All rights reserved.
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with