summaryrefslogtreecommitdiff
path: root/callingconvention.cpp
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-01-17 16:21:24 -0500
committerJordan Wiens <jordan@psifertex.com>2019-01-17 16:21:24 -0500
commit5f4b0984c0f2ff59bb82b959d49b11ee534976bd (patch)
tree6370252df599b76e815000c2eff4f78950eac091 /callingconvention.cpp
parent22c2a49db23efa53b04a8e5587749affa716ce2d (diff)
update company name and copyright date
Diffstat (limited to 'callingconvention.cpp')
-rw-r--r--callingconvention.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/callingconvention.cpp b/callingconvention.cpp
index d057a5cc..2ff4d7ce 100644
--- a/callingconvention.cpp
+++ b/callingconvention.cpp
@@ -1,4 +1,4 @@
-// Copyright (c) 2015-2017 Vector 35 LLC
+// Copyright (c) 2015-2019 Vector 35 Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
@@ -463,4 +463,4 @@ Variable CoreCallingConvention::GetIncomingVariableForParameterVariable(const Va
Variable CoreCallingConvention::GetParameterVariableForIncomingVariable(const Variable& var, Function* func)
{
return BNGetParameterVariableForIncomingVariable(m_object, &var, func ? func->GetObject() : nullptr);
-} \ No newline at end of file
+}