diff --git a/src/Vinesauce ROM Corruptor/Corruption.cs b/src/Vinesauce ROM Corruptor/Corruption.cs index 0f1ab13..2ec90e1 100644 --- a/src/Vinesauce ROM Corruptor/Corruption.cs +++ b/src/Vinesauce ROM Corruptor/Corruption.cs @@ -1,4 +1,24 @@ -using System; +/* + * Copyright (C) 2013 Ryan Sammon. + * + * This file is part of the Vinesauce ROM Corruptor. + * + * The Vinesauce ROM Corruptor 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. + * + * The Vinesauce ROM Corruptor 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 the Vinesauce ROM Corruptor. If not, see + * . + */ + +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/src/Vinesauce ROM Corruptor/HotkeyForm.Designer.cs b/src/Vinesauce ROM Corruptor/HotkeyForm.Designer.cs index f39e429..70f46b1 100644 --- a/src/Vinesauce ROM Corruptor/HotkeyForm.Designer.cs +++ b/src/Vinesauce ROM Corruptor/HotkeyForm.Designer.cs @@ -1,4 +1,24 @@ -namespace Vinesauce_ROM_Corruptor +/* + * Copyright (C) 2013 Ryan Sammon. + * + * This file is part of the Vinesauce ROM Corruptor. + * + * The Vinesauce ROM Corruptor 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. + * + * The Vinesauce ROM Corruptor 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 the Vinesauce ROM Corruptor. If not, see + * . + */ + +namespace Vinesauce_ROM_Corruptor { partial class HotkeyForm { diff --git a/src/Vinesauce ROM Corruptor/QueueForm.Designer.cs b/src/Vinesauce ROM Corruptor/QueueForm.Designer.cs index eb8e1bc..b608f18 100644 --- a/src/Vinesauce ROM Corruptor/QueueForm.Designer.cs +++ b/src/Vinesauce ROM Corruptor/QueueForm.Designer.cs @@ -1,4 +1,24 @@ -namespace Vinesauce_ROM_Corruptor +/* + * Copyright (C) 2013 Ryan Sammon. + * + * This file is part of the Vinesauce ROM Corruptor. + * + * The Vinesauce ROM Corruptor 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. + * + * The Vinesauce ROM Corruptor 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 the Vinesauce ROM Corruptor. If not, see + * . + */ + +namespace Vinesauce_ROM_Corruptor { partial class QueueForm { diff --git a/src/Vinesauce ROM Corruptor/QueueForm.cs b/src/Vinesauce ROM Corruptor/QueueForm.cs index a117b09..094c256 100644 --- a/src/Vinesauce ROM Corruptor/QueueForm.cs +++ b/src/Vinesauce ROM Corruptor/QueueForm.cs @@ -1,4 +1,24 @@ -using System; +/* + * Copyright (C) 2013 Ryan Sammon. + * + * This file is part of the Vinesauce ROM Corruptor. + * + * The Vinesauce ROM Corruptor 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. + * + * The Vinesauce ROM Corruptor 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 the Vinesauce ROM Corruptor. If not, see + * . + */ + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data;