summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-05 12:17:36 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-05 12:17:36 +0200
commitbc318fd38257182121e21cbcbfe94e9ecf6cb807 (patch)
tree2188928a1e3c21724b8e04ba6e68fbac5fa1b382 /util.h
parente98a186e7cd6cded211a6a6dd8f3598c669257ac (diff)
Add missing file headers with license information.
Diffstat (limited to 'util.h')
-rw-r--r--util.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/util.h b/util.h
index 861a74d..e28b9cf 100644
--- a/util.h
+++ b/util.h
@@ -1,3 +1,21 @@
+/* -*- mode: objc; coding: utf-8 -*- */
+/* Étoilisp/Mulklisp, a Common Lisp subset for the Étoilé runtime.
+ * Copyright (C) 2008 Matthias Andreas Benkard.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#import "runtime-compatibility.h"
#import "functions.h"
#import <Foundation/NSException.h>