Skip to content

Commit 141ced2

Browse files
author
Álvaro Jurado
committed
Added proper license headers
Signed-off-by: Álvaro Jurado <elbingmiss@gmail.com>
1 parent c30a7e9 commit 141ced2

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

lib/ap/crt/crt1.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright (c) 2005-2014 Rich Felker, et al.
3+
* Copyright (c) 2015-2018 HarveyOS et al.
4+
*
5+
* Use of this source code is governed by a MIT-style
6+
* license that can be found in the LICENSE.mit file.
7+
*/
18

29
#define START "_start"
310

lib/ap/plan9/__libc_start_main.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*
2+
* Copyright (c) 2005-2014 Rich Felker, et al.
3+
* Copyright (c) 2015-2018 HarveyOS et al.
4+
*
5+
* Use of this source code is governed by a MIT-style
6+
* license that can be found in the LICENSE.mit file.
7+
*/
8+
19
#include "libc.h"
210
#include "sys9.h"
311

0 commit comments

Comments
 (0)