diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e06d208
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,202 @@
+Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "{}"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright {yyyy} {name of copyright owner}
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
diff --git a/src/App.vue b/src/App.vue
index dc170e7..e7856aa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div id="app">
     <Header/>
diff --git a/src/api/base.js b/src/api/base.js
index 00889a6..f8a122c 100644
--- a/src/api/base.js
+++ b/src/api/base.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 export default {
   baseAvatarUrl: 'https://cdn.libravatar.org/avatar',
   baseUrl: 'http://localhost:8080/v1',
diff --git a/src/api/board.js b/src/api/board.js
index 3ad0c8c..414db2d 100644
--- a/src/api/board.js
+++ b/src/api/board.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 
 import base from './base.js'
diff --git a/src/api/branch.js b/src/api/branch.js
index 5ea9c4b..9362ee1 100644
--- a/src/api/branch.js
+++ b/src/api/branch.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 
 import base from './base.js'
diff --git a/src/api/event.js b/src/api/event.js
index ae2ab75..a74f28c 100644
--- a/src/api/event.js
+++ b/src/api/event.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 
 import base from './base.js'
diff --git a/src/api/project.js b/src/api/project.js
index 71d9cab..915c245 100644
--- a/src/api/project.js
+++ b/src/api/project.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 
 import base from './base.js'
diff --git a/src/api/project_group.js b/src/api/project_group.js
index f7fcc28..bc134cb 100644
--- a/src/api/project_group.js
+++ b/src/api/project_group.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 
 import base from './base.js'
diff --git a/src/api/story.js b/src/api/story.js
index 7aa8c81..5d800bf 100644
--- a/src/api/story.js
+++ b/src/api/story.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 
 import base from './base.js'
diff --git a/src/api/tag.js b/src/api/tag.js
index 638ba67..b08b2bc 100644
--- a/src/api/tag.js
+++ b/src/api/tag.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 
 import base from './base.js'
diff --git a/src/api/user.js b/src/api/user.js
index 6955008..2253034 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Axios from 'axios'
 import SHA256 from 'crypto-js/sha256'
 
diff --git a/src/components/Chip.vue b/src/components/Chip.vue
index fd7b9ad..71660eb 100644
--- a/src/components/Chip.vue
+++ b/src/components/Chip.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick, Jack Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="chip">
     <slot />
diff --git a/src/components/ChipInputDropdown.vue b/src/components/ChipInputDropdown.vue
index 48a1fe2..2bf7ef0 100644
--- a/src/components/ChipInputDropdown.vue
+++ b/src/components/ChipInputDropdown.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick, Jack Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div>
     <div
diff --git a/src/components/DateInline.vue b/src/components/DateInline.vue
index 2111b25..cad6bf6 100644
--- a/src/components/DateInline.vue
+++ b/src/components/DateInline.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <span>
     {{ datetime.toFormat('LLL dd yyyy') }}
diff --git a/src/components/EventComment.vue b/src/components/EventComment.vue
index bf36918..7a0855b 100644
--- a/src/components/EventComment.vue
+++ b/src/components/EventComment.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="event-details comment">
     <p class="event-title">
diff --git a/src/components/EventStoryCreated.vue b/src/components/EventStoryCreated.vue
index 3a1fdbd..6774ff1 100644
--- a/src/components/EventStoryCreated.vue
+++ b/src/components/EventStoryCreated.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="event-details">
     <p class="event-title">
diff --git a/src/components/EventStoryUpdated.vue b/src/components/EventStoryUpdated.vue
index 0d11be5..38dc70a 100644
--- a/src/components/EventStoryUpdated.vue
+++ b/src/components/EventStoryUpdated.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="event-details">
     <p class="event-title">
diff --git a/src/components/EventTagsAdded.vue b/src/components/EventTagsAdded.vue
index 2c7d8a7..a6634c9 100644
--- a/src/components/EventTagsAdded.vue
+++ b/src/components/EventTagsAdded.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="event-details">
     <p class="event-title">
diff --git a/src/components/EventTaskAssigneeUpdated.vue b/src/components/EventTaskAssigneeUpdated.vue
index 5b161b5..e6fa8e9 100644
--- a/src/components/EventTaskAssigneeUpdated.vue
+++ b/src/components/EventTaskAssigneeUpdated.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="event-details">
     <p class="event-title">
diff --git a/src/components/EventTaskCreated.vue b/src/components/EventTaskCreated.vue
index 2826895..641c20e 100644
--- a/src/components/EventTaskCreated.vue
+++ b/src/components/EventTaskCreated.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="event-details">
     <p class="event-title">
diff --git a/src/components/EventTaskUpdated.vue b/src/components/EventTaskUpdated.vue
index 76e8ce4..03ea2c0 100644
--- a/src/components/EventTaskUpdated.vue
+++ b/src/components/EventTaskUpdated.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="event-details">
     <p class="event-title">
diff --git a/src/components/Header.vue b/src/components/Header.vue
index ab2e535..24dced5 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div id="header">
     <span class="lead">StoryBoard</span>
diff --git a/src/components/MarkdownContent.vue b/src/components/MarkdownContent.vue
index 6525b98..bba87c8 100644
--- a/src/components/MarkdownContent.vue
+++ b/src/components/MarkdownContent.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div :class="className" v-html="renderedContent"></div>
 </template>
diff --git a/src/components/ProjectFilters.vue b/src/components/ProjectFilters.vue
index b90a4e1..702f080 100644
--- a/src/components/ProjectFilters.vue
+++ b/src/components/ProjectFilters.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="filter-bar">
     <ChipInputDropdown
diff --git a/src/components/ProjectGroupFilters.vue b/src/components/ProjectGroupFilters.vue
index b235e2f..c8e2721 100644
--- a/src/components/ProjectGroupFilters.vue
+++ b/src/components/ProjectGroupFilters.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="filter-bar">
     <ChipInputDropdown
diff --git a/src/components/ProjectGroupListItem.vue b/src/components/ProjectGroupListItem.vue
index b257370..b419076 100644
--- a/src/components/ProjectGroupListItem.vue
+++ b/src/components/ProjectGroupListItem.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-group flex-row" @click="expanded = !expanded">
     <div class="flex-row">
diff --git a/src/components/ProjectGroupTabProjects.vue b/src/components/ProjectGroupTabProjects.vue
index 1b1fc9f..5aaf69a 100644
--- a/src/components/ProjectGroupTabProjects.vue
+++ b/src/components/ProjectGroupTabProjects.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-group-project-list">
     <Spinner v-if="loading" :fullScreen="true" />
diff --git a/src/components/ProjectGroupTabStories.vue b/src/components/ProjectGroupTabStories.vue
index e277c8e..849da7c 100644
--- a/src/components/ProjectGroupTabStories.vue
+++ b/src/components/ProjectGroupTabStories.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-story-list">
     <StoryFilters @filter-change="getStories" />
diff --git a/src/components/ProjectListItem.vue b/src/components/ProjectListItem.vue
index eeb70bb..72969af 100644
--- a/src/components/ProjectListItem.vue
+++ b/src/components/ProjectListItem.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project">
     <div class="header">
diff --git a/src/components/ProjectTabDetails.vue b/src/components/ProjectTabDetails.vue
index c66b55f..7d6be85 100644
--- a/src/components/ProjectTabDetails.vue
+++ b/src/components/ProjectTabDetails.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-details">
     <div class="cards">
diff --git a/src/components/ProjectTabStories.vue b/src/components/ProjectTabStories.vue
index 08ddec6..33f9ea5 100644
--- a/src/components/ProjectTabStories.vue
+++ b/src/components/ProjectTabStories.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-story-list">
     <StoryFilters @filter-change="getStories" />
diff --git a/src/components/Sidebar.vue b/src/components/Sidebar.vue
index ba9a8fa..784e2c2 100644
--- a/src/components/Sidebar.vue
+++ b/src/components/Sidebar.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <nav id="nav">
     <!-- <router-link to="/" exact>Home</router-link> -->
diff --git a/src/components/Spinner.vue b/src/components/Spinner.vue
index d0c936f..49fb5bd 100644
--- a/src/components/Spinner.vue
+++ b/src/components/Spinner.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick, Jack Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div :class="{ fullScreen }">
     <div class="spinner"></div>
diff --git a/src/components/StoryFilters.vue b/src/components/StoryFilters.vue
index 318f4c5..1265abc 100644
--- a/src/components/StoryFilters.vue
+++ b/src/components/StoryFilters.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick, Jack Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="story-filter-bar">
     <ChipInputDropdown
diff --git a/src/components/StoryListItem.vue b/src/components/StoryListItem.vue
index b9a2f0b..1fa9bf6 100644
--- a/src/components/StoryListItem.vue
+++ b/src/components/StoryListItem.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="story">
     <div class="header">
diff --git a/src/components/TaskListEntry.vue b/src/components/TaskListEntry.vue
index f99181d..3afa0ef 100644
--- a/src/components/TaskListEntry.vue
+++ b/src/components/TaskListEntry.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="task-list-entry">
     <p class="thin"><strong>{{ task.id }}</strong></p>
diff --git a/src/components/TimelineEvent.vue b/src/components/TimelineEvent.vue
index a5e9a90..d46bebb 100644
--- a/src/components/TimelineEvent.vue
+++ b/src/components/TimelineEvent.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="timeline-event" :class="{ 'align-top': isComment }">
     <p class="timeline-event-icon" :class="iconClass">
diff --git a/src/components/UserLinkInline.vue b/src/components/UserLinkInline.vue
index 55d48d5..e663f34 100644
--- a/src/components/UserLinkInline.vue
+++ b/src/components/UserLinkInline.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <router-link class="user-link-inline" :to="`/user/${user.id}`">
     <img v-if="showAvatar && avatar" :src="avatar" />
diff --git a/src/components/UserListItem.vue b/src/components/UserListItem.vue
index 15431cc..ccc35b7 100644
--- a/src/components/UserListItem.vue
+++ b/src/components/UserListItem.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="user">
     <img :src="avatar" />
diff --git a/src/components/UserTabActivity.vue b/src/components/UserTabActivity.vue
index eea5e19..5c05489 100644
--- a/src/components/UserTabActivity.vue
+++ b/src/components/UserTabActivity.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="story-list">
     <div class="story-column">
diff --git a/src/components/UserTabStories.vue b/src/components/UserTabStories.vue
index 6c2ed0e..bef830a 100644
--- a/src/components/UserTabStories.vue
+++ b/src/components/UserTabStories.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="story-list">
     <div class="story-column">
diff --git a/src/components/UserTabSubscriptions.vue b/src/components/UserTabSubscriptions.vue
index a796bae..0173377 100644
--- a/src/components/UserTabSubscriptions.vue
+++ b/src/components/UserTabSubscriptions.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="story-list">
     <div class="story-column">
diff --git a/src/main.js b/src/main.js
index f253456..ca5779c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Vue from 'vue'
 import App from './App.vue'
 import router from './router'
diff --git a/src/router/index.js b/src/router/index.js
index 7eaad89..b0eb675 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Vue from 'vue'
 import VueRouter from 'vue-router'
 import Home from '../views/Home.vue'
diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss
index 0322c1d..dea8a87 100644
--- a/src/scss/_variables.scss
+++ b/src/scss/_variables.scss
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 // Colours
 
 // Primary
diff --git a/src/store/index.js b/src/store/index.js
index 332b916..f2f0968 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2020 Adam Coldrick
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License. You may obtain
+ * a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
+ * under the License.
+ */
+
 import Vue from 'vue'
 import Vuex from 'vuex'
 
diff --git a/src/views/About.vue b/src/views/About.vue
index 3fa2807..675706d 100644
--- a/src/views/About.vue
+++ b/src/views/About.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="about">
     <h1>This is an about page</h1>
diff --git a/src/views/BoardList.vue b/src/views/BoardList.vue
index 7ee443a..ed2675d 100644
--- a/src/views/BoardList.vue
+++ b/src/views/BoardList.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="board-list">
     <h1><FontAwesomeIcon icon="columns" fixed-width />Boards</h1>
diff --git a/src/views/ProjectDetail.vue b/src/views/ProjectDetail.vue
index 3afb1a4..8010688 100644
--- a/src/views/ProjectDetail.vue
+++ b/src/views/ProjectDetail.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-detail">
     <div class="header-row">
diff --git a/src/views/ProjectGroupDetail.vue b/src/views/ProjectGroupDetail.vue
index ad1295e..6ec7ddd 100644
--- a/src/views/ProjectGroupDetail.vue
+++ b/src/views/ProjectGroupDetail.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-detail">
     <div class="header-row">
diff --git a/src/views/ProjectGroupList.vue b/src/views/ProjectGroupList.vue
index 3e58138..2fab958 100644
--- a/src/views/ProjectGroupList.vue
+++ b/src/views/ProjectGroupList.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="project-groups">
     <h1><FontAwesomeIcon icon="cubes" fixed-width />Project Groups</h1>
diff --git a/src/views/ProjectList.vue b/src/views/ProjectList.vue
index 3227c78..cfa8ec5 100644
--- a/src/views/ProjectList.vue
+++ b/src/views/ProjectList.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="about">
     <h1><FontAwesomeIcon icon="cube" fixed-width />Projects</h1>
diff --git a/src/views/StoryDetail.vue b/src/views/StoryDetail.vue
index 6a53b21..7f37c41 100644
--- a/src/views/StoryDetail.vue
+++ b/src/views/StoryDetail.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="story-detail">
     <div class="header-row">
diff --git a/src/views/StoryList.vue b/src/views/StoryList.vue
index 9488015..ba577ca 100644
--- a/src/views/StoryList.vue
+++ b/src/views/StoryList.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick, Jack Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="story-list">
     <h1><FontAwesomeIcon icon="book" fixed-width />Stories</h1>
diff --git a/src/views/TeamList.vue b/src/views/TeamList.vue
index 3cab1b0..339c4e9 100644
--- a/src/views/TeamList.vue
+++ b/src/views/TeamList.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="about">
     <h1>Team list here</h1>
diff --git a/src/views/UserDetail.vue b/src/views/UserDetail.vue
index 8c09f3b..fc4e077 100644
--- a/src/views/UserDetail.vue
+++ b/src/views/UserDetail.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="user-detail">
     <div class="header">
diff --git a/src/views/UserList.vue b/src/views/UserList.vue
index 474636c..8b9af8b 100644
--- a/src/views/UserList.vue
+++ b/src/views/UserList.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="user-list">
     <h1>Users</h1>
diff --git a/src/views/WorklistList.vue b/src/views/WorklistList.vue
index 44ae71a..a5ce418 100644
--- a/src/views/WorklistList.vue
+++ b/src/views/WorklistList.vue
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (c) 2020 Adam Coldrick
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License"); you may
+  ~ not use this file except in compliance with the License. You may obtain
+  ~ a copy of the License at
+  ~
+  ~         http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  ~ License for the specific language governing permissions and limitations
+  ~ under the License.
+  -->
+
 <template>
   <div class="about">
     <h1>Worklist list here</h1>