diff options
author | John Mitchell <jlmitch5@ncsu.edu> | 2015-06-11 22:05:30 +0200 |
---|---|---|
committer | John Mitchell <jlmitch5@ncsu.edu> | 2015-06-11 22:10:23 +0200 |
commit | 32d1c0e4dbebbd2a649bf43cf55c4e7813e260c0 (patch) | |
tree | 17c630bc78682d7ef869b6ad969dcf7f16be82e9 /manage.py | |
parent | Support cancel on system jobs (diff) | |
download | awx-32d1c0e4dbebbd2a649bf43cf55c4e7813e260c0.tar.xz awx-32d1c0e4dbebbd2a649bf43cf55c4e7813e260c0.zip |
fixed copyright date
Diffstat (limited to 'manage.py')
-rwxr-xr-x | manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. if __name__ == '__main__': |