Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Added copyright/license header to source files
Browse files Browse the repository at this point in the history
  • Loading branch information
rxi committed Sep 19, 2014
1 parent ec5f33c commit d6c355f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/map.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2014 rxi
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the MIT license. See LICENSE for details.
*/

#include <stdlib.h>
#include <string.h>
#include "map.h"
Expand Down
7 changes: 7 additions & 0 deletions src/map.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2014 rxi
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the MIT license. See LICENSE for details.
*/

#ifndef MAP_H
#define MAP_H

Expand Down

0 comments on commit d6c355f

Please sign in to comment.