diff --git a/src/main.js b/src/main.js
index 2bb1a5c..f790b14 100644
--- a/src/main.js
+++ b/src/main.js
@@ -1,3 +1,18 @@
+/*
+Copyright 2026 Seekra
+
+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 { createApp } from 'vue'
import App from './App.vue'
import router from './router'
diff --git a/src/router/index.js b/src/router/index.js
index cc9b481..74cc205 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,3 +1,19 @@
+/*
+Copyright 2026 Seekra
+
+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 { createRouter, createWebHistory } from 'vue-router'
import SearchView from '../views/SearchView.vue'
diff --git a/src/styles/common.css b/src/styles/common.css
index 3f36876..c63600c 100644
--- a/src/styles/common.css
+++ b/src/styles/common.css
@@ -1,3 +1,19 @@
+/*
+Copyright 2026 Seekra
+
+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.
+*/
+
body {
margin: 0;
font-size: 16px;
diff --git a/src/styles/main.css b/src/styles/main.css
index 93e9d40..94b1b25 100644
--- a/src/styles/main.css
+++ b/src/styles/main.css
@@ -1,3 +1,19 @@
+/*
+Copyright 2026 Seekra
+
+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.
+*/
+
form {
display: flex;
justify-content: center;
diff --git a/src/views/SearchView.vue b/src/views/SearchView.vue
index 25247c0..9085e2a 100644
--- a/src/views/SearchView.vue
+++ b/src/views/SearchView.vue
@@ -1,3 +1,19 @@
+
+