mirror of https://github.com/cool-RR/PySnooper.git
Add "and collaborators" everywhere
This commit is contained in:
parent
463a91f6d5
commit
1db07e4d66
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2019 Ram Rachum
|
||||
Copyright (c) 2019 Ram Rachum and collaborators
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -90,7 +90,7 @@ Use `pip`:
|
|||
|
||||
# Copyright #
|
||||
|
||||
Copyright (c) 2019 Ram Rachum, released under the MIT license.
|
||||
Copyright (c) 2019 Ram Rachum and collaborators, released under the MIT license.
|
||||
|
||||
I provide
|
||||
[Development services in Python and Django](https://chipmunkdev.com) and I [give Python workshops](http://pythonworkshops.co/) to teach people Python and related topics.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
import future.standard_library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
'''Python 2/3 compatibility'''
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
import sys
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
import types
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
import abc
|
||||
|
|
2
setup.py
2
setup.py
|
@ -1,7 +1,7 @@
|
|||
"""
|
||||
Packaging implementation for PySnooper
|
||||
|
||||
Copyright 2019 Ram Rachum.
|
||||
Copyright 2019 Ram Rachum and collaborators.
|
||||
This program is distributed under the MIT license.
|
||||
"""
|
||||
import setuptools
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
import io
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 2019 Ram Rachum.
|
||||
# Copyright 2019 Ram Rachum and collaborators.
|
||||
# This program is distributed under the MIT license.
|
||||
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue