mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Polish up repository and other revisions
This commit is contained in:
parent
d23bb6612e
commit
2e979c00c3
541 changed files with 626 additions and 590 deletions
|
@ -38,6 +38,7 @@
|
|||
* @fileoverview Pretty fast substring refactor tool.
|
||||
*/
|
||||
|
||||
#if 0
|
||||
static const char kBefore[] = "\
|
||||
│ Copyright 2019 Justine Alexandra Roberts Tunney │\n\
|
||||
│ │\n\
|
||||
|
@ -52,7 +53,6 @@ static const char kBefore[] = "\
|
|||
│ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF │\n\
|
||||
│ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. │\n\
|
||||
";
|
||||
|
||||
const char kAfter[] = "\
|
||||
│ Copyright 2020 Justine Alexandra Roberts Tunney │\n\
|
||||
│ │\n\
|
||||
|
@ -70,6 +70,12 @@ const char kAfter[] = "\
|
|||
│ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA │\n\
|
||||
│ 02110-1301 USA │\n\
|
||||
";
|
||||
#endif
|
||||
|
||||
static const char kBefore[] = "\
|
||||
/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│";
|
||||
const char kAfter[] = "\
|
||||
/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│";
|
||||
|
||||
void RefactorFile(const char *path) {
|
||||
int fd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue