diff options
author | Matthew Jones <mat@matburt.net> | 2015-06-11 20:53:25 +0200 |
---|---|---|
committer | Matthew Jones <mat@matburt.net> | 2015-06-11 20:53:25 +0200 |
commit | f9457197949506af0960db65fc85b18e05234fc3 (patch) | |
tree | 7ff99260b4e08ae97d7e0688d2d855ca8595ca29 /manage.py | |
parent | Make using named pipe for adding passwords conditional on the version (diff) | |
download | awx-f9457197949506af0960db65fc85b18e05234fc3.tar.xz awx-f9457197949506af0960db65fc85b18e05234fc3.zip |
Fix a few more copyright statements
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) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. if __name__ == '__main__': |