Added missing copyright header comment to palette.c/h

This commit is contained in:
rxi
2016-09-30 20:55:57 +01:00
parent e99677a5b9
commit 0506b3b0ca
2 changed files with 14 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/**
* Copyright (c) 2016 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 <pc.h>

View File

@@ -1,3 +1,10 @@
/**
* Copyright (c) 2016 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 PALETTE_H
#define PALETTE_H