From 0506b3b0ca0c9d27fcdda2f0098686352a1ec7ef Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 30 Sep 2016 20:55:57 +0100 Subject: [PATCH] Added missing copyright header comment to palette.c/h --- src/palette.c | 7 +++++++ src/palette.h | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/palette.c b/src/palette.c index b3e1501..f016e4b 100644 --- a/src/palette.c +++ b/src/palette.c @@ -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 #include diff --git a/src/palette.h b/src/palette.h index 33bf959..536e09a 100644 --- a/src/palette.h +++ b/src/palette.h @@ -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