diff options
| author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-06-03 23:40:05 +0100 |
|---|---|---|
| committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-07-06 19:16:25 +0100 |
| commit | 34b4993d63a6b576f29d624385c681f679b4124c (patch) | |
| tree | b97df586ef04e7158ede2fd9cc5be900bab6cafa /py/objrange.c | |
| parent | d7e57259f9d6c73dfba46a4710625bde4e50979a (diff) | |
Add license to some obvious files.
Diffstat (limited to 'py/objrange.c')
| -rw-r--r-- | py/objrange.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/objrange.c b/py/objrange.c index 30d55c56c..7af9f37a1 100644 --- a/py/objrange.c +++ b/py/objrange.c @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2013, 2014 Damien P. George + * SPDX-FileCopyrightText: 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 |
