From 347756200d2541e1a24dfdf87bd973e196105b2c Mon Sep 17 00:00:00 2001 From: "gb.luke" Date: Mon, 5 Jul 2010 02:08:41 +0000 Subject: [PATCH] Inserted SVN header --- NUS Downloader/Form1.cs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/NUS Downloader/Form1.cs b/NUS Downloader/Form1.cs index f0abde0..9def003 100644 --- a/NUS Downloader/Form1.cs +++ b/NUS Downloader/Form1.cs @@ -1,4 +1,12 @@ -using System; +////////////////////////////// +// NUS Downlodaer: Form1.cs // +// $Rev:: $ // +// $Author:: $ // +// $Date:: $ // +////////////////////////////// + + +using System; using System.Windows.Forms; using System.IO; using System.Net;