summaryrefslogtreecommitdiff
path: root/ext/ffi_c/Platform.h
diff options
context:
space:
mode:
authorWayne Meissner <wmeissner@gmail.com>2011-01-09 15:07:15 +1000
committerWayne Meissner <wmeissner@gmail.com>2011-01-09 15:07:15 +1000
commita5b1fd463e00c15b31ca8a26f682f10c37ae3414 (patch)
tree1c51f087faf4a9de39d2ffe4e866d2d7c1fd6ab3 /ext/ffi_c/Platform.h
parentd4c96eff2673ddb4e70bc64ef2ad893d0e78b96b (diff)
downloadffi-a5b1fd463e00c15b31ca8a26f682f10c37ae3414.tar.gz
Sync up copyright headers
Diffstat (limited to 'ext/ffi_c/Platform.h')
-rw-r--r--ext/ffi_c/Platform.h26
1 files changed, 23 insertions, 3 deletions
diff --git a/ext/ffi_c/Platform.h b/ext/ffi_c/Platform.h
index d1aa38d..d8f4eba 100644
--- a/ext/ffi_c/Platform.h
+++ b/ext/ffi_c/Platform.h
@@ -1,5 +1,25 @@
-#ifndef _PLATFORM_H
-#define _PLATFORM_H
+/*
+ * Copyright (c) 2008-2010 Wayne Meissner
+ *
+ * All rights reserved.
+ *
+ * This file is part of ruby-ffi.
+ *
+ * This code is free software: you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License version 3 only, as
+ * published by the Free Software Foundation.
+ *
+ * This code 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
+ * version 3 for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with this work. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef RBFFI_PLATFORM_H
+#define RBFFI_PLATFORM_H
#ifdef __cplusplus
extern "C" {
@@ -12,5 +32,5 @@ extern "C" {
}
#endif
-#endif /* _PLATFORM_H */
+#endif /* RBFFI_PLATFORM_H */