@@ -216,69 +216,6 @@ Portions of the following files are licensed under the MIT License:
216216
217217Please see doc/otp-base-license.txt for the full terms of this license.
218218
219-
220- --------------------------------------------------
221- The following files contain some portions of code contributed under
222- the Thrift Software License (see doc/old-thrift-license.txt), and relicensed
223- under the Apache 2.0 License:
224-
225- compiler/cpp/Makefile.am
226- compiler/cpp/src/generate/t_cocoa_generator.cc
227- compiler/cpp/src/generate/t_cpp_generator.cc
228- compiler/cpp/src/generate/t_csharp_generator.cc
229- compiler/cpp/src/generate/t_erl_generator.cc
230- compiler/cpp/src/generate/t_hs_generator.cc
231- compiler/cpp/src/generate/t_java_generator.cc
232- compiler/cpp/src/generate/t_ocaml_generator.cc
233- compiler/cpp/src/generate/t_perl_generator.cc
234- compiler/cpp/src/generate/t_php_generator.cc
235- compiler/cpp/src/generate/t_py_generator.cc
236- compiler/cpp/src/generate/t_rb_generator.cc
237- compiler/cpp/src/generate/t_st_generator.cc
238- compiler/cpp/src/generate/t_xsd_generator.cc
239- compiler/cpp/src/main.cc
240- compiler/cpp/src/parse/t_field.h
241- compiler/cpp/src/parse/t_program.h
242- compiler/cpp/src/platform.h
243- compiler/cpp/src/thriftl.ll
244- compiler/cpp/src/thrifty.yy
245- lib/csharp/src/Protocol/TBinaryProtocol.cs
246- lib/csharp/src/Protocol/TField.cs
247- lib/csharp/src/Protocol/TList.cs
248- lib/csharp/src/Protocol/TMap.cs
249- lib/csharp/src/Protocol/TMessage.cs
250- lib/csharp/src/Protocol/TMessageType.cs
251- lib/csharp/src/Protocol/TProtocol.cs
252- lib/csharp/src/Protocol/TProtocolException.cs
253- lib/csharp/src/Protocol/TProtocolFactory.cs
254- lib/csharp/src/Protocol/TProtocolUtil.cs
255- lib/csharp/src/Protocol/TSet.cs
256- lib/csharp/src/Protocol/TStruct.cs
257- lib/csharp/src/Protocol/TType.cs
258- lib/csharp/src/Server/TServer.cs
259- lib/csharp/src/Server/TSimpleServer.cs
260- lib/csharp/src/Server/TThreadPoolServer.cs
261- lib/csharp/src/TApplicationException.cs
262- lib/csharp/src/Thrift.csproj
263- lib/csharp/src/Thrift.sln
264- lib/csharp/src/TProcessor.cs
265- lib/csharp/src/Transport/TServerSocket.cs
266- lib/csharp/src/Transport/TServerTransport.cs
267- lib/csharp/src/Transport/TSocket.cs
268- lib/csharp/src/Transport/TStreamTransport.cs
269- lib/csharp/src/Transport/TTransport.cs
270- lib/csharp/src/Transport/TTransportException.cs
271- lib/csharp/src/Transport/TTransportFactory.cs
272- lib/csharp/ThriftMSBuildTask/Properties/AssemblyInfo.cs
273- lib/csharp/ThriftMSBuildTask/ThriftBuild.cs
274- lib/csharp/ThriftMSBuildTask/ThriftMSBuildTask.csproj
275- lib/rb/lib/thrift.rb
276- lib/st/README
277- lib/st/thrift.st
278- test/OptionalRequiredTest.cpp
279- test/OptionalRequiredTest.thrift
280- test/ThriftTest.thrift
281-
282219--------------------------------------------------
283220For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 components:
284221
@@ -289,36 +226,14 @@ For the aclocal/ax_boost_base.m4 and contrib/fb303/aclocal/ax_boost_base.m4 comp
289226# the copyright notice and this notice are preserved.
290227
291228--------------------------------------------------
292- For the compiler/cpp/src/md5.[ch] components :
229+ For the lib/nodejs/lib/thrift/json_parse.js :
293230
294231/*
295- Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
296-
297- This software is provided 'as-is', without any express or implied
298- warranty. In no event will the authors be held liable for any damages
299- arising from the use of this software.
300-
301- Permission is granted to anyone to use this software for any purpose,
302- including commercial applications, and to alter it and redistribute it
303- freely, subject to the following restrictions:
232+ json_parse.js
233+ 2015-05-02
234+ Public Domain.
235+ NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
304236
305- 1. The origin of this software must not be misrepresented; you must not
306- claim that you wrote the original software. If you use this software
307- in a product, an acknowledgment in the product documentation would be
308- appreciated but is not required.
309- 2. Altered source versions must be plainly marked as such, and must not be
310- misrepresented as being the original software.
311- 3. This notice may not be removed or altered from any source distribution.
312-
313- L. Peter Deutsch
314- ghost@aladdin.com
315-
316- */
317-
318- ---------------------------------------------------
319- For the lib/rb/setup.rb: Copyright (c) 2000-2005 Minero Aoki,
320- lib/ocaml/OCamlMakefile and lib/ocaml/README-OCamlMakefile components:
321- Copyright (C) 1999 - 2007 Markus Mottl
322-
323- Licensed under the terms of the GNU Lesser General Public License 2.1
324- (see doc/lgpl-2.1.txt for the full terms of this license)
237+ */
238+ (By Douglas Crockford <douglas@crockford.com>)
239+ --------------------------------------------------
0 commit comments