Add SVN properties to a bunch of other files

This commit is contained in:
gb.luke 2010-07-05 02:12:35 +00:00
parent 347756200d
commit ffae07964a
4 changed files with 30 additions and 8 deletions

View File

@ -1,9 +1,9 @@
////////////////////////////// ///////////////////////////////////////
// NUS Downlodaer: Form1.cs // // NUS Downloader: Form1.cs //
// $Rev:: $ // // $Rev:: $ //
// $Author:: $ // // $Author:: $ //
// $Date:: $ // // $Date:: $ //
////////////////////////////// ///////////////////////////////////////
using System; using System;

View File

@ -1,4 +1,12 @@
using System; ///////////////////////////////////////
// NUS Downloader: Program.cs //
// $Rev:: $ //
// $Author:: $ //
// $Date:: $ //
///////////////////////////////////////
using System;
using System.Windows.Forms; using System.Windows.Forms;
namespace NUS_Downloader namespace NUS_Downloader

View File

@ -1,3 +1,10 @@
///////////////////////////////////////
// NUS Downlodaer: TODO //
// $Rev:: $ //
// $Author:: $ //
// $Date:: $ //
///////////////////////////////////////
Make more compatible with mono. Make more compatible with mono.
Finish scripting improvements. Finish scripting improvements.

View File

@ -1,4 +1,11 @@
using System; ///////////////////////////////////////
// NUS Downloader: WADPacker.cs //
// $Rev:: $ //
// $Author:: $ //
// $Date:: $ //
///////////////////////////////////////
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.IO; using System.IO;