Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2017-01-01 11:41:12 +0300
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2017-01-01 11:41:12 +0300
commit7d80cff1de5c87b404e7ac451757bfa77e5e82da (patch)
tree7175f4aaf57662751a7c2047069d1d29ce0e1b78
parentbbadef6c0b1759315b96aab065d5d99375168802 (diff)
Update the license info to 2017.
-rw-r--r--LICENSE.txt2
-rw-r--r--dll_resources/MinHook.rc2
-rw-r--r--include/MinHook.h2
-rw-r--r--src/buffer.c2
-rw-r--r--src/buffer.h2
-rw-r--r--src/hde/pstdint.h2
-rw-r--r--src/hook.c2
-rw-r--r--src/trampoline.c2
-rw-r--r--src/trampoline.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/LICENSE.txt b/LICENSE.txt
index 447acdf..74dea27 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,5 +1,5 @@
MinHook - The Minimalistic API Hooking Library for x64/x86
-Copyright (C) 2009-2016 Tsuda Kageyu.
+Copyright (C) 2009-2017 Tsuda Kageyu.
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff --git a/dll_resources/MinHook.rc b/dll_resources/MinHook.rc
index 548029c..4150421 100644
--- a/dll_resources/MinHook.rc
+++ b/dll_resources/MinHook.rc
@@ -19,7 +19,7 @@ BEGIN
VALUE "FileDescription", "MinHook - The Minimalistic API Hook Library for x64/x86"
VALUE "FileVersion", "1.3.3.0"
VALUE "InternalName", "MinHookD"
- VALUE "LegalCopyright", "Copyright (C) 2009-2016 Tsuda Kageyu. All rights reserved."
+ VALUE "LegalCopyright", "Copyright (C) 2009-2017 Tsuda Kageyu. All rights reserved."
VALUE "LegalTrademarks", "Tsuda Kageyu"
VALUE "ProductName", "MinHook DLL"
VALUE "ProductVersion", "1.3.3.0"
diff --git a/include/MinHook.h b/include/MinHook.h
index 6b410f3..15c0a87 100644
--- a/include/MinHook.h
+++ b/include/MinHook.h
@@ -1,6 +1,6 @@
/*
* MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2016 Tsuda Kageyu.
+ * Copyright (C) 2009-2017 Tsuda Kageyu.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/buffer.c b/src/buffer.c
index db3f92a..8f9fbce 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1,6 +1,6 @@
/*
* MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2016 Tsuda Kageyu.
+ * Copyright (C) 2009-2017 Tsuda Kageyu.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/buffer.h b/src/buffer.h
index 8961b74..204d551 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,6 +1,6 @@
/*
* MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2016 Tsuda Kageyu.
+ * Copyright (C) 2009-2017 Tsuda Kageyu.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/hde/pstdint.h b/src/hde/pstdint.h
index 2248ccb..84d82a0 100644
--- a/src/hde/pstdint.h
+++ b/src/hde/pstdint.h
@@ -1,6 +1,6 @@
/*
* MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2016 Tsuda Kageyu. All rights reserved.
+ * Copyright (C) 2009-2017 Tsuda Kageyu. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/hook.c b/src/hook.c
index a28849f..ce65e57 100644
--- a/src/hook.c
+++ b/src/hook.c
@@ -1,6 +1,6 @@
/*
* MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2016 Tsuda Kageyu.
+ * Copyright (C) 2009-2017 Tsuda Kageyu.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/trampoline.c b/src/trampoline.c
index 807b9c9..ac37f0f 100644
--- a/src/trampoline.c
+++ b/src/trampoline.c
@@ -1,6 +1,6 @@
/*
* MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2016 Tsuda Kageyu.
+ * Copyright (C) 2009-2017 Tsuda Kageyu.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/trampoline.h b/src/trampoline.h
index e0038da..bdffdac 100644
--- a/src/trampoline.h
+++ b/src/trampoline.h
@@ -1,6 +1,6 @@
/*
* MinHook - The Minimalistic API Hooking Library for x64/x86
- * Copyright (C) 2009-2016 Tsuda Kageyu.
+ * Copyright (C) 2009-2017 Tsuda Kageyu.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without