aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorDavid <david@xagasoft.com>2007-11-15 21:31:43 +0000
committerDavid <david@xagasoft.com>2007-11-15 21:31:43 +0000
commitbc55304f4fa990901000d9077e4efb23ee04c10f (patch)
treecdb8a2499111ecb9389ed6373664d9a881003afa /src/socket.h
parentdf1f675d9898c7de8ea8f9158af34250d9aaa6f6 (diff)
downloadlibbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.gz
libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.bz2
libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.tar.xz
libbu++-bc55304f4fa990901000d9077e4efb23ee04c10f.zip
david - adding license tag to the top of all header files
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h
index 96cfeb9..1f1e929 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#ifndef BU_SOCKET_H 8#ifndef BU_SOCKET_H
2#define BU_SOCKET_H 9#define BU_SOCKET_H
3 10