Move types.c to types/
[babeltrace.git] / include / ctf / align.h
index ad4a0134fb7f45c0b28a659bac718da260185ec0..5adac7f3007306cb4d5774ce7c253f33e679b717 100644 (file)
@@ -1,6 +1,26 @@
 #ifndef _CTF_ALIGN_H
 #define _CTF_ALIGN_H
 
+/*
+ * align.h - alignment header
+ *
+ * Copyright (c) 2010 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * This library 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.
+ *
+ * This library 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 library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
 #include <ctf/compiler.h>
 
 #define ALIGN(x, a)            __ALIGN_MASK(x, (typeof(x))(a) - 1)
This page took 0.022724 seconds and 4 git commands to generate.