From e13108f7c3cda0b3810aec2dd5e9793f78a3b109 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 27 Aug 2018 18:29:55 +0100 Subject: [PATCH] Add file headers to GUI parts. --- DiscImageChef.Gui/ConsoleHandler.cs | 34 +++++++++++++++++++++++++++- DiscImageChef.Gui/frmConsole.xeto | 33 +++++++++++++++++++++++++++ DiscImageChef.Gui/frmConsole.xeto.cs | 31 +++++++++++++++++++++++++ DiscImageChef.Gui/frmMain.xeto | 33 +++++++++++++++++++++++++++ DiscImageChef.Gui/frmMain.xeto.cs | 31 +++++++++++++++++++++++++ 5 files changed, 161 insertions(+), 1 deletion(-) diff --git a/DiscImageChef.Gui/ConsoleHandler.cs b/DiscImageChef.Gui/ConsoleHandler.cs index 27262fdd5..c4de910e5 100644 --- a/DiscImageChef.Gui/ConsoleHandler.cs +++ b/DiscImageChef.Gui/ConsoleHandler.cs @@ -1,4 +1,36 @@ -using System; +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : ConsoleHandler.cs +// Author(s) : Natalia Portillo +// +// Component : GUI console. +// +// --[ Description ] ---------------------------------------------------------- +// +// Receives DicConsole events and stores them for showing in the console +// window. +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General public License for more details. +// +// You should have received a copy of the GNU General public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ +using System; using System.Collections.ObjectModel; using DiscImageChef.Console; diff --git a/DiscImageChef.Gui/frmConsole.xeto b/DiscImageChef.Gui/frmConsole.xeto index b3715b17d..d17e4cd8e 100644 --- a/DiscImageChef.Gui/frmConsole.xeto +++ b/DiscImageChef.Gui/frmConsole.xeto @@ -1,4 +1,37 @@  +
diff --git a/DiscImageChef.Gui/frmConsole.xeto.cs b/DiscImageChef.Gui/frmConsole.xeto.cs index d897d6d97..351d7c5e2 100644 --- a/DiscImageChef.Gui/frmConsole.xeto.cs +++ b/DiscImageChef.Gui/frmConsole.xeto.cs @@ -1,3 +1,34 @@ +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : frmConsole.xeto.cs +// Author(s) : Natalia Portillo +// +// Component : Console window. +// +// --[ Description ] ---------------------------------------------------------- +// +// Implements the console window and saving or clearing console log. +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General public License for more details. +// +// You should have received a copy of the GNU General public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ using System; using System.ComponentModel; using System.IO; diff --git a/DiscImageChef.Gui/frmMain.xeto b/DiscImageChef.Gui/frmMain.xeto index 1103534ea..1971b8084 100644 --- a/DiscImageChef.Gui/frmMain.xeto +++ b/DiscImageChef.Gui/frmMain.xeto @@ -1,4 +1,37 @@  + diff --git a/DiscImageChef.Gui/frmMain.xeto.cs b/DiscImageChef.Gui/frmMain.xeto.cs index 66cf17637..88e2df2a3 100644 --- a/DiscImageChef.Gui/frmMain.xeto.cs +++ b/DiscImageChef.Gui/frmMain.xeto.cs @@ -1,3 +1,34 @@ +// /*************************************************************************** +// The Disc Image Chef +// ---------------------------------------------------------------------------- +// +// Filename : frmMain.xeto.cs +// Author(s) : Natalia Portillo +// +// Component : Main window. +// +// --[ Description ] ---------------------------------------------------------- +// +// Implements main GUI window. +// +// --[ License ] -------------------------------------------------------------- +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General public License for more details. +// +// You should have received a copy of the GNU General public License +// along with this program. If not, see . +// +// ---------------------------------------------------------------------------- +// Copyright © 2011-2018 Natalia Portillo +// ****************************************************************************/ using System; using System.ComponentModel; using System.Linq;