Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2015-09-16 23:57:32 +0300
committerSam Gross <colesbury@gmail.com>2015-09-16 23:57:32 +0300
commit666bb413a5333c8a05a30f6cef01368011a3f316 (patch)
tree70d4f8de82908cb83668272027b0e8976b3e69d5
parentdbbe3a6f29cb0153d5ae902237c6906f4ddf3f18 (diff)
Fix LICENSE and PATENTS file
-rw-r--r--LICENSE28
-rw-r--r--PATENTS2
-rw-r--r--call.c4
-rw-r--r--call_arm.dasc4
-rw-r--r--call_x64.h4
-rw-r--r--call_x64win.h4
-rw-r--r--call_x86.dasc4
-rw-r--r--call_x86.h4
-rw-r--r--ctype.c4
-rw-r--r--ffi.c4
-rw-r--r--ffi.h4
-rw-r--r--parser.c4
-rw-r--r--test.c4
-rw-r--r--test.lua4
14 files changed, 53 insertions, 25 deletions
diff --git a/LICENSE b/LICENSE
index 4aab104..d38b164 100644
--- a/LICENSE
+++ b/LICENSE
@@ -28,3 +28,31 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+--------------------------------------------------------------------------
+
+This product contains portions of third party software provided under this license:
+
+luaffi software
+
+Copyright (c) 2011 James R. McKaskill
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
+Facebook provides this code under the BSD License above.
diff --git a/PATENTS b/PATENTS
index 0491c15..f6388c5 100644
--- a/PATENTS
+++ b/PATENTS
@@ -1,6 +1,6 @@
Additional Grant of Patent Rights Version 2
-"Software" means the ztorch software distributed by Facebook, Inc.
+"Software" means the luaffifb software distributed by Facebook, Inc.
Facebook, Inc. ("Facebook") hereby grants to each recipient of the Software
("you") a perpetual, worldwide, royalty-free, non-exclusive, irrevocable
diff --git a/call.c b/call.c
index f516567..f8fb865 100644
--- a/call.c
+++ b/call.c
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/call_arm.dasc b/call_arm.dasc
index 97dffa8..8b6de91 100644
--- a/call_arm.dasc
+++ b/call_arm.dasc
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/call_x64.h b/call_x64.h
index ca371ce..4693863 100644
--- a/call_x64.h
+++ b/call_x64.h
@@ -10,8 +10,8 @@
#endif
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/call_x64win.h b/call_x64win.h
index 9d2b466..29d3884 100644
--- a/call_x64win.h
+++ b/call_x64win.h
@@ -10,8 +10,8 @@
#endif
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/call_x86.dasc b/call_x86.dasc
index 68f63cb..909e63b 100644
--- a/call_x86.dasc
+++ b/call_x86.dasc
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/call_x86.h b/call_x86.h
index 1a1aeff..53ad0ae 100644
--- a/call_x86.h
+++ b/call_x86.h
@@ -10,8 +10,8 @@
#endif
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/ctype.c b/ctype.c
index 0bf8596..c93fea0 100644
--- a/ctype.c
+++ b/ctype.c
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/ffi.c b/ffi.c
index f86d3be..56c1ab8 100644
--- a/ffi.c
+++ b/ffi.c
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/ffi.h b/ffi.h
index 4ed806d..ce6401f 100644
--- a/ffi.h
+++ b/ffi.h
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/parser.c b/parser.c
index 09e212f..a7c53df 100644
--- a/parser.c
+++ b/parser.c
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/test.c b/test.c
index 4406cbd..45077e2 100644
--- a/test.c
+++ b/test.c
@@ -1,6 +1,6 @@
/* vim: ts=4 sw=4 sts=4 et tw=78
- * Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
- * Copyright (c) 2011 James R. McKaskill.
+ * Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+ * Portions copyright (c) 2011 James R. McKaskill.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
diff --git a/test.lua b/test.lua
index c9e036f..227c3c6 100644
--- a/test.lua
+++ b/test.lua
@@ -1,6 +1,6 @@
-- vim: ts=4 sw=4 sts=4 et tw=78
--- Copyright (c) 2015-present, Facebook, Inc. All rights reserved.
--- Copyright (c) 2011 James R. McKaskill.
+-- Portions copyright (c) 2015-present, Facebook, Inc. All rights reserved.
+-- Portions copyright (c) 2011 James R. McKaskill.
--
-- This source code is licensed under the BSD-style license found in the
-- LICENSE file in the root directory of this source tree. An additional grant