summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2022-11-30 09:27:23 +0800
committerPeng Wu <alexepico@gmail.com>2022-11-30 09:27:23 +0800
commit087a773a22935e33f9c616756ff8f963cfe3d6db (patch)
tree1d9d3d40cabb4f1472507588ff4456cc4c82a17e
parent0aa6b1dff140cd7bdc3f200752e1e9d8569680de (diff)
downloadlibpinyin-087a773a22935e33f9c616756ff8f963cfe3d6db.tar.gz
libpinyin-087a773a22935e33f9c616756ff8f963cfe3d6db.tar.xz
libpinyin-087a773a22935e33f9c616756ff8f963cfe3d6db.zip
Add license header to unaligned_memory.h
-rw-r--r--src/include/unaligned_memory.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/include/unaligned_memory.h b/src/include/unaligned_memory.h
index 27b2f19..eb19953 100644
--- a/src/include/unaligned_memory.h
+++ b/src/include/unaligned_memory.h
@@ -1,3 +1,23 @@
+/*
+ * libpinyin
+ * Library to deal with pinyin.
+ *
+ * Copyright (C) 2022 Matias Larsson
+ *
+ * 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/>.
+ */
+
#ifndef UNALIGNED_MEMORY_H
#define UNALIGNED_MEMORY_H