Add pragma
authorBrian Aker <brian@tangent.org>
Mon, 7 Mar 2011 23:09:56 +0000 (15:09 -0800)
committerBrian Aker <brian@tangent.org>
Mon, 7 Mar 2011 23:09:56 +0000 (15:09 -0800)
libtest/server.h

index 0aef86f93ce28ee57747a18329499e32da1b726c..e849f29a924b05587732ee67e1fb0dcc1d712e5d 100644 (file)
@@ -1,4 +1,5 @@
 /*
+ * Copyright (C) 2011 Data Differential, http://datadifferential.com/
  * Copyright (C) 2006-2009 Brian Aker
  * All rights reserved.
  *
@@ -6,6 +7,8 @@
  * the COPYING file in the parent directory for full text.
  */
 
+#pragma once
+
 /*
   Server startup and shutdown functions.
 */