Changeset 2289
- Timestamp:
- 1/4/2011 5:23:40 AM (2 years ago)
- Location:
- branches/eraser6/pluginsRewrite/Eraser.Plugins
- Files:
-
- 3 edited
-
PluginLoadEventArgs.cs (modified) (1 diff)
-
PluginLoadedEventArgs.cs (modified) (1 diff)
-
Properties/AssemblyInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite/Eraser.Plugins/PluginLoadEventArgs.cs
r2288 r2289 1 using System; 1 /* 2 * $Id$ 3 * Copyright 2008-2010 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 22 using System; 2 23 using System.Collections.Generic; 3 24 using System.Linq; -
branches/eraser6/pluginsRewrite/Eraser.Plugins/PluginLoadedEventArgs.cs
r2288 r2289 1 using System; 1 /* 2 * $Id$ 3 * Copyright 2008-2010 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 22 using System; 2 23 using System.Collections.Generic; 3 24 using System.Linq; -
branches/eraser6/pluginsRewrite/Eraser.Plugins/Properties/AssemblyInfo.cs
r2288 r2289 1 using System.Reflection; 1 /* 2 * $Id$ 3 * Copyright 2008-2010 The Eraser Project 4 * Original Author: Joel Low <lowjoel@users.sourceforge.net> 5 * Modified By: 6 * 7 * This file is part of Eraser. 8 * 9 * Eraser is free software: you can redistribute it and/or modify it under the 10 * terms of the GNU General Public License as published by the Free Software 11 * Foundation, either version 3 of the License, or (at your option) any later 12 * version. 13 * 14 * Eraser is distributed in the hope that it will be useful, but WITHOUT ANY 15 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR 16 * A PARTICULAR PURPOSE. See the GNU General Public License for more details. 17 * 18 * A copy of the GNU General Public License can be found at 19 * <http://www.gnu.org/licenses/>. 20 */ 21 22 using System.Reflection; 2 23 using System.Runtime.CompilerServices; 3 24 using System.Runtime.InteropServices;
Note: See TracChangeset
for help on using the changeset viewer.
