diff --git a/README b/README index 499c5c1..1200ba3 100644 --- a/README +++ b/README @@ -167,7 +167,7 @@ method and subsequently run the shellcode emulation test again as shown above. License information =================== -Copyright (C) 2011-2014 Angelo Dell'Aera +Copyright (C) 2011-2015 Angelo Dell'Aera License: GNU General Public License, version 2 or later; see COPYING.txt included in this archive for details. diff --git a/src/pylibemu.pxd b/src/pylibemu.pxd index 36ea87d..759fb70 100644 --- a/src/pylibemu.pxd +++ b/src/pylibemu.pxd @@ -1,6 +1,6 @@ # pylibemu.pxd # -# Copyright(c) 2011-2014 Angelo Dell'Aera +# Copyright(c) 2011-2015 Angelo Dell'Aera # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as diff --git a/src/pylibemu.pyx b/src/pylibemu.pyx index 4dc0435..3820877 100644 --- a/src/pylibemu.pyx +++ b/src/pylibemu.pyx @@ -1,7 +1,7 @@ # # pylibemu.pyx # -# Copyright(c) 2011-2014 Angelo Dell'Aera +# Copyright(c) 2011-2015 Angelo Dell'Aera # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as diff --git a/tests/cpu_mem_test.py b/tests/cpu_mem_test.py index 7238f3b..a4e9a0d 100644 --- a/tests/cpu_mem_test.py +++ b/tests/cpu_mem_test.py @@ -2,7 +2,7 @@ # # cpu_mem_test.py # -# Copyright(c) 2011-2014 Angelo Dell'Aera +# Copyright(c) 2011-2015 Angelo Dell'Aera # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as diff --git a/tests/sctest.py b/tests/sctest.py index 694b892..3788a68 100644 --- a/tests/sctest.py +++ b/tests/sctest.py @@ -2,7 +2,7 @@ # # sctest.py # -# Copyright(c) 2011-2014 Angelo Dell'Aera +# Copyright(c) 2011-2015 Angelo Dell'Aera # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as