diff options
author | Fabian Vogt <fabian@ritter-vogt.de> | 2014-08-28 01:18:56 +0200 |
---|---|---|
committer | Fabian Vogt <fabian@ritter-vogt.de> | 2014-08-28 01:18:56 +0200 |
commit | 16ee30c6fa0974f2236004a663085f4035fd14df (patch) | |
tree | d664ebba43baff8fef61db2b34c611d23e91101c /py | |
parent | fe3d16e8c24e2f3733339a69c66d740747b2e859 (diff) | |
download | micropython-16ee30c6fa0974f2236004a663085f4035fd14df.tar.gz micropython-16ee30c6fa0974f2236004a663085f4035fd14df.zip |
Clarify copyright on asmarm files
Diffstat (limited to 'py')
-rw-r--r-- | py/asmarm.c | 3 | ||||
-rw-r--r-- | py/asmarm.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/py/asmarm.c b/py/asmarm.c index 96649eb8ec..8ba22faa07 100644 --- a/py/asmarm.c +++ b/py/asmarm.c @@ -3,7 +3,8 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Fabian Vogt + * Copyright (c) 2014 Fabian Vogt + * Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/py/asmarm.h b/py/asmarm.h index 4e6e55e77f..c68800398e 100644 --- a/py/asmarm.h +++ b/py/asmarm.h @@ -4,6 +4,7 @@ * The MIT License (MIT) * * Copyright (c) 2014 Fabian Vogt + * Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |