Add license headers
[pharos.git] / tools / pharos-dashboard / booking / models.py
index fed35e3..200dc83 100644 (file)
@@ -1,3 +1,13 @@
+##############################################################################
+# Copyright (c) 2016 Max Breitenfeldt and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+
 from django.contrib.auth.models import User
 from django.db import models
 from jira import JIRA