quarkslab / quokka

Quokka: A Fast and Accurate Binary Exporter
https://quarkslab.github.io/quokka/
Apache License 2.0
166 stars 11 forks source link

Update copyright to 2023 #14

Closed patacca closed 1 year ago

patacca commented 1 year ago

Update the copyright to 2023

DarkaMaul commented 1 year ago

Hi,To improve the usability/readability of the git blame, can you also add the commit to a.git-blame-ignore-revs file? https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-viewThanks! Le 20 juin 2023 09:47, Riccardo Mori @.***> a écrit :Update the copyright to 2023

You can view, comment on, or merge this pull request online at:   https://github.com/quarkslab/quokka/pull/14

Commit Summary 7270339 Update license to 2023

File Changes (66 files)

M
bindings/python/quokka/__init__.py
(2)

M
bindings/python/quokka/addresser.py
(2)

M
bindings/python/quokka/analysis/__init__.py
(2)

M
bindings/python/quokka/analysis/arch.py
(2)

M
bindings/python/quokka/analysis/calling_convention.py
(2)

M
bindings/python/quokka/analysis/env.py
(2)

M
bindings/python/quokka/analysis/replacer.py
(2)

M
bindings/python/quokka/analysis/utils.py
(2)

M
bindings/python/quokka/backends/__init__.py
(2)

M
bindings/python/quokka/backends/capstone.py
(2)

M
bindings/python/quokka/backends/pypcode.py
(2)

M
bindings/python/quokka/block.py
(2)

M
bindings/python/quokka/data.py
(2)

M
bindings/python/quokka/exc.py
(2)

M
bindings/python/quokka/executable.py
(2)

M
bindings/python/quokka/function.py
(2)

M
bindings/python/quokka/instruction.py
(2)

M
bindings/python/quokka/program.py
(2)

M
bindings/python/quokka/reference.py
(2)

M
bindings/python/quokka/segment.py
(2)

M
bindings/python/quokka/structure.py
(2)

M
bindings/python/quokka/types.py
(2)

M
bindings/python/quokka/utils.py
(2)

M
bindings/python/quokka/version.py
(2)

M
docs/tutorials/bionic/code/script.py
(2)

M
docs/tutorials/features/code/script.py
(2)

M
include/quokka/Block.h
(2)

M
include/quokka/Comment.h
(2)

M
include/quokka/Compatibility.h
(2)

M
include/quokka/Data.h
(2)

M
include/quokka/FileMetadata.h
(2)

M
include/quokka/Function.h
(2)

M
include/quokka/Imports.h
(2)

M
include/quokka/Instruction.h
(2)

M
include/quokka/Layout.h
(2)

M
include/quokka/Localization.h
(2)

M
include/quokka/Logger.h
(2)

M
include/quokka/ProtoHelper.h
(2)

M
include/quokka/ProtoWrapper.h
(2)

M
include/quokka/Quokka.h
(2)

M
include/quokka/Reference.h
(2)

M
include/quokka/Segment.h
(2)

M
include/quokka/Settings.h
(2)

M
include/quokka/Util.h
(2)

M
include/quokka/Version.h
(2)

M
include/quokka/Windows.h
(2)

M
include/quokka/Writer.h
(2)

M
setup.py
(2)

M
src/Block.cpp
(2)

M
src/Comment.cpp
(2)

M
src/Compatibility.cpp
(2)

M
src/Data.cpp
(2)

M
src/FileMetadata.cpp
(2)

M
src/Function.cpp
(2)

M
src/Imports.cpp
(2)

M
src/Instruction.cpp
(2)

M
src/Layout.cpp
(2)

M
src/Quokka.cpp
(2)

M
src/Reference.cpp
(2)

M
src/Segment.cpp
(2)

M
src/Util.cpp
(2)

M
src/Version.cpp.in
(2)

M
src/Writer.cpp
(2)

M
tests/python/tests/conftest.py
(2)

M
tests/python/tests/test_data.py
(2)

M
tests/python/tests/test_executable.py
(2)

Patch Links: https://github.com/quarkslab/quokka/pull/14.patchhttps://github.com/quarkslab/quokka/pull/14.diff

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

patacca commented 1 year ago

Yes, I can do that :+1: