Updated copyright statements

This commit is contained in:
Scott Kitterman
2018-02-05 04:05:41 -05:00
parent 077bf4813c
commit 3138f90077
6 changed files with 7 additions and 3 deletions
+2
View File
@@ -15,3 +15,5 @@ freely, subject to the following restrictions:
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
Copyright (c) 2008 Greg Hewgill http://hewgill.com Copyright (c) 2008 Greg Hewgill http://hewgill.com
See individual files for information about modification to these files and
additional copyright information.
+1 -1
View File
@@ -24,7 +24,7 @@
# Contact: Brandon Long <blong@google.com> # Contact: Brandon Long <blong@google.com>
# #
# This has been modified from the original software. # This has been modified from the original software.
# Copyright (c) 2016, 2017 Scott Kitterman <scott@kitterman.com> # Copyright (c) 2016, 2017, 2018 Scott Kitterman <scott@kitterman.com>
# #
# This has been modified from the original software. # This has been modified from the original software.
# Copyright (c) 2017 Valimail Inc # Copyright (c) 2017 Valimail Inc
+1
View File
@@ -18,6 +18,7 @@
# #
# This has been modified from the original software. # This has been modified from the original software.
# Copyright (c) 2011 William Grant <me@williamgrant.id.au> # Copyright (c) 2011 William Grant <me@williamgrant.id.au>
# Copyright (c) 2018 Scott Kitterman <scott@kitterman.com>
__all__ = [ __all__ = [
'DigestTooLargeError', 'DigestTooLargeError',
+1
View File
@@ -19,6 +19,7 @@
# This has been modified from the original software. # This has been modified from the original software.
# Copyright (c) 2016 Google, Inc. # Copyright (c) 2016 Google, Inc.
# Contact: Brandon Long <blong@google.com> # Contact: Brandon Long <blong@google.com>
# Copyright (c) 2018 Scott Kitterman <scott@kitterman.com>
import unittest import unittest
+1 -1
View File
@@ -15,7 +15,7 @@
# 3. This notice may not be removed or altered from any source distribution. # 3. This notice may not be removed or altered from any source distribution.
# #
# Copyright (c) 2011 William Grant <me@williamgrant.id.au> # Copyright (c) 2011 William Grant <me@williamgrant.id.au>
# Copyright (c) 2017 Scott Kitterman <scott@kitterman.com> # Copyright (c) 2018 Scott Kitterman <scott@kitterman.com>
import email import email
import os.path import os.path
+1 -1
View File
@@ -18,7 +18,7 @@
# Copyright (c) 2016 Google, Inc. # Copyright (c) 2016 Google, Inc.
# Contact: Brandon Long <blong@google.com> # Contact: Brandon Long <blong@google.com>
# Modified by Scott Kitterman <scott@kitterman.com> # Modified by Scott Kitterman <scott@kitterman.com>
# Copyright (c) 2017 Scott Kitterman # Copyright (c) 2017,2018 Scott Kitterman
"""Generates new domainkeys pairs. """Generates new domainkeys pairs.