From 52c7ac991cd5704bef824176361e8e121871c377 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 01 Nov 2013 23:06:17 -0400 Subject: Add copyright and license headers. --- (limited to 'src/base64.h') diff --git a/src/base64.h b/src/base64.h index b56b9db..b66f44c 100644 --- a/src/base64.h +++ b/src/base64.h @@ -1,3 +1,21 @@ +/* + * Copyright (C) 2013 Patrick "P. J." McDermott + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this program. If not, see + * . + */ + #ifndef BASE64_H #define BASE64_H -- cgit v0.9.1