Skip to content

Commit

Permalink
prepending gpl to all .cs files
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMoyer committed Feb 13, 2013
1 parent 9610523 commit 9902a85
Show file tree
Hide file tree
Showing 69 changed files with 1,815 additions and 53 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion nDump.Console/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using nDump.Configuration;
using nDump.Logging;
using nDump.Model;
Expand Down Expand Up @@ -63,4 +79,4 @@ private static void PrintUsage()
System.Console.Write(Usage);
}
}
}
}
16 changes: 16 additions & 0 deletions nDump.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
Expand Down
18 changes: 17 additions & 1 deletion nDump.Console/nDumpConfigurationException.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System;

namespace nDump.Console
Expand All @@ -13,4 +29,4 @@ public nDumpConfigurationException()
{
}
}
}
}
18 changes: 17 additions & 1 deletion nDump.Console/nDumpParser.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using nDump.Configuration;

namespace nDump.Console
Expand Down Expand Up @@ -107,4 +123,4 @@ public nDumpOptions Parse(string[] args)
targetConnection, applyFilters, bulkImport, bulkDelete, insert);
}
}
}
}
18 changes: 17 additions & 1 deletion nDump.GUI/ExportForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion nDump.GUI/ExportForm.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.IO;
using System.Windows.Forms;
Expand Down Expand Up @@ -116,4 +132,4 @@ public void Log(Exception ex)
}
}
}
}
}
18 changes: 17 additions & 1 deletion nDump.GUI/IgnoredColumnsForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion nDump.GUI/IgnoredColumnsForm.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down Expand Up @@ -30,4 +46,4 @@ private void CancelButtonClick(object sender, EventArgs e)
Close();
}
}
}
}
18 changes: 17 additions & 1 deletion nDump.GUI/ImportTablesForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions nDump.GUI/ImportTablesForm.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections;
using System.Collections.Generic;
Expand Down
18 changes: 17 additions & 1 deletion nDump.GUI/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion nDump.GUI/MainForm.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.IO;
using System.Windows.Forms;
Expand Down Expand Up @@ -106,4 +122,4 @@ private void ExportToolStripMenuItemClick(object sender, EventArgs e)
new ExportForm(_dataPlan).ShowDialog();
}
}
}
}
16 changes: 16 additions & 0 deletions nDump.GUI/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down
16 changes: 16 additions & 0 deletions nDump.GUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
/* Copyright 2010-2013 Steve Moyer
* This file is part of nDump.
*
* nDump 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.
*
* nDump 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 nDump. If not, see <http://www.gnu.org/licenses/>.
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
Expand Down
16 changes: 16 additions & 0 deletions nDump.GUI/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions nDump.GUI/SqlConnectionControl.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9902a85

Please sign in to comment.