-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CaptureDeviceList.cs - Fix indenting in copyright
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,9 +14,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
You should have received a copy of the GNU Lesser General Public License | ||
along with SharpPcap. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
/* | ||
* Copyright 2011 Chris Morgan <[email protected]> | ||
*/ | ||
/* | ||
* Copyright 2011 Chris Morgan <[email protected]> | ||
*/ | ||
|
||
using System; | ||
using System.Text; | ||
|