Add "and collaborators" everywhere

This commit is contained in:
Ram Rachum 2019-04-24 12:10:46 +03:00
parent 463a91f6d5
commit 1db07e4d66
11 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

@ -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'''

View File

@ -1,4 +1,4 @@
# Copyright 2019 Ram Rachum.
# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
import sys

View File

@ -1,4 +1,4 @@
# Copyright 2019 Ram Rachum.
# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
import types

View File

@ -1,4 +1,4 @@
# Copyright 2019 Ram Rachum.
# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
import abc

View File

@ -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

View File

@ -1,4 +1,4 @@
# Copyright 2019 Ram Rachum.
# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
import io

View File

@ -1,4 +1,4 @@
# Copyright 2019 Ram Rachum.
# Copyright 2019 Ram Rachum and collaborators.
# This program is distributed under the MIT license.
import re