diff --git a/galaxy/static/partials/paginateWidget.html b/galaxy/static/partials/paginateWidget.html
index b740c8d6f..b964901af 100644
--- a/galaxy/static/partials/paginateWidget.html
+++ b/galaxy/static/partials/paginateWidget.html
@@ -1,3 +1,21 @@
+
+
diff --git a/galaxy/static/partials/ratingListTable.html b/galaxy/static/partials/ratingListTable.html
index 8ea2d32cf..7be199cb9 100644
--- a/galaxy/static/partials/ratingListTable.html
+++ b/galaxy/static/partials/ratingListTable.html
@@ -1,13 +1,21 @@
+
+
diff --git a/galaxy/static/partials/role-add.html b/galaxy/static/partials/role-add.html
index 216e76508..d7b399fa9 100644
--- a/galaxy/static/partials/role-add.html
+++ b/galaxy/static/partials/role-add.html
@@ -1,3 +1,20 @@
+
@@ -135,4 +152,4 @@
SETTINGS
-
\ No newline at end of file
+
diff --git a/galaxy/static/partials/role-list.html b/galaxy/static/partials/role-list.html
index b8d627075..94cad2068 100644
--- a/galaxy/static/partials/role-list.html
+++ b/galaxy/static/partials/role-list.html
@@ -1,3 +1,21 @@
+
+
diff --git a/galaxy/static/partials/roleListTable.html b/galaxy/static/partials/roleListTable.html
index 7ff949451..dffb015fc 100644
--- a/galaxy/static/partials/roleListTable.html
+++ b/galaxy/static/partials/roleListTable.html
@@ -1,12 +1,21 @@
-
+
diff --git a/galaxy/static/partials/user-detail.html b/galaxy/static/partials/user-detail.html
index d5ff22fbd..c08399237 100644
--- a/galaxy/static/partials/user-detail.html
+++ b/galaxy/static/partials/user-detail.html
@@ -1,3 +1,20 @@
+
diff --git a/galaxy/static/partials/user-display.html b/galaxy/static/partials/user-display.html
index 068940fdf..ae40ae31b 100644
--- a/galaxy/static/partials/user-display.html
+++ b/galaxy/static/partials/user-display.html
@@ -1,3 +1,21 @@
+
+
{{user.username}}
diff --git a/galaxy/static/partials/user-list.html b/galaxy/static/partials/user-list.html
index 689adc76f..02163e094 100644
--- a/galaxy/static/partials/user-list.html
+++ b/galaxy/static/partials/user-list.html
@@ -1,3 +1,20 @@
+
@@ -119,4 +136,4 @@
-
\ No newline at end of file
+
diff --git a/galaxy/urls.py b/galaxy/urls.py
index 592e08bb1..38bff28a4 100644
--- a/galaxy/urls.py
+++ b/galaxy/urls.py
@@ -1,19 +1,19 @@
-# (c) 2012-2014, Ansible, Inc.
+# (c) 2012-2016, Ansible by Red Hat
#
# This file is part of Ansible Galaxy
#
# Ansible Galaxy is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# it under the terms of the Apache License as published by
+# the Apache Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Ansible Galaxy is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# Apache License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with Ansible. If not, see .
+# You should have received a copy of the Apache License
+# along with Galaxy. If not, see .
from django.conf import settings
from django.conf.urls import patterns, include, url
diff --git a/galaxy/wsgi.py b/galaxy/wsgi.py
index ddde6cf19..2ffd96a56 100644
--- a/galaxy/wsgi.py
+++ b/galaxy/wsgi.py
@@ -1,22 +1,19 @@
-# (c) 2012-2014, Ansible, Inc.
+# (c) 2012-2016, Ansible by Red Hat
#
# This file is part of Ansible Galaxy
#
# Ansible Galaxy is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
+# it under the terms of the Apache License as published by
+# the Apache Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# Ansible Galaxy is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# Apache License for more details.
#
-# You should have received a copy of the GNU General Public License
-# along with Ansible. If not, see .
-
-# Copyright (c) 2013 AnsibleWorks, Inc.
-# All Rights Reserved.
+# You should have received a copy of the Apache License
+# along with Galaxy. If not, see .
"""
WSGI config for Galaxy project.
diff --git a/manage.py b/manage.py
index ca30811fa..b6b83f7e5 100755
--- a/manage.py
+++ b/manage.py
@@ -1,17 +1,21 @@
#!/usr/bin/env python
-#if __name__ == "__main__":
-# local_site_packages = os.path.join(os.path.dirname(__file__), 'main', 'lib', 'site-packages')
-# sys.path.insert(0, local_site_packages)
+# (c) 2012-2016, Ansible by Red Hat
#
-# os.environ.setdefault("DJANGO_SETTINGS_MODULE", "galaxy.settings")
+# This file is part of Ansible Galaxy
#
-# from django.core.management import execute_from_command_line
+# Ansible Galaxy is free software: you can redistribute it and/or modify
+# it under the terms of the Apache License as published by
+# the Apache Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
#
-# execute_from_command_line(sys.argv)
-
-# Copyright (c) 2013 AnsibleWorks, Inc.
-# All Rights Reserved.
+# Ansible Galaxy is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# Apache License for more details.
+#
+# You should have received a copy of the Apache License
+# along with Galaxy. If not, see .
if __name__ == '__main__':
from galaxy import manage
diff --git a/settings/settings_develop.py.j2 b/settings/settings_develop.py.j2
index 0880070af..1a2971df4 100644
--- a/settings/settings_develop.py.j2
+++ b/settings/settings_develop.py.j2
@@ -1,3 +1,20 @@
+# (c) 2012-2016, Ansible by Red Hat
+#
+# This file is part of Ansible Galaxy
+#
+# Ansible Galaxy is free software: you can redistribute it and/or modify
+# it under the terms of the Apache License as published by
+# the Apache Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# Ansible Galaxy is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# Apache License for more details.
+#
+# You should have received a copy of the Apache License
+# along with Galaxy. If not, see .
+
# Django settings for ansible galaxy project.
import os
diff --git a/setup.py b/setup.py
index 082cb5e92..844e1d184 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,21 @@
#!/usr/bin/env python
-# Copyright (c) 2013 AnsibleWorks, Inc.
-# All Rights Reserved.
+# (c) 2012-2016, Ansible by Red Hat
+#
+# This file is part of Ansible Galaxy
+#
+# Ansible Galaxy is free software: you can redistribute it and/or modify
+# it under the terms of the Apache License as published by
+# the Apache Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# Ansible Galaxy is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# Apache License for more details.
+#
+# You should have received a copy of the Apache License
+# along with Galaxy. If not, see .
import os
import datetime