diff --git a/frontend/src/components/models.ts b/frontend/src/components/models.ts
index 69459204b1..440b03cfdc 100644
--- a/frontend/src/components/models.ts
+++ b/frontend/src/components/models.ts
@@ -1,3 +1,23 @@
+/*
+ * models.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export interface Todo {
id: number;
content: string;
diff --git a/frontend/src/css/app.scss b/frontend/src/css/app.scss
index ecac98f346..32f2ddcee0 100644
--- a/frontend/src/css/app.scss
+++ b/frontend/src/css/app.scss
@@ -1 +1,21 @@
+/*!
+ * app.scss
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
// app global css in SCSS form
diff --git a/frontend/src/css/quasar.variables.scss b/frontend/src/css/quasar.variables.scss
index ac6b5070dd..f3c8b1e99a 100644
--- a/frontend/src/css/quasar.variables.scss
+++ b/frontend/src/css/quasar.variables.scss
@@ -1,3 +1,23 @@
+/*!
+ * quasar.variables.scss
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
// Quasar SCSS (& Sass) Variables
// --------------------------------------------------
// To customize the look and feel of this app, you can override
diff --git a/frontend/src/env.d.ts b/frontend/src/env.d.ts
index 12dcd189fe..11ff2d97ab 100644
--- a/frontend/src/env.d.ts
+++ b/frontend/src/env.d.ts
@@ -1,3 +1,23 @@
+/*
+ * env.d.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: string;
diff --git a/frontend/src/i18n/bg_BG/index.js b/frontend/src/i18n/bg_BG/index.js
index b1a5114367..69db6cf589 100644
--- a/frontend/src/i18n/bg_BG/index.js
+++ b/frontend/src/i18n/bg_BG/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "bg",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/cs_CZ/index.js b/frontend/src/i18n/cs_CZ/index.js
index 86a12aa21b..6d7394491a 100644
--- a/frontend/src/i18n/cs_CZ/index.js
+++ b/frontend/src/i18n/cs_CZ/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "cs",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/de_DE/index.js b/frontend/src/i18n/de_DE/index.js
index b3e9b7ce21..56abc8f498 100644
--- a/frontend/src/i18n/de_DE/index.js
+++ b/frontend/src/i18n/de_DE/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "de",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quartal bis heute",
"pref_MTD": "Monat bis heute"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/el_GR/index.js b/frontend/src/i18n/el_GR/index.js
index 5b02a69f94..0fd8b471b8 100644
--- a/frontend/src/i18n/el_GR/index.js
+++ b/frontend/src/i18n/el_GR/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "el",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03c4\u03c1\u03b9\u03bc\u03ae\u03bd\u03bf\u03c5 \u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1",
"pref_MTD": "\u0391\u03c0\u03cc \u03c4\u03b7\u03bd\u03bd \u03b1\u03c1\u03c7\u03ae \u03c4\u03bf\u03c5 \u03bc\u03ae\u03bd\u03b1 \u03c9\u03c2 \u03c3\u03ae\u03bc\u03b5\u03c1\u03b1"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/en-US/index.js b/frontend/src/i18n/en-US/index.js
index b70b80f06f..0b43974ee1 100644
--- a/frontend/src/i18n/en-US/index.js
+++ b/frontend/src/i18n/en-US/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
// This is just an example,
// so you can safely delete all default props below
diff --git a/frontend/src/i18n/en_GB/index.js b/frontend/src/i18n/en_GB/index.js
index 63ca3d9626..394eb151ba 100644
--- a/frontend/src/i18n/en_GB/index.js
+++ b/frontend/src/i18n/en_GB/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "en-gb",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/en_US/index.js b/frontend/src/i18n/en_US/index.js
index 952627eac7..752062de5e 100644
--- a/frontend/src/i18n/en_US/index.js
+++ b/frontend/src/i18n/en_US/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "en",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/es_ES/index.js b/frontend/src/i18n/es_ES/index.js
index 4138b4a29e..aefa5439df 100644
--- a/frontend/src/i18n/es_ES/index.js
+++ b/frontend/src/i18n/es_ES/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "es",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Trimestre hasta hoy",
"pref_MTD": "Mes hasta hoy"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/fi_FI/index.js b/frontend/src/i18n/fi_FI/index.js
index 80e8dd910e..e359e41009 100644
--- a/frontend/src/i18n/fi_FI/index.js
+++ b/frontend/src/i18n/fi_FI/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "fi",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Nelj\u00e4nnesvuoden alusta",
"pref_MTD": "Kuukauden alusta"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/fr_FR/index.js b/frontend/src/i18n/fr_FR/index.js
index 78b7419497..edc8d58f2f 100644
--- a/frontend/src/i18n/fr_FR/index.js
+++ b/frontend/src/i18n/fr_FR/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "fr",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Ce trimestre",
"pref_MTD": "Ce mois-ci"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/hu_HU/index.js b/frontend/src/i18n/hu_HU/index.js
index c9c2771e08..ddfbf3d2cc 100644
--- a/frontend/src/i18n/hu_HU/index.js
+++ b/frontend/src/i18n/hu_HU/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "hu",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/index.js b/frontend/src/i18n/index.js
index 54fdd0fdb1..a7fe5684a5 100644
--- a/frontend/src/i18n/index.js
+++ b/frontend/src/i18n/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import enUS from './en_US'
export default {
diff --git a/frontend/src/i18n/it_IT/index.js b/frontend/src/i18n/it_IT/index.js
index 5611899f08..57c5df7452 100644
--- a/frontend/src/i18n/it_IT/index.js
+++ b/frontend/src/i18n/it_IT/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "it",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Ultimo trimestre",
"pref_MTD": "Ultimo mese"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/ja_JP/index.js b/frontend/src/i18n/ja_JP/index.js
index d21357191e..8c4af084db 100644
--- a/frontend/src/i18n/ja_JP/index.js
+++ b/frontend/src/i18n/ja_JP/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "ja",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "\u4eca\u56db\u534a\u671f",
"pref_MTD": "\u4eca\u6708"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/nb_NO/index.js b/frontend/src/i18n/nb_NO/index.js
index db7ebc43ef..b61b8b79c1 100644
--- a/frontend/src/i18n/nb_NO/index.js
+++ b/frontend/src/i18n/nb_NO/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "nb",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/nl_NL/index.js b/frontend/src/i18n/nl_NL/index.js
index fab4e9de28..58f64a3cf3 100644
--- a/frontend/src/i18n/nl_NL/index.js
+++ b/frontend/src/i18n/nl_NL/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "nl",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Kwartaal tot nu",
"pref_MTD": "Maand tot nu"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/pl_PL/index.js b/frontend/src/i18n/pl_PL/index.js
index a7225e5d14..e6ac29d88e 100644
--- a/frontend/src/i18n/pl_PL/index.js
+++ b/frontend/src/i18n/pl_PL/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "pl",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Kwarta\u0142 do daty",
"pref_MTD": "Miesi\u0105c do daty"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/pt_BR/index.js b/frontend/src/i18n/pt_BR/index.js
index cb14f647ed..7c7b7c2452 100644
--- a/frontend/src/i18n/pt_BR/index.js
+++ b/frontend/src/i18n/pt_BR/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "pt-br",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Trimestre at\u00e9 \u00e0 data",
"pref_MTD": "M\u00eas at\u00e9 a data"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/pt_PT/index.js b/frontend/src/i18n/pt_PT/index.js
index e05d93e1af..97a0655431 100644
--- a/frontend/src/i18n/pt_PT/index.js
+++ b/frontend/src/i18n/pt_PT/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "pt",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/ro_RO/index.js b/frontend/src/i18n/ro_RO/index.js
index 863aa5bc6b..db7a89177d 100644
--- a/frontend/src/i18n/ro_RO/index.js
+++ b/frontend/src/i18n/ro_RO/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "ro",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/ru_RU/index.js b/frontend/src/i18n/ru_RU/index.js
index 63388228ab..59d2d4cdda 100644
--- a/frontend/src/i18n/ru_RU/index.js
+++ b/frontend/src/i18n/ru_RU/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "ru",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/sk_SK/index.js b/frontend/src/i18n/sk_SK/index.js
index 5bdf3940a5..510b03c851 100644
--- a/frontend/src/i18n/sk_SK/index.js
+++ b/frontend/src/i18n/sk_SK/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "sk",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/sv_SE/index.js b/frontend/src/i18n/sv_SE/index.js
index abda5628b5..e11ad15b9a 100644
--- a/frontend/src/i18n/sv_SE/index.js
+++ b/frontend/src/i18n/sv_SE/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "sv",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/vi_VN/index.js b/frontend/src/i18n/vi_VN/index.js
index f99cb45c99..4451100280 100644
--- a/frontend/src/i18n/vi_VN/index.js
+++ b/frontend/src/i18n/vi_VN/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "vi",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/zh_CN/index.js b/frontend/src/i18n/zh_CN/index.js
index 27b6876a62..892acb0a08 100644
--- a/frontend/src/i18n/zh_CN/index.js
+++ b/frontend/src/i18n/zh_CN/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "zh-cn",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/i18n/zh_TW/index.js b/frontend/src/i18n/zh_TW/index.js
index cfd290300f..61875a4304 100644
--- a/frontend/src/i18n/zh_TW/index.js
+++ b/frontend/src/i18n/zh_TW/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default {
"config": {
"html_language": "zh-tw",
@@ -178,4 +198,4 @@ export default {
"pref_QTD": "Quarter to date",
"pref_MTD": "Month to date"
}
-}
\ No newline at end of file
+}
diff --git a/frontend/src/index.template.html b/frontend/src/index.template.html
index 898cf94bef..9c8fd1c9bc 100644
--- a/frontend/src/index.template.html
+++ b/frontend/src/index.template.html
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/layouts/MainLayout.vue b/frontend/src/layouts/MainLayout.vue
index 6436c34503..7d21ead59c 100644
--- a/frontend/src/layouts/MainLayout.vue
+++ b/frontend/src/layouts/MainLayout.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/Error404.vue b/frontend/src/pages/Error404.vue
index de8bedfb36..951c978d40 100644
--- a/frontend/src/pages/Error404.vue
+++ b/frontend/src/pages/Error404.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/Index.vue b/frontend/src/pages/Index.vue
index da010a68aa..65e2662920 100644
--- a/frontend/src/pages/Index.vue
+++ b/frontend/src/pages/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/accounts/Index.vue b/frontend/src/pages/accounts/Index.vue
index 18671cd1d2..4d2d7144c1 100644
--- a/frontend/src/pages/accounts/Index.vue
+++ b/frontend/src/pages/accounts/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/admin/Index.vue b/frontend/src/pages/admin/Index.vue
index 8253c9a11e..bf83be706a 100644
--- a/frontend/src/pages/admin/Index.vue
+++ b/frontend/src/pages/admin/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/budgets/Create.vue b/frontend/src/pages/budgets/Create.vue
index 2704738726..f66f46a317 100644
--- a/frontend/src/pages/budgets/Create.vue
+++ b/frontend/src/pages/budgets/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/budgets/Edit.vue b/frontend/src/pages/budgets/Edit.vue
index 2e40fc46cc..939ec47baa 100644
--- a/frontend/src/pages/budgets/Edit.vue
+++ b/frontend/src/pages/budgets/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/budgets/Index.vue b/frontend/src/pages/budgets/Index.vue
index c2e4e9aeab..29c3ef22b0 100644
--- a/frontend/src/pages/budgets/Index.vue
+++ b/frontend/src/pages/budgets/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/categories/Create.vue b/frontend/src/pages/categories/Create.vue
index d669ad76cd..075ae1be5c 100644
--- a/frontend/src/pages/categories/Create.vue
+++ b/frontend/src/pages/categories/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/categories/Edit.vue b/frontend/src/pages/categories/Edit.vue
index 8a118a4d6e..71a4dd48ab 100644
--- a/frontend/src/pages/categories/Edit.vue
+++ b/frontend/src/pages/categories/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/categories/Index.vue b/frontend/src/pages/categories/Index.vue
index e87431479d..12f3436a14 100644
--- a/frontend/src/pages/categories/Index.vue
+++ b/frontend/src/pages/categories/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/currencies/Create.vue b/frontend/src/pages/currencies/Create.vue
index 12021f3605..a0daed33c4 100644
--- a/frontend/src/pages/currencies/Create.vue
+++ b/frontend/src/pages/currencies/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/currencies/Edit.vue b/frontend/src/pages/currencies/Edit.vue
index cb0cac531b..1a0bed598e 100644
--- a/frontend/src/pages/currencies/Edit.vue
+++ b/frontend/src/pages/currencies/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/currencies/Index.vue b/frontend/src/pages/currencies/Index.vue
index 88ea691aaa..35c4e23814 100644
--- a/frontend/src/pages/currencies/Index.vue
+++ b/frontend/src/pages/currencies/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/export/Index.vue b/frontend/src/pages/export/Index.vue
index b7cd3624a4..a3bba747f1 100644
--- a/frontend/src/pages/export/Index.vue
+++ b/frontend/src/pages/export/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/groups/Edit.vue b/frontend/src/pages/groups/Edit.vue
index f1d56b3501..e5d675bd92 100644
--- a/frontend/src/pages/groups/Edit.vue
+++ b/frontend/src/pages/groups/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/groups/Index.vue b/frontend/src/pages/groups/Index.vue
index b200438a3b..ba54d4d00a 100644
--- a/frontend/src/pages/groups/Index.vue
+++ b/frontend/src/pages/groups/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/piggy-banks/Create.vue b/frontend/src/pages/piggy-banks/Create.vue
index 0bf2fbc718..2a3af38b1b 100644
--- a/frontend/src/pages/piggy-banks/Create.vue
+++ b/frontend/src/pages/piggy-banks/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/piggy-banks/Edit.vue b/frontend/src/pages/piggy-banks/Edit.vue
index 0963dc8b02..b5ae682983 100644
--- a/frontend/src/pages/piggy-banks/Edit.vue
+++ b/frontend/src/pages/piggy-banks/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/piggy-banks/Index.vue b/frontend/src/pages/piggy-banks/Index.vue
index d384a667d6..922904c412 100644
--- a/frontend/src/pages/piggy-banks/Index.vue
+++ b/frontend/src/pages/piggy-banks/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/preferences/Index.vue b/frontend/src/pages/preferences/Index.vue
index 32e907cab3..e2f2fffce5 100644
--- a/frontend/src/pages/preferences/Index.vue
+++ b/frontend/src/pages/preferences/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/profile/Data.vue b/frontend/src/pages/profile/Data.vue
index c164a11336..b1728c923d 100644
--- a/frontend/src/pages/profile/Data.vue
+++ b/frontend/src/pages/profile/Data.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/profile/Index.vue b/frontend/src/pages/profile/Index.vue
index ff4d62aa78..7332c4428c 100644
--- a/frontend/src/pages/profile/Index.vue
+++ b/frontend/src/pages/profile/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/recurring/Create.vue b/frontend/src/pages/recurring/Create.vue
index 08869f2084..10df57697b 100644
--- a/frontend/src/pages/recurring/Create.vue
+++ b/frontend/src/pages/recurring/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/recurring/Edit.vue b/frontend/src/pages/recurring/Edit.vue
index 61d5a853ab..f401a8dba5 100644
--- a/frontend/src/pages/recurring/Edit.vue
+++ b/frontend/src/pages/recurring/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/recurring/Index.vue b/frontend/src/pages/recurring/Index.vue
index a0edfa375a..14eb398641 100644
--- a/frontend/src/pages/recurring/Index.vue
+++ b/frontend/src/pages/recurring/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/reports/Default.vue b/frontend/src/pages/reports/Default.vue
index 8b14a22a33..57054a4480 100644
--- a/frontend/src/pages/reports/Default.vue
+++ b/frontend/src/pages/reports/Default.vue
@@ -1,3 +1,23 @@
+
+
Here be default report.
diff --git a/frontend/src/pages/reports/Index.vue b/frontend/src/pages/reports/Index.vue
index a3ba2bf302..febc18a391 100644
--- a/frontend/src/pages/reports/Index.vue
+++ b/frontend/src/pages/reports/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/rule-groups/Create.vue b/frontend/src/pages/rule-groups/Create.vue
index e0593437fb..5bbe66c049 100644
--- a/frontend/src/pages/rule-groups/Create.vue
+++ b/frontend/src/pages/rule-groups/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/rule-groups/Edit.vue b/frontend/src/pages/rule-groups/Edit.vue
index faf44d81c2..222c44559f 100644
--- a/frontend/src/pages/rule-groups/Edit.vue
+++ b/frontend/src/pages/rule-groups/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/rules/Create.vue b/frontend/src/pages/rules/Create.vue
index 627e1b0bfa..2b2934a39d 100644
--- a/frontend/src/pages/rules/Create.vue
+++ b/frontend/src/pages/rules/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/rules/Edit.vue b/frontend/src/pages/rules/Edit.vue
index 8b473c6141..2f2078f2a5 100644
--- a/frontend/src/pages/rules/Edit.vue
+++ b/frontend/src/pages/rules/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/rules/Index.vue b/frontend/src/pages/rules/Index.vue
index f673e7fa93..193e5834ab 100644
--- a/frontend/src/pages/rules/Index.vue
+++ b/frontend/src/pages/rules/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/rules/Show.vue b/frontend/src/pages/rules/Show.vue
index 7a861d5148..8d8111b184 100644
--- a/frontend/src/pages/rules/Show.vue
+++ b/frontend/src/pages/rules/Show.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/subscriptions/Index.vue b/frontend/src/pages/subscriptions/Index.vue
index 4c211c1a51..07c603e6ad 100644
--- a/frontend/src/pages/subscriptions/Index.vue
+++ b/frontend/src/pages/subscriptions/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/pages/transactions/Create.vue b/frontend/src/pages/transactions/Create.vue
index 4b212fb9e9..0c9f2c6e34 100644
--- a/frontend/src/pages/transactions/Create.vue
+++ b/frontend/src/pages/transactions/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/transactions/Edit.vue b/frontend/src/pages/transactions/Edit.vue
index fe69759701..e376a084b5 100644
--- a/frontend/src/pages/transactions/Edit.vue
+++ b/frontend/src/pages/transactions/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/transactions/Index.vue b/frontend/src/pages/transactions/Index.vue
index f853b18972..ebfbb3489f 100644
--- a/frontend/src/pages/transactions/Index.vue
+++ b/frontend/src/pages/transactions/Index.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/webhooks/Create.vue b/frontend/src/pages/webhooks/Create.vue
index b0fcd8b57e..5831fb898d 100644
--- a/frontend/src/pages/webhooks/Create.vue
+++ b/frontend/src/pages/webhooks/Create.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/webhooks/Edit.vue b/frontend/src/pages/webhooks/Edit.vue
index 2f1d408f70..9675be9752 100644
--- a/frontend/src/pages/webhooks/Edit.vue
+++ b/frontend/src/pages/webhooks/Edit.vue
@@ -1,3 +1,23 @@
+
+
diff --git a/frontend/src/pages/webhooks/Index.vue b/frontend/src/pages/webhooks/Index.vue
index 05421b98e7..71c73802e4 100644
--- a/frontend/src/pages/webhooks/Index.vue
+++ b/frontend/src/pages/webhooks/Index.vue
@@ -1,3 +1,23 @@
+
+
.
+ -->
+
diff --git a/frontend/src/quasar.d.ts b/frontend/src/quasar.d.ts
index e9a276aded..ea242825fd 100644
--- a/frontend/src/quasar.d.ts
+++ b/frontend/src/quasar.d.ts
@@ -1,3 +1,23 @@
+/*
+ * quasar.d.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
// Forces TS to apply `@quasar/app` augmentations of `quasar` package
// Removing this would break `quasar/wrappers` imports as those typings are declared
// into `@quasar/app`
diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js
index c2e623525c..625e1971ee 100644
--- a/frontend/src/router/index.js
+++ b/frontend/src/router/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import { route } from 'quasar/wrappers'
import { createRouter, createMemoryHistory, createWebHistory, createWebHashHistory } from 'vue-router'
import routes from './routes'
diff --git a/frontend/src/router/routes.js b/frontend/src/router/routes.js
index 95247f45a2..770f8a0d4a 100644
--- a/frontend/src/router/routes.js
+++ b/frontend/src/router/routes.js
@@ -1,3 +1,23 @@
+/*
+ * routes.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
const routes = [
{
path: '/',
diff --git a/frontend/src/shims-vue.d.ts b/frontend/src/shims-vue.d.ts
index fa41d955b3..cb0eb840ca 100644
--- a/frontend/src/shims-vue.d.ts
+++ b/frontend/src/shims-vue.d.ts
@@ -1,7 +1,27 @@
+/*
+ * shims-vue.d.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
// Mocks all files ending in `.vue` showing them as plain Vue instances
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue';
const component: DefineComponent<{}, {}, any>;
export default component;
-}
\ No newline at end of file
+}
diff --git a/frontend/src/store/fireflyiii/actions.js b/frontend/src/store/fireflyiii/actions.js
index be9e7160c3..b863ac912c 100644
--- a/frontend/src/store/fireflyiii/actions.js
+++ b/frontend/src/store/fireflyiii/actions.js
@@ -1,3 +1,23 @@
+/*
+ * actions.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
/*
export function someAction (context) {
}
diff --git a/frontend/src/store/fireflyiii/getters.js b/frontend/src/store/fireflyiii/getters.js
index 990a9c0a40..9fd36d1bb3 100644
--- a/frontend/src/store/fireflyiii/getters.js
+++ b/frontend/src/store/fireflyiii/getters.js
@@ -1,3 +1,23 @@
+/*
+ * getters.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
/*
export function someGetter (state) {
}
diff --git a/frontend/src/store/fireflyiii/index.js b/frontend/src/store/fireflyiii/index.js
index b41a219b92..809ed856ac 100644
--- a/frontend/src/store/fireflyiii/index.js
+++ b/frontend/src/store/fireflyiii/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import state from './state'
import * as getters from './getters'
import * as mutations from './mutations'
diff --git a/frontend/src/store/fireflyiii/mutations.js b/frontend/src/store/fireflyiii/mutations.js
index 7770146661..859f0ab85d 100644
--- a/frontend/src/store/fireflyiii/mutations.js
+++ b/frontend/src/store/fireflyiii/mutations.js
@@ -1,3 +1,23 @@
+/*
+ * mutations.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
/*
export function someMutation (state) {
}
diff --git a/frontend/src/store/fireflyiii/state.js b/frontend/src/store/fireflyiii/state.js
index ece34c98aa..1438189613 100644
--- a/frontend/src/store/fireflyiii/state.js
+++ b/frontend/src/store/fireflyiii/state.js
@@ -1,3 +1,23 @@
+/*
+ * state.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export default function () {
return {
drawerState: true,
diff --git a/frontend/src/store/index.js b/frontend/src/store/index.js
index d56d3c7a8a..1bc2c6a3db 100644
--- a/frontend/src/store/index.js
+++ b/frontend/src/store/index.js
@@ -1,3 +1,23 @@
+/*
+ * index.js
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import { store } from 'quasar/wrappers'
import { createStore } from 'vuex'
diff --git a/frontend/src/store/module-example/actions.ts b/frontend/src/store/module-example/actions.ts
index 8042ef040a..e4d2a8dd21 100644
--- a/frontend/src/store/module-example/actions.ts
+++ b/frontend/src/store/module-example/actions.ts
@@ -1,3 +1,23 @@
+/*
+ * actions.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import { ActionTree } from 'vuex';
import { StateInterface } from '../index';
import { ExampleStateInterface } from './state';
diff --git a/frontend/src/store/module-example/getters.ts b/frontend/src/store/module-example/getters.ts
index 2727d49a81..1df0a8554e 100644
--- a/frontend/src/store/module-example/getters.ts
+++ b/frontend/src/store/module-example/getters.ts
@@ -1,3 +1,23 @@
+/*
+ * getters.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import { GetterTree } from 'vuex';
import { StateInterface } from '../index';
import { ExampleStateInterface } from './state';
diff --git a/frontend/src/store/module-example/index.ts b/frontend/src/store/module-example/index.ts
index fee2203f32..f920d8f008 100644
--- a/frontend/src/store/module-example/index.ts
+++ b/frontend/src/store/module-example/index.ts
@@ -1,3 +1,23 @@
+/*
+ * index.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import { Module } from 'vuex';
import { StateInterface } from '../index';
import state, { ExampleStateInterface } from './state';
diff --git a/frontend/src/store/module-example/mutations.ts b/frontend/src/store/module-example/mutations.ts
index 70d45daeba..ee5b76842f 100644
--- a/frontend/src/store/module-example/mutations.ts
+++ b/frontend/src/store/module-example/mutations.ts
@@ -1,3 +1,23 @@
+/*
+ * mutations.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
import { MutationTree } from 'vuex';
import { ExampleStateInterface } from './state';
diff --git a/frontend/src/store/module-example/state.ts b/frontend/src/store/module-example/state.ts
index 822ac1c4a5..1a52c35a12 100644
--- a/frontend/src/store/module-example/state.ts
+++ b/frontend/src/store/module-example/state.ts
@@ -1,3 +1,23 @@
+/*
+ * state.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
export interface ExampleStateInterface {
prop: boolean;
}
diff --git a/frontend/src/store/store-flag.d.ts b/frontend/src/store/store-flag.d.ts
index 7677175b00..f7f914fd5a 100644
--- a/frontend/src/store/store-flag.d.ts
+++ b/frontend/src/store/store-flag.d.ts
@@ -1,3 +1,23 @@
+/*
+ * store-flag.d.ts
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
/* eslint-disable */
// THIS FEATURE-FLAG FILE IS AUTOGENERATED,
// REMOVAL OR CHANGES WILL CAUSE RELATED TYPES TO STOP WORKING
diff --git a/public/maskable-icon.svg b/public/maskable-icon.svg
index 6eb3ecc6f5..cd371be1bb 100644
--- a/public/maskable-icon.svg
+++ b/public/maskable-icon.svg
@@ -1 +1,21 @@
+
+
\ No newline at end of file
diff --git a/public/v3/css/app.31d6cfe0.css b/public/v3/css/app.31d6cfe0.css
index e69de29bb2..60382a206a 100644
--- a/public/v3/css/app.31d6cfe0.css
+++ b/public/v3/css/app.31d6cfe0.css
@@ -0,0 +1,20 @@
+/*
+ * app.31d6cfe0.css
+ * Copyright (c) 2022 james@firefly-iii.org
+ *
+ * This file is part of Firefly III (https://github.com/firefly-iii).
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
.
+ */
+
diff --git a/public/v3/index.html b/public/v3/index.html
index 38842a087c..24ead1636f 100644
--- a/public/v3/index.html
+++ b/public/v3/index.html
@@ -1 +1,21 @@
+
+
Firefly III
\ No newline at end of file
diff --git a/public/v3/maskable-icon.svg b/public/v3/maskable-icon.svg
index 0ca6cc1be0..46ca2a846f 100644
--- a/public/v3/maskable-icon.svg
+++ b/public/v3/maskable-icon.svg
@@ -1,3 +1,23 @@
+
+
diff --git a/public/v3/safari-pinned-tab.svg b/public/v3/safari-pinned-tab.svg
index 108c659acf..36c7d4ecc4 100644
--- a/public/v3/safari-pinned-tab.svg
+++ b/public/v3/safari-pinned-tab.svg
@@ -1,4 +1,24 @@
+
+