Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: update-copyright/tests/data/sample_file.py

Issue 29493601: Issue 5431 - Fix test for copyright update script (Closed) Base URL: https://hg.adblockplus.org/codingtools
Patch Set: Clean-up and remove duplicate code Created Aug. 5, 2017, 6:40 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | update-copyright/tests/test_update_copyright.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: update-copyright/tests/data/sample_file.py
===================================================================
deleted file mode 100644
--- a/update-copyright/tests/data/sample_file.py
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
« no previous file with comments | « no previous file | update-copyright/tests/test_update_copyright.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld