Skip to content

Commit

Permalink
change copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tandasat committed Apr 25, 2016
1 parent c7cf97f commit 882052a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/test_winkernel.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Second-Best Disassembler Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2016 */
/* Capstone Disassembly Engine */
/* By Satoshi Tanda <tanda.sat@gmail.com>, 2016 */
#include <ntddk.h>
#include <capstone.h>

Expand Down
2 changes: 1 addition & 1 deletion windows/winkernel_mm.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Capstone Disassembly Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2016 */
/* By Satoshi Tanda <tanda.sat@gmail.com>, 2016 */
#include "winkernel_mm.h"
#include <ntddk.h>

Expand Down
2 changes: 1 addition & 1 deletion windows/winkernel_mm.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Capstone Disassembly Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2016 */
/* By Satoshi Tanda <tanda.sat@gmail.com>, 2016 */
#ifndef CS_WINDOWS_WINKERNEL_MM_H_
#define CS_WINDOWS_WINKERNEL_MM_H_

Expand Down

0 comments on commit 882052a

Please sign in to comment.