Skip to content

Commit a937750

Browse files
committed
extmod/modlwip: Add my copyright.
Per: $ git log modlwip.c |grep ^Auth | sort | uniq -c 9 Author: Damien George 2 Author: Galen Hazelwood 43 Author: Paul Sokolovsky
1 parent f980c70 commit a937750

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extmod/modlwip.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
2-
* This file is part of the Micro Python project, http://micropython.org/
2+
* This file is part of the MicroPython project, http://micropython.org/
33
*
44
* The MIT License (MIT)
55
*
66
* Copyright (c) 2013, 2014 Damien P. George
77
* Copyright (c) 2015 Galen Hazelwood
8+
* Copyright (c) 2015-2016 Paul Sokolovsky
89
*
910
* Permission is hereby granted, free of charge, to any person obtaining a copy
1011
* of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)