diff --git a/trunk/Assistant/Assistant.cs b/trunk/Assistant/Assistant.cs index 8af7861d6..ed029d3eb 100644 --- a/trunk/Assistant/Assistant.cs +++ b/trunk/Assistant/Assistant.cs @@ -1,20 +1,22 @@ /* - * Process Hacker + * Process Hacker Assistant * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Asm/AsmData.cs b/trunk/ProcessHacker/Asm/AsmData.cs index 1fa08803d..465f3b317 100644 --- a/trunk/ProcessHacker/Asm/AsmData.cs +++ b/trunk/ProcessHacker/Asm/AsmData.cs @@ -1,22 +1,25 @@ /* Original file: asmserv.c * - * Free Disassembler and Assembler -- Command data and service routines + * Free Disassembler and Assembler - + * command data and service routines * * Copyright (C) 2008 wj32 * Copyright (C) 2001 Oleh Yuschuk + * + * This file is part of Process Hacker. * - * This program is free software; you can redistribute it and/or modify + * Process Hacker 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 2 of the License, or + * 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, + * Process Hacker 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, write to the Free Software + * along with Process Hacker; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/trunk/ProcessHacker/Asm/AsmDefinitions.cs b/trunk/ProcessHacker/Asm/AsmDefinitions.cs index 8cbcae98c..be6b37475 100644 --- a/trunk/ProcessHacker/Asm/AsmDefinitions.cs +++ b/trunk/ProcessHacker/Asm/AsmDefinitions.cs @@ -1,22 +1,25 @@ /* Original file: disasm.h * - * Free Disassembler and Assembler -- Header file + * Free Disassembler and Assembler - + * header file * * Copyright (C) 2008 wj32 * Copyright (C) 2001 Oleh Yuschuk * - * This program is free software; you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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 2 of the License, or + * 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, + * Process Hacker 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, write to the Free Software + * along with Process Hacker; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/trunk/ProcessHacker/Asm/AsmMisc.cs b/trunk/ProcessHacker/Asm/AsmMisc.cs index 5953b2861..8fa78564a 100644 --- a/trunk/ProcessHacker/Asm/AsmMisc.cs +++ b/trunk/ProcessHacker/Asm/AsmMisc.cs @@ -1,22 +1,25 @@ /* Original file: asmserv.c * - * Free Disassembler and Assembler -- Command data and service routines + * Free Disassembler and Assembler - + * command data and service routines * * Copyright (C) 2008 wj32 * Copyright (C) 2001 Oleh Yuschuk * - * This program is free software; you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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 2 of the License, or + * 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, + * Process Hacker 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, write to the Free Software + * along with Process Hacker; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/trunk/ProcessHacker/Asm/Disassembler.cs b/trunk/ProcessHacker/Asm/Disassembler.cs index 951c8eac5..2d0094575 100644 --- a/trunk/ProcessHacker/Asm/Disassembler.cs +++ b/trunk/ProcessHacker/Asm/Disassembler.cs @@ -1,22 +1,25 @@ /* Original file: disasm.c * - * Free Disassembler and Assembler -- Disassembler + * Free Disassembler and Assembler - + * disassembler * * Copyright (C) 2008 wj32 * Copyright (C) 2001 Oleh Yuschuk * - * This program is free software; you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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 2 of the License, or + * 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, + * Process Hacker 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, write to the Free Software + * along with Process Hacker; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ diff --git a/trunk/ProcessHacker/Components/ColorModifier.cs b/trunk/ProcessHacker/Components/ColorModifier.cs index 329cf5329..02524113f 100644 --- a/trunk/ProcessHacker/Components/ColorModifier.cs +++ b/trunk/ProcessHacker/Components/ColorModifier.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * user-friendly color modifier control * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/FileNameBox.cs b/trunk/ProcessHacker/Components/FileNameBox.cs index bc9e63b0b..07035a649 100644 --- a/trunk/ProcessHacker/Components/FileNameBox.cs +++ b/trunk/ProcessHacker/Components/FileNameBox.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * file name textbox with extra actions * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/HandleList.cs b/trunk/ProcessHacker/Components/HandleList.cs index 37ba283f3..2fb303ca5 100644 --- a/trunk/ProcessHacker/Components/HandleList.cs +++ b/trunk/ProcessHacker/Components/HandleList.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * Handle list * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/HighlightedListViewItem.cs b/trunk/ProcessHacker/Components/HighlightedListViewItem.cs index 293bdfa71..7d1807f46 100644 --- a/trunk/ProcessHacker/Components/HighlightedListViewItem.cs +++ b/trunk/ProcessHacker/Components/HighlightedListViewItem.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * reusable ListViewItem highlighting * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/MemoryList.cs b/trunk/ProcessHacker/Components/MemoryList.cs index 0d2291ad6..ff4ebb342 100644 --- a/trunk/ProcessHacker/Components/MemoryList.cs +++ b/trunk/ProcessHacker/Components/MemoryList.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * memory region list * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/ModuleList.cs b/trunk/ProcessHacker/Components/ModuleList.cs index a6b03752e..c533f71e4 100644 --- a/trunk/ProcessHacker/Components/ModuleList.cs +++ b/trunk/ProcessHacker/Components/ModuleList.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * module list * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/Plotter.cs b/trunk/ProcessHacker/Components/Plotter.cs index 9f5d72b55..aa832f0c5 100644 --- a/trunk/ProcessHacker/Components/Plotter.cs +++ b/trunk/ProcessHacker/Components/Plotter.cs @@ -1,21 +1,24 @@ /* - * Process Hacker - * - * Copyright (C) 2008 wj32 + * Process Hacker - + * plotter control + * + * Copyright (C) 2008-2009 wj32 * Copyright (C) 2008 Dean * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/ProcessTree/ProcessNode.cs b/trunk/ProcessHacker/Components/ProcessTree/ProcessNode.cs index 31dbbf543..35dad3917 100644 --- a/trunk/ProcessHacker/Components/ProcessTree/ProcessNode.cs +++ b/trunk/ProcessHacker/Components/ProcessTree/ProcessNode.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * Node implementation for the process tree * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System.Collections.Generic; diff --git a/trunk/ProcessHacker/Components/ProcessTree/ProcessToolTipProvider.cs b/trunk/ProcessHacker/Components/ProcessTree/ProcessToolTipProvider.cs index e1e77892a..8108aaefb 100644 --- a/trunk/ProcessHacker/Components/ProcessTree/ProcessToolTipProvider.cs +++ b/trunk/ProcessHacker/Components/ProcessTree/ProcessToolTipProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * IToolTipProvider implementation for the process tree * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System.Diagnostics; diff --git a/trunk/ProcessHacker/Components/ProcessTree/ProcessTree.cs b/trunk/ProcessHacker/Components/ProcessTree/ProcessTree.cs index df53bfa81..04a1413e9 100644 --- a/trunk/ProcessHacker/Components/ProcessTree/ProcessTree.cs +++ b/trunk/ProcessHacker/Components/ProcessTree/ProcessTree.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * process tree control * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/ProcessTree/ProcessTreeModel.cs b/trunk/ProcessHacker/Components/ProcessTree/ProcessTreeModel.cs index 6a314e67a..f690d1fc0 100644 --- a/trunk/ProcessHacker/Components/ProcessTree/ProcessTreeModel.cs +++ b/trunk/ProcessHacker/Components/ProcessTree/ProcessTreeModel.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * ITreeModel implementation for the process tree * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/ServiceList.cs b/trunk/ProcessHacker/Components/ServiceList.cs index c95c3f692..0db1848b7 100644 --- a/trunk/ProcessHacker/Components/ServiceList.cs +++ b/trunk/ProcessHacker/Components/ServiceList.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * service list * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/ServiceProperties.cs b/trunk/ProcessHacker/Components/ServiceProperties.cs index 1cf6982cb..a4319e294 100644 --- a/trunk/ProcessHacker/Components/ServiceProperties.cs +++ b/trunk/ProcessHacker/Components/ServiceProperties.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * embeddable service properties control * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/StructViewer.cs b/trunk/ProcessHacker/Components/StructViewer.cs index 678de0e09..27670a007 100644 --- a/trunk/ProcessHacker/Components/StructViewer.cs +++ b/trunk/ProcessHacker/Components/StructViewer.cs @@ -1,4 +1,26 @@ -using System; +/* + * Process Hacker - + * struct viewer control + * + * Copyright (C) 2008-2009 wj32 + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . + */ + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/trunk/ProcessHacker/Components/ThreadList.cs b/trunk/ProcessHacker/Components/ThreadList.cs index c1f7b55fd..20f64b124 100644 --- a/trunk/ProcessHacker/Components/ThreadList.cs +++ b/trunk/ProcessHacker/Components/ThreadList.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * thread list * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/TokenGroups.cs b/trunk/ProcessHacker/Components/TokenGroups.cs index 0b89541ea..71a29f0cc 100644 --- a/trunk/ProcessHacker/Components/TokenGroups.cs +++ b/trunk/ProcessHacker/Components/TokenGroups.cs @@ -1,21 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * token groups viewer * - * Copyright (C) 2008 Dean * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/TokenProperties.cs b/trunk/ProcessHacker/Components/TokenProperties.cs index 35757f54c..d24b73014 100644 --- a/trunk/ProcessHacker/Components/TokenProperties.cs +++ b/trunk/ProcessHacker/Components/TokenProperties.cs @@ -1,21 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * token properties viewer * - * Copyright (C) 2008 Dean * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/UtilitiesButton.cs b/trunk/ProcessHacker/Components/UtilitiesButton.cs index 70e52f2c7..579e6d9e0 100644 --- a/trunk/ProcessHacker/Components/UtilitiesButton.cs +++ b/trunk/ProcessHacker/Components/UtilitiesButton.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * button for inserting various data * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Components/VerticleProgressBar.cs b/trunk/ProcessHacker/Components/VerticleProgressBar.cs index 1538bd73e..45693bae4 100644 --- a/trunk/ProcessHacker/Components/VerticleProgressBar.cs +++ b/trunk/ProcessHacker/Components/VerticleProgressBar.cs @@ -1,4 +1,26 @@ -using System; +/* + * Process Hacker - + * vertical progress bar + * + * Copyright (C) 2008 wj32 + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . + */ + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; diff --git a/trunk/ProcessHacker/FormHelper/AsyncUtils.cs b/trunk/ProcessHacker/FormHelper/AsyncUtils.cs index 135dba2eb..02481953d 100644 --- a/trunk/ProcessHacker/FormHelper/AsyncUtils.cs +++ b/trunk/ProcessHacker/FormHelper/AsyncUtils.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * wrapper for running tasks asynchronously * * Copyright (C) 2008 Dean * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/FormHelper/HandleFilter.cs b/trunk/ProcessHacker/FormHelper/HandleFilter.cs index fded8d8b6..3911184f6 100644 --- a/trunk/ProcessHacker/FormHelper/HandleFilter.cs +++ b/trunk/ProcessHacker/FormHelper/HandleFilter.cs @@ -1,21 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * handle filter * * Copyright (C) 2008 Dean - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; @@ -27,7 +30,6 @@ using System.Collections; namespace ProcessHacker.FormHelper { - public sealed class HandleFilter : AsyncOperation { public delegate void MatchListViewEvent(List item); @@ -170,7 +172,6 @@ namespace ProcessHacker.FormHelper } } } - } diff --git a/trunk/ProcessHacker/Forms/AboutWindow.cs b/trunk/ProcessHacker/Forms/AboutWindow.cs index 704836a7c..45697e8bd 100644 --- a/trunk/ProcessHacker/Forms/AboutWindow.cs +++ b/trunk/ProcessHacker/Forms/AboutWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * about window * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/DisassemblyWindow.cs b/trunk/ProcessHacker/Forms/DisassemblyWindow.cs index f05feff13..73e5f008e 100644 --- a/trunk/ProcessHacker/Forms/DisassemblyWindow.cs +++ b/trunk/ProcessHacker/Forms/DisassemblyWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * disassembly window * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/EditDEPWindow.cs b/trunk/ProcessHacker/Forms/EditDEPWindow.cs index 772ad3a53..44af04978 100644 --- a/trunk/ProcessHacker/Forms/EditDEPWindow.cs +++ b/trunk/ProcessHacker/Forms/EditDEPWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * DEP status editor * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/ErrorDialog.cs b/trunk/ProcessHacker/Forms/ErrorDialog.cs index a945c011b..8800b1ba1 100644 --- a/trunk/ProcessHacker/Forms/ErrorDialog.cs +++ b/trunk/ProcessHacker/Forms/ErrorDialog.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * unhandled exception dialog * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/GetProcAddressWindow.cs b/trunk/ProcessHacker/Forms/GetProcAddressWindow.cs index f23291862..81621c634 100644 --- a/trunk/ProcessHacker/Forms/GetProcAddressWindow.cs +++ b/trunk/ProcessHacker/Forms/GetProcAddressWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * get-procedure-address tool * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/HackerWindow.cs b/trunk/ProcessHacker/Forms/HackerWindow.cs index 4f86dda83..bdfa7070c 100644 --- a/trunk/ProcessHacker/Forms/HackerWindow.cs +++ b/trunk/ProcessHacker/Forms/HackerWindow.cs @@ -1,21 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * main Process Hacker window * * Copyright (C) 2008 Dean - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/HandleFilterWindow.cs b/trunk/ProcessHacker/Forms/HandleFilterWindow.cs index 8884a7976..fc0fec75a 100644 --- a/trunk/ProcessHacker/Forms/HandleFilterWindow.cs +++ b/trunk/ProcessHacker/Forms/HandleFilterWindow.cs @@ -1,21 +1,24 @@ /* - * Process Hacker - * + * Process Hacker - + * handle filter user interface + * * Copyright (C) 2008 Dean * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/HelpWindow.cs b/trunk/ProcessHacker/Forms/HelpWindow.cs index bfd418813..040e0f0e9 100644 --- a/trunk/ProcessHacker/Forms/HelpWindow.cs +++ b/trunk/ProcessHacker/Forms/HelpWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * help window * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/InformationBox.cs b/trunk/ProcessHacker/Forms/InformationBox.cs index d44786fad..44abdb217 100644 --- a/trunk/ProcessHacker/Forms/InformationBox.cs +++ b/trunk/ProcessHacker/Forms/InformationBox.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * simple-to-use text display box * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/ListPickerWindow.cs b/trunk/ProcessHacker/Forms/ListPickerWindow.cs index ecb437918..eddd24eaf 100644 --- a/trunk/ProcessHacker/Forms/ListPickerWindow.cs +++ b/trunk/ProcessHacker/Forms/ListPickerWindow.cs @@ -1,9 +1,26 @@ -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Text; +/* + * Process Hacker - + * simple-to-use list picker box + * + * Copyright (C) 2008 wj32 + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . + */ + +using System; using System.Windows.Forms; namespace ProcessHacker diff --git a/trunk/ProcessHacker/Forms/ListWindow.cs b/trunk/ProcessHacker/Forms/ListWindow.cs index 42081bb74..1c2c7be81 100644 --- a/trunk/ProcessHacker/Forms/ListWindow.cs +++ b/trunk/ProcessHacker/Forms/ListWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * simple-to-use list display box * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/MemoryEditor.cs b/trunk/ProcessHacker/Forms/MemoryEditor.cs index cd2209baa..c1f1013d7 100644 --- a/trunk/ProcessHacker/Forms/MemoryEditor.cs +++ b/trunk/ProcessHacker/Forms/MemoryEditor.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * memory editor window * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/OptionsWindow.cs b/trunk/ProcessHacker/Forms/OptionsWindow.cs index 4d1a9bc89..f611c15a7 100644 --- a/trunk/ProcessHacker/Forms/OptionsWindow.cs +++ b/trunk/ProcessHacker/Forms/OptionsWindow.cs @@ -1,21 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * options window * * Copyright (C) 2008 Dean - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/PEWindow.cs b/trunk/ProcessHacker/Forms/PEWindow.cs index d07c5e0fc..3f953d38a 100644 --- a/trunk/ProcessHacker/Forms/PEWindow.cs +++ b/trunk/ProcessHacker/Forms/PEWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * PE window * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/ProcessAffinity.cs b/trunk/ProcessHacker/Forms/ProcessAffinity.cs index e4607abb9..8baf2f8f6 100644 --- a/trunk/ProcessHacker/Forms/ProcessAffinity.cs +++ b/trunk/ProcessHacker/Forms/ProcessAffinity.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * process affinity editor * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/ProcessWindow.cs b/trunk/ProcessHacker/Forms/ProcessWindow.cs index 3dafc7192..4412639d8 100644 --- a/trunk/ProcessHacker/Forms/ProcessWindow.cs +++ b/trunk/ProcessHacker/Forms/ProcessWindow.cs @@ -1,21 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * process properties window * - * Copyright (C) 2008 Dean * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/PromptBox.cs b/trunk/ProcessHacker/Forms/PromptBox.cs index 33c0dc1a7..2a10c2b64 100644 --- a/trunk/ProcessHacker/Forms/PromptBox.cs +++ b/trunk/ProcessHacker/Forms/PromptBox.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * easy-to-use prompt box * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/ResultsWindow.cs b/trunk/ProcessHacker/Forms/ResultsWindow.cs index e8a00cc7b..09f032414 100644 --- a/trunk/ProcessHacker/Forms/ResultsWindow.cs +++ b/trunk/ProcessHacker/Forms/ResultsWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * search results window * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/RunWindow.cs b/trunk/ProcessHacker/Forms/RunWindow.cs index 57bc66520..2f7f308e5 100644 --- a/trunk/ProcessHacker/Forms/RunWindow.cs +++ b/trunk/ProcessHacker/Forms/RunWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * run as window * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/SearchWindow.cs b/trunk/ProcessHacker/Forms/SearchWindow.cs index ef445466f..b5a7a8929 100644 --- a/trunk/ProcessHacker/Forms/SearchWindow.cs +++ b/trunk/ProcessHacker/Forms/SearchWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * search options window * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/ServiceWindow.cs b/trunk/ProcessHacker/Forms/ServiceWindow.cs index 5921a2e38..ec0ee07ff 100644 --- a/trunk/ProcessHacker/Forms/ServiceWindow.cs +++ b/trunk/ProcessHacker/Forms/ServiceWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * service properties window * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/StructWindow.cs b/trunk/ProcessHacker/Forms/StructWindow.cs index 32777db8c..6321d79dd 100644 --- a/trunk/ProcessHacker/Forms/StructWindow.cs +++ b/trunk/ProcessHacker/Forms/StructWindow.cs @@ -1,4 +1,26 @@ -using System; +/* + * Process Hacker - + * struct viewer window + * + * Copyright (C) 2008 wj32 + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . + */ + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; diff --git a/trunk/ProcessHacker/Forms/SysInfoWindow.cs b/trunk/ProcessHacker/Forms/SysInfoWindow.cs index 0af916c80..ee3c70276 100644 --- a/trunk/ProcessHacker/Forms/SysInfoWindow.cs +++ b/trunk/ProcessHacker/Forms/SysInfoWindow.cs @@ -1,21 +1,24 @@ /* - * Process Hacker - * - * Copyright (C) 2008 wj32 + * Process Hacker - + * system information window + * + * Copyright (C) 2008-2009 wj32 * Copyright (C) 2008 Dean * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/TerminatorWindow.cs b/trunk/ProcessHacker/Forms/TerminatorWindow.cs index f1c7e59fc..b221acabe 100644 --- a/trunk/ProcessHacker/Forms/TerminatorWindow.cs +++ b/trunk/ProcessHacker/Forms/TerminatorWindow.cs @@ -1,21 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * terminator tool * - * Copyright (C) 2008 Dean * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/ThreadWindow.cs b/trunk/ProcessHacker/Forms/ThreadWindow.cs index 57daae896..66ffd3852 100644 --- a/trunk/ProcessHacker/Forms/ThreadWindow.cs +++ b/trunk/ProcessHacker/Forms/ThreadWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * thread properties window * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/TokenWindow.cs b/trunk/ProcessHacker/Forms/TokenWindow.cs index 58f9b1733..f657e3063 100644 --- a/trunk/ProcessHacker/Forms/TokenWindow.cs +++ b/trunk/ProcessHacker/Forms/TokenWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * token properties window * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Forms/VirtualProtectWindow.cs b/trunk/ProcessHacker/Forms/VirtualProtectWindow.cs index 70b0e0432..5017666a0 100644 --- a/trunk/ProcessHacker/Forms/VirtualProtectWindow.cs +++ b/trunk/ProcessHacker/Forms/VirtualProtectWindow.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * memory protection modifier tool * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/BaseConverter.cs b/trunk/ProcessHacker/Misc/BaseConverter.cs index edc96c1cd..7e7552a0b 100644 --- a/trunk/ProcessHacker/Misc/BaseConverter.cs +++ b/trunk/ProcessHacker/Misc/BaseConverter.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * base converter * - * Copyright (C) 2008 wj32 + * Copyright (C) 2006-2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/ColumnSettings.cs b/trunk/ProcessHacker/Misc/ColumnSettings.cs index 1dab106a9..053955471 100644 --- a/trunk/ProcessHacker/Misc/ColumnSettings.cs +++ b/trunk/ProcessHacker/Misc/ColumnSettings.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * column settings manager * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/DeltaManager.cs b/trunk/ProcessHacker/Misc/DeltaManager.cs index 4c9178d6c..4a66ebb71 100644 --- a/trunk/ProcessHacker/Misc/DeltaManager.cs +++ b/trunk/ProcessHacker/Misc/DeltaManager.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * delta manager * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/FixNumbers.cs b/trunk/ProcessHacker/Misc/FixNumbers.cs index e5c7b74d2..1e2b7468e 100644 --- a/trunk/ProcessHacker/Misc/FixNumbers.cs +++ b/trunk/ProcessHacker/Misc/FixNumbers.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * tokenizer fixer * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/GenericViewMenu.cs b/trunk/ProcessHacker/Misc/GenericViewMenu.cs index 8ae3fc6a6..ba80d2000 100644 --- a/trunk/ProcessHacker/Misc/GenericViewMenu.cs +++ b/trunk/ProcessHacker/Misc/GenericViewMenu.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * list view/tree view context menu generator * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/IdGenerator.cs b/trunk/ProcessHacker/Misc/IdGenerator.cs index 282553982..d84b049b9 100644 --- a/trunk/ProcessHacker/Misc/IdGenerator.cs +++ b/trunk/ProcessHacker/Misc/IdGenerator.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * unique ID generator * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/Misc.cs b/trunk/ProcessHacker/Misc/Misc.cs index 485aaac00..2e9fa207d 100644 --- a/trunk/ProcessHacker/Misc/Misc.cs +++ b/trunk/ProcessHacker/Misc/Misc.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * misc. functions * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/ParseInfix.cs b/trunk/ProcessHacker/Misc/ParseInfix.cs index 3c0c378c6..486332f89 100644 --- a/trunk/ProcessHacker/Misc/ParseInfix.cs +++ b/trunk/ProcessHacker/Misc/ParseInfix.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * infix-notation parser * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/Tokenizer.cs b/trunk/ProcessHacker/Misc/Tokenizer.cs index 53768f694..22a8455ca 100644 --- a/trunk/ProcessHacker/Misc/Tokenizer.cs +++ b/trunk/ProcessHacker/Misc/Tokenizer.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * tokenizer * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Misc/UsageIcon.cs b/trunk/ProcessHacker/Misc/UsageIcon.cs index d17aa29ff..f4983259d 100644 --- a/trunk/ProcessHacker/Misc/UsageIcon.cs +++ b/trunk/ProcessHacker/Misc/UsageIcon.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * CPU usage icon drawing code * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/COFFHeader.cs b/trunk/ProcessHacker/PE/COFFHeader.cs index 1a49fc8b5..251967eb6 100644 --- a/trunk/ProcessHacker/PE/COFFHeader.cs +++ b/trunk/ProcessHacker/PE/COFFHeader.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * PE/COFF header reader * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/COFFOptionalHeader.cs b/trunk/ProcessHacker/PE/COFFOptionalHeader.cs index 1f8c20214..c1525afd5 100644 --- a/trunk/ProcessHacker/PE/COFFOptionalHeader.cs +++ b/trunk/ProcessHacker/PE/COFFOptionalHeader.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * PE/COFF optional header reader * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/DllCharacteristics.cs b/trunk/ProcessHacker/PE/DllCharacteristics.cs index b81356e0b..5c70e5a61 100644 --- a/trunk/ProcessHacker/PE/DllCharacteristics.cs +++ b/trunk/ProcessHacker/PE/DllCharacteristics.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * DLL characteristics * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/ExportData.cs b/trunk/ProcessHacker/PE/ExportData.cs index b8b4c58d2..95072a431 100644 --- a/trunk/ProcessHacker/PE/ExportData.cs +++ b/trunk/ProcessHacker/PE/ExportData.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * PE exports reader * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/ImageCharacteristics.cs b/trunk/ProcessHacker/PE/ImageCharacteristics.cs index 6f6cf7b7e..1549a92b2 100644 --- a/trunk/ProcessHacker/PE/ImageCharacteristics.cs +++ b/trunk/ProcessHacker/PE/ImageCharacteristics.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * image characteristics * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/ImageData.cs b/trunk/ProcessHacker/PE/ImageData.cs index b845e992b..0711e9d96 100644 --- a/trunk/ProcessHacker/PE/ImageData.cs +++ b/trunk/ProcessHacker/PE/ImageData.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * image data * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/ImageSubsystem.cs b/trunk/ProcessHacker/PE/ImageSubsystem.cs index 0a8a512de..686f1a915 100644 --- a/trunk/ProcessHacker/PE/ImageSubsystem.cs +++ b/trunk/ProcessHacker/PE/ImageSubsystem.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * image subsystem * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/ImportData.cs b/trunk/ProcessHacker/PE/ImportData.cs index d9883770f..711ea037c 100644 --- a/trunk/ProcessHacker/PE/ImportData.cs +++ b/trunk/ProcessHacker/PE/ImportData.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * PE imports reader * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/MachineType.cs b/trunk/ProcessHacker/PE/MachineType.cs index 10d6a8cb9..8b9d8bc73 100644 --- a/trunk/ProcessHacker/PE/MachineType.cs +++ b/trunk/ProcessHacker/PE/MachineType.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * machine type * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/PEFile.cs b/trunk/ProcessHacker/PE/PEFile.cs index 275a106d2..ea34787cf 100644 --- a/trunk/ProcessHacker/PE/PEFile.cs +++ b/trunk/ProcessHacker/PE/PEFile.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * PE file reader * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/SectionFlags.cs b/trunk/ProcessHacker/PE/SectionFlags.cs index c5ed8cf72..e2d75e18e 100644 --- a/trunk/ProcessHacker/PE/SectionFlags.cs +++ b/trunk/ProcessHacker/PE/SectionFlags.cs @@ -1,7 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * section flags * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. + * + * This file is part of Process Hacker. + * + * Process Hacker 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. + * + * Process Hacker 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 Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/PE/SectionHeader.cs b/trunk/ProcessHacker/PE/SectionHeader.cs index ce5dc3b65..d2f79e364 100644 --- a/trunk/ProcessHacker/PE/SectionHeader.cs +++ b/trunk/ProcessHacker/PE/SectionHeader.cs @@ -1,22 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * PE file section header reader * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008 wj32 + * Descriptions from the PE/COFF specification from Microsoft. * - * Descriptions from the PE/COFF specification v8 from Microsoft. + * This file is part of Process Hacker. * - * This program is free software: you can redistribute it and/or modify + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Program.cs b/trunk/ProcessHacker/Program.cs index a04483073..87c990430 100644 --- a/trunk/ProcessHacker/Program.cs +++ b/trunk/ProcessHacker/Program.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * static variables and user interface thread management * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Providers/HandleProvider.cs b/trunk/ProcessHacker/Providers/HandleProvider.cs index db094ae9a..24d59b89a 100644 --- a/trunk/ProcessHacker/Providers/HandleProvider.cs +++ b/trunk/ProcessHacker/Providers/HandleProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * handle provider * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Providers/MemoryProvider.cs b/trunk/ProcessHacker/Providers/MemoryProvider.cs index 22ed18fc1..408cb61f8 100644 --- a/trunk/ProcessHacker/Providers/MemoryProvider.cs +++ b/trunk/ProcessHacker/Providers/MemoryProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * memory provider * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Providers/ModuleProvider.cs b/trunk/ProcessHacker/Providers/ModuleProvider.cs index 28c1e39b9..eca62cdc3 100644 --- a/trunk/ProcessHacker/Providers/ModuleProvider.cs +++ b/trunk/ProcessHacker/Providers/ModuleProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * module provider * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Providers/ProcessSystemProvider.cs b/trunk/ProcessHacker/Providers/ProcessSystemProvider.cs index 0169cddcd..cbb988c25 100644 --- a/trunk/ProcessHacker/Providers/ProcessSystemProvider.cs +++ b/trunk/ProcessHacker/Providers/ProcessSystemProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * processes and system performance information provider * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Providers/Provider.cs b/trunk/ProcessHacker/Providers/Provider.cs index f613b37e2..d79d115c6 100644 --- a/trunk/ProcessHacker/Providers/Provider.cs +++ b/trunk/ProcessHacker/Providers/Provider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * provider base class * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Providers/ServiceProvider.cs b/trunk/ProcessHacker/Providers/ServiceProvider.cs index a57ffbb41..310ba7e07 100644 --- a/trunk/ProcessHacker/Providers/ServiceProvider.cs +++ b/trunk/ProcessHacker/Providers/ServiceProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * service provider * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Providers/ThreadProvider.cs b/trunk/ProcessHacker/Providers/ThreadProvider.cs index 0faff7574..6db172d19 100644 --- a/trunk/ProcessHacker/Providers/ThreadProvider.cs +++ b/trunk/ProcessHacker/Providers/ThreadProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * thread provider * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/SearchOptions.cs b/trunk/ProcessHacker/SearchOptions.cs index dc13e95f3..055caef82 100644 --- a/trunk/ProcessHacker/SearchOptions.cs +++ b/trunk/ProcessHacker/SearchOptions.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * wrapper around the Searcher class * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Searchers/HeapSearcher.cs b/trunk/ProcessHacker/Searchers/HeapSearcher.cs index 8887ca644..dd8fe52ee 100644 --- a/trunk/ProcessHacker/Searchers/HeapSearcher.cs +++ b/trunk/ProcessHacker/Searchers/HeapSearcher.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * heap searcher * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Searchers/LiteralSearcher.cs b/trunk/ProcessHacker/Searchers/LiteralSearcher.cs index 90973e32f..7ccaa1b85 100644 --- a/trunk/ProcessHacker/Searchers/LiteralSearcher.cs +++ b/trunk/ProcessHacker/Searchers/LiteralSearcher.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * literal searcher * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Searchers/RegexSearcher.cs b/trunk/ProcessHacker/Searchers/RegexSearcher.cs index 02e911cb4..e97bf237c 100644 --- a/trunk/ProcessHacker/Searchers/RegexSearcher.cs +++ b/trunk/ProcessHacker/Searchers/RegexSearcher.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * regex searcher * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Searchers/Searcher.cs b/trunk/ProcessHacker/Searchers/Searcher.cs index d96a483cf..3e08d9d04 100644 --- a/trunk/ProcessHacker/Searchers/Searcher.cs +++ b/trunk/ProcessHacker/Searchers/Searcher.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * searcher base class * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Searchers/StringSearcher.cs b/trunk/ProcessHacker/Searchers/StringSearcher.cs index c79ed41d0..015db92f0 100644 --- a/trunk/ProcessHacker/Searchers/StringSearcher.cs +++ b/trunk/ProcessHacker/Searchers/StringSearcher.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * string searcher * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Searchers/StructSearcher.cs b/trunk/ProcessHacker/Searchers/StructSearcher.cs index ecb797d90..3082942c6 100644 --- a/trunk/ProcessHacker/Searchers/StructSearcher.cs +++ b/trunk/ProcessHacker/Searchers/StructSearcher.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * struct searcher * * Copyright (C) 2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Structs/FieldType.cs b/trunk/ProcessHacker/Structs/FieldType.cs index 82dfa5114..d32b1b304 100644 --- a/trunk/ProcessHacker/Structs/FieldType.cs +++ b/trunk/ProcessHacker/Structs/FieldType.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * struct field types * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Structs/FieldValue.cs b/trunk/ProcessHacker/Structs/FieldValue.cs index 38f731b14..0310a4558 100644 --- a/trunk/ProcessHacker/Structs/FieldValue.cs +++ b/trunk/ProcessHacker/Structs/FieldValue.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * struct field value * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Structs/IStructIOProvider.cs b/trunk/ProcessHacker/Structs/IStructIOProvider.cs index 7b0a2117b..f9c096b33 100644 --- a/trunk/ProcessHacker/Structs/IStructIOProvider.cs +++ b/trunk/ProcessHacker/Structs/IStructIOProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * basic I/O interface * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Structs/ProcessMemoryIO.cs b/trunk/ProcessHacker/Structs/ProcessMemoryIO.cs index 5df1288fe..9f194ea1e 100644 --- a/trunk/ProcessHacker/Structs/ProcessMemoryIO.cs +++ b/trunk/ProcessHacker/Structs/ProcessMemoryIO.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * process memory I/O interface * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Structs/StructDef.cs b/trunk/ProcessHacker/Structs/StructDef.cs index 20e925d4c..7b5956ecb 100644 --- a/trunk/ProcessHacker/Structs/StructDef.cs +++ b/trunk/ProcessHacker/Structs/StructDef.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * struct definition class and reader * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Structs/StructField.cs b/trunk/ProcessHacker/Structs/StructField.cs index d27a05bdd..3aa3f3bfa 100644 --- a/trunk/ProcessHacker/Structs/StructField.cs +++ b/trunk/ProcessHacker/Structs/StructField.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * struct field data * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Structs/StructParser.cs b/trunk/ProcessHacker/Structs/StructParser.cs index 54b36741b..419bf7c86 100644 --- a/trunk/ProcessHacker/Structs/StructParser.cs +++ b/trunk/ProcessHacker/Structs/StructParser.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * struct definition file parser * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Symbols/SymbolProvider.cs b/trunk/ProcessHacker/Symbols/SymbolProvider.cs index 4b1e5d941..b1bb01cce 100644 --- a/trunk/ProcessHacker/Symbols/SymbolProvider.cs +++ b/trunk/ProcessHacker/Symbols/SymbolProvider.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * symbol server * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/API/Enums.cs b/trunk/ProcessHacker/Win32/API/Enums.cs index 0d4a74ee8..68a99c818 100644 --- a/trunk/ProcessHacker/Win32/API/Enums.cs +++ b/trunk/ProcessHacker/Win32/API/Enums.cs @@ -1,21 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * windows API enums * * Copyright (C) 2009 Dean * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/API/Functions.cs b/trunk/ProcessHacker/Win32/API/Functions.cs index 5f3d4624a..3487d522a 100644 --- a/trunk/ProcessHacker/Win32/API/Functions.cs +++ b/trunk/ProcessHacker/Win32/API/Functions.cs @@ -1,21 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * windows API functions * * Copyright (C) 2009 Dean * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/API/Structs.cs b/trunk/ProcessHacker/Win32/API/Structs.cs index 8ce67e778..099a9dbc7 100644 --- a/trunk/ProcessHacker/Win32/API/Structs.cs +++ b/trunk/ProcessHacker/Win32/API/Structs.cs @@ -1,21 +1,24 @@ /* - * Process Hacker + * Process Hacker - + * windows API structs * * Copyright (C) 2009 Dean * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/IWithToken.cs b/trunk/ProcessHacker/Win32/Handles/IWithToken.cs index 5e8cb6907..1e0f4bec6 100644 --- a/trunk/ProcessHacker/Win32/Handles/IWithToken.cs +++ b/trunk/ProcessHacker/Win32/Handles/IWithToken.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * object with token * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/LsaHandle.cs b/trunk/ProcessHacker/Win32/Handles/LsaHandle.cs index 9361c6f90..2502f17b4 100644 --- a/trunk/ProcessHacker/Win32/Handles/LsaHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/LsaHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * local security authority handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/LsaPolicyHandle.cs b/trunk/ProcessHacker/Win32/Handles/LsaPolicyHandle.cs index 0fabd7d13..9ffec2eba 100644 --- a/trunk/ProcessHacker/Win32/Handles/LsaPolicyHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/LsaPolicyHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * local security policy handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/ProcessHandle.cs b/trunk/ProcessHacker/Win32/Handles/ProcessHandle.cs index 6e4519267..9a18c7b81 100644 --- a/trunk/ProcessHacker/Win32/Handles/ProcessHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/ProcessHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * process handle * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/RemoteHandle.cs b/trunk/ProcessHacker/Win32/Handles/RemoteHandle.cs index f956613a6..726aa14b4 100644 --- a/trunk/ProcessHacker/Win32/Handles/RemoteHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/RemoteHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * remote handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/RemoteTokenHandle.cs b/trunk/ProcessHacker/Win32/Handles/RemoteTokenHandle.cs index 71cbd7ce7..f75198217 100644 --- a/trunk/ProcessHacker/Win32/Handles/RemoteTokenHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/RemoteTokenHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * remote token handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/ServiceBaseHandle.cs b/trunk/ProcessHacker/Win32/Handles/ServiceBaseHandle.cs index 3cb1c4ce6..d49659cc7 100644 --- a/trunk/ProcessHacker/Win32/Handles/ServiceBaseHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/ServiceBaseHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * service-related handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/ServiceHandle.cs b/trunk/ProcessHacker/Win32/Handles/ServiceHandle.cs index 0b2d2a120..432da34cb 100644 --- a/trunk/ProcessHacker/Win32/Handles/ServiceHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/ServiceHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * service handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/ServiceManagerHandle.cs b/trunk/ProcessHacker/Win32/Handles/ServiceManagerHandle.cs index 13f8bc255..a6e9e0e6d 100644 --- a/trunk/ProcessHacker/Win32/Handles/ServiceManagerHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/ServiceManagerHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * service manager handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/ThreadHandle.cs b/trunk/ProcessHacker/Win32/Handles/ThreadHandle.cs index a593cd1c1..c55a7abe4 100644 --- a/trunk/ProcessHacker/Win32/Handles/ThreadHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/ThreadHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * thread handle * - * Copyright (C) 2008 wj32 + * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/TokenHandle.cs b/trunk/ProcessHacker/Win32/Handles/TokenHandle.cs index 99c261818..9ee1e7a60 100644 --- a/trunk/ProcessHacker/Win32/Handles/TokenHandle.cs +++ b/trunk/ProcessHacker/Win32/Handles/TokenHandle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * token handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/TokenWithLinkedToken.cs b/trunk/ProcessHacker/Win32/Handles/TokenWithLinkedToken.cs index 91a69c7c8..7c4220637 100644 --- a/trunk/ProcessHacker/Win32/Handles/TokenWithLinkedToken.cs +++ b/trunk/ProcessHacker/Win32/Handles/TokenWithLinkedToken.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * a token with a linked token * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Handles/Win32Handle.cs b/trunk/ProcessHacker/Win32/Handles/Win32Handle.cs index b7819e00f..181ba2940 100644 --- a/trunk/ProcessHacker/Win32/Handles/Win32Handle.cs +++ b/trunk/ProcessHacker/Win32/Handles/Win32Handle.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * windows handle * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Memory/LsaMemoryAlloc.cs b/trunk/ProcessHacker/Win32/Memory/LsaMemoryAlloc.cs index f9fb77d77..60ccf6c23 100644 --- a/trunk/ProcessHacker/Win32/Memory/LsaMemoryAlloc.cs +++ b/trunk/ProcessHacker/Win32/Memory/LsaMemoryAlloc.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * local security authority memory allocation wrapper * * Copyright (C) 2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Memory/MemoryAlloc.cs b/trunk/ProcessHacker/Win32/Memory/MemoryAlloc.cs index 44b42e2b3..dcb6f7267 100644 --- a/trunk/ProcessHacker/Win32/Memory/MemoryAlloc.cs +++ b/trunk/ProcessHacker/Win32/Memory/MemoryAlloc.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * memory allocation wrapper * - * Copyright (C) 2008-2009 wj32 + * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Memory/WtsMemoryAlloc.cs b/trunk/ProcessHacker/Win32/Memory/WtsMemoryAlloc.cs index 29fe16e2e..d32267506 100644 --- a/trunk/ProcessHacker/Win32/Memory/WtsMemoryAlloc.cs +++ b/trunk/ProcessHacker/Win32/Memory/WtsMemoryAlloc.cs @@ -1,20 +1,23 @@ /* - * Process Hacker + * Process Hacker - + * terminal server memory allocation wrapper * * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/Win32.cs b/trunk/ProcessHacker/Win32/Win32.cs index 730e92231..f44124866 100644 --- a/trunk/ProcessHacker/Win32/Win32.cs +++ b/trunk/ProcessHacker/Win32/Win32.cs @@ -1,21 +1,24 @@ /* - * Process Hacker - * + * Process Hacker - + * windows API wrapper code + * * Copyright (C) 2009 Dean * Copyright (C) 2008-2009 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . + * along with Process Hacker. If not, see . */ using System; diff --git a/trunk/ProcessHacker/Win32/WindowsSID.cs b/trunk/ProcessHacker/Win32/WindowsSID.cs index fc81ab5c6..0db499f84 100644 --- a/trunk/ProcessHacker/Win32/WindowsSID.cs +++ b/trunk/ProcessHacker/Win32/WindowsSID.cs @@ -1,21 +1,25 @@ /* - * Process Hacker + * Process Hacker - + * windows SID wrapper * * Copyright (C) 2008 wj32 * - * This program is free software: you can redistribute it and/or modify + * This file is part of Process Hacker. + * + * Process Hacker 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, + * Process Hacker 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 . - */ + * along with Process Hacker. If not, see . + */ + using System; using System.Runtime.InteropServices; using System.Security.Principal;