mirror of
				https://github.com/open-source-parsers/jsoncpp.git
				synced 2025-11-03 18:22:32 -05:00 
			
		
		
		
	Restore BL's authorship attribution, and add "The Jsoncpp Authors" where it was missing.
Requested/noticed in https://github.com/open-source-parsers/jsoncpp/pull/610, and a followup to https://github.com/open-source-parsers/jsoncpp/pull/607 .
This commit is contained in:
		
							parent
							
								
									f26edb05e5
								
							
						
					
					
						commit
						59e4d35339
					
				
							
								
								
									
										8
									
								
								LICENSE
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								LICENSE
									
									
									
									
									
								
							@ -2,13 +2,13 @@ The JsonCpp library's source code, including accompanying documentation,
 | 
			
		||||
tests and demonstration applications, are licensed under the following
 | 
			
		||||
conditions...
 | 
			
		||||
 | 
			
		||||
The JsonCpp Authors explicitly disclaim copyright in all 
 | 
			
		||||
Baptiste Lepilleur and The JsonCpp Authors explicitly disclaim copyright in all 
 | 
			
		||||
jurisdictions which recognize such a disclaimer. In such jurisdictions, 
 | 
			
		||||
this software is released into the Public Domain.
 | 
			
		||||
 | 
			
		||||
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
 | 
			
		||||
2010), this software is Copyright (c) 2007-2010 by The JsonCpp Authors, and is
 | 
			
		||||
released under the terms of the MIT License (see below).
 | 
			
		||||
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur and
 | 
			
		||||
The JsonCpp Authors, and is released under the terms of the MIT License (see below).
 | 
			
		||||
 | 
			
		||||
In jurisdictions which recognize Public Domain property, the user of this 
 | 
			
		||||
software may choose to accept it either as 1) Public Domain, 2) under the 
 | 
			
		||||
@ -23,7 +23,7 @@ described in clear, concise terms at:
 | 
			
		||||
The full text of the MIT License follows:
 | 
			
		||||
 | 
			
		||||
========================================================================
 | 
			
		||||
Copyright (c) 2007-2010 The JsonCpp Authors
 | 
			
		||||
Copyright (c) 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
 | 
			
		||||
Permission is hereby granted, free of charge, to any person
 | 
			
		||||
obtaining a copy of this software and associated documentation
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2010 The JsonCpp Authors
 | 
			
		||||
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
#!/usr/bin/env python
 | 
			
		||||
# encoding: utf-8
 | 
			
		||||
# Copyright 2009 The JsonCpp Authors
 | 
			
		||||
# Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2010 The JsonCpp Authors
 | 
			
		||||
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ from __future__ import print_function
 | 
			
		||||
# and ends with the first blank line.
 | 
			
		||||
LICENSE_BEGIN = "// Copyright "
 | 
			
		||||
 | 
			
		||||
BRIEF_LICENSE = LICENSE_BEGIN + """2007-2010 The JsonCpp Authors
 | 
			
		||||
BRIEF_LICENSE = LICENSE_BEGIN + """2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2010 The JsonCpp Authors
 | 
			
		||||
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2010 The JsonCpp Authors
 | 
			
		||||
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2009 The JsonCpp Authors
 | 
			
		||||
# Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2007 The JsonCpp Authors
 | 
			
		||||
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2010 The JsonCpp Authors
 | 
			
		||||
# Copyright 2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2007 The JsonCpp Authors
 | 
			
		||||
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2011 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2011 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Copyright (C) 2016 InfoTeCS JSC. All rights reserved.
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2011 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2011 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2011 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2011 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur
 | 
			
		||||
// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
// Distributed under MIT license, or public domain if desired and
 | 
			
		||||
// recognized in your jurisdiction.
 | 
			
		||||
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2007 The JsonCpp Authors
 | 
			
		||||
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2007 The JsonCpp Authors
 | 
			
		||||
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2007 The JsonCpp Authors
 | 
			
		||||
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2007 The JsonCpp Authors
 | 
			
		||||
# Copyright 2007 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2009 The JsonCpp Authors
 | 
			
		||||
# Copyright 2009 Baptiste Lepilleur and The JsonCpp Authors
 | 
			
		||||
# Distributed under MIT license, or public domain if desired and
 | 
			
		||||
# recognized in your jurisdiction.
 | 
			
		||||
# See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user