1.1 --- a/templates/exceptions.h Thu Dec 08 23:50:56 2016 +0100
1.2 +++ b/templates/exceptions.h Fri Dec 09 00:09:01 2016 +0100
1.3 @@ -1,3 +1,21 @@
1.4 +/* Exception definitions.
1.5 +
1.6 +Copyright (C) 2016 Paul Boddie <paul@boddie.org.uk>
1.7 +
1.8 +This program is free software; you can redistribute it and/or modify it under
1.9 +the terms of the GNU General Public License as published by the Free Software
1.10 +Foundation; either version 3 of the License, or (at your option) any later
1.11 +version.
1.12 +
1.13 +This program is distributed in the hope that it will be useful, but WITHOUT
1.14 +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
1.15 +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
1.16 +details.
1.17 +
1.18 +You should have received a copy of the GNU General Public License along with
1.19 +this program. If not, see <http://www.gnu.org/licenses/>.
1.20 +*/
1.21 +
1.22 #ifndef __EXCEPTIONS_H__
1.23 #define __EXCEPTIONS_H__
1.24