diff --git a/frontend/src/components/models.ts b/frontend/src/components/models.ts
index 69459204b1f..440b03cfdc8 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 ecac98f346a..32f2ddcee0c 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 ac6b5070dd5..f3c8b1e99ad 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 12dcd189fe9..11ff2d97ab7 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 b1a51143679..69db6cf589f 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 86a12aa21b7..6d7394491aa 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 b3e9b7ce214..56abc8f498d 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 5b02a69f94d..0fd8b471b84 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 b70b80f06f9..0b43974ee14 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 63ca3d96261..394eb151bac 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 952627eac7d..752062de5eb 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 4138b4a29e9..aefa5439df2 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 80e8dd910e3..e359e410092 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 78b7419497b..edc8d58f2f6 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 c9c2771e08b..ddfbf3d2ccd 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 54fdd0fdb19..a7fe5684a58 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 5611899f08e..57c5df74520 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 d21357191ec..8c4af084db4 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 db7ebc43ef4..b61b8b79c11 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 fab4e9de28e..58f64a3cf39 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 a7225e5d143..e6ac29d88e0 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 cb14f647edc..7c7b7c2452d 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 e05d93e1af8..97a06554313 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 863aa5bc6b4..db7a89177d6 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 63388228abc..59d2d4cddaa 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 5bdf3940a5a..510b03c8513 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 abda5628b5d..e11ad15b9a7 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 f99cb45c999..44511002808 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 27b6876a62b..892acb0a08d 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 cfd290300fd..61875a4304b 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 898cf94bef2..9c8fd1c9bce 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 6436c345032..7d21ead59c9 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 de8bedfb362..951c978d40e 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 da010a68aad..65e26629201 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 18671cd1d20..4d2d7144c10 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 8253c9a11e8..bf83be706ae 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 27047387266..f66f46a3178 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 2e40fc46cc1..939ec47baa4 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 c2e4e9aeab3..29c3ef22b0b 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 d669ad76cdd..075ae1be5c3 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 8a118a4d6e5..71a4dd48ab1 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 e87431479db..12f3436a14f 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 12021f36057..a0daed33c44 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 cb0cac531b7..1a0bed598e1 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 88ea691aaa8..35c4e23814d 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 b7cd3624a4a..a3bba747f1c 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 f1d56b35012..e5d675bd92e 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 b200438a3bd..ba54d4d00a5 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 0bf2fbc7185..2a3af38b1ba 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 0963dc8b02e..b5ae6829837 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 d384a667d65..922904c4123 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 32e907cab3e..e2f2fffce50 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 c164a11336a..b1728c923d5 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 ff4d62aa781..7332c4428ca 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 08869f20846..10df57697b5 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 61d5a853ab9..f401a8dba5c 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 a0edfa375a4..14eb3986415 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 8b14a22a333..57054a4480f 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 a3ba2bf302e..febc18a3913 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 e0593437fb1..5bbe66c0490 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 faf44d81c2e..222c44559f2 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 627e1b0bfaa..2b2934a39dd 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 8b473c6141a..2f2078f2a56 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 f673e7fa93c..193e5834ab5 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 7a861d5148c..8d8111b184e 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 4c211c1a51d..07c603e6ada 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 4b212fb9e95..0c9f2c6e345 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 fe69759701e..e376a084b52 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 f853b189727..ebfbb3489f1 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 b0fcd8b57e8..5831fb898d6 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 2f1d408f703..9675be97525 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 05421b98e74..71c73802e4a 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 e9a276aded6..ea242825fda 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 c2e623525ca..625e1971ee2 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 95247f45a24..770f8a0d4a4 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 fa41d955b33..cb0eb840ca2 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 be9e7160c37..b863ac912c0 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 990a9c0a406..9fd36d1bb3e 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 b41a219b92f..809ed856aca 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 7770146661d..859f0ab85da 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 ece34c98aa5..14381896138 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 d56d3c7a8ac..1bc2c6a3db4 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 8042ef040a9..e4d2a8dd217 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 2727d49a817..1df0a8554e4 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 fee2203f32d..f920d8f0089 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 70d45daeba3..ee5b76842f6 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 822ac1c4a57..1a52c35a121 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 7677175b003..f7f914fd5a6 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 6eb3ecc6f54..cd371be1bb6 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 e69de29bb2d..60382a206a1 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 38842a087c9..24ead1636ff 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 0ca6cc1be0d..46ca2a846f7 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 108c659acf9..36c7d4ecc4e 100644
--- a/public/v3/safari-pinned-tab.svg
+++ b/public/v3/safari-pinned-tab.svg
@@ -1,4 +1,24 @@
+
+