Skip to content

Commit

Permalink
Adding licensing and credits information.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamendes committed Oct 2, 2017
1 parent 434ae98 commit c0b269b
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libk/stdarg.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2017, Hammurabi Mendes.
* License: BSD 2-clause
*
* For copyright and credits, please refer to the corresponding files
* in the project's root directory.
*/
#ifndef STDARG_H
#define STDARG_H

Expand Down
7 changes: 7 additions & 0 deletions libk/stdint.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2017, Hammurabi Mendes.
* License: BSD 2-clause
*
* For copyright and credits, please refer to the corresponding files
* in the project's root directory.
*/
#ifndef STDINT_H
#define STDINT_H

Expand Down
7 changes: 7 additions & 0 deletions libk/stdio.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2017, Hammurabi Mendes.
* License: BSD 2-clause
*
* For copyright and credits, please refer to the corresponding files
* in the project's root directory.
*/
#include "stdarg.h"

#include "stdio.h"
Expand Down
7 changes: 7 additions & 0 deletions libk/stdio.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2017, Hammurabi Mendes.
* License: BSD 2-clause
*
* For copyright and credits, please refer to the corresponding files
* in the project's root directory.
*/
#ifndef STDIO_H
#define STDIO_H

Expand Down
7 changes: 7 additions & 0 deletions libk/string.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2017, Hammurabi Mendes.
* License: BSD 2-clause
*
* For copyright and credits, please refer to the corresponding files
* in the project's root directory.
*/
#include "string.h"

void *memcpy(void *destination, const void *source, int count) {
Expand Down
7 changes: 7 additions & 0 deletions libk/string.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* Copyright (c) 2017, Hammurabi Mendes.
* License: BSD 2-clause
*
* For copyright and credits, please refer to the corresponding files
* in the project's root directory.
*/
#ifndef STRING_H
#define STRING_H

Expand Down

0 comments on commit c0b269b

Please sign in to comment.