Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Olivier Crête
libnice
Commits
32be0c07
Commit
32be0c07
authored
Jan 13, 2010
by
Youness Alaoui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix copyright headers for all files
parent
346672b0
Changes
69
Hide whitespace changes
Inline
Side-by-side
Showing
69 changed files
with
274 additions
and
170 deletions
+274
-170
agent/address.c
agent/address.c
+4
-3
agent/address.h
agent/address.h
+5
-3
agent/agent-priv.h
agent/agent-priv.h
+4
-3
agent/agent.c
agent/agent.c
+4
-3
agent/agent.h
agent/agent.h
+4
-3
agent/candidate.c
agent/candidate.c
+4
-3
agent/candidate.h
agent/candidate.h
+4
-3
agent/component.c
agent/component.c
+4
-3
agent/component.h
agent/component.h
+4
-3
agent/conncheck.c
agent/conncheck.c
+4
-3
agent/conncheck.h
agent/conncheck.h
+4
-3
agent/debug.c
agent/debug.c
+1
-0
agent/debug.h
agent/debug.h
+1
-0
agent/discovery.c
agent/discovery.c
+4
-1
agent/discovery.h
agent/discovery.h
+4
-1
agent/interfaces.c
agent/interfaces.c
+1
-0
agent/interfaces.h
agent/interfaces.h
+3
-0
agent/pseudotcp.c
agent/pseudotcp.c
+0
-1
agent/pseudotcp.h
agent/pseudotcp.h
+0
-1
agent/stream.c
agent/stream.c
+4
-3
agent/stream.h
agent/stream.h
+5
-3
nice/nice.h
nice/nice.h
+4
-3
random/random-glib.c
random/random-glib.c
+4
-2
random/random-glib.h
random/random-glib.h
+2
-2
random/random.c
random/random.c
+3
-2
random/random.h
random/random.h
+2
-2
random/test.c
random/test.c
+3
-2
socket/http.h
socket/http.h
+4
-5
socket/pseudossl.c
socket/pseudossl.c
+4
-9
socket/pseudossl.h
socket/pseudossl.h
+4
-5
socket/socket.c
socket/socket.c
+4
-5
socket/socket.h
socket/socket.h
+4
-5
socket/tcp-bsd.c
socket/tcp-bsd.c
+4
-9
socket/tcp-bsd.h
socket/tcp-bsd.h
+4
-5
socket/tcp-turn.c
socket/tcp-turn.c
+4
-9
socket/tcp-turn.h
socket/tcp-turn.h
+4
-5
socket/turn.c
socket/turn.c
+1
-4
socket/turn.h
socket/turn.h
+1
-2
socket/udp-bsd.c
socket/udp-bsd.c
+4
-5
socket/udp-bsd.h
socket/udp-bsd.h
+4
-3
stun/constants.h
stun/constants.h
+3
-1
stun/debug.c
stun/debug.c
+3
-2
stun/debug.h
stun/debug.h
+3
-2
stun/rand.c
stun/rand.c
+1
-1
stun/rand.h
stun/rand.h
+4
-1
stun/stun5389.c
stun/stun5389.c
+3
-4
stun/stunagent.c
stun/stunagent.c
+4
-3
stun/stunagent.h
stun/stunagent.h
+4
-2
stun/stuncrc32.c
stun/stuncrc32.c
+5
-1
stun/stuncrc32.h
stun/stuncrc32.h
+4
-4
stun/stunhmac.c
stun/stunhmac.c
+4
-1
stun/stunhmac.h
stun/stunhmac.h
+3
-1
stun/stunmessage.c
stun/stunmessage.c
+4
-1
stun/stunmessage.h
stun/stunmessage.h
+6
-2
stun/tools/stunbdc.c
stun/tools/stunbdc.c
+4
-1
stun/tools/stund.c
stun/tools/stund.c
+4
-1
stun/tools/stund.h
stun/tools/stund.h
+4
-1
stun/usages/bind.c
stun/usages/bind.c
+4
-1
stun/usages/bind.h
stun/usages/bind.h
+4
-1
stun/usages/ice.c
stun/usages/ice.c
+4
-1
stun/usages/ice.h
stun/usages/ice.h
+4
-1
stun/usages/timer.c
stun/usages/timer.c
+4
-1
stun/usages/timer.h
stun/usages/timer.h
+4
-1
stun/usages/turn.c
stun/usages/turn.c
+4
-1
stun/usages/turn.h
stun/usages/turn.h
+4
-1
stun/utils.c
stun/utils.c
+6
-2
stun/utils.h
stun/utils.h
+4
-3
stun/win32_common.h
stun/win32_common.h
+37
-0
tests/test-pseudotcp.c
tests/test-pseudotcp.c
+0
-1
No files found.
agent/address.c
View file @
32be0c07
/*
* 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
...
...
agent/address.h
View file @
32be0c07
/*
* 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
...
...
agent/agent-priv.h
View file @
32be0c07
/*
* 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
...
...
agent/agent.c
View file @
32be0c07
/*
* 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
...
...
agent/agent.h
View file @
32be0c07
/*
* 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
...
...
agent/candidate.c
View file @
32be0c07
/*
* 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
...
...
agent/candidate.h
View file @
32be0c07
/*
* 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
...
...
agent/component.c
View file @
32be0c07
/*
* 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
...
...
agent/component.h
View file @
32be0c07
/*
* 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
...
...
agent/conncheck.c
View file @
32be0c07
/*
* 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
...
...
agent/conncheck.h
View file @
32be0c07
/*
* 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
...
...
agent/debug.c
View file @
32be0c07
...
...
@@ -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
...
...
agent/debug.h
View file @
32be0c07
...
...
@@ -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
...
...
agent/discovery.c
View file @
32be0c07
/*
* 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
...
...
agent/discovery.h
View file @
32be0c07
/*
* 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
...
...
agent/interfaces.c
View file @
32be0c07
...
...
@@ -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>
*
...
...
agent/interfaces.h
View file @
32be0c07
...
...
@@ -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
...
...
agent/pseudotcp.c
View file @
32be0c07
...
...
@@ -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
...
...
agent/pseudotcp.h
View file @
32be0c07
...
...
@@ -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
...
...
agent/stream.c
View file @
32be0c07
/*
* 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
...
...
agent/stream.h
View file @
32be0c07
/*
* 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
...
...
nice/nice.h
View file @
32be0c07
/*
* 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
...
...
random/random-glib.c
View file @
32be0c07
/*
* 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
...
...
random/random-glib.h
View file @
32be0c07
/*
* 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
...
...
random/random.c
View file @
32be0c07
/*
* 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
...
...
random/random.h
View file @
32be0c07
/*
* 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
...
...
random/test.c
View file @
32be0c07
/*
* 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
...
...
socket/http.h
View file @
32be0c07
/*
* 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
...
...
socket/pseudossl.c
View file @
32be0c07
/*
* 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
...
...
socket/pseudossl.h
View file @
32be0c07
/*
* 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
...
...
socket/socket.c
View file @
32be0c07
/*
* 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
...
...
socket/socket.h
View file @
32be0c07
/*
* 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
...
...
socket/tcp-bsd.c
View file @
32be0c07
/*
* 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
...
...
socket/tcp-bsd.h
View file @
32be0c07
/*
* 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