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;