summaryrefslogtreecommitdiff
path: root/aapl/insertsort.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-01-23 11:10:49 -0500
committerAdrian Thurston <thurston@complang.org>2015-01-23 11:10:49 -0500
commitecae25514bd0fbb104a12ead0938d0cd5a37c86d (patch)
treeddb214f6e6e56276e56cf224526d702ac4ea58c2 /aapl/insertsort.h
parent04a32202c1aae4a1c69539ce7dd21dff3a93c7fb (diff)
downloadcolm-ecae25514bd0fbb104a12ead0938d0cd5a37c86d.tar.gz
revert "removed LGPL from aapl code"
This reverts commit 331fcd2f1acc03f486bc862bd8ba0c665812b4c8.
Diffstat (limited to 'aapl/insertsort.h')
-rw-r--r--aapl/insertsort.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/aapl/insertsort.h b/aapl/insertsort.h
index 8558cfc0..94aef7b2 100644
--- a/aapl/insertsort.h
+++ b/aapl/insertsort.h
@@ -2,6 +2,23 @@
* Copyright 2002 Adrian Thurston <thurston@complang.org>
*/
+/* This file is part of Aapl.
+ *
+ * Aapl 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 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * Aapl 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 Aapl; if not, write to the Free Software Foundation, Inc., 59
+ * Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
#ifndef _AAPL_INSERTSORT_H
#define _AAPL_INSERTSORT_H