]> git.sesse.net Git - vlc/blobdiff - include/vlc_threads_funcs.h
Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
[vlc] / include / vlc_threads_funcs.h
index 29821afd7e62da423828e43cf9f8b5908fa3f0fa..918d5fd673b7d62cecbad38da843fca7fafde1e8 100644 (file)
@@ -2,7 +2,7 @@
  * vlc_threads_funcs.h : threads implementation for the VideoLAN client
  * This header provides a portable threads implementation.
  *****************************************************************************
- * Copyright (C) 1999, 2002 VideoLAN
+ * Copyright (C) 1999, 2002 the VideoLAN team
  * $Id$
  *
  * Authors: Jean-Marc Dressler <polux@via.ecp.fr>
@@ -22,7 +22,7 @@
  *
  * 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, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************