This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Find and Replace following regular expression with empty string to remove copyright headers | |
| //\n//.+\n//.+\n//\n//.+\n// Copyright.+$\n//\n\n | |
| // | |
| // FileName.m | |
| // ProjectName | |
| // | |
| // Created by Author on Date. | |
| // Copyright 2015 iPhone Developer. All rights reserved. | |
| // |