Module: wine
Branch: master
Commit: f1b30eb49d5ac61afed0d88d4f5bc59e60967eba
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f1b30eb49d5ac61afed0d88d4…
Author: Andrew Nguyen <arethusa26(a)gmail.com>
Date: Wed Feb 3 01:28:37 2010 -0600
msnet32: Add copyright author information.
---
dlls/msnet32/msnet_main.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/dlls/msnet32/msnet_main.c b/dlls/msnet32/msnet_main.c
index 7c75900..1ffef50 100644
--- a/dlls/msnet32/msnet_main.c
+++ b/dlls/msnet32/msnet_main.c
@@ -1,4 +1,9 @@
/*
+ * Microsoft Network API implementation
+ *
+ * Copyright 2003 Rein Klazes
+ * Copyright 2006 Alexandre Julliard
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either