From ffae07964ab421d1c61c689cffb567bbbcf0c183 Mon Sep 17 00:00:00 2001 From: "gb.luke" Date: Mon, 5 Jul 2010 02:12:35 +0000 Subject: [PATCH] Add SVN properties to a bunch of other files --- NUS Downloader/Form1.cs | 12 ++++++------ NUS Downloader/Program.cs | 10 +++++++++- NUS Downloader/TODO | 7 +++++++ NUS Downloader/WADPacker.cs | 9 ++++++++- 4 files changed, 30 insertions(+), 8 deletions(-) diff --git a/NUS Downloader/Form1.cs b/NUS Downloader/Form1.cs index 9def003..8ff8804 100644 --- a/NUS Downloader/Form1.cs +++ b/NUS Downloader/Form1.cs @@ -1,9 +1,9 @@ -////////////////////////////// -// NUS Downlodaer: Form1.cs // -// $Rev:: $ // -// $Author:: $ // -// $Date:: $ // -////////////////////////////// +/////////////////////////////////////// +// NUS Downloader: Form1.cs // +// $Rev:: $ // +// $Author:: $ // +// $Date:: $ // +/////////////////////////////////////// using System; diff --git a/NUS Downloader/Program.cs b/NUS Downloader/Program.cs index c22a446..98067c7 100644 --- a/NUS Downloader/Program.cs +++ b/NUS Downloader/Program.cs @@ -1,4 +1,12 @@ -using System; +/////////////////////////////////////// +// NUS Downloader: Program.cs // +// $Rev:: $ // +// $Author:: $ // +// $Date:: $ // +/////////////////////////////////////// + + +using System; using System.Windows.Forms; namespace NUS_Downloader diff --git a/NUS Downloader/TODO b/NUS Downloader/TODO index 8dbef8d..c71d4cd 100644 --- a/NUS Downloader/TODO +++ b/NUS Downloader/TODO @@ -1,3 +1,10 @@ +/////////////////////////////////////// +// NUS Downlodaer: TODO // +// $Rev:: $ // +// $Author:: $ // +// $Date:: $ // +/////////////////////////////////////// + Make more compatible with mono. Finish scripting improvements. diff --git a/NUS Downloader/WADPacker.cs b/NUS Downloader/WADPacker.cs index ada7cf4..c469e1d 100644 --- a/NUS Downloader/WADPacker.cs +++ b/NUS Downloader/WADPacker.cs @@ -1,4 +1,11 @@ -using System; +/////////////////////////////////////// +// NUS Downloader: WADPacker.cs // +// $Rev:: $ // +// $Author:: $ // +// $Date:: $ // +/////////////////////////////////////// + +using System; using System.Collections.Generic; using System.Text; using System.IO;