| Index: update-copyright/tests/data/sample_file.py |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/update-copyright/tests/data/sample_file.py |
| @@ -0,0 +1,15 @@ |
| +# This file is part of the Adblock Plus web scripts, |
| +# Copyright (C) 2006-2015 eyeo GmbH |
| +# |
| +# Adblock Plus is free software: you can redistribute it and/or modify |
| +# it under the terms of the GNU General Public License version 3 as |
| +# published by the Free Software Foundation. |
| +# |
| + |
| + |
| +def foo(): |
| + value = 'LegalCopyright', 'Copyright (C) 2006-2016 Eyeo GmbH' |
| + return value |
| + |
| + |
| +# Copyright (C) 2006-2014 example GmbH |