Updated copyright statements
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user