Skip to content

Commit 6e19413

Browse files
committed
update copyright notice
1 parent 0148ce0 commit 6e19413

19 files changed

+22
-22
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
3+
Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ which provides Adobe Enterprise customers the ability to manage their users. Th
88
client makes it easy to access the UMAPI from a local Python application.
99

1010
This client is open source, maintained by Adobe, and distributed under the terms
11-
of the OSI-approved MIT license. Copyright (c) 2016-2017 Adobe Systems Incorporated.
11+
of the OSI-approved MIT license. Copyright (c) 2016-2017 Adobe Inc.
1212

1313
# Installation
1414

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ which provides Adobe Enterprise customers the ability to manage their users. Th
88
client makes it easy to access the UMAPI from a local Python application.
99

1010
This client is open source, maintained by Adobe, and distributed under the terms
11-
of the OSI-approved MIT license. Copyright (c) 2016-2017 Adobe Systems Incorporated.
11+
of the OSI-approved MIT license. Copyright (c) 2016-2017 Adobe Inc.
1212

1313
# Installation
1414

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
1+
# Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal
@@ -31,7 +31,7 @@
3131
'which provides Adobe Enterprise customers the ability to manage their users. This '
3232
'client makes it easy to access the UMAPI from a local Python application. '
3333
'This client is open source, maintained by Adobe, and distributed under the terms '
34-
'of the OSI-approved MIT license. Copyright (c) 2016-2017 Adobe Systems Incorporated.'),
34+
'of the OSI-approved MIT license. Copyright (c) 2016-2017 Adobe Inc.'),
3535
classifiers=[
3636
'Development Status :: 5 - Production/Stable',
3737
'Programming Language :: Python :: 2.7',

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
1+
# Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

tests/test_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
1+
# Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

tests/test_connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
1+
# Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

tests/test_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
22

3-
# Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
3+
# Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

tests/test_legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
1+
# Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal

tests/test_live.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2016-2017 Adobe Systems Incorporated. All rights reserved.
1+
# Copyright (c) 2016-2017 Adobe Inc. All rights reserved.
22
#
33
# Permission is hereby granted, free of charge, to any person obtaining a copy
44
# of this software and associated documentation files (the "Software"), to deal
@@ -166,4 +166,4 @@ def test_remove_user_group(config):
166166
result = usergroups.create(groupName)
167167
groupID = result.groupid
168168
usergroups.delete(groupID)
169-
assert usergroups.getGroupIDByName(groupName) == None
169+
assert usergroups.getGroupIDByName(groupName) == None

0 commit comments

Comments
 (0)