diff options
Diffstat (limited to 'util-src/windows.c')
-rw-r--r-- | util-src/windows.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/util-src/windows.c b/util-src/windows.c index 7fb96312..5b1b088a 100644 --- a/util-src/windows.c +++ b/util-src/windows.c @@ -1,3 +1,16 @@ +/* Prosody IM
+-- Copyright (C) 2008-2010 Matthew Wild
+-- Copyright (C) 2008-2010 Waqas Hussain
+--
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
+--
+*/
+
+/*
+* windows.c
+* Windows support functions for Lua
+*/
#include <stdio.h>
#include <windows.h>
|