Skip to content

Commit

Permalink
replace references for COPYING.BSD and COPYING.LESSER to LICENSE.BSD …
Browse files Browse the repository at this point in the history
…and LICENSE.LESSER
  • Loading branch information
Csaba Drahos committed Feb 17, 2023
1 parent 1679867 commit deaf093
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include COPYING.BSD
include COPYING.LESSER
include LICENSE.BSD
include LICENSE.LESSER
include CONTRIBUTING.md
include MANIFEST.in
include README.md
Expand Down
2 changes: 1 addition & 1 deletion buildutils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# h5py: <http://code.google.com/p/h5py/>
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import json
Expand Down
2 changes: 1 addition & 1 deletion buildutils/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# h5py: <http://code.google.com/p/h5py/>
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import logging
Expand Down
2 changes: 1 addition & 1 deletion examples/LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyZMQ examples are copyright their respective authors, and licensed
under the New BSD License as described in COPYING.BSD unless otherwise
under the New BSD License as described in LICENSE.BSD unless otherwise
specified in the file.
2 changes: 1 addition & 1 deletion examples/mongodb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2010 Justin Riley
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import json
Expand Down
2 changes: 1 addition & 1 deletion examples/mongodb/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2010 Justin Riley
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import json
Expand Down
2 changes: 1 addition & 1 deletion examples/monitoring/simple_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is part of pyzmq.
#
# Distributed under the terms of the New BSD License. The full
# license is in the file COPYING.BSD, distributed as part of this
# license is in the file LICENSE.BSD, distributed as part of this
# software.

__author__ = 'Guido Goldstein'
Expand Down
2 changes: 1 addition & 1 deletion examples/poll/pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2010 Brian Granger
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import time
Expand Down
2 changes: 1 addition & 1 deletion examples/poll/pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2010 Brian Granger
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import time
Expand Down
2 changes: 1 addition & 1 deletion examples/poll/reqrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (c) 2010 Brian Granger
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import time
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/publisher.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (c) 2010 Brian Granger
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import sys
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/subscriber.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (c) 2010 Brian Granger
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/topics_pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Copyright (c) 2010 Brian Granger
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import itertools
Expand Down
2 changes: 1 addition & 1 deletion examples/pubsub/topics_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Copyright (c) 2010 Brian Granger, Fernando Perez
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

import sys
Expand Down
2 changes: 1 addition & 1 deletion packaging/redhat/python-pyzmq.spec
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ rm -rf zmq/tests/test_auth.py
%endif

%files %{python_files}
%doc AUTHORS.md COPYING.BSD COPYING.LESSER README.md examples
%doc AUTHORS.md LICENSE.BSD LICENSE.LESSER README.md examples
%{python_sitearch}/zmq/
%{python_sitearch}/pyzmq-*-py*.egg-info
%exclude %{python_sitearch}/zmq/utils/*.h
Expand Down
2 changes: 1 addition & 1 deletion zmq/devices/monitoredqueue.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Authors
# This file is part of pyzmq
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
#-----------------------------------------------------------------------------

#-----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion zmq/green/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# It is adapted from upstream project zeromq_gevent under the New BSD License
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

"""zmq.green - gevent compatibility with zeromq.
Expand Down
2 changes: 1 addition & 1 deletion zmq/green/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# It is adapted from upstream project zeromq_gevent under the New BSD License
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
# -----------------------------------------------------------------------------

"""This module wraps the :class:`Socket` and :class:`Context` found in :mod:`pyzmq <zmq>` to be non blocking
Expand Down
2 changes: 1 addition & 1 deletion zmq/utils/buffers.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Authors
# Copyright (c) 2010-2012 Brian Granger, Min Ragan-Kelley
#
# Distributed under the terms of the New BSD License. The full license is in
# the file COPYING.BSD, distributed as part of this software.
# the file LICENSE.BSD, distributed as part of this software.
#-----------------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion zmq/utils/ipcmaxlen.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Platform-independant detection of IPC path max length
Copyright (c) 2012 Godefroid Chapelle
Distributed under the terms of the New BSD License. The full license is in
the file COPYING.BSD, distributed as part of this software.
the file LICENSE.BSD, distributed as part of this software.
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion zmq/utils/zmq_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Copyright (c) 2010 Brian Granger, Min Ragan-Kelley
//
// Distributed under the terms of the New BSD License. The full license is in
// the file COPYING.BSD, distributed as part of this software.
// the file LICENSE.BSD, distributed as part of this software.
//-----------------------------------------------------------------------------

#pragma once
Expand Down

0 comments on commit deaf093

Please sign in to comment.