From 952e0e62f387f6edd026ef199069c1b2a610f463 Mon Sep 17 00:00:00 2001 From: Sung Won Cho Date: Tue, 7 Jan 2020 11:59:40 +1100 Subject: [PATCH] Update copyright notice for the new year (#382) * Update script * Update the year in the license --- browser/gulpfile.js | 2 +- browser/src/browser.d.ts | 2 +- browser/src/global.d.ts | 2 +- browser/src/scripts/components/App.tsx | 2 +- browser/src/scripts/components/BookIcon.tsx | 2 +- browser/src/scripts/components/BookSelector.tsx | 2 +- browser/src/scripts/components/CloseIcon.tsx | 2 +- browser/src/scripts/components/Composer.tsx | 2 +- browser/src/scripts/components/Flash.tsx | 2 +- browser/src/scripts/components/Header.tsx | 2 +- browser/src/scripts/components/Home.tsx | 2 +- browser/src/scripts/components/Link.tsx | 2 +- browser/src/scripts/components/Menu.tsx | 2 +- browser/src/scripts/components/MenuToggleIcon.tsx | 2 +- browser/src/scripts/components/Settings.tsx | 2 +- browser/src/scripts/components/Success.tsx | 2 +- browser/src/scripts/popup.tsx | 2 +- browser/src/scripts/store/auth/actions.ts | 2 +- browser/src/scripts/store/auth/reducers.ts | 2 +- browser/src/scripts/store/auth/types.ts | 2 +- browser/src/scripts/store/books/actions.ts | 2 +- browser/src/scripts/store/books/reducers.ts | 2 +- browser/src/scripts/store/books/types.ts | 2 +- browser/src/scripts/store/composer/actions.ts | 2 +- browser/src/scripts/store/composer/reducers.ts | 2 +- browser/src/scripts/store/composer/types.ts | 2 +- browser/src/scripts/store/hooks.ts | 2 +- browser/src/scripts/store/index.ts | 2 +- browser/src/scripts/store/location/actions.ts | 2 +- browser/src/scripts/store/location/reducers.ts | 2 +- browser/src/scripts/store/location/types.ts | 2 +- browser/src/scripts/store/settings/actions.ts | 2 +- browser/src/scripts/store/settings/reducers.ts | 2 +- browser/src/scripts/store/settings/types.ts | 2 +- browser/src/scripts/store/types.ts | 2 +- browser/src/scripts/utils/config.ts | 2 +- browser/src/scripts/utils/ext.ts | 2 +- browser/src/scripts/utils/fetch.js | 2 +- browser/src/scripts/utils/services.ts | 2 +- browser/src/scripts/utils/storage.ts | 2 +- browser/src/styles/popup.css | 2 +- browser/src/styles/select.css | 2 +- browser/webpack.config.js | 2 +- jslib/src/helpers/arr.spec.ts | 2 +- jslib/src/helpers/arr.ts | 2 +- jslib/src/helpers/books.spec.ts | 2 +- jslib/src/helpers/books.ts | 2 +- jslib/src/helpers/filters.ts | 2 +- jslib/src/helpers/http.ts | 2 +- jslib/src/helpers/index.ts | 2 +- jslib/src/helpers/keyboard.ts | 2 +- jslib/src/helpers/obj.ts | 2 +- jslib/src/helpers/perf.ts | 2 +- jslib/src/helpers/queries.ts | 2 +- jslib/src/helpers/search.spec.ts | 2 +- jslib/src/helpers/search.ts | 2 +- jslib/src/helpers/select.ts | 2 +- jslib/src/helpers/url.ts | 2 +- jslib/src/index.ts | 2 +- jslib/src/operations/books.ts | 2 +- jslib/src/operations/digests.ts | 2 +- jslib/src/operations/docs.ts | 2 +- jslib/src/operations/index.ts | 2 +- jslib/src/operations/notes.ts | 2 +- jslib/src/operations/types.ts | 2 +- jslib/src/services/books.ts | 2 +- jslib/src/services/digests.ts | 2 +- jslib/src/services/index.ts | 2 +- jslib/src/services/noteReviews.ts | 2 +- jslib/src/services/notes.ts | 2 +- jslib/src/services/payment.ts | 2 +- jslib/src/services/repetitionRules.ts | 2 +- jslib/src/services/types.ts | 2 +- jslib/src/services/users.ts | 2 +- pkg/assert/assert.go | 2 +- pkg/cli/client/client.go | 2 +- pkg/cli/cmd/add/add.go | 2 +- pkg/cli/cmd/cat/cat.go | 2 +- pkg/cli/cmd/edit/book.go | 2 +- pkg/cli/cmd/edit/edit.go | 2 +- pkg/cli/cmd/edit/note.go | 2 +- pkg/cli/cmd/find/find.go | 2 +- pkg/cli/cmd/find/lexer.go | 2 +- pkg/cli/cmd/find/lexer_test.go | 2 +- pkg/cli/cmd/login/login.go | 2 +- pkg/cli/cmd/logout/logout.go | 2 +- pkg/cli/cmd/ls/ls.go | 2 +- pkg/cli/cmd/remove/remove.go | 2 +- pkg/cli/cmd/root/root.go | 2 +- pkg/cli/cmd/sync/merge.go | 2 +- pkg/cli/cmd/sync/merge_test.go | 2 +- pkg/cli/cmd/sync/sync.go | 2 +- pkg/cli/cmd/sync/sync_test.go | 2 +- pkg/cli/cmd/version/version.go | 2 +- pkg/cli/cmd/view/view.go | 2 +- pkg/cli/config/config.go | 2 +- pkg/cli/consts/consts.go | 2 +- pkg/cli/context/ctx.go | 2 +- pkg/cli/context/testutils.go | 2 +- pkg/cli/crypt/crypto.go | 2 +- pkg/cli/crypt/crypto_test.go | 2 +- pkg/cli/database/models.go | 2 +- pkg/cli/database/models_test.go | 2 +- pkg/cli/database/queries.go | 2 +- pkg/cli/database/queries_test.go | 2 +- pkg/cli/database/sql.go | 2 +- pkg/cli/database/testutils.go | 2 +- pkg/cli/infra/init.go | 2 +- pkg/cli/infra/init_test.go | 2 +- pkg/cli/log/log.go | 2 +- pkg/cli/main.go | 2 +- pkg/cli/main_test.go | 2 +- pkg/cli/migrate/legacy.go | 2 +- pkg/cli/migrate/legacy_test.go | 2 +- pkg/cli/migrate/migrate.go | 2 +- pkg/cli/migrate/migrate_test.go | 2 +- pkg/cli/migrate/migrations.go | 2 +- pkg/cli/output/output.go | 2 +- pkg/cli/testutils/main.go | 2 +- pkg/cli/testutils/setup.go | 2 +- pkg/cli/ui/editor.go | 2 +- pkg/cli/ui/editor_test.go | 2 +- pkg/cli/ui/terminal.go | 2 +- pkg/cli/upgrade/upgrade.go | 2 +- pkg/cli/upgrade/upgrade_test.go | 2 +- pkg/cli/utils/diff/diff.go | 2 +- pkg/cli/utils/diff/diff_test.go | 2 +- pkg/cli/utils/files.go | 2 +- pkg/cli/utils/utils.go | 2 +- pkg/cli/validate/book_test.go | 2 +- pkg/cli/validate/books.go | 2 +- pkg/clock/clock.go | 2 +- pkg/server/app/app.go | 2 +- pkg/server/app/app_test.go | 2 +- pkg/server/app/books.go | 2 +- pkg/server/app/books_test.go | 2 +- pkg/server/app/digests.go | 2 +- pkg/server/app/digests_test.go | 2 +- pkg/server/app/doc.go | 2 +- pkg/server/app/email.go | 2 +- pkg/server/app/email_test.go | 2 +- pkg/server/app/helpers.go | 2 +- pkg/server/app/helpers_test.go | 2 +- pkg/server/app/main_test.go | 2 +- pkg/server/app/notes.go | 2 +- pkg/server/app/notes_test.go | 2 +- pkg/server/app/sessions.go | 2 +- pkg/server/app/subscriptions.go | 2 +- pkg/server/app/testutils.go | 2 +- pkg/server/app/users.go | 2 +- pkg/server/app/users_test.go | 2 +- pkg/server/crypt/crypt.go | 2 +- pkg/server/database/consts.go | 2 +- pkg/server/database/database.go | 2 +- pkg/server/database/migrate.go | 2 +- pkg/server/database/migrate/main.go | 2 +- pkg/server/database/models.go | 2 +- pkg/server/database/notes.go | 2 +- pkg/server/database/types.go | 2 +- pkg/server/dbconn/dbconn.go | 2 +- pkg/server/dbconn/dbconn_test.go | 2 +- pkg/server/handlers/auth.go | 2 +- pkg/server/handlers/auth_test.go | 2 +- pkg/server/handlers/classic.go | 2 +- pkg/server/handlers/classic_test.go | 2 +- pkg/server/handlers/digests.go | 2 +- pkg/server/handlers/digests_test.go | 2 +- pkg/server/handlers/health.go | 2 +- pkg/server/handlers/health_test.go | 2 +- pkg/server/handlers/helpers.go | 2 +- pkg/server/handlers/limit.go | 2 +- pkg/server/handlers/main_test.go | 2 +- pkg/server/handlers/note_review.go | 2 +- pkg/server/handlers/note_review_test.go | 2 +- pkg/server/handlers/notes.go | 2 +- pkg/server/handlers/notes_test.go | 2 +- pkg/server/handlers/repetition_rules.go | 2 +- pkg/server/handlers/repetition_rules_test.go | 2 +- pkg/server/handlers/routes.go | 2 +- pkg/server/handlers/routes_test.go | 2 +- pkg/server/handlers/semver.go | 2 +- pkg/server/handlers/subscription.go | 2 +- pkg/server/handlers/testutils.go | 2 +- pkg/server/handlers/user.go | 2 +- pkg/server/handlers/user_test.go | 2 +- pkg/server/handlers/v3_auth.go | 2 +- pkg/server/handlers/v3_auth_test.go | 2 +- pkg/server/handlers/v3_books.go | 2 +- pkg/server/handlers/v3_books_test.go | 2 +- pkg/server/handlers/v3_notes.go | 2 +- pkg/server/handlers/v3_notes_test.go | 2 +- pkg/server/handlers/v3_sync.go | 2 +- pkg/server/handlers/v3_sync_test.go | 2 +- pkg/server/helpers/const.go | 2 +- pkg/server/helpers/helpers.go | 2 +- pkg/server/job/job.go | 2 +- pkg/server/job/job_test.go | 2 +- pkg/server/job/remind/inactive.go | 2 +- pkg/server/job/remind/inactive_test.go | 2 +- pkg/server/job/remind/main_test.go | 2 +- pkg/server/job/repetition/main_test.go | 2 +- pkg/server/job/repetition/repetition.go | 2 +- pkg/server/job/repetition/repetition_test.go | 2 +- pkg/server/job/repetition/strategy.go | 2 +- pkg/server/job/repetition/strategy_test.go | 2 +- pkg/server/log/log.go | 2 +- pkg/server/mailer/backend.go | 2 +- pkg/server/mailer/mailer.go | 2 +- pkg/server/mailer/mailer_test.go | 2 +- pkg/server/mailer/templates/main.go | 2 +- pkg/server/mailer/tokens.go | 2 +- pkg/server/mailer/types.go | 2 +- pkg/server/main.go | 2 +- pkg/server/operations/digests.go | 2 +- pkg/server/operations/digests_test.go | 2 +- pkg/server/operations/doc.go | 2 +- pkg/server/operations/main_test.go | 2 +- pkg/server/operations/notes.go | 2 +- pkg/server/operations/notes_test.go | 2 +- pkg/server/permissions/permissions.go | 2 +- pkg/server/permissions/permissions_test.go | 2 +- pkg/server/presenters/book.go | 2 +- pkg/server/presenters/digest.go | 2 +- pkg/server/presenters/digest_receipt.go | 2 +- pkg/server/presenters/email_preference.go | 2 +- pkg/server/presenters/helpers.go | 2 +- pkg/server/presenters/note.go | 2 +- pkg/server/presenters/repetition_rule.go | 2 +- pkg/server/presenters/repetition_rule_test.go | 2 +- pkg/server/testutils/main.go | 2 +- pkg/server/tmpl/app.go | 2 +- pkg/server/tmpl/app_test.go | 2 +- pkg/server/tmpl/data.go | 2 +- pkg/server/tmpl/data_test.go | 2 +- pkg/server/tmpl/main_test.go | 2 +- pkg/server/tmpl/tmpl.go | 2 +- pkg/server/token/main_test.go | 2 +- pkg/server/token/token.go | 2 +- pkg/server/token/token_test.go | 2 +- pkg/server/web/handlers.go | 2 +- pkg/server/web/handlers_test.go | 2 +- pkg/server/web/main_test.go | 2 +- pkg/watcher/main.go | 2 +- scripts/license.sh | 4 ++-- web/assets/service-worker.js | 2 +- web/declrations.d.ts | 2 +- web/jest.config.js | 2 +- web/src/client.tsx | 2 +- web/src/components/App/App.global.scss | 2 +- web/src/components/App/App.scss | 2 +- web/src/components/App/HeaderData.tsx | 2 +- web/src/components/App/_bootstrap.scss | 2 +- web/src/components/App/_buttons.scss | 2 +- web/src/components/App/_font.scss | 2 +- web/src/components/App/_grid.scss | 2 +- web/src/components/App/_hljs.scss | 2 +- web/src/components/App/_markdown.scss | 2 +- web/src/components/App/_marker.scss | 2 +- web/src/components/App/_reboot.scss | 2 +- web/src/components/App/_rem.scss | 2 +- web/src/components/App/_responsive.scss | 2 +- web/src/components/App/_select.scss | 2 +- web/src/components/App/_shared.scss | 2 +- web/src/components/App/_theme.scss | 2 +- web/src/components/App/_variables.scss | 2 +- web/src/components/App/index.tsx | 2 +- web/src/components/Books/BookHolder.scss | 2 +- web/src/components/Books/BookHolder.tsx | 2 +- web/src/components/Books/BookItem/Actions.scss | 2 +- web/src/components/Books/BookItem/Actions.tsx | 2 +- web/src/components/Books/BookItem/BookItem.scss | 2 +- web/src/components/Books/BookItem/index.tsx | 2 +- web/src/components/Books/BookList.scss | 2 +- web/src/components/Books/BookList.tsx | 2 +- web/src/components/Books/Books.scss | 2 +- web/src/components/Books/Content.scss | 2 +- web/src/components/Books/Content.tsx | 2 +- web/src/components/Books/CreateBookButton.scss | 2 +- web/src/components/Books/CreateBookButton.tsx | 2 +- web/src/components/Books/CreateBookModal.scss | 2 +- web/src/components/Books/CreateBookModal.tsx | 2 +- web/src/components/Books/DeleteBookModal.scss | 2 +- web/src/components/Books/DeleteBookModal.tsx | 2 +- web/src/components/Books/EmptyList.scss | 2 +- web/src/components/Books/EmptyList.tsx | 2 +- web/src/components/Books/HeadData.tsx | 2 +- web/src/components/Books/index.tsx | 2 +- web/src/components/Classic/Decrypt.tsx | 2 +- web/src/components/Classic/Login.tsx | 2 +- web/src/components/Classic/SetPassword.tsx | 2 +- web/src/components/Classic/index.tsx | 2 +- web/src/components/Common/Auth.scss | 2 +- web/src/components/Common/Button/Button.scss | 2 +- web/src/components/Common/Button/index.tsx | 2 +- web/src/components/Common/Editor/BookSelector/OptionItem.scss | 2 +- web/src/components/Common/Editor/BookSelector/OptionItem.tsx | 2 +- web/src/components/Common/Editor/BookSelector/index.scss | 2 +- web/src/components/Common/Editor/BookSelector/index.tsx | 2 +- web/src/components/Common/Editor/Editor.scss | 2 +- web/src/components/Common/Editor/Preview.scss | 2 +- web/src/components/Common/Editor/Preview.tsx | 2 +- web/src/components/Common/Editor/Textarea.scss | 2 +- web/src/components/Common/Editor/Textarea.tsx | 2 +- web/src/components/Common/Editor/index.tsx | 2 +- web/src/components/Common/EmailPreferenceForm.scss | 2 +- web/src/components/Common/EmailPreferenceForm.tsx | 2 +- web/src/components/Common/Flash/Flash.scss | 2 +- web/src/components/Common/Flash/index.tsx | 2 +- web/src/components/Common/ItemActions/ItemActions.scss | 2 +- web/src/components/Common/ItemActions/index.tsx | 2 +- web/src/components/Common/LegacyFooter.js | 2 +- web/src/components/Common/Menu/Menu.scss | 2 +- web/src/components/Common/Menu/index.tsx | 2 +- web/src/components/Common/Menu/types.ts | 2 +- web/src/components/Common/MobileMenu.scss | 2 +- web/src/components/Common/MobileMenu.tsx | 2 +- web/src/components/Common/Modal/Body.tsx | 2 +- web/src/components/Common/Modal/Header.tsx | 2 +- web/src/components/Common/Modal/Modal.scss | 2 +- web/src/components/Common/Modal/ModalBody.scss | 2 +- web/src/components/Common/Modal/ModalHeader.scss | 2 +- web/src/components/Common/Modal/index.tsx | 2 +- web/src/components/Common/MultiSelect.scss | 2 +- web/src/components/Common/MultiSelect.tsx | 2 +- web/src/components/Common/NotFound.tsx | 2 +- web/src/components/Common/Note/Content.tsx | 2 +- web/src/components/Common/Note/Footer.tsx | 2 +- web/src/components/Common/Note/Note.scss | 2 +- web/src/components/Common/Note/Placeholder.scss | 2 +- web/src/components/Common/Note/Placeholder.tsx | 2 +- web/src/components/Common/Note/index.tsx | 2 +- web/src/components/Common/PageToolbar/Paginator/PageLink.tsx | 2 +- .../components/Common/PageToolbar/Paginator/Paginator.scss | 2 +- web/src/components/Common/PageToolbar/Paginator/index.tsx | 2 +- web/src/components/Common/PageToolbar/SelectMenu.scss | 2 +- web/src/components/Common/PageToolbar/SelectMenu.tsx | 2 +- web/src/components/Common/PageToolbar/index.scss | 2 +- web/src/components/Common/PageToolbar/index.tsx | 2 +- web/src/components/Common/PayWall.scss | 2 +- web/src/components/Common/PayWall.tsx | 2 +- web/src/components/Common/PaymentInput/Card.tsx | 2 +- web/src/components/Common/PaymentInput/Country.tsx | 2 +- .../components/Common/PaymentInput/CountrySelect.module.scss | 2 +- web/src/components/Common/PaymentInput/CountrySelect.tsx | 2 +- web/src/components/Common/PaymentInput/NameOnCard.tsx | 2 +- web/src/components/Common/PaymentInput/PaymentInput.scss | 2 +- web/src/components/Common/Popover/Popover.module.scss | 2 +- web/src/components/Common/Popover/PopoverContent.scss | 2 +- web/src/components/Common/Popover/PopoverContent.tsx | 2 +- web/src/components/Common/Popover/index.tsx | 2 +- web/src/components/Common/Popover/types.ts | 2 +- web/src/components/Common/SearchInput/Actions.tsx | 2 +- web/src/components/Common/SearchInput/SearchInput.scss | 2 +- web/src/components/Common/SearchInput/index.tsx | 2 +- web/src/components/Common/SearchableMenu/Item.tsx | 2 +- web/src/components/Common/SearchableMenu/Result.tsx | 2 +- web/src/components/Common/SearchableMenu/SearchableMenu.scss | 2 +- web/src/components/Common/SearchableMenu/index.tsx | 2 +- .../Sidebar/SettingsSidebar/SettingsSidebar.module.scss | 2 +- web/src/components/Common/Sidebar/SettingsSidebar/index.js | 2 +- web/src/components/Common/Sidebar/Sidebar.module.scss | 2 +- web/src/components/Common/SidebarToggle.js | 2 +- web/src/components/Common/SidebarToggle.module.scss | 2 +- web/src/components/Common/SystemMessage.scss | 2 +- web/src/components/Common/SystemMessage.tsx | 2 +- web/src/components/Common/Time.scss | 2 +- web/src/components/Common/Time.tsx | 2 +- web/src/components/Common/Toggle.scss | 2 +- web/src/components/Common/Toggle.tsx | 2 +- web/src/components/Common/Tooltip/Overlay.tsx | 2 +- web/src/components/Common/Tooltip/Tooltip.scss | 2 +- web/src/components/Common/Tooltip/index.tsx | 2 +- web/src/components/Digest/ClearSearchBar.scss | 2 +- web/src/components/Digest/ClearSearchBar.tsx | 2 +- web/src/components/Digest/Digest.scss | 2 +- web/src/components/Digest/Header/Content.scss | 2 +- web/src/components/Digest/Header/Content.tsx | 2 +- web/src/components/Digest/Header/Placeholder.scss | 2 +- web/src/components/Digest/Header/Placeholder.tsx | 2 +- web/src/components/Digest/Header/Progress.scss | 2 +- web/src/components/Digest/Header/Progress.tsx | 2 +- web/src/components/Digest/Header/index.tsx | 2 +- web/src/components/Digest/NoteItem/Header.scss | 2 +- web/src/components/Digest/NoteItem/Header.tsx | 2 +- web/src/components/Digest/NoteItem/ReviewButton.scss | 2 +- web/src/components/Digest/NoteItem/ReviewButton.tsx | 2 +- web/src/components/Digest/NoteItem/index.tsx | 2 +- web/src/components/Digest/NoteList.tsx | 2 +- web/src/components/Digest/Toolbar/SortMenu.tsx | 2 +- web/src/components/Digest/Toolbar/StatusMenu.tsx | 2 +- web/src/components/Digest/Toolbar/Toolbar.scss | 2 +- web/src/components/Digest/Toolbar/index.tsx | 2 +- web/src/components/Digest/helpers.ts | 2 +- web/src/components/Digest/index.tsx | 2 +- web/src/components/Digest/types.ts | 2 +- web/src/components/Digests/Item.scss | 2 +- web/src/components/Digests/Item.tsx | 2 +- web/src/components/Digests/List.scss | 2 +- web/src/components/Digests/List.tsx | 2 +- web/src/components/Digests/Placeholder.scss | 2 +- web/src/components/Digests/Placeholder.tsx | 2 +- web/src/components/Digests/Toolbar/StatusMenu.tsx | 2 +- web/src/components/Digests/Toolbar/Toolbar.scss | 2 +- web/src/components/Digests/Toolbar/index.tsx | 2 +- web/src/components/Digests/index.tsx | 2 +- web/src/components/Digests/types.tsx | 2 +- web/src/components/Edit/Content.tsx | 2 +- web/src/components/Edit/index.tsx | 2 +- web/src/components/EmailPreference/EmailPreference.scss | 2 +- web/src/components/EmailPreference/index.tsx | 2 +- web/src/components/Header/AccountMenu.scss | 2 +- web/src/components/Header/AccountMenu.tsx | 2 +- web/src/components/Header/DemoHeader.js | 2 +- web/src/components/Header/DemoHeader.module.scss | 2 +- web/src/components/Header/Nav/Item.scss | 2 +- web/src/components/Header/Nav/Item.tsx | 2 +- web/src/components/Header/Nav/Nav.scss | 2 +- web/src/components/Header/Nav/index.tsx | 2 +- web/src/components/Header/Normal.scss | 2 +- web/src/components/Header/Normal.tsx | 2 +- web/src/components/Header/Note/Guest.scss | 2 +- web/src/components/Header/Note/Guest.tsx | 2 +- web/src/components/Header/Note/Placeholder.scss | 2 +- web/src/components/Header/Note/Placeholder.tsx | 2 +- web/src/components/Header/Note/index.scss | 2 +- web/src/components/Header/Note/index.tsx | 2 +- .../Header/SearchBar/AdvancedPanel/AdvancedPanel.scss | 2 +- .../components/Header/SearchBar/AdvancedPanel/BookSearch.tsx | 2 +- .../components/Header/SearchBar/AdvancedPanel/WordsSearch.tsx | 2 +- web/src/components/Header/SearchBar/AdvancedPanel/index.tsx | 2 +- web/src/components/Header/SearchBar/SearchBar.scss | 2 +- web/src/components/Header/SearchBar/index.tsx | 2 +- web/src/components/Header/SubscriptionHeader.scss | 2 +- web/src/components/Header/SubscriptionHeader.tsx | 2 +- web/src/components/Home/HeadData.tsx | 2 +- web/src/components/Home/Home.scss | 2 +- web/src/components/Home/NoteGroup/Header.scss | 2 +- web/src/components/Home/NoteGroup/Header.tsx | 2 +- web/src/components/Home/NoteGroup/List.scss | 2 +- web/src/components/Home/NoteGroup/List.tsx | 2 +- web/src/components/Home/NoteGroup/NoteGroup.scss | 2 +- web/src/components/Home/NoteGroup/NoteItem.scss | 2 +- web/src/components/Home/NoteGroup/NoteItem.tsx | 2 +- web/src/components/Home/NoteGroup/Placeholder.scss | 2 +- web/src/components/Home/NoteGroup/Placeholder.tsx | 2 +- web/src/components/Home/NoteGroup/index.tsx | 2 +- web/src/components/Home/index.tsx | 2 +- web/src/components/Icons/Arrow.js | 2 +- web/src/components/Icons/Atom.js | 2 +- web/src/components/Icons/Book.tsx | 2 +- web/src/components/Icons/BookPlus.tsx | 2 +- web/src/components/Icons/Books.js | 2 +- web/src/components/Icons/Box.tsx | 2 +- web/src/components/Icons/Caret.tsx | 2 +- web/src/components/Icons/CaretSolid.tsx | 2 +- web/src/components/Icons/Check.js | 2 +- web/src/components/Icons/CheckCircle.tsx | 2 +- web/src/components/Icons/Chrome.js | 2 +- web/src/components/Icons/Close.tsx | 2 +- web/src/components/Icons/Cloud.js | 2 +- web/src/components/Icons/CreditCard.js | 2 +- web/src/components/Icons/Dashboard.tsx | 2 +- web/src/components/Icons/Dots.tsx | 2 +- web/src/components/Icons/Email.js | 2 +- web/src/components/Icons/Firefox.js | 2 +- web/src/components/Icons/Globe.tsx | 2 +- web/src/components/Icons/Home.tsx | 2 +- web/src/components/Icons/Link.js | 2 +- web/src/components/Icons/Loading.js | 2 +- web/src/components/Icons/Lock.js | 2 +- web/src/components/Icons/Logo.tsx | 2 +- web/src/components/Icons/LogoWithText.tsx | 2 +- web/src/components/Icons/Menu.js | 2 +- web/src/components/Icons/Note.tsx | 2 +- web/src/components/Icons/Search.tsx | 2 +- web/src/components/Icons/Server.tsx | 2 +- web/src/components/Icons/Spinner.js | 2 +- web/src/components/Icons/Terminal.js | 2 +- web/src/components/Icons/Trash.tsx | 2 +- web/src/components/Icons/Unlink.js | 2 +- web/src/components/Icons/User.tsx | 2 +- web/src/components/Icons/Users.js | 2 +- web/src/components/Icons/Web.js | 2 +- web/src/components/Icons/types.ts | 2 +- web/src/components/Join/JoinForm.tsx | 2 +- web/src/components/Join/index.tsx | 2 +- web/src/components/Login/LoginForm.tsx | 2 +- web/src/components/Login/index.tsx | 2 +- web/src/components/New/Content.tsx | 2 +- web/src/components/New/New.scss | 2 +- web/src/components/New/index.tsx | 2 +- web/src/components/Note/DeleteModal.scss | 2 +- web/src/components/Note/DeleteModal.tsx | 2 +- web/src/components/Note/FooterActions.scss | 2 +- web/src/components/Note/FooterActions.tsx | 2 +- web/src/components/Note/Header.scss | 2 +- web/src/components/Note/Header.tsx | 2 +- web/src/components/Note/HeaderData.tsx | 2 +- web/src/components/Note/HeaderRight.tsx | 2 +- web/src/components/Note/ShareModal/CopyButton.tsx | 2 +- web/src/components/Note/ShareModal/ShareModal.scss | 2 +- web/src/components/Note/ShareModal/index.tsx | 2 +- web/src/components/Note/index.scss | 2 +- web/src/components/Note/index.tsx | 2 +- web/src/components/PasswordReset/Confirm/Form.tsx | 2 +- web/src/components/PasswordReset/Confirm/index.tsx | 2 +- web/src/components/PasswordReset/Request/Form.scss | 2 +- web/src/components/PasswordReset/Request/Form.tsx | 2 +- web/src/components/PasswordReset/Request/Request.scss | 2 +- web/src/components/PasswordReset/Request/index.tsx | 2 +- web/src/components/Preferences/Repetitions/Content.tsx | 2 +- .../Preferences/Repetitions/EmailPreferenceRepetition.scss | 2 +- web/src/components/Preferences/Repetitions/index.tsx | 2 +- web/src/components/Repetition/Content.tsx | 2 +- web/src/components/Repetition/DeleteRepetitionRuleModal.scss | 2 +- web/src/components/Repetition/DeleteRepetitionRuleModal.tsx | 2 +- web/src/components/Repetition/Edit/Content.tsx | 2 +- web/src/components/Repetition/Edit/index.tsx | 2 +- web/src/components/Repetition/Form/Form.scss | 2 +- web/src/components/Repetition/Form/index.tsx | 2 +- web/src/components/Repetition/New/index.tsx | 2 +- web/src/components/Repetition/Repetition.scss | 2 +- web/src/components/Repetition/RepetitionItem/Actions.tsx | 2 +- web/src/components/Repetition/RepetitionItem/BookMeta.tsx | 2 +- web/src/components/Repetition/RepetitionItem/Placeholder.scss | 2 +- web/src/components/Repetition/RepetitionItem/Placeholder.tsx | 2 +- .../components/Repetition/RepetitionItem/RepetitionItem.scss | 2 +- web/src/components/Repetition/RepetitionItem/index.tsx | 2 +- web/src/components/Repetition/RepetitionList.scss | 2 +- web/src/components/Repetition/RepetitionList.tsx | 2 +- web/src/components/Repetition/index.tsx | 2 +- web/src/components/Settings/About/index.tsx | 2 +- web/src/components/Settings/Account/EmailModal.tsx | 2 +- web/src/components/Settings/Account/EmailVerificationRow.tsx | 2 +- web/src/components/Settings/Account/PasswordModal.tsx | 2 +- web/src/components/Settings/Account/index.tsx | 2 +- web/src/components/Settings/Billing/CancelPlanModal.tsx | 2 +- .../components/Settings/Billing/PaymentMethodModal/Form.scss | 2 +- .../components/Settings/Billing/PaymentMethodModal/Form.tsx | 2 +- .../components/Settings/Billing/PaymentMethodModal/index.tsx | 2 +- .../Settings/Billing/PaymentSection/PaymentMethodRow.tsx | 2 +- .../Settings/Billing/PaymentSection/Placeholder.scss | 2 +- .../Settings/Billing/PaymentSection/Placeholder.tsx | 2 +- web/src/components/Settings/Billing/PaymentSection/index.tsx | 2 +- web/src/components/Settings/Billing/PlanSection/CancelRow.tsx | 2 +- .../components/Settings/Billing/PlanSection/Placeholder.scss | 2 +- .../components/Settings/Billing/PlanSection/Placeholder.tsx | 2 +- web/src/components/Settings/Billing/PlanSection/PlanRow.scss | 2 +- web/src/components/Settings/Billing/PlanSection/PlanRow.tsx | 2 +- .../components/Settings/Billing/PlanSection/ReactivateRow.tsx | 2 +- web/src/components/Settings/Billing/PlanSection/index.tsx | 2 +- web/src/components/Settings/Billing/index.tsx | 2 +- web/src/components/Settings/Notifications/Form.scss | 2 +- web/src/components/Settings/Notifications/Form.tsx | 2 +- web/src/components/Settings/Notifications/Notifications.scss | 2 +- web/src/components/Settings/Notifications/index.tsx | 2 +- web/src/components/Settings/SettingRow.scss | 2 +- web/src/components/Settings/SettingRow.tsx | 2 +- web/src/components/Settings/Settings.scss | 2 +- web/src/components/Settings/Sidebar.scss | 2 +- web/src/components/Settings/Sidebar.tsx | 2 +- web/src/components/Settings/index.tsx | 2 +- web/src/components/Splash/Splash.module.scss | 2 +- web/src/components/Splash/index.tsx | 2 +- web/src/components/Subscription/Checkout/Form.scss | 2 +- web/src/components/Subscription/Checkout/Form.tsx | 2 +- web/src/components/Subscription/Checkout/Sidebar.scss | 2 +- web/src/components/Subscription/Checkout/Sidebar.tsx | 2 +- web/src/components/Subscription/Checkout/index.tsx | 2 +- web/src/components/Subscription/FeatureItem.scss | 2 +- web/src/components/Subscription/FeatureItem.tsx | 2 +- web/src/components/Subscription/FeatureList.scss | 2 +- web/src/components/Subscription/FeatureList.tsx | 2 +- web/src/components/Subscription/Footer.tsx | 2 +- web/src/components/Subscription/Plan/Core.tsx | 2 +- web/src/components/Subscription/Plan/Plan.scss | 2 +- web/src/components/Subscription/Plan/Pro.tsx | 2 +- web/src/components/Subscription/Plan/ProCTA.tsx | 2 +- web/src/components/Subscription/Plan/internal.tsx | 2 +- web/src/components/Subscription/Subscription.scss | 2 +- web/src/components/Subscription/index.tsx | 2 +- web/src/components/TabBar/Item.scss | 2 +- web/src/components/TabBar/Item.tsx | 2 +- web/src/components/TabBar/TabBar.scss | 2 +- web/src/components/TabBar/index.tsx | 2 +- web/src/components/VerifyEmail/index.tsx | 2 +- web/src/crypto/books.js | 2 +- web/src/crypto/consts.js | 2 +- web/src/crypto/digest.js | 2 +- web/src/crypto/index.js | 2 +- web/src/crypto/index_test.js | 2 +- web/src/crypto/notes.js | 2 +- web/src/helpers/accessibility.ts | 2 +- web/src/helpers/browser.js | 2 +- web/src/helpers/error.js | 2 +- web/src/helpers/markdown.ts | 2 +- web/src/helpers/time/format.spec.ts | 2 +- web/src/helpers/time/format.ts | 2 +- web/src/helpers/time/index.spec.ts | 2 +- web/src/helpers/time/index.ts | 2 +- web/src/helpers/user.js | 2 +- web/src/hocs/guestOnly.tsx | 2 +- web/src/hocs/scrollTop.tsx | 2 +- web/src/hocs/userOnly.tsx | 2 +- web/src/libs/config.ts | 2 +- web/src/libs/countries.js | 2 +- web/src/libs/dom.ts | 2 +- web/src/libs/editor.spec.ts | 2 +- web/src/libs/editor.ts | 2 +- web/src/libs/encoding.js | 2 +- web/src/libs/encoding_test.js | 2 +- web/src/libs/fts/lexer.spec.ts | 2 +- web/src/libs/fts/lexer.ts | 2 +- web/src/libs/hooks/dom.ts | 2 +- web/src/libs/hooks/editor.ts | 2 +- web/src/libs/hooks/index.ts | 2 +- web/src/libs/localStorage.ts | 2 +- web/src/libs/notes.ts | 2 +- web/src/libs/operations.ts | 2 +- web/src/libs/paths.spec.ts | 2 +- web/src/libs/paths.ts | 2 +- web/src/libs/restoreScroll.ts | 2 +- web/src/libs/scopeTab.js | 2 +- web/src/libs/search.ts | 2 +- web/src/libs/services.ts | 2 +- web/src/libs/string.ts | 2 +- web/src/libs/subscription.js | 2 +- web/src/libs/ui.js | 2 +- web/src/routes.tsx | 2 +- web/src/store/auth/actions.ts | 2 +- web/src/store/auth/index.ts | 2 +- web/src/store/auth/reducers.ts | 2 +- web/src/store/auth/type.ts | 2 +- web/src/store/books/actions.ts | 2 +- web/src/store/books/index.ts | 2 +- web/src/store/books/reducers.ts | 2 +- web/src/store/books/type.ts | 2 +- web/src/store/digest/actions.ts | 2 +- web/src/store/digest/index.ts | 2 +- web/src/store/digest/reducers.ts | 2 +- web/src/store/digest/type.ts | 2 +- web/src/store/digests/actions.ts | 2 +- web/src/store/digests/index.ts | 2 +- web/src/store/digests/reducers.ts | 2 +- web/src/store/digests/type.ts | 2 +- web/src/store/editor/actions.ts | 2 +- web/src/store/editor/index.ts | 2 +- web/src/store/editor/reducers.ts | 2 +- web/src/store/editor/type.ts | 2 +- web/src/store/filters/actions.ts | 2 +- web/src/store/filters/index.ts | 2 +- web/src/store/filters/reducers.ts | 2 +- web/src/store/filters/type.ts | 2 +- web/src/store/form/actions.ts | 2 +- web/src/store/form/index.ts | 2 +- web/src/store/form/reducers.ts | 2 +- web/src/store/form/type.ts | 2 +- web/src/store/hooks.ts | 2 +- web/src/store/index.ts | 2 +- web/src/store/note/actions.ts | 2 +- web/src/store/note/index.ts | 2 +- web/src/store/note/reducers.ts | 2 +- web/src/store/note/type.ts | 2 +- web/src/store/notes/actions.ts | 2 +- web/src/store/notes/index.ts | 2 +- web/src/store/notes/reducers.ts | 2 +- web/src/store/notes/type.ts | 2 +- web/src/store/repetitionRules/actions.ts | 2 +- web/src/store/repetitionRules/index.ts | 2 +- web/src/store/repetitionRules/reducers.ts | 2 +- web/src/store/repetitionRules/type.ts | 2 +- web/src/store/route/actions.ts | 2 +- web/src/store/route/index.ts | 2 +- web/src/store/route/reducers.ts | 2 +- web/src/store/route/type.ts | 2 +- web/src/store/types.ts | 2 +- web/src/store/ui/actions.ts | 2 +- web/src/store/ui/index.ts | 2 +- web/src/store/ui/reducers.ts | 2 +- web/src/store/ui/type.ts | 2 +- web/webpack/dev.config.js | 2 +- web/webpack/externals.js | 2 +- web/webpack/paths.js | 2 +- web/webpack/plugins.js | 2 +- web/webpack/prod.config.js | 2 +- web/webpack/resolve.js | 2 +- web/webpack/rules/css.js | 2 +- web/webpack/rules/image.js | 2 +- web/webpack/rules/index.js | 2 +- web/webpack/rules/javascript.js | 2 +- 690 files changed, 691 insertions(+), 691 deletions(-) diff --git a/browser/gulpfile.js b/browser/gulpfile.js index 69953670..ae3d262e 100644 --- a/browser/gulpfile.js +++ b/browser/gulpfile.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/browser.d.ts b/browser/src/browser.d.ts index 37ccb184..415ffff0 100644 --- a/browser/src/browser.d.ts +++ b/browser/src/browser.d.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/global.d.ts b/browser/src/global.d.ts index 21c3c131..d0fe4ad7 100644 --- a/browser/src/global.d.ts +++ b/browser/src/global.d.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/App.tsx b/browser/src/scripts/components/App.tsx index 49743c50..19407637 100644 --- a/browser/src/scripts/components/App.tsx +++ b/browser/src/scripts/components/App.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/BookIcon.tsx b/browser/src/scripts/components/BookIcon.tsx index 6c693ad7..9f9acb91 100644 --- a/browser/src/scripts/components/BookIcon.tsx +++ b/browser/src/scripts/components/BookIcon.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/BookSelector.tsx b/browser/src/scripts/components/BookSelector.tsx index 75f6b3a4..4ab86d87 100644 --- a/browser/src/scripts/components/BookSelector.tsx +++ b/browser/src/scripts/components/BookSelector.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/CloseIcon.tsx b/browser/src/scripts/components/CloseIcon.tsx index 91859122..c574d1ce 100644 --- a/browser/src/scripts/components/CloseIcon.tsx +++ b/browser/src/scripts/components/CloseIcon.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Composer.tsx b/browser/src/scripts/components/Composer.tsx index d9b40fd5..154d3c03 100644 --- a/browser/src/scripts/components/Composer.tsx +++ b/browser/src/scripts/components/Composer.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Flash.tsx b/browser/src/scripts/components/Flash.tsx index f1d84f25..aac61e1d 100644 --- a/browser/src/scripts/components/Flash.tsx +++ b/browser/src/scripts/components/Flash.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Header.tsx b/browser/src/scripts/components/Header.tsx index 46dd1abd..1ebf8876 100644 --- a/browser/src/scripts/components/Header.tsx +++ b/browser/src/scripts/components/Header.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Home.tsx b/browser/src/scripts/components/Home.tsx index 800e1821..ff0b8ec4 100644 --- a/browser/src/scripts/components/Home.tsx +++ b/browser/src/scripts/components/Home.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Link.tsx b/browser/src/scripts/components/Link.tsx index 0c920947..11eb6927 100644 --- a/browser/src/scripts/components/Link.tsx +++ b/browser/src/scripts/components/Link.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Menu.tsx b/browser/src/scripts/components/Menu.tsx index f97856b8..a6cbfa9f 100644 --- a/browser/src/scripts/components/Menu.tsx +++ b/browser/src/scripts/components/Menu.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/MenuToggleIcon.tsx b/browser/src/scripts/components/MenuToggleIcon.tsx index fc3eadcf..0ff072fb 100644 --- a/browser/src/scripts/components/MenuToggleIcon.tsx +++ b/browser/src/scripts/components/MenuToggleIcon.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Settings.tsx b/browser/src/scripts/components/Settings.tsx index 7a7a8693..f9465e0c 100644 --- a/browser/src/scripts/components/Settings.tsx +++ b/browser/src/scripts/components/Settings.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/components/Success.tsx b/browser/src/scripts/components/Success.tsx index 44c84ba0..5a198d5a 100644 --- a/browser/src/scripts/components/Success.tsx +++ b/browser/src/scripts/components/Success.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/popup.tsx b/browser/src/scripts/popup.tsx index f5cfa395..a0f3aef9 100644 --- a/browser/src/scripts/popup.tsx +++ b/browser/src/scripts/popup.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/auth/actions.ts b/browser/src/scripts/store/auth/actions.ts index 3b90a0fa..793d1ef6 100644 --- a/browser/src/scripts/store/auth/actions.ts +++ b/browser/src/scripts/store/auth/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/auth/reducers.ts b/browser/src/scripts/store/auth/reducers.ts index 73e94fee..588aeb09 100644 --- a/browser/src/scripts/store/auth/reducers.ts +++ b/browser/src/scripts/store/auth/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/auth/types.ts b/browser/src/scripts/store/auth/types.ts index e2ebb724..c3a08d42 100644 --- a/browser/src/scripts/store/auth/types.ts +++ b/browser/src/scripts/store/auth/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/books/actions.ts b/browser/src/scripts/store/books/actions.ts index c2a6a93c..39c50c14 100644 --- a/browser/src/scripts/store/books/actions.ts +++ b/browser/src/scripts/store/books/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/books/reducers.ts b/browser/src/scripts/store/books/reducers.ts index 0960a121..f7f70622 100644 --- a/browser/src/scripts/store/books/reducers.ts +++ b/browser/src/scripts/store/books/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/books/types.ts b/browser/src/scripts/store/books/types.ts index 7f20efae..cf060f0c 100644 --- a/browser/src/scripts/store/books/types.ts +++ b/browser/src/scripts/store/books/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/composer/actions.ts b/browser/src/scripts/store/composer/actions.ts index a0682e66..f77c3ba0 100644 --- a/browser/src/scripts/store/composer/actions.ts +++ b/browser/src/scripts/store/composer/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/composer/reducers.ts b/browser/src/scripts/store/composer/reducers.ts index 81709273..912b7ac1 100644 --- a/browser/src/scripts/store/composer/reducers.ts +++ b/browser/src/scripts/store/composer/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/composer/types.ts b/browser/src/scripts/store/composer/types.ts index 3ea64f76..c6e003c0 100644 --- a/browser/src/scripts/store/composer/types.ts +++ b/browser/src/scripts/store/composer/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/hooks.ts b/browser/src/scripts/store/hooks.ts index cb0bf85e..01b5c6cc 100644 --- a/browser/src/scripts/store/hooks.ts +++ b/browser/src/scripts/store/hooks.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/index.ts b/browser/src/scripts/store/index.ts index 012a0163..902a1038 100644 --- a/browser/src/scripts/store/index.ts +++ b/browser/src/scripts/store/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/location/actions.ts b/browser/src/scripts/store/location/actions.ts index b789a4e0..0cf6f1fd 100644 --- a/browser/src/scripts/store/location/actions.ts +++ b/browser/src/scripts/store/location/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/location/reducers.ts b/browser/src/scripts/store/location/reducers.ts index 2eb4cf4a..1c710a93 100644 --- a/browser/src/scripts/store/location/reducers.ts +++ b/browser/src/scripts/store/location/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/location/types.ts b/browser/src/scripts/store/location/types.ts index 0bc5bcf6..84a085e9 100644 --- a/browser/src/scripts/store/location/types.ts +++ b/browser/src/scripts/store/location/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/settings/actions.ts b/browser/src/scripts/store/settings/actions.ts index 347abf46..a44adad4 100644 --- a/browser/src/scripts/store/settings/actions.ts +++ b/browser/src/scripts/store/settings/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/settings/reducers.ts b/browser/src/scripts/store/settings/reducers.ts index 1cfef15c..3215a759 100644 --- a/browser/src/scripts/store/settings/reducers.ts +++ b/browser/src/scripts/store/settings/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/settings/types.ts b/browser/src/scripts/store/settings/types.ts index 9849787d..772b256a 100644 --- a/browser/src/scripts/store/settings/types.ts +++ b/browser/src/scripts/store/settings/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/store/types.ts b/browser/src/scripts/store/types.ts index fc1bff9d..a879febc 100644 --- a/browser/src/scripts/store/types.ts +++ b/browser/src/scripts/store/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/utils/config.ts b/browser/src/scripts/utils/config.ts index 9b0ce665..435539e1 100644 --- a/browser/src/scripts/utils/config.ts +++ b/browser/src/scripts/utils/config.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/utils/ext.ts b/browser/src/scripts/utils/ext.ts index 52de78b8..5b8e6bfb 100644 --- a/browser/src/scripts/utils/ext.ts +++ b/browser/src/scripts/utils/ext.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/utils/fetch.js b/browser/src/scripts/utils/fetch.js index 2bf17adf..075a7714 100644 --- a/browser/src/scripts/utils/fetch.js +++ b/browser/src/scripts/utils/fetch.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/utils/services.ts b/browser/src/scripts/utils/services.ts index 61e73b1c..52e22a14 100644 --- a/browser/src/scripts/utils/services.ts +++ b/browser/src/scripts/utils/services.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/scripts/utils/storage.ts b/browser/src/scripts/utils/storage.ts index 0de6e291..0df5b02e 100644 --- a/browser/src/scripts/utils/storage.ts +++ b/browser/src/scripts/utils/storage.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/styles/popup.css b/browser/src/styles/popup.css index b288f2ad..4dec5270 100644 --- a/browser/src/styles/popup.css +++ b/browser/src/styles/popup.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/src/styles/select.css b/browser/src/styles/select.css index 84562eed..54024788 100644 --- a/browser/src/styles/select.css +++ b/browser/src/styles/select.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/browser/webpack.config.js b/browser/webpack.config.js index eceeee8c..d2f2829d 100644 --- a/browser/webpack.config.js +++ b/browser/webpack.config.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/arr.spec.ts b/jslib/src/helpers/arr.spec.ts index 8cbd9d5e..51ded98c 100644 --- a/jslib/src/helpers/arr.spec.ts +++ b/jslib/src/helpers/arr.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/arr.ts b/jslib/src/helpers/arr.ts index 8e9654a2..cd2b72da 100644 --- a/jslib/src/helpers/arr.ts +++ b/jslib/src/helpers/arr.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/books.spec.ts b/jslib/src/helpers/books.spec.ts index 222b44ab..3356e95a 100644 --- a/jslib/src/helpers/books.spec.ts +++ b/jslib/src/helpers/books.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/books.ts b/jslib/src/helpers/books.ts index 3f6c52b6..8b10b714 100644 --- a/jslib/src/helpers/books.ts +++ b/jslib/src/helpers/books.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/filters.ts b/jslib/src/helpers/filters.ts index 6a61ca9d..9dbcacfe 100644 --- a/jslib/src/helpers/filters.ts +++ b/jslib/src/helpers/filters.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/http.ts b/jslib/src/helpers/http.ts index 72324ecc..1134d98c 100644 --- a/jslib/src/helpers/http.ts +++ b/jslib/src/helpers/http.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/index.ts b/jslib/src/helpers/index.ts index d4db52ea..f7c60a43 100644 --- a/jslib/src/helpers/index.ts +++ b/jslib/src/helpers/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/keyboard.ts b/jslib/src/helpers/keyboard.ts index 997ec358..59af8198 100644 --- a/jslib/src/helpers/keyboard.ts +++ b/jslib/src/helpers/keyboard.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/obj.ts b/jslib/src/helpers/obj.ts index 42d87a1c..886de4e7 100644 --- a/jslib/src/helpers/obj.ts +++ b/jslib/src/helpers/obj.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/perf.ts b/jslib/src/helpers/perf.ts index 8655994c..8889d0de 100644 --- a/jslib/src/helpers/perf.ts +++ b/jslib/src/helpers/perf.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/queries.ts b/jslib/src/helpers/queries.ts index b552e5a0..ec7d21ce 100644 --- a/jslib/src/helpers/queries.ts +++ b/jslib/src/helpers/queries.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/search.spec.ts b/jslib/src/helpers/search.spec.ts index a548bdbe..b6c28f16 100644 --- a/jslib/src/helpers/search.spec.ts +++ b/jslib/src/helpers/search.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/search.ts b/jslib/src/helpers/search.ts index d2ed0b39..a34b8eb4 100644 --- a/jslib/src/helpers/search.ts +++ b/jslib/src/helpers/search.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/select.ts b/jslib/src/helpers/select.ts index 93578e6a..acc9e8ee 100644 --- a/jslib/src/helpers/select.ts +++ b/jslib/src/helpers/select.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/helpers/url.ts b/jslib/src/helpers/url.ts index 055a1416..8caeabca 100644 --- a/jslib/src/helpers/url.ts +++ b/jslib/src/helpers/url.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/index.ts b/jslib/src/index.ts index 2479108e..07df74b8 100644 --- a/jslib/src/index.ts +++ b/jslib/src/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/operations/books.ts b/jslib/src/operations/books.ts index 391736eb..1f955de5 100644 --- a/jslib/src/operations/books.ts +++ b/jslib/src/operations/books.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/operations/digests.ts b/jslib/src/operations/digests.ts index 465ed40d..70b7a8c5 100644 --- a/jslib/src/operations/digests.ts +++ b/jslib/src/operations/digests.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/operations/docs.ts b/jslib/src/operations/docs.ts index 301e84ee..49d8965c 100644 --- a/jslib/src/operations/docs.ts +++ b/jslib/src/operations/docs.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/operations/index.ts b/jslib/src/operations/index.ts index 1720f04a..2d4826b6 100644 --- a/jslib/src/operations/index.ts +++ b/jslib/src/operations/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/operations/notes.ts b/jslib/src/operations/notes.ts index 50fdb409..8e7b03e8 100644 --- a/jslib/src/operations/notes.ts +++ b/jslib/src/operations/notes.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/operations/types.ts b/jslib/src/operations/types.ts index 9be61b34..6ca0dcd0 100644 --- a/jslib/src/operations/types.ts +++ b/jslib/src/operations/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/books.ts b/jslib/src/services/books.ts index 8302220d..1940f04a 100644 --- a/jslib/src/services/books.ts +++ b/jslib/src/services/books.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/digests.ts b/jslib/src/services/digests.ts index 958c9a13..618921b8 100644 --- a/jslib/src/services/digests.ts +++ b/jslib/src/services/digests.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/index.ts b/jslib/src/services/index.ts index ca2b6576..4e2966bf 100644 --- a/jslib/src/services/index.ts +++ b/jslib/src/services/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/noteReviews.ts b/jslib/src/services/noteReviews.ts index f08d27d3..5d2996a6 100644 --- a/jslib/src/services/noteReviews.ts +++ b/jslib/src/services/noteReviews.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/notes.ts b/jslib/src/services/notes.ts index dc2e77da..08da0f9a 100644 --- a/jslib/src/services/notes.ts +++ b/jslib/src/services/notes.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/payment.ts b/jslib/src/services/payment.ts index 40395d80..8ceea3f4 100644 --- a/jslib/src/services/payment.ts +++ b/jslib/src/services/payment.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/repetitionRules.ts b/jslib/src/services/repetitionRules.ts index 6d5bd809..77333dc6 100644 --- a/jslib/src/services/repetitionRules.ts +++ b/jslib/src/services/repetitionRules.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/types.ts b/jslib/src/services/types.ts index 52a57420..c9532a27 100644 --- a/jslib/src/services/types.ts +++ b/jslib/src/services/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/jslib/src/services/users.ts b/jslib/src/services/users.ts index 4dbad4c2..db277b3f 100644 --- a/jslib/src/services/users.ts +++ b/jslib/src/services/users.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/assert/assert.go b/pkg/assert/assert.go index 34addb05..c1abdaf4 100644 --- a/pkg/assert/assert.go +++ b/pkg/assert/assert.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/client/client.go b/pkg/cli/client/client.go index 20966ddb..c7a3cab2 100644 --- a/pkg/cli/client/client.go +++ b/pkg/cli/client/client.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/add/add.go b/pkg/cli/cmd/add/add.go index 3502778e..aee6e8de 100644 --- a/pkg/cli/cmd/add/add.go +++ b/pkg/cli/cmd/add/add.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/cat/cat.go b/pkg/cli/cmd/cat/cat.go index 7e41ecb5..ebc0f6a0 100644 --- a/pkg/cli/cmd/cat/cat.go +++ b/pkg/cli/cmd/cat/cat.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/edit/book.go b/pkg/cli/cmd/edit/book.go index 08ddf015..b6371ae8 100644 --- a/pkg/cli/cmd/edit/book.go +++ b/pkg/cli/cmd/edit/book.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/edit/edit.go b/pkg/cli/cmd/edit/edit.go index 2ab14884..55087ee4 100644 --- a/pkg/cli/cmd/edit/edit.go +++ b/pkg/cli/cmd/edit/edit.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/edit/note.go b/pkg/cli/cmd/edit/note.go index 94caf22f..8c06ea4d 100644 --- a/pkg/cli/cmd/edit/note.go +++ b/pkg/cli/cmd/edit/note.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/find/find.go b/pkg/cli/cmd/find/find.go index 7120a383..91d143d4 100644 --- a/pkg/cli/cmd/find/find.go +++ b/pkg/cli/cmd/find/find.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/find/lexer.go b/pkg/cli/cmd/find/lexer.go index 11dc0756..00438c0a 100644 --- a/pkg/cli/cmd/find/lexer.go +++ b/pkg/cli/cmd/find/lexer.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/find/lexer_test.go b/pkg/cli/cmd/find/lexer_test.go index d2993859..98ff8257 100644 --- a/pkg/cli/cmd/find/lexer_test.go +++ b/pkg/cli/cmd/find/lexer_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/login/login.go b/pkg/cli/cmd/login/login.go index 04518272..4d9fc25f 100644 --- a/pkg/cli/cmd/login/login.go +++ b/pkg/cli/cmd/login/login.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/logout/logout.go b/pkg/cli/cmd/logout/logout.go index a5c5ea10..635034b6 100644 --- a/pkg/cli/cmd/logout/logout.go +++ b/pkg/cli/cmd/logout/logout.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/ls/ls.go b/pkg/cli/cmd/ls/ls.go index c8aae981..86294856 100644 --- a/pkg/cli/cmd/ls/ls.go +++ b/pkg/cli/cmd/ls/ls.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/remove/remove.go b/pkg/cli/cmd/remove/remove.go index 75af85e5..c6fbc62a 100644 --- a/pkg/cli/cmd/remove/remove.go +++ b/pkg/cli/cmd/remove/remove.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/root/root.go b/pkg/cli/cmd/root/root.go index 264823b1..5076e709 100644 --- a/pkg/cli/cmd/root/root.go +++ b/pkg/cli/cmd/root/root.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/sync/merge.go b/pkg/cli/cmd/sync/merge.go index 5ae27325..0e9c93eb 100644 --- a/pkg/cli/cmd/sync/merge.go +++ b/pkg/cli/cmd/sync/merge.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/sync/merge_test.go b/pkg/cli/cmd/sync/merge_test.go index ecf71cc7..f2954581 100644 --- a/pkg/cli/cmd/sync/merge_test.go +++ b/pkg/cli/cmd/sync/merge_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/sync/sync.go b/pkg/cli/cmd/sync/sync.go index 5641d32c..f5df00f3 100644 --- a/pkg/cli/cmd/sync/sync.go +++ b/pkg/cli/cmd/sync/sync.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/sync/sync_test.go b/pkg/cli/cmd/sync/sync_test.go index 90891c90..aff7eae7 100644 --- a/pkg/cli/cmd/sync/sync_test.go +++ b/pkg/cli/cmd/sync/sync_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/version/version.go b/pkg/cli/cmd/version/version.go index aa1b8b3c..b7b29ba0 100644 --- a/pkg/cli/cmd/version/version.go +++ b/pkg/cli/cmd/version/version.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/cmd/view/view.go b/pkg/cli/cmd/view/view.go index c2f1010d..271c0c2e 100644 --- a/pkg/cli/cmd/view/view.go +++ b/pkg/cli/cmd/view/view.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/config/config.go b/pkg/cli/config/config.go index 4210faa9..bb2e9424 100644 --- a/pkg/cli/config/config.go +++ b/pkg/cli/config/config.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/consts/consts.go b/pkg/cli/consts/consts.go index 0b2b673e..4c84d1ae 100644 --- a/pkg/cli/consts/consts.go +++ b/pkg/cli/consts/consts.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/context/ctx.go b/pkg/cli/context/ctx.go index 0c691740..26ddc0e2 100644 --- a/pkg/cli/context/ctx.go +++ b/pkg/cli/context/ctx.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/context/testutils.go b/pkg/cli/context/testutils.go index 765a5952..f67ace42 100644 --- a/pkg/cli/context/testutils.go +++ b/pkg/cli/context/testutils.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/crypt/crypto.go b/pkg/cli/crypt/crypto.go index 1905797a..d0fba497 100644 --- a/pkg/cli/crypt/crypto.go +++ b/pkg/cli/crypt/crypto.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/crypt/crypto_test.go b/pkg/cli/crypt/crypto_test.go index c2839485..013c6110 100644 --- a/pkg/cli/crypt/crypto_test.go +++ b/pkg/cli/crypt/crypto_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/database/models.go b/pkg/cli/database/models.go index 09c05213..2476651c 100644 --- a/pkg/cli/database/models.go +++ b/pkg/cli/database/models.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/database/models_test.go b/pkg/cli/database/models_test.go index f9502095..3293994f 100644 --- a/pkg/cli/database/models_test.go +++ b/pkg/cli/database/models_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/database/queries.go b/pkg/cli/database/queries.go index a70052ec..5691175f 100644 --- a/pkg/cli/database/queries.go +++ b/pkg/cli/database/queries.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/database/queries_test.go b/pkg/cli/database/queries_test.go index da35f0e4..0f1a5689 100644 --- a/pkg/cli/database/queries_test.go +++ b/pkg/cli/database/queries_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/database/sql.go b/pkg/cli/database/sql.go index ac6c2702..3af29502 100644 --- a/pkg/cli/database/sql.go +++ b/pkg/cli/database/sql.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/database/testutils.go b/pkg/cli/database/testutils.go index 02d5e322..8cf792e4 100644 --- a/pkg/cli/database/testutils.go +++ b/pkg/cli/database/testutils.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/infra/init.go b/pkg/cli/infra/init.go index 7bfa413b..5feb4b7d 100644 --- a/pkg/cli/infra/init.go +++ b/pkg/cli/infra/init.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/infra/init_test.go b/pkg/cli/infra/init_test.go index 1b234672..f81b4cd7 100644 --- a/pkg/cli/infra/init_test.go +++ b/pkg/cli/infra/init_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/log/log.go b/pkg/cli/log/log.go index ceb558a9..93a76214 100644 --- a/pkg/cli/log/log.go +++ b/pkg/cli/log/log.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/main.go b/pkg/cli/main.go index e5f535f0..452dc76e 100644 --- a/pkg/cli/main.go +++ b/pkg/cli/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/main_test.go b/pkg/cli/main_test.go index 3a81649c..a2e81d65 100644 --- a/pkg/cli/main_test.go +++ b/pkg/cli/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/migrate/legacy.go b/pkg/cli/migrate/legacy.go index ad565aad..3d771ac9 100644 --- a/pkg/cli/migrate/legacy.go +++ b/pkg/cli/migrate/legacy.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/migrate/legacy_test.go b/pkg/cli/migrate/legacy_test.go index 41dfb6e5..0c2d6f54 100644 --- a/pkg/cli/migrate/legacy_test.go +++ b/pkg/cli/migrate/legacy_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/migrate/migrate.go b/pkg/cli/migrate/migrate.go index 3b2a7147..431360a4 100644 --- a/pkg/cli/migrate/migrate.go +++ b/pkg/cli/migrate/migrate.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/migrate/migrate_test.go b/pkg/cli/migrate/migrate_test.go index 893656b1..51145240 100644 --- a/pkg/cli/migrate/migrate_test.go +++ b/pkg/cli/migrate/migrate_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/migrate/migrations.go b/pkg/cli/migrate/migrations.go index b2c3b29e..c6b8e5ff 100644 --- a/pkg/cli/migrate/migrations.go +++ b/pkg/cli/migrate/migrations.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/output/output.go b/pkg/cli/output/output.go index 8a4c7718..a25666c9 100644 --- a/pkg/cli/output/output.go +++ b/pkg/cli/output/output.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/testutils/main.go b/pkg/cli/testutils/main.go index 76d10b9b..69b57388 100644 --- a/pkg/cli/testutils/main.go +++ b/pkg/cli/testutils/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/testutils/setup.go b/pkg/cli/testutils/setup.go index fb8f48f4..33d67fa1 100644 --- a/pkg/cli/testutils/setup.go +++ b/pkg/cli/testutils/setup.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/ui/editor.go b/pkg/cli/ui/editor.go index 2e71bd6a..4b5cb0d4 100644 --- a/pkg/cli/ui/editor.go +++ b/pkg/cli/ui/editor.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/ui/editor_test.go b/pkg/cli/ui/editor_test.go index f786984d..d89e3d9c 100644 --- a/pkg/cli/ui/editor_test.go +++ b/pkg/cli/ui/editor_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/ui/terminal.go b/pkg/cli/ui/terminal.go index 14c45bc8..e172343e 100644 --- a/pkg/cli/ui/terminal.go +++ b/pkg/cli/ui/terminal.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/upgrade/upgrade.go b/pkg/cli/upgrade/upgrade.go index afdc5e64..d1a08688 100644 --- a/pkg/cli/upgrade/upgrade.go +++ b/pkg/cli/upgrade/upgrade.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/upgrade/upgrade_test.go b/pkg/cli/upgrade/upgrade_test.go index 1df79e43..f122ff28 100644 --- a/pkg/cli/upgrade/upgrade_test.go +++ b/pkg/cli/upgrade/upgrade_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/utils/diff/diff.go b/pkg/cli/utils/diff/diff.go index 67e653c9..774732fe 100644 --- a/pkg/cli/utils/diff/diff.go +++ b/pkg/cli/utils/diff/diff.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/utils/diff/diff_test.go b/pkg/cli/utils/diff/diff_test.go index 0823681c..8ad274b9 100644 --- a/pkg/cli/utils/diff/diff_test.go +++ b/pkg/cli/utils/diff/diff_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/utils/files.go b/pkg/cli/utils/files.go index 4eb30729..28eff024 100644 --- a/pkg/cli/utils/files.go +++ b/pkg/cli/utils/files.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/utils/utils.go b/pkg/cli/utils/utils.go index b1db59ea..dfff484b 100644 --- a/pkg/cli/utils/utils.go +++ b/pkg/cli/utils/utils.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/validate/book_test.go b/pkg/cli/validate/book_test.go index 591388ff..f26d51ac 100644 --- a/pkg/cli/validate/book_test.go +++ b/pkg/cli/validate/book_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/cli/validate/books.go b/pkg/cli/validate/books.go index 3ff7e3ba..c220e0c9 100644 --- a/pkg/cli/validate/books.go +++ b/pkg/cli/validate/books.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/clock/clock.go b/pkg/clock/clock.go index d0e2a001..a1a4ad26 100644 --- a/pkg/clock/clock.go +++ b/pkg/clock/clock.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/app.go b/pkg/server/app/app.go index 5d26d2b8..f683efc3 100644 --- a/pkg/server/app/app.go +++ b/pkg/server/app/app.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/app_test.go b/pkg/server/app/app_test.go index c1c07549..0c2a6d30 100644 --- a/pkg/server/app/app_test.go +++ b/pkg/server/app/app_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/books.go b/pkg/server/app/books.go index 8462960a..2fa0a9b1 100644 --- a/pkg/server/app/books.go +++ b/pkg/server/app/books.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/books_test.go b/pkg/server/app/books_test.go index ac8d739c..1d08d7d5 100644 --- a/pkg/server/app/books_test.go +++ b/pkg/server/app/books_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/digests.go b/pkg/server/app/digests.go index f10892b6..241af343 100644 --- a/pkg/server/app/digests.go +++ b/pkg/server/app/digests.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/digests_test.go b/pkg/server/app/digests_test.go index 1b588cf6..a8c5ae23 100644 --- a/pkg/server/app/digests_test.go +++ b/pkg/server/app/digests_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/doc.go b/pkg/server/app/doc.go index 344d9a0d..b1e3a101 100644 --- a/pkg/server/app/doc.go +++ b/pkg/server/app/doc.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/email.go b/pkg/server/app/email.go index 92cfc5d0..06df3a7d 100644 --- a/pkg/server/app/email.go +++ b/pkg/server/app/email.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/email_test.go b/pkg/server/app/email_test.go index 1f2d1752..783e462d 100644 --- a/pkg/server/app/email_test.go +++ b/pkg/server/app/email_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/helpers.go b/pkg/server/app/helpers.go index d39c48bc..ea72d107 100644 --- a/pkg/server/app/helpers.go +++ b/pkg/server/app/helpers.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/helpers_test.go b/pkg/server/app/helpers_test.go index c2274744..510fa087 100644 --- a/pkg/server/app/helpers_test.go +++ b/pkg/server/app/helpers_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/main_test.go b/pkg/server/app/main_test.go index 5bd96a61..b9f388eb 100644 --- a/pkg/server/app/main_test.go +++ b/pkg/server/app/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/notes.go b/pkg/server/app/notes.go index c2cbf49d..3a3c5ccf 100644 --- a/pkg/server/app/notes.go +++ b/pkg/server/app/notes.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/notes_test.go b/pkg/server/app/notes_test.go index 6395f509..557ae218 100644 --- a/pkg/server/app/notes_test.go +++ b/pkg/server/app/notes_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/sessions.go b/pkg/server/app/sessions.go index 0fc909e0..49174f4e 100644 --- a/pkg/server/app/sessions.go +++ b/pkg/server/app/sessions.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/subscriptions.go b/pkg/server/app/subscriptions.go index 0da08239..b20078b5 100644 --- a/pkg/server/app/subscriptions.go +++ b/pkg/server/app/subscriptions.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/testutils.go b/pkg/server/app/testutils.go index 76749b14..c2f7966d 100644 --- a/pkg/server/app/testutils.go +++ b/pkg/server/app/testutils.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/users.go b/pkg/server/app/users.go index 75a9343d..fa4bfadc 100644 --- a/pkg/server/app/users.go +++ b/pkg/server/app/users.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/app/users_test.go b/pkg/server/app/users_test.go index 13d8c0dd..56812f51 100644 --- a/pkg/server/app/users_test.go +++ b/pkg/server/app/users_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/crypt/crypt.go b/pkg/server/crypt/crypt.go index 8631f31c..e720daea 100644 --- a/pkg/server/crypt/crypt.go +++ b/pkg/server/crypt/crypt.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/database/consts.go b/pkg/server/database/consts.go index 7d815c67..fb8ab5e9 100644 --- a/pkg/server/database/consts.go +++ b/pkg/server/database/consts.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/database/database.go b/pkg/server/database/database.go index 511632ad..f8e1859d 100644 --- a/pkg/server/database/database.go +++ b/pkg/server/database/database.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/database/migrate.go b/pkg/server/database/migrate.go index 217c0c1f..f26a1400 100644 --- a/pkg/server/database/migrate.go +++ b/pkg/server/database/migrate.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/database/migrate/main.go b/pkg/server/database/migrate/main.go index 9d3e4805..d75e3e71 100644 --- a/pkg/server/database/migrate/main.go +++ b/pkg/server/database/migrate/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/database/models.go b/pkg/server/database/models.go index c206244c..8684ae2d 100644 --- a/pkg/server/database/models.go +++ b/pkg/server/database/models.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/database/notes.go b/pkg/server/database/notes.go index fa3cb6a7..91a850ad 100644 --- a/pkg/server/database/notes.go +++ b/pkg/server/database/notes.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/database/types.go b/pkg/server/database/types.go index ec91dfac..e230c5ac 100644 --- a/pkg/server/database/types.go +++ b/pkg/server/database/types.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/dbconn/dbconn.go b/pkg/server/dbconn/dbconn.go index 4b1197bc..3516edae 100644 --- a/pkg/server/dbconn/dbconn.go +++ b/pkg/server/dbconn/dbconn.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/dbconn/dbconn_test.go b/pkg/server/dbconn/dbconn_test.go index c9ec1fb9..d2551976 100644 --- a/pkg/server/dbconn/dbconn_test.go +++ b/pkg/server/dbconn/dbconn_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/auth.go b/pkg/server/handlers/auth.go index d3c067cd..3478b8db 100644 --- a/pkg/server/handlers/auth.go +++ b/pkg/server/handlers/auth.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/auth_test.go b/pkg/server/handlers/auth_test.go index 88b2bc31..8ca3574b 100644 --- a/pkg/server/handlers/auth_test.go +++ b/pkg/server/handlers/auth_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/classic.go b/pkg/server/handlers/classic.go index aaf8ffb4..6c29cd83 100644 --- a/pkg/server/handlers/classic.go +++ b/pkg/server/handlers/classic.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/classic_test.go b/pkg/server/handlers/classic_test.go index 39db2302..0c364bd6 100644 --- a/pkg/server/handlers/classic_test.go +++ b/pkg/server/handlers/classic_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/digests.go b/pkg/server/handlers/digests.go index 212203e4..575adc70 100644 --- a/pkg/server/handlers/digests.go +++ b/pkg/server/handlers/digests.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/digests_test.go b/pkg/server/handlers/digests_test.go index 762a5c8a..0d4e89c6 100644 --- a/pkg/server/handlers/digests_test.go +++ b/pkg/server/handlers/digests_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/health.go b/pkg/server/handlers/health.go index 29e12020..496f753e 100644 --- a/pkg/server/handlers/health.go +++ b/pkg/server/handlers/health.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/health_test.go b/pkg/server/handlers/health_test.go index 7832b46b..32f34379 100644 --- a/pkg/server/handlers/health_test.go +++ b/pkg/server/handlers/health_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/helpers.go b/pkg/server/handlers/helpers.go index c248f34a..0214fff2 100644 --- a/pkg/server/handlers/helpers.go +++ b/pkg/server/handlers/helpers.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/limit.go b/pkg/server/handlers/limit.go index 9df32c8b..662b0e64 100644 --- a/pkg/server/handlers/limit.go +++ b/pkg/server/handlers/limit.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/main_test.go b/pkg/server/handlers/main_test.go index a3d68bcc..aeb0a5eb 100644 --- a/pkg/server/handlers/main_test.go +++ b/pkg/server/handlers/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/note_review.go b/pkg/server/handlers/note_review.go index a7322572..5ed2b921 100644 --- a/pkg/server/handlers/note_review.go +++ b/pkg/server/handlers/note_review.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/note_review_test.go b/pkg/server/handlers/note_review_test.go index 7fc810cb..43e9386c 100644 --- a/pkg/server/handlers/note_review_test.go +++ b/pkg/server/handlers/note_review_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/notes.go b/pkg/server/handlers/notes.go index d63e72e9..4885ad75 100644 --- a/pkg/server/handlers/notes.go +++ b/pkg/server/handlers/notes.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/notes_test.go b/pkg/server/handlers/notes_test.go index 1146f44b..7fa94b28 100644 --- a/pkg/server/handlers/notes_test.go +++ b/pkg/server/handlers/notes_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/repetition_rules.go b/pkg/server/handlers/repetition_rules.go index 72535bfd..747bb101 100644 --- a/pkg/server/handlers/repetition_rules.go +++ b/pkg/server/handlers/repetition_rules.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/repetition_rules_test.go b/pkg/server/handlers/repetition_rules_test.go index b2e26445..bae5f0c0 100644 --- a/pkg/server/handlers/repetition_rules_test.go +++ b/pkg/server/handlers/repetition_rules_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/routes.go b/pkg/server/handlers/routes.go index ecd5d641..2368df42 100644 --- a/pkg/server/handlers/routes.go +++ b/pkg/server/handlers/routes.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/routes_test.go b/pkg/server/handlers/routes_test.go index ab5a8d4e..883f5253 100644 --- a/pkg/server/handlers/routes_test.go +++ b/pkg/server/handlers/routes_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/semver.go b/pkg/server/handlers/semver.go index 0184eabe..398a60cd 100644 --- a/pkg/server/handlers/semver.go +++ b/pkg/server/handlers/semver.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/subscription.go b/pkg/server/handlers/subscription.go index 62a9a3d7..c28b3431 100644 --- a/pkg/server/handlers/subscription.go +++ b/pkg/server/handlers/subscription.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/testutils.go b/pkg/server/handlers/testutils.go index 9bcd71cc..c19b7532 100644 --- a/pkg/server/handlers/testutils.go +++ b/pkg/server/handlers/testutils.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/user.go b/pkg/server/handlers/user.go index e7bdb681..578dc6da 100644 --- a/pkg/server/handlers/user.go +++ b/pkg/server/handlers/user.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/user_test.go b/pkg/server/handlers/user_test.go index 94d23d48..986dbe28 100644 --- a/pkg/server/handlers/user_test.go +++ b/pkg/server/handlers/user_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_auth.go b/pkg/server/handlers/v3_auth.go index e13cea48..23b03267 100644 --- a/pkg/server/handlers/v3_auth.go +++ b/pkg/server/handlers/v3_auth.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_auth_test.go b/pkg/server/handlers/v3_auth_test.go index d1546168..5cbeff70 100644 --- a/pkg/server/handlers/v3_auth_test.go +++ b/pkg/server/handlers/v3_auth_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_books.go b/pkg/server/handlers/v3_books.go index 0e6d2c53..5b76fb40 100644 --- a/pkg/server/handlers/v3_books.go +++ b/pkg/server/handlers/v3_books.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_books_test.go b/pkg/server/handlers/v3_books_test.go index 72372228..2603cfab 100644 --- a/pkg/server/handlers/v3_books_test.go +++ b/pkg/server/handlers/v3_books_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_notes.go b/pkg/server/handlers/v3_notes.go index 74cd0bab..bef8d23f 100644 --- a/pkg/server/handlers/v3_notes.go +++ b/pkg/server/handlers/v3_notes.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_notes_test.go b/pkg/server/handlers/v3_notes_test.go index ebde70b1..e17126bb 100644 --- a/pkg/server/handlers/v3_notes_test.go +++ b/pkg/server/handlers/v3_notes_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_sync.go b/pkg/server/handlers/v3_sync.go index 69d4cad6..dfe73d22 100644 --- a/pkg/server/handlers/v3_sync.go +++ b/pkg/server/handlers/v3_sync.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/handlers/v3_sync_test.go b/pkg/server/handlers/v3_sync_test.go index 69e20ee6..d40acc14 100644 --- a/pkg/server/handlers/v3_sync_test.go +++ b/pkg/server/handlers/v3_sync_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/helpers/const.go b/pkg/server/helpers/const.go index d47ba39f..e589ccb5 100644 --- a/pkg/server/helpers/const.go +++ b/pkg/server/helpers/const.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/helpers/helpers.go b/pkg/server/helpers/helpers.go index 773a73c8..bf1a88dc 100644 --- a/pkg/server/helpers/helpers.go +++ b/pkg/server/helpers/helpers.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/job.go b/pkg/server/job/job.go index 97ddd4dc..8e6ab48a 100644 --- a/pkg/server/job/job.go +++ b/pkg/server/job/job.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/job_test.go b/pkg/server/job/job_test.go index 5c6ef720..8a92c263 100644 --- a/pkg/server/job/job_test.go +++ b/pkg/server/job/job_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/remind/inactive.go b/pkg/server/job/remind/inactive.go index e2d39600..f3bde051 100644 --- a/pkg/server/job/remind/inactive.go +++ b/pkg/server/job/remind/inactive.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/remind/inactive_test.go b/pkg/server/job/remind/inactive_test.go index 7982c4e2..d8380d5f 100644 --- a/pkg/server/job/remind/inactive_test.go +++ b/pkg/server/job/remind/inactive_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/remind/main_test.go b/pkg/server/job/remind/main_test.go index 4452f7ae..8a6f5f73 100644 --- a/pkg/server/job/remind/main_test.go +++ b/pkg/server/job/remind/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/repetition/main_test.go b/pkg/server/job/repetition/main_test.go index 358100a9..5d88f0c9 100644 --- a/pkg/server/job/repetition/main_test.go +++ b/pkg/server/job/repetition/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/repetition/repetition.go b/pkg/server/job/repetition/repetition.go index 1d1c3ef9..bd4eb597 100644 --- a/pkg/server/job/repetition/repetition.go +++ b/pkg/server/job/repetition/repetition.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/repetition/repetition_test.go b/pkg/server/job/repetition/repetition_test.go index 9fa2435c..64cc6412 100644 --- a/pkg/server/job/repetition/repetition_test.go +++ b/pkg/server/job/repetition/repetition_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/repetition/strategy.go b/pkg/server/job/repetition/strategy.go index 78d74624..f8bfd499 100644 --- a/pkg/server/job/repetition/strategy.go +++ b/pkg/server/job/repetition/strategy.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/job/repetition/strategy_test.go b/pkg/server/job/repetition/strategy_test.go index 7e8b2fd1..80d9bbe7 100644 --- a/pkg/server/job/repetition/strategy_test.go +++ b/pkg/server/job/repetition/strategy_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/log/log.go b/pkg/server/log/log.go index 03803096..607ece7c 100644 --- a/pkg/server/log/log.go +++ b/pkg/server/log/log.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/mailer/backend.go b/pkg/server/mailer/backend.go index 3d36a064..fddf1e98 100644 --- a/pkg/server/mailer/backend.go +++ b/pkg/server/mailer/backend.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/mailer/mailer.go b/pkg/server/mailer/mailer.go index 93dea7bc..aa940f22 100644 --- a/pkg/server/mailer/mailer.go +++ b/pkg/server/mailer/mailer.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/mailer/mailer_test.go b/pkg/server/mailer/mailer_test.go index 03dc22ef..79d5d29c 100644 --- a/pkg/server/mailer/mailer_test.go +++ b/pkg/server/mailer/mailer_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/mailer/templates/main.go b/pkg/server/mailer/templates/main.go index 69653e4b..b0d12547 100644 --- a/pkg/server/mailer/templates/main.go +++ b/pkg/server/mailer/templates/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/mailer/tokens.go b/pkg/server/mailer/tokens.go index 40a06f86..705f4df5 100644 --- a/pkg/server/mailer/tokens.go +++ b/pkg/server/mailer/tokens.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/mailer/types.go b/pkg/server/mailer/types.go index a276ddc5..ed0f3000 100644 --- a/pkg/server/mailer/types.go +++ b/pkg/server/mailer/types.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/main.go b/pkg/server/main.go index 05e136ca..60fcfe37 100644 --- a/pkg/server/main.go +++ b/pkg/server/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/operations/digests.go b/pkg/server/operations/digests.go index 364ebe5f..acd062e6 100644 --- a/pkg/server/operations/digests.go +++ b/pkg/server/operations/digests.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/operations/digests_test.go b/pkg/server/operations/digests_test.go index eafe0f6e..9fab1125 100644 --- a/pkg/server/operations/digests_test.go +++ b/pkg/server/operations/digests_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/operations/doc.go b/pkg/server/operations/doc.go index a3130e44..9aa0b213 100644 --- a/pkg/server/operations/doc.go +++ b/pkg/server/operations/doc.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/operations/main_test.go b/pkg/server/operations/main_test.go index 0bd13535..1bd6c07e 100644 --- a/pkg/server/operations/main_test.go +++ b/pkg/server/operations/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/operations/notes.go b/pkg/server/operations/notes.go index 9bdc1b76..977236ba 100644 --- a/pkg/server/operations/notes.go +++ b/pkg/server/operations/notes.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/operations/notes_test.go b/pkg/server/operations/notes_test.go index 5044025d..415950cb 100644 --- a/pkg/server/operations/notes_test.go +++ b/pkg/server/operations/notes_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/permissions/permissions.go b/pkg/server/permissions/permissions.go index c2004547..e3da80f0 100644 --- a/pkg/server/permissions/permissions.go +++ b/pkg/server/permissions/permissions.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/permissions/permissions_test.go b/pkg/server/permissions/permissions_test.go index c993d2fd..60b46ffe 100644 --- a/pkg/server/permissions/permissions_test.go +++ b/pkg/server/permissions/permissions_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/book.go b/pkg/server/presenters/book.go index 99829e17..edb1d57c 100644 --- a/pkg/server/presenters/book.go +++ b/pkg/server/presenters/book.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/digest.go b/pkg/server/presenters/digest.go index 43105a6d..64966ab1 100644 --- a/pkg/server/presenters/digest.go +++ b/pkg/server/presenters/digest.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/digest_receipt.go b/pkg/server/presenters/digest_receipt.go index 899c4014..674fe018 100644 --- a/pkg/server/presenters/digest_receipt.go +++ b/pkg/server/presenters/digest_receipt.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/email_preference.go b/pkg/server/presenters/email_preference.go index c9fa5537..66569132 100644 --- a/pkg/server/presenters/email_preference.go +++ b/pkg/server/presenters/email_preference.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/helpers.go b/pkg/server/presenters/helpers.go index b6cd8841..1055ea39 100644 --- a/pkg/server/presenters/helpers.go +++ b/pkg/server/presenters/helpers.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/note.go b/pkg/server/presenters/note.go index 4a8c62a7..95b22cd0 100644 --- a/pkg/server/presenters/note.go +++ b/pkg/server/presenters/note.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/repetition_rule.go b/pkg/server/presenters/repetition_rule.go index e4a9904a..9219a746 100644 --- a/pkg/server/presenters/repetition_rule.go +++ b/pkg/server/presenters/repetition_rule.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/presenters/repetition_rule_test.go b/pkg/server/presenters/repetition_rule_test.go index 70689707..d3597688 100644 --- a/pkg/server/presenters/repetition_rule_test.go +++ b/pkg/server/presenters/repetition_rule_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/testutils/main.go b/pkg/server/testutils/main.go index b7d6beb5..3b890f12 100644 --- a/pkg/server/testutils/main.go +++ b/pkg/server/testutils/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/tmpl/app.go b/pkg/server/tmpl/app.go index b273c43c..a5483165 100644 --- a/pkg/server/tmpl/app.go +++ b/pkg/server/tmpl/app.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/tmpl/app_test.go b/pkg/server/tmpl/app_test.go index f5820213..fd8c013f 100644 --- a/pkg/server/tmpl/app_test.go +++ b/pkg/server/tmpl/app_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/tmpl/data.go b/pkg/server/tmpl/data.go index ec78bc0d..16c42e81 100644 --- a/pkg/server/tmpl/data.go +++ b/pkg/server/tmpl/data.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/tmpl/data_test.go b/pkg/server/tmpl/data_test.go index 8d4b0b7b..768baf80 100644 --- a/pkg/server/tmpl/data_test.go +++ b/pkg/server/tmpl/data_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/tmpl/main_test.go b/pkg/server/tmpl/main_test.go index 77b7935f..13041126 100644 --- a/pkg/server/tmpl/main_test.go +++ b/pkg/server/tmpl/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/tmpl/tmpl.go b/pkg/server/tmpl/tmpl.go index 1409300d..2b86009a 100644 --- a/pkg/server/tmpl/tmpl.go +++ b/pkg/server/tmpl/tmpl.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/token/main_test.go b/pkg/server/token/main_test.go index a996fe0d..e6440ef2 100644 --- a/pkg/server/token/main_test.go +++ b/pkg/server/token/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/token/token.go b/pkg/server/token/token.go index 01ff4c02..44cad090 100644 --- a/pkg/server/token/token.go +++ b/pkg/server/token/token.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/token/token_test.go b/pkg/server/token/token_test.go index 758a8229..92a4c23b 100644 --- a/pkg/server/token/token_test.go +++ b/pkg/server/token/token_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/web/handlers.go b/pkg/server/web/handlers.go index 37c6ecd8..ba7a8de4 100644 --- a/pkg/server/web/handlers.go +++ b/pkg/server/web/handlers.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/web/handlers_test.go b/pkg/server/web/handlers_test.go index c5e79d43..897d97b2 100644 --- a/pkg/server/web/handlers_test.go +++ b/pkg/server/web/handlers_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/server/web/main_test.go b/pkg/server/web/main_test.go index 0611f9ca..2d2b3e78 100644 --- a/pkg/server/web/main_test.go +++ b/pkg/server/web/main_test.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/pkg/watcher/main.go b/pkg/watcher/main.go index 69bca81b..c03c1073 100644 --- a/pkg/watcher/main.go +++ b/pkg/watcher/main.go @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/scripts/license.sh b/scripts/license.sh index ea9612ad..784270a6 100755 --- a/scripts/license.sh +++ b/scripts/license.sh @@ -19,7 +19,7 @@ q END } -gpl="/* Copyright (C) 2019 Monomax Software Pty Ltd +gpl="/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * @@ -37,7 +37,7 @@ gpl="/* Copyright (C) 2019 Monomax Software Pty Ltd * along with Dnote. If not, see . */" -agpl="/* Copyright (C) 2019 Monomax Software Pty Ltd +agpl="/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/assets/service-worker.js b/web/assets/service-worker.js index 29f0fdcb..365b2a32 100644 --- a/web/assets/service-worker.js +++ b/web/assets/service-worker.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/declrations.d.ts b/web/declrations.d.ts index f222bf22..7d93a96b 100644 --- a/web/declrations.d.ts +++ b/web/declrations.d.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/jest.config.js b/web/jest.config.js index cfbb1ab5..a9365dee 100644 --- a/web/jest.config.js +++ b/web/jest.config.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/client.tsx b/web/src/client.tsx index 990cafb5..cb9dea37 100644 --- a/web/src/client.tsx +++ b/web/src/client.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/App.global.scss b/web/src/components/App/App.global.scss index f68f2f1c..70abfe1c 100644 --- a/web/src/components/App/App.global.scss +++ b/web/src/components/App/App.global.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/App.scss b/web/src/components/App/App.scss index 5c308242..5e257c26 100644 --- a/web/src/components/App/App.scss +++ b/web/src/components/App/App.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/HeaderData.tsx b/web/src/components/App/HeaderData.tsx index c8bfe356..6e7f4d7e 100644 --- a/web/src/components/App/HeaderData.tsx +++ b/web/src/components/App/HeaderData.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_bootstrap.scss b/web/src/components/App/_bootstrap.scss index 2d295bd4..25de43b3 100644 --- a/web/src/components/App/_bootstrap.scss +++ b/web/src/components/App/_bootstrap.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_buttons.scss b/web/src/components/App/_buttons.scss index 3ed33198..e2a61ea2 100644 --- a/web/src/components/App/_buttons.scss +++ b/web/src/components/App/_buttons.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_font.scss b/web/src/components/App/_font.scss index f57aa28e..1f0b90d5 100644 --- a/web/src/components/App/_font.scss +++ b/web/src/components/App/_font.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_grid.scss b/web/src/components/App/_grid.scss index 2e4c289c..5f25b11c 100644 --- a/web/src/components/App/_grid.scss +++ b/web/src/components/App/_grid.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_hljs.scss b/web/src/components/App/_hljs.scss index 614601ef..03636f1a 100644 --- a/web/src/components/App/_hljs.scss +++ b/web/src/components/App/_hljs.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_markdown.scss b/web/src/components/App/_markdown.scss index b683ec3b..99b3e92f 100644 --- a/web/src/components/App/_markdown.scss +++ b/web/src/components/App/_markdown.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_marker.scss b/web/src/components/App/_marker.scss index 92eab32f..75afcc10 100644 --- a/web/src/components/App/_marker.scss +++ b/web/src/components/App/_marker.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_reboot.scss b/web/src/components/App/_reboot.scss index c9837794..174f2989 100644 --- a/web/src/components/App/_reboot.scss +++ b/web/src/components/App/_reboot.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_rem.scss b/web/src/components/App/_rem.scss index ca479787..c7e307b4 100644 --- a/web/src/components/App/_rem.scss +++ b/web/src/components/App/_rem.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_responsive.scss b/web/src/components/App/_responsive.scss index 0ed9a6c7..caf5bc12 100644 --- a/web/src/components/App/_responsive.scss +++ b/web/src/components/App/_responsive.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_select.scss b/web/src/components/App/_select.scss index bd4d5e81..f534a64a 100644 --- a/web/src/components/App/_select.scss +++ b/web/src/components/App/_select.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_shared.scss b/web/src/components/App/_shared.scss index dbb523b2..1ce9ee43 100644 --- a/web/src/components/App/_shared.scss +++ b/web/src/components/App/_shared.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_theme.scss b/web/src/components/App/_theme.scss index 99e4d099..a3e09996 100644 --- a/web/src/components/App/_theme.scss +++ b/web/src/components/App/_theme.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/_variables.scss b/web/src/components/App/_variables.scss index a74d4627..0a2907db 100644 --- a/web/src/components/App/_variables.scss +++ b/web/src/components/App/_variables.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/App/index.tsx b/web/src/components/App/index.tsx index b2305d84..db3e74cf 100644 --- a/web/src/components/App/index.tsx +++ b/web/src/components/App/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookHolder.scss b/web/src/components/Books/BookHolder.scss index 780b833b..a7293977 100644 --- a/web/src/components/Books/BookHolder.scss +++ b/web/src/components/Books/BookHolder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookHolder.tsx b/web/src/components/Books/BookHolder.tsx index d26569a4..97bae34e 100644 --- a/web/src/components/Books/BookHolder.tsx +++ b/web/src/components/Books/BookHolder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookItem/Actions.scss b/web/src/components/Books/BookItem/Actions.scss index c32b99ee..780cf465 100644 --- a/web/src/components/Books/BookItem/Actions.scss +++ b/web/src/components/Books/BookItem/Actions.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookItem/Actions.tsx b/web/src/components/Books/BookItem/Actions.tsx index ccd22cce..4fd92132 100644 --- a/web/src/components/Books/BookItem/Actions.tsx +++ b/web/src/components/Books/BookItem/Actions.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookItem/BookItem.scss b/web/src/components/Books/BookItem/BookItem.scss index 644af37f..56baf64a 100644 --- a/web/src/components/Books/BookItem/BookItem.scss +++ b/web/src/components/Books/BookItem/BookItem.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookItem/index.tsx b/web/src/components/Books/BookItem/index.tsx index 334cfdad..43620855 100644 --- a/web/src/components/Books/BookItem/index.tsx +++ b/web/src/components/Books/BookItem/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookList.scss b/web/src/components/Books/BookList.scss index c2110823..0e60b240 100644 --- a/web/src/components/Books/BookList.scss +++ b/web/src/components/Books/BookList.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/BookList.tsx b/web/src/components/Books/BookList.tsx index a46ad523..09741533 100644 --- a/web/src/components/Books/BookList.tsx +++ b/web/src/components/Books/BookList.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/Books.scss b/web/src/components/Books/Books.scss index 6589e279..8d2e3de5 100644 --- a/web/src/components/Books/Books.scss +++ b/web/src/components/Books/Books.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/Content.scss b/web/src/components/Books/Content.scss index 2e62daa2..af023f86 100644 --- a/web/src/components/Books/Content.scss +++ b/web/src/components/Books/Content.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/Content.tsx b/web/src/components/Books/Content.tsx index c3a3fec0..74b7d4d3 100644 --- a/web/src/components/Books/Content.tsx +++ b/web/src/components/Books/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/CreateBookButton.scss b/web/src/components/Books/CreateBookButton.scss index 56c7a799..90605230 100644 --- a/web/src/components/Books/CreateBookButton.scss +++ b/web/src/components/Books/CreateBookButton.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/CreateBookButton.tsx b/web/src/components/Books/CreateBookButton.tsx index b9d097e7..1eb759a6 100644 --- a/web/src/components/Books/CreateBookButton.tsx +++ b/web/src/components/Books/CreateBookButton.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/CreateBookModal.scss b/web/src/components/Books/CreateBookModal.scss index 7f66a124..e97115e0 100644 --- a/web/src/components/Books/CreateBookModal.scss +++ b/web/src/components/Books/CreateBookModal.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/CreateBookModal.tsx b/web/src/components/Books/CreateBookModal.tsx index ac0ee551..b472800c 100644 --- a/web/src/components/Books/CreateBookModal.tsx +++ b/web/src/components/Books/CreateBookModal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/DeleteBookModal.scss b/web/src/components/Books/DeleteBookModal.scss index 041e19e0..4b44e711 100644 --- a/web/src/components/Books/DeleteBookModal.scss +++ b/web/src/components/Books/DeleteBookModal.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/DeleteBookModal.tsx b/web/src/components/Books/DeleteBookModal.tsx index 1f15b1b6..95876cd9 100644 --- a/web/src/components/Books/DeleteBookModal.tsx +++ b/web/src/components/Books/DeleteBookModal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/EmptyList.scss b/web/src/components/Books/EmptyList.scss index d13e21bd..9119ee49 100644 --- a/web/src/components/Books/EmptyList.scss +++ b/web/src/components/Books/EmptyList.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/EmptyList.tsx b/web/src/components/Books/EmptyList.tsx index 21994a15..1fa32a0a 100644 --- a/web/src/components/Books/EmptyList.tsx +++ b/web/src/components/Books/EmptyList.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/HeadData.tsx b/web/src/components/Books/HeadData.tsx index d68b5f8a..e51b5fb1 100644 --- a/web/src/components/Books/HeadData.tsx +++ b/web/src/components/Books/HeadData.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Books/index.tsx b/web/src/components/Books/index.tsx index 9fa8b126..a9ef8925 100644 --- a/web/src/components/Books/index.tsx +++ b/web/src/components/Books/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Classic/Decrypt.tsx b/web/src/components/Classic/Decrypt.tsx index 3d9a1cae..59355e75 100644 --- a/web/src/components/Classic/Decrypt.tsx +++ b/web/src/components/Classic/Decrypt.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Classic/Login.tsx b/web/src/components/Classic/Login.tsx index 19293f7f..338c946c 100644 --- a/web/src/components/Classic/Login.tsx +++ b/web/src/components/Classic/Login.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Classic/SetPassword.tsx b/web/src/components/Classic/SetPassword.tsx index 13e9bcba..7cd17106 100644 --- a/web/src/components/Classic/SetPassword.tsx +++ b/web/src/components/Classic/SetPassword.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Classic/index.tsx b/web/src/components/Classic/index.tsx index bc5830fc..1f4647f0 100644 --- a/web/src/components/Classic/index.tsx +++ b/web/src/components/Classic/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Auth.scss b/web/src/components/Common/Auth.scss index 52df8338..a47829ca 100644 --- a/web/src/components/Common/Auth.scss +++ b/web/src/components/Common/Auth.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Button/Button.scss b/web/src/components/Common/Button/Button.scss index 47bf2a46..69a39c89 100644 --- a/web/src/components/Common/Button/Button.scss +++ b/web/src/components/Common/Button/Button.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Button/index.tsx b/web/src/components/Common/Button/index.tsx index d970b13d..11d09d66 100644 --- a/web/src/components/Common/Button/index.tsx +++ b/web/src/components/Common/Button/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/BookSelector/OptionItem.scss b/web/src/components/Common/Editor/BookSelector/OptionItem.scss index 7804a1d9..38613fc7 100644 --- a/web/src/components/Common/Editor/BookSelector/OptionItem.scss +++ b/web/src/components/Common/Editor/BookSelector/OptionItem.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/BookSelector/OptionItem.tsx b/web/src/components/Common/Editor/BookSelector/OptionItem.tsx index 2031815e..dc897585 100644 --- a/web/src/components/Common/Editor/BookSelector/OptionItem.tsx +++ b/web/src/components/Common/Editor/BookSelector/OptionItem.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/BookSelector/index.scss b/web/src/components/Common/Editor/BookSelector/index.scss index 49f73d32..fc01c7fb 100644 --- a/web/src/components/Common/Editor/BookSelector/index.scss +++ b/web/src/components/Common/Editor/BookSelector/index.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/BookSelector/index.tsx b/web/src/components/Common/Editor/BookSelector/index.tsx index 9445e04c..0436b12c 100644 --- a/web/src/components/Common/Editor/BookSelector/index.tsx +++ b/web/src/components/Common/Editor/BookSelector/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/Editor.scss b/web/src/components/Common/Editor/Editor.scss index cd4c9331..b1f142d0 100644 --- a/web/src/components/Common/Editor/Editor.scss +++ b/web/src/components/Common/Editor/Editor.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/Preview.scss b/web/src/components/Common/Editor/Preview.scss index ea52f7f6..a2cf036a 100644 --- a/web/src/components/Common/Editor/Preview.scss +++ b/web/src/components/Common/Editor/Preview.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/Preview.tsx b/web/src/components/Common/Editor/Preview.tsx index 221670fb..c7e4d11f 100644 --- a/web/src/components/Common/Editor/Preview.tsx +++ b/web/src/components/Common/Editor/Preview.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/Textarea.scss b/web/src/components/Common/Editor/Textarea.scss index 0a0f9072..19a14823 100644 --- a/web/src/components/Common/Editor/Textarea.scss +++ b/web/src/components/Common/Editor/Textarea.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/Textarea.tsx b/web/src/components/Common/Editor/Textarea.tsx index 7e2e1379..a0f6bbb0 100644 --- a/web/src/components/Common/Editor/Textarea.tsx +++ b/web/src/components/Common/Editor/Textarea.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Editor/index.tsx b/web/src/components/Common/Editor/index.tsx index bc3d460a..fd322d5c 100644 --- a/web/src/components/Common/Editor/index.tsx +++ b/web/src/components/Common/Editor/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/EmailPreferenceForm.scss b/web/src/components/Common/EmailPreferenceForm.scss index 4ac09c2a..4ee397ef 100644 --- a/web/src/components/Common/EmailPreferenceForm.scss +++ b/web/src/components/Common/EmailPreferenceForm.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/EmailPreferenceForm.tsx b/web/src/components/Common/EmailPreferenceForm.tsx index 3f885683..7abebae6 100644 --- a/web/src/components/Common/EmailPreferenceForm.tsx +++ b/web/src/components/Common/EmailPreferenceForm.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Flash/Flash.scss b/web/src/components/Common/Flash/Flash.scss index 89a0a81f..dacc329a 100644 --- a/web/src/components/Common/Flash/Flash.scss +++ b/web/src/components/Common/Flash/Flash.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Flash/index.tsx b/web/src/components/Common/Flash/index.tsx index 80014bb4..749b6ac9 100644 --- a/web/src/components/Common/Flash/index.tsx +++ b/web/src/components/Common/Flash/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/ItemActions/ItemActions.scss b/web/src/components/Common/ItemActions/ItemActions.scss index 20ffa775..c9c7b801 100644 --- a/web/src/components/Common/ItemActions/ItemActions.scss +++ b/web/src/components/Common/ItemActions/ItemActions.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/ItemActions/index.tsx b/web/src/components/Common/ItemActions/index.tsx index c6f263a3..90d3c154 100644 --- a/web/src/components/Common/ItemActions/index.tsx +++ b/web/src/components/Common/ItemActions/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/LegacyFooter.js b/web/src/components/Common/LegacyFooter.js index db12bef9..ac670f36 100644 --- a/web/src/components/Common/LegacyFooter.js +++ b/web/src/components/Common/LegacyFooter.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Menu/Menu.scss b/web/src/components/Common/Menu/Menu.scss index 978dd091..d5f7abc3 100644 --- a/web/src/components/Common/Menu/Menu.scss +++ b/web/src/components/Common/Menu/Menu.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Menu/index.tsx b/web/src/components/Common/Menu/index.tsx index 8b505d64..2b27b88e 100644 --- a/web/src/components/Common/Menu/index.tsx +++ b/web/src/components/Common/Menu/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Menu/types.ts b/web/src/components/Common/Menu/types.ts index afd16cbd..389bef38 100644 --- a/web/src/components/Common/Menu/types.ts +++ b/web/src/components/Common/Menu/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/MobileMenu.scss b/web/src/components/Common/MobileMenu.scss index 34914569..c60350bd 100644 --- a/web/src/components/Common/MobileMenu.scss +++ b/web/src/components/Common/MobileMenu.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/MobileMenu.tsx b/web/src/components/Common/MobileMenu.tsx index 4090eb4e..ed329ae7 100644 --- a/web/src/components/Common/MobileMenu.tsx +++ b/web/src/components/Common/MobileMenu.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Modal/Body.tsx b/web/src/components/Common/Modal/Body.tsx index 72a57a71..ec3d0c5d 100644 --- a/web/src/components/Common/Modal/Body.tsx +++ b/web/src/components/Common/Modal/Body.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Modal/Header.tsx b/web/src/components/Common/Modal/Header.tsx index b5c207bc..443d3874 100644 --- a/web/src/components/Common/Modal/Header.tsx +++ b/web/src/components/Common/Modal/Header.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Modal/Modal.scss b/web/src/components/Common/Modal/Modal.scss index e9bb715a..b007f4b0 100644 --- a/web/src/components/Common/Modal/Modal.scss +++ b/web/src/components/Common/Modal/Modal.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Modal/ModalBody.scss b/web/src/components/Common/Modal/ModalBody.scss index 321bdcaf..9d7b76a7 100644 --- a/web/src/components/Common/Modal/ModalBody.scss +++ b/web/src/components/Common/Modal/ModalBody.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Modal/ModalHeader.scss b/web/src/components/Common/Modal/ModalHeader.scss index 5bbc454a..2cb0e8c7 100644 --- a/web/src/components/Common/Modal/ModalHeader.scss +++ b/web/src/components/Common/Modal/ModalHeader.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Modal/index.tsx b/web/src/components/Common/Modal/index.tsx index b66f9c01..b3aec622 100644 --- a/web/src/components/Common/Modal/index.tsx +++ b/web/src/components/Common/Modal/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/MultiSelect.scss b/web/src/components/Common/MultiSelect.scss index f20ef37a..90e196d9 100644 --- a/web/src/components/Common/MultiSelect.scss +++ b/web/src/components/Common/MultiSelect.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/MultiSelect.tsx b/web/src/components/Common/MultiSelect.tsx index 4a5ea802..783bd122 100644 --- a/web/src/components/Common/MultiSelect.tsx +++ b/web/src/components/Common/MultiSelect.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/NotFound.tsx b/web/src/components/Common/NotFound.tsx index 7abc0684..4e614955 100644 --- a/web/src/components/Common/NotFound.tsx +++ b/web/src/components/Common/NotFound.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Note/Content.tsx b/web/src/components/Common/Note/Content.tsx index 32c6e445..8c803a7f 100644 --- a/web/src/components/Common/Note/Content.tsx +++ b/web/src/components/Common/Note/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Note/Footer.tsx b/web/src/components/Common/Note/Footer.tsx index cb60bd48..d125a594 100644 --- a/web/src/components/Common/Note/Footer.tsx +++ b/web/src/components/Common/Note/Footer.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Note/Note.scss b/web/src/components/Common/Note/Note.scss index eb68529c..1b069999 100644 --- a/web/src/components/Common/Note/Note.scss +++ b/web/src/components/Common/Note/Note.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Note/Placeholder.scss b/web/src/components/Common/Note/Placeholder.scss index 4f181ef7..01c171da 100644 --- a/web/src/components/Common/Note/Placeholder.scss +++ b/web/src/components/Common/Note/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Note/Placeholder.tsx b/web/src/components/Common/Note/Placeholder.tsx index fa5972c3..e092cfbe 100644 --- a/web/src/components/Common/Note/Placeholder.tsx +++ b/web/src/components/Common/Note/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Note/index.tsx b/web/src/components/Common/Note/index.tsx index c93682bb..9c818e67 100644 --- a/web/src/components/Common/Note/index.tsx +++ b/web/src/components/Common/Note/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PageToolbar/Paginator/PageLink.tsx b/web/src/components/Common/PageToolbar/Paginator/PageLink.tsx index b0f802a4..63b612a9 100644 --- a/web/src/components/Common/PageToolbar/Paginator/PageLink.tsx +++ b/web/src/components/Common/PageToolbar/Paginator/PageLink.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PageToolbar/Paginator/Paginator.scss b/web/src/components/Common/PageToolbar/Paginator/Paginator.scss index 09500fb4..a1806643 100644 --- a/web/src/components/Common/PageToolbar/Paginator/Paginator.scss +++ b/web/src/components/Common/PageToolbar/Paginator/Paginator.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PageToolbar/Paginator/index.tsx b/web/src/components/Common/PageToolbar/Paginator/index.tsx index fde9a350..b0531d77 100644 --- a/web/src/components/Common/PageToolbar/Paginator/index.tsx +++ b/web/src/components/Common/PageToolbar/Paginator/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PageToolbar/SelectMenu.scss b/web/src/components/Common/PageToolbar/SelectMenu.scss index 7e451350..68815bf8 100644 --- a/web/src/components/Common/PageToolbar/SelectMenu.scss +++ b/web/src/components/Common/PageToolbar/SelectMenu.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PageToolbar/SelectMenu.tsx b/web/src/components/Common/PageToolbar/SelectMenu.tsx index 69bef0ab..7a1aeb65 100644 --- a/web/src/components/Common/PageToolbar/SelectMenu.tsx +++ b/web/src/components/Common/PageToolbar/SelectMenu.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PageToolbar/index.scss b/web/src/components/Common/PageToolbar/index.scss index 63160f3e..2f403d6d 100644 --- a/web/src/components/Common/PageToolbar/index.scss +++ b/web/src/components/Common/PageToolbar/index.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PageToolbar/index.tsx b/web/src/components/Common/PageToolbar/index.tsx index f43334ec..203689cb 100644 --- a/web/src/components/Common/PageToolbar/index.tsx +++ b/web/src/components/Common/PageToolbar/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PayWall.scss b/web/src/components/Common/PayWall.scss index b90cee5c..5ca44378 100644 --- a/web/src/components/Common/PayWall.scss +++ b/web/src/components/Common/PayWall.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PayWall.tsx b/web/src/components/Common/PayWall.tsx index 4fdd6be7..35ffcfeb 100644 --- a/web/src/components/Common/PayWall.tsx +++ b/web/src/components/Common/PayWall.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PaymentInput/Card.tsx b/web/src/components/Common/PaymentInput/Card.tsx index 11c663e8..c4d82a4a 100644 --- a/web/src/components/Common/PaymentInput/Card.tsx +++ b/web/src/components/Common/PaymentInput/Card.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PaymentInput/Country.tsx b/web/src/components/Common/PaymentInput/Country.tsx index 64c95683..b9e66618 100644 --- a/web/src/components/Common/PaymentInput/Country.tsx +++ b/web/src/components/Common/PaymentInput/Country.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PaymentInput/CountrySelect.module.scss b/web/src/components/Common/PaymentInput/CountrySelect.module.scss index 0688f343..3f2f184e 100644 --- a/web/src/components/Common/PaymentInput/CountrySelect.module.scss +++ b/web/src/components/Common/PaymentInput/CountrySelect.module.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PaymentInput/CountrySelect.tsx b/web/src/components/Common/PaymentInput/CountrySelect.tsx index 0bcc47ea..bdaa0946 100644 --- a/web/src/components/Common/PaymentInput/CountrySelect.tsx +++ b/web/src/components/Common/PaymentInput/CountrySelect.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PaymentInput/NameOnCard.tsx b/web/src/components/Common/PaymentInput/NameOnCard.tsx index 66f24af3..0436f825 100644 --- a/web/src/components/Common/PaymentInput/NameOnCard.tsx +++ b/web/src/components/Common/PaymentInput/NameOnCard.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/PaymentInput/PaymentInput.scss b/web/src/components/Common/PaymentInput/PaymentInput.scss index 289fbdab..8ff66d9f 100644 --- a/web/src/components/Common/PaymentInput/PaymentInput.scss +++ b/web/src/components/Common/PaymentInput/PaymentInput.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Popover/Popover.module.scss b/web/src/components/Common/Popover/Popover.module.scss index 758ac272..5c81c3b7 100644 --- a/web/src/components/Common/Popover/Popover.module.scss +++ b/web/src/components/Common/Popover/Popover.module.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Popover/PopoverContent.scss b/web/src/components/Common/Popover/PopoverContent.scss index c799f8ec..f6444ae1 100644 --- a/web/src/components/Common/Popover/PopoverContent.scss +++ b/web/src/components/Common/Popover/PopoverContent.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Popover/PopoverContent.tsx b/web/src/components/Common/Popover/PopoverContent.tsx index 9e1469e8..62f90328 100644 --- a/web/src/components/Common/Popover/PopoverContent.tsx +++ b/web/src/components/Common/Popover/PopoverContent.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Popover/index.tsx b/web/src/components/Common/Popover/index.tsx index 3f12868b..866822fc 100644 --- a/web/src/components/Common/Popover/index.tsx +++ b/web/src/components/Common/Popover/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Popover/types.ts b/web/src/components/Common/Popover/types.ts index 7eeffa84..229ada76 100644 --- a/web/src/components/Common/Popover/types.ts +++ b/web/src/components/Common/Popover/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SearchInput/Actions.tsx b/web/src/components/Common/SearchInput/Actions.tsx index 5b6327b0..ffe9babc 100644 --- a/web/src/components/Common/SearchInput/Actions.tsx +++ b/web/src/components/Common/SearchInput/Actions.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SearchInput/SearchInput.scss b/web/src/components/Common/SearchInput/SearchInput.scss index a95f027f..a9ab2be3 100644 --- a/web/src/components/Common/SearchInput/SearchInput.scss +++ b/web/src/components/Common/SearchInput/SearchInput.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SearchInput/index.tsx b/web/src/components/Common/SearchInput/index.tsx index 8b2f6615..7c5bbb85 100644 --- a/web/src/components/Common/SearchInput/index.tsx +++ b/web/src/components/Common/SearchInput/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SearchableMenu/Item.tsx b/web/src/components/Common/SearchableMenu/Item.tsx index f83e82a1..7c436364 100644 --- a/web/src/components/Common/SearchableMenu/Item.tsx +++ b/web/src/components/Common/SearchableMenu/Item.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SearchableMenu/Result.tsx b/web/src/components/Common/SearchableMenu/Result.tsx index 99d86c8c..05a21fdb 100644 --- a/web/src/components/Common/SearchableMenu/Result.tsx +++ b/web/src/components/Common/SearchableMenu/Result.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SearchableMenu/SearchableMenu.scss b/web/src/components/Common/SearchableMenu/SearchableMenu.scss index 63d64c10..b16df6db 100644 --- a/web/src/components/Common/SearchableMenu/SearchableMenu.scss +++ b/web/src/components/Common/SearchableMenu/SearchableMenu.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SearchableMenu/index.tsx b/web/src/components/Common/SearchableMenu/index.tsx index 98b0db86..aa82faa2 100644 --- a/web/src/components/Common/SearchableMenu/index.tsx +++ b/web/src/components/Common/SearchableMenu/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Sidebar/SettingsSidebar/SettingsSidebar.module.scss b/web/src/components/Common/Sidebar/SettingsSidebar/SettingsSidebar.module.scss index 7beee401..ca4a5d96 100644 --- a/web/src/components/Common/Sidebar/SettingsSidebar/SettingsSidebar.module.scss +++ b/web/src/components/Common/Sidebar/SettingsSidebar/SettingsSidebar.module.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Sidebar/SettingsSidebar/index.js b/web/src/components/Common/Sidebar/SettingsSidebar/index.js index 6abfc2bb..4abce936 100644 --- a/web/src/components/Common/Sidebar/SettingsSidebar/index.js +++ b/web/src/components/Common/Sidebar/SettingsSidebar/index.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Sidebar/Sidebar.module.scss b/web/src/components/Common/Sidebar/Sidebar.module.scss index aebdb3a7..991be720 100644 --- a/web/src/components/Common/Sidebar/Sidebar.module.scss +++ b/web/src/components/Common/Sidebar/Sidebar.module.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SidebarToggle.js b/web/src/components/Common/SidebarToggle.js index e8214a37..ee707594 100644 --- a/web/src/components/Common/SidebarToggle.js +++ b/web/src/components/Common/SidebarToggle.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SidebarToggle.module.scss b/web/src/components/Common/SidebarToggle.module.scss index 7a4cb365..2248b4e2 100644 --- a/web/src/components/Common/SidebarToggle.module.scss +++ b/web/src/components/Common/SidebarToggle.module.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SystemMessage.scss b/web/src/components/Common/SystemMessage.scss index 855c7a18..c766b2df 100644 --- a/web/src/components/Common/SystemMessage.scss +++ b/web/src/components/Common/SystemMessage.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/SystemMessage.tsx b/web/src/components/Common/SystemMessage.tsx index 1a9ff6a2..6760fcb9 100644 --- a/web/src/components/Common/SystemMessage.tsx +++ b/web/src/components/Common/SystemMessage.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Time.scss b/web/src/components/Common/Time.scss index d4750952..8dbb5e7a 100644 --- a/web/src/components/Common/Time.scss +++ b/web/src/components/Common/Time.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Time.tsx b/web/src/components/Common/Time.tsx index 07a9a7bc..f0458ecb 100644 --- a/web/src/components/Common/Time.tsx +++ b/web/src/components/Common/Time.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Toggle.scss b/web/src/components/Common/Toggle.scss index 4616a920..1f087503 100644 --- a/web/src/components/Common/Toggle.scss +++ b/web/src/components/Common/Toggle.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Toggle.tsx b/web/src/components/Common/Toggle.tsx index 06f81b01..ba843493 100644 --- a/web/src/components/Common/Toggle.tsx +++ b/web/src/components/Common/Toggle.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Tooltip/Overlay.tsx b/web/src/components/Common/Tooltip/Overlay.tsx index c2df784b..a3136561 100644 --- a/web/src/components/Common/Tooltip/Overlay.tsx +++ b/web/src/components/Common/Tooltip/Overlay.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Tooltip/Tooltip.scss b/web/src/components/Common/Tooltip/Tooltip.scss index 3534e38d..52f5bc44 100644 --- a/web/src/components/Common/Tooltip/Tooltip.scss +++ b/web/src/components/Common/Tooltip/Tooltip.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Common/Tooltip/index.tsx b/web/src/components/Common/Tooltip/index.tsx index ab1e32c2..03b946c0 100644 --- a/web/src/components/Common/Tooltip/index.tsx +++ b/web/src/components/Common/Tooltip/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/ClearSearchBar.scss b/web/src/components/Digest/ClearSearchBar.scss index 212366f6..30b03804 100644 --- a/web/src/components/Digest/ClearSearchBar.scss +++ b/web/src/components/Digest/ClearSearchBar.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/ClearSearchBar.tsx b/web/src/components/Digest/ClearSearchBar.tsx index bd455012..0932baae 100644 --- a/web/src/components/Digest/ClearSearchBar.tsx +++ b/web/src/components/Digest/ClearSearchBar.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Digest.scss b/web/src/components/Digest/Digest.scss index 39cba403..7d0051e0 100644 --- a/web/src/components/Digest/Digest.scss +++ b/web/src/components/Digest/Digest.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Header/Content.scss b/web/src/components/Digest/Header/Content.scss index 268f96f5..62307e90 100644 --- a/web/src/components/Digest/Header/Content.scss +++ b/web/src/components/Digest/Header/Content.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Header/Content.tsx b/web/src/components/Digest/Header/Content.tsx index 72187143..d0a55621 100644 --- a/web/src/components/Digest/Header/Content.tsx +++ b/web/src/components/Digest/Header/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Header/Placeholder.scss b/web/src/components/Digest/Header/Placeholder.scss index 28a4ec2e..542081d8 100644 --- a/web/src/components/Digest/Header/Placeholder.scss +++ b/web/src/components/Digest/Header/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Header/Placeholder.tsx b/web/src/components/Digest/Header/Placeholder.tsx index 39b800cd..34e0530e 100644 --- a/web/src/components/Digest/Header/Placeholder.tsx +++ b/web/src/components/Digest/Header/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Header/Progress.scss b/web/src/components/Digest/Header/Progress.scss index ccc3a4ef..b45fe13f 100644 --- a/web/src/components/Digest/Header/Progress.scss +++ b/web/src/components/Digest/Header/Progress.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Header/Progress.tsx b/web/src/components/Digest/Header/Progress.tsx index 1be2fc1d..cc011d15 100644 --- a/web/src/components/Digest/Header/Progress.tsx +++ b/web/src/components/Digest/Header/Progress.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Header/index.tsx b/web/src/components/Digest/Header/index.tsx index 466f5c7f..67d81612 100644 --- a/web/src/components/Digest/Header/index.tsx +++ b/web/src/components/Digest/Header/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/NoteItem/Header.scss b/web/src/components/Digest/NoteItem/Header.scss index 78e1151b..d66145c5 100644 --- a/web/src/components/Digest/NoteItem/Header.scss +++ b/web/src/components/Digest/NoteItem/Header.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/NoteItem/Header.tsx b/web/src/components/Digest/NoteItem/Header.tsx index 77aa044d..ca1d0f21 100644 --- a/web/src/components/Digest/NoteItem/Header.tsx +++ b/web/src/components/Digest/NoteItem/Header.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/NoteItem/ReviewButton.scss b/web/src/components/Digest/NoteItem/ReviewButton.scss index 1c5d54c9..bef7c873 100644 --- a/web/src/components/Digest/NoteItem/ReviewButton.scss +++ b/web/src/components/Digest/NoteItem/ReviewButton.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/NoteItem/ReviewButton.tsx b/web/src/components/Digest/NoteItem/ReviewButton.tsx index 141ec378..ec97eaaf 100644 --- a/web/src/components/Digest/NoteItem/ReviewButton.tsx +++ b/web/src/components/Digest/NoteItem/ReviewButton.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/NoteItem/index.tsx b/web/src/components/Digest/NoteItem/index.tsx index 90962d34..ecf6e3ab 100644 --- a/web/src/components/Digest/NoteItem/index.tsx +++ b/web/src/components/Digest/NoteItem/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/NoteList.tsx b/web/src/components/Digest/NoteList.tsx index fccf13ba..e5aa3a66 100644 --- a/web/src/components/Digest/NoteList.tsx +++ b/web/src/components/Digest/NoteList.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Toolbar/SortMenu.tsx b/web/src/components/Digest/Toolbar/SortMenu.tsx index d9aa35a2..46b8de71 100644 --- a/web/src/components/Digest/Toolbar/SortMenu.tsx +++ b/web/src/components/Digest/Toolbar/SortMenu.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Toolbar/StatusMenu.tsx b/web/src/components/Digest/Toolbar/StatusMenu.tsx index 002b6c4d..91afe957 100644 --- a/web/src/components/Digest/Toolbar/StatusMenu.tsx +++ b/web/src/components/Digest/Toolbar/StatusMenu.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Toolbar/Toolbar.scss b/web/src/components/Digest/Toolbar/Toolbar.scss index ac32e89c..ad43cde5 100644 --- a/web/src/components/Digest/Toolbar/Toolbar.scss +++ b/web/src/components/Digest/Toolbar/Toolbar.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/Toolbar/index.tsx b/web/src/components/Digest/Toolbar/index.tsx index 424fb3c0..4647972a 100644 --- a/web/src/components/Digest/Toolbar/index.tsx +++ b/web/src/components/Digest/Toolbar/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/helpers.ts b/web/src/components/Digest/helpers.ts index 109cbdc2..7262b2e8 100644 --- a/web/src/components/Digest/helpers.ts +++ b/web/src/components/Digest/helpers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/index.tsx b/web/src/components/Digest/index.tsx index dff1e9f5..43a1fd1c 100644 --- a/web/src/components/Digest/index.tsx +++ b/web/src/components/Digest/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digest/types.ts b/web/src/components/Digest/types.ts index 1d64f0bf..8c1d1b82 100644 --- a/web/src/components/Digest/types.ts +++ b/web/src/components/Digest/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/Item.scss b/web/src/components/Digests/Item.scss index 193235ef..f890ee3f 100644 --- a/web/src/components/Digests/Item.scss +++ b/web/src/components/Digests/Item.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/Item.tsx b/web/src/components/Digests/Item.tsx index b0e395c6..dec76c0b 100644 --- a/web/src/components/Digests/Item.tsx +++ b/web/src/components/Digests/Item.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/List.scss b/web/src/components/Digests/List.scss index 3e283d8c..5bafcd83 100644 --- a/web/src/components/Digests/List.scss +++ b/web/src/components/Digests/List.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/List.tsx b/web/src/components/Digests/List.tsx index 71f53cdb..de0fd074 100644 --- a/web/src/components/Digests/List.tsx +++ b/web/src/components/Digests/List.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/Placeholder.scss b/web/src/components/Digests/Placeholder.scss index c348596d..3dd1e0f1 100644 --- a/web/src/components/Digests/Placeholder.scss +++ b/web/src/components/Digests/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/Placeholder.tsx b/web/src/components/Digests/Placeholder.tsx index a20d5986..84009207 100644 --- a/web/src/components/Digests/Placeholder.tsx +++ b/web/src/components/Digests/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/Toolbar/StatusMenu.tsx b/web/src/components/Digests/Toolbar/StatusMenu.tsx index 0243a2c2..6bfc74c2 100644 --- a/web/src/components/Digests/Toolbar/StatusMenu.tsx +++ b/web/src/components/Digests/Toolbar/StatusMenu.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/Toolbar/Toolbar.scss b/web/src/components/Digests/Toolbar/Toolbar.scss index 6ba44bf6..b94afc9a 100644 --- a/web/src/components/Digests/Toolbar/Toolbar.scss +++ b/web/src/components/Digests/Toolbar/Toolbar.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/Toolbar/index.tsx b/web/src/components/Digests/Toolbar/index.tsx index 7cb40c62..a81bb2d7 100644 --- a/web/src/components/Digests/Toolbar/index.tsx +++ b/web/src/components/Digests/Toolbar/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/index.tsx b/web/src/components/Digests/index.tsx index 007b48b5..5c3585b9 100644 --- a/web/src/components/Digests/index.tsx +++ b/web/src/components/Digests/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Digests/types.tsx b/web/src/components/Digests/types.tsx index 1d024b2f..e2780e25 100644 --- a/web/src/components/Digests/types.tsx +++ b/web/src/components/Digests/types.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Edit/Content.tsx b/web/src/components/Edit/Content.tsx index 84510de9..b9b10c51 100644 --- a/web/src/components/Edit/Content.tsx +++ b/web/src/components/Edit/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Edit/index.tsx b/web/src/components/Edit/index.tsx index 8e98103e..15fa7174 100644 --- a/web/src/components/Edit/index.tsx +++ b/web/src/components/Edit/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/EmailPreference/EmailPreference.scss b/web/src/components/EmailPreference/EmailPreference.scss index 5b174889..15df58d0 100644 --- a/web/src/components/EmailPreference/EmailPreference.scss +++ b/web/src/components/EmailPreference/EmailPreference.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/EmailPreference/index.tsx b/web/src/components/EmailPreference/index.tsx index cb08ccb6..baedec99 100644 --- a/web/src/components/EmailPreference/index.tsx +++ b/web/src/components/EmailPreference/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/AccountMenu.scss b/web/src/components/Header/AccountMenu.scss index 1e13e737..7f4104ef 100644 --- a/web/src/components/Header/AccountMenu.scss +++ b/web/src/components/Header/AccountMenu.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/AccountMenu.tsx b/web/src/components/Header/AccountMenu.tsx index e80b71db..e8c35dee 100644 --- a/web/src/components/Header/AccountMenu.tsx +++ b/web/src/components/Header/AccountMenu.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/DemoHeader.js b/web/src/components/Header/DemoHeader.js index 8f184479..97410fd9 100644 --- a/web/src/components/Header/DemoHeader.js +++ b/web/src/components/Header/DemoHeader.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/DemoHeader.module.scss b/web/src/components/Header/DemoHeader.module.scss index cfd341fa..8303c60a 100644 --- a/web/src/components/Header/DemoHeader.module.scss +++ b/web/src/components/Header/DemoHeader.module.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Nav/Item.scss b/web/src/components/Header/Nav/Item.scss index 8167dee0..3c38a1ad 100644 --- a/web/src/components/Header/Nav/Item.scss +++ b/web/src/components/Header/Nav/Item.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Nav/Item.tsx b/web/src/components/Header/Nav/Item.tsx index 7a95eed7..9b9993e0 100644 --- a/web/src/components/Header/Nav/Item.tsx +++ b/web/src/components/Header/Nav/Item.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Nav/Nav.scss b/web/src/components/Header/Nav/Nav.scss index af270995..b69d35d7 100644 --- a/web/src/components/Header/Nav/Nav.scss +++ b/web/src/components/Header/Nav/Nav.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Nav/index.tsx b/web/src/components/Header/Nav/index.tsx index 3c6f7d40..b991e3c1 100644 --- a/web/src/components/Header/Nav/index.tsx +++ b/web/src/components/Header/Nav/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Normal.scss b/web/src/components/Header/Normal.scss index f43fee47..10a8c9cf 100644 --- a/web/src/components/Header/Normal.scss +++ b/web/src/components/Header/Normal.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Normal.tsx b/web/src/components/Header/Normal.tsx index bdbc1419..8e669572 100644 --- a/web/src/components/Header/Normal.tsx +++ b/web/src/components/Header/Normal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Note/Guest.scss b/web/src/components/Header/Note/Guest.scss index 6c7ebf38..32bdea1e 100644 --- a/web/src/components/Header/Note/Guest.scss +++ b/web/src/components/Header/Note/Guest.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Note/Guest.tsx b/web/src/components/Header/Note/Guest.tsx index 08d42f48..7deeedf0 100644 --- a/web/src/components/Header/Note/Guest.tsx +++ b/web/src/components/Header/Note/Guest.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Note/Placeholder.scss b/web/src/components/Header/Note/Placeholder.scss index 3c259c90..48bd6fe8 100644 --- a/web/src/components/Header/Note/Placeholder.scss +++ b/web/src/components/Header/Note/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Note/Placeholder.tsx b/web/src/components/Header/Note/Placeholder.tsx index 1de6a84f..bc3e9cb6 100644 --- a/web/src/components/Header/Note/Placeholder.tsx +++ b/web/src/components/Header/Note/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Note/index.scss b/web/src/components/Header/Note/index.scss index 46537226..51508f84 100644 --- a/web/src/components/Header/Note/index.scss +++ b/web/src/components/Header/Note/index.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/Note/index.tsx b/web/src/components/Header/Note/index.tsx index 88d79fa8..4f5cbade 100644 --- a/web/src/components/Header/Note/index.tsx +++ b/web/src/components/Header/Note/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SearchBar/AdvancedPanel/AdvancedPanel.scss b/web/src/components/Header/SearchBar/AdvancedPanel/AdvancedPanel.scss index 3ce41b5a..c27245f4 100644 --- a/web/src/components/Header/SearchBar/AdvancedPanel/AdvancedPanel.scss +++ b/web/src/components/Header/SearchBar/AdvancedPanel/AdvancedPanel.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SearchBar/AdvancedPanel/BookSearch.tsx b/web/src/components/Header/SearchBar/AdvancedPanel/BookSearch.tsx index ee46afb2..7bc83ca2 100644 --- a/web/src/components/Header/SearchBar/AdvancedPanel/BookSearch.tsx +++ b/web/src/components/Header/SearchBar/AdvancedPanel/BookSearch.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SearchBar/AdvancedPanel/WordsSearch.tsx b/web/src/components/Header/SearchBar/AdvancedPanel/WordsSearch.tsx index 65277056..2ff66f9d 100644 --- a/web/src/components/Header/SearchBar/AdvancedPanel/WordsSearch.tsx +++ b/web/src/components/Header/SearchBar/AdvancedPanel/WordsSearch.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SearchBar/AdvancedPanel/index.tsx b/web/src/components/Header/SearchBar/AdvancedPanel/index.tsx index 2cbaac19..8298c122 100644 --- a/web/src/components/Header/SearchBar/AdvancedPanel/index.tsx +++ b/web/src/components/Header/SearchBar/AdvancedPanel/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SearchBar/SearchBar.scss b/web/src/components/Header/SearchBar/SearchBar.scss index c637866e..5e8fba96 100644 --- a/web/src/components/Header/SearchBar/SearchBar.scss +++ b/web/src/components/Header/SearchBar/SearchBar.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SearchBar/index.tsx b/web/src/components/Header/SearchBar/index.tsx index bef8ea0e..de525d12 100644 --- a/web/src/components/Header/SearchBar/index.tsx +++ b/web/src/components/Header/SearchBar/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SubscriptionHeader.scss b/web/src/components/Header/SubscriptionHeader.scss index 0925f578..62ec0965 100644 --- a/web/src/components/Header/SubscriptionHeader.scss +++ b/web/src/components/Header/SubscriptionHeader.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Header/SubscriptionHeader.tsx b/web/src/components/Header/SubscriptionHeader.tsx index 16879649..07d5765d 100644 --- a/web/src/components/Header/SubscriptionHeader.tsx +++ b/web/src/components/Header/SubscriptionHeader.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/HeadData.tsx b/web/src/components/Home/HeadData.tsx index 568d5a2a..2260d182 100644 --- a/web/src/components/Home/HeadData.tsx +++ b/web/src/components/Home/HeadData.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/Home.scss b/web/src/components/Home/Home.scss index c75b33cc..517c050f 100644 --- a/web/src/components/Home/Home.scss +++ b/web/src/components/Home/Home.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/Header.scss b/web/src/components/Home/NoteGroup/Header.scss index b3b60d92..59a263ab 100644 --- a/web/src/components/Home/NoteGroup/Header.scss +++ b/web/src/components/Home/NoteGroup/Header.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/Header.tsx b/web/src/components/Home/NoteGroup/Header.tsx index 2876af25..f531ba5a 100644 --- a/web/src/components/Home/NoteGroup/Header.tsx +++ b/web/src/components/Home/NoteGroup/Header.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/List.scss b/web/src/components/Home/NoteGroup/List.scss index fe3c8de7..d4646901 100644 --- a/web/src/components/Home/NoteGroup/List.scss +++ b/web/src/components/Home/NoteGroup/List.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/List.tsx b/web/src/components/Home/NoteGroup/List.tsx index f69ff3dc..0c378792 100644 --- a/web/src/components/Home/NoteGroup/List.tsx +++ b/web/src/components/Home/NoteGroup/List.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/NoteGroup.scss b/web/src/components/Home/NoteGroup/NoteGroup.scss index 2e14efb5..1d70bcc7 100644 --- a/web/src/components/Home/NoteGroup/NoteGroup.scss +++ b/web/src/components/Home/NoteGroup/NoteGroup.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/NoteItem.scss b/web/src/components/Home/NoteGroup/NoteItem.scss index 4367a4b2..cf2d3f22 100644 --- a/web/src/components/Home/NoteGroup/NoteItem.scss +++ b/web/src/components/Home/NoteGroup/NoteItem.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/NoteItem.tsx b/web/src/components/Home/NoteGroup/NoteItem.tsx index 6ce4b0e5..89cdf010 100644 --- a/web/src/components/Home/NoteGroup/NoteItem.tsx +++ b/web/src/components/Home/NoteGroup/NoteItem.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/Placeholder.scss b/web/src/components/Home/NoteGroup/Placeholder.scss index d9fda16e..6a007f56 100644 --- a/web/src/components/Home/NoteGroup/Placeholder.scss +++ b/web/src/components/Home/NoteGroup/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/Placeholder.tsx b/web/src/components/Home/NoteGroup/Placeholder.tsx index 4e0e76bd..c70f8a57 100644 --- a/web/src/components/Home/NoteGroup/Placeholder.tsx +++ b/web/src/components/Home/NoteGroup/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/NoteGroup/index.tsx b/web/src/components/Home/NoteGroup/index.tsx index 55333da0..603c36c2 100644 --- a/web/src/components/Home/NoteGroup/index.tsx +++ b/web/src/components/Home/NoteGroup/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Home/index.tsx b/web/src/components/Home/index.tsx index 79377e92..845ac743 100644 --- a/web/src/components/Home/index.tsx +++ b/web/src/components/Home/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Arrow.js b/web/src/components/Icons/Arrow.js index 4c96e150..5d15b22d 100644 --- a/web/src/components/Icons/Arrow.js +++ b/web/src/components/Icons/Arrow.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Atom.js b/web/src/components/Icons/Atom.js index d021de6c..adba58b2 100644 --- a/web/src/components/Icons/Atom.js +++ b/web/src/components/Icons/Atom.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Book.tsx b/web/src/components/Icons/Book.tsx index 87d3e456..89138569 100644 --- a/web/src/components/Icons/Book.tsx +++ b/web/src/components/Icons/Book.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/BookPlus.tsx b/web/src/components/Icons/BookPlus.tsx index afd2bed1..f98d1b63 100644 --- a/web/src/components/Icons/BookPlus.tsx +++ b/web/src/components/Icons/BookPlus.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Books.js b/web/src/components/Icons/Books.js index a5334fe9..37a9f151 100644 --- a/web/src/components/Icons/Books.js +++ b/web/src/components/Icons/Books.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Box.tsx b/web/src/components/Icons/Box.tsx index 59d6bedc..6a2d506c 100644 --- a/web/src/components/Icons/Box.tsx +++ b/web/src/components/Icons/Box.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Caret.tsx b/web/src/components/Icons/Caret.tsx index 987cb24e..729e9605 100644 --- a/web/src/components/Icons/Caret.tsx +++ b/web/src/components/Icons/Caret.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/CaretSolid.tsx b/web/src/components/Icons/CaretSolid.tsx index f85db6cf..ef2a2ad6 100644 --- a/web/src/components/Icons/CaretSolid.tsx +++ b/web/src/components/Icons/CaretSolid.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Check.js b/web/src/components/Icons/Check.js index 8bb0b527..5482a8dc 100644 --- a/web/src/components/Icons/Check.js +++ b/web/src/components/Icons/Check.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/CheckCircle.tsx b/web/src/components/Icons/CheckCircle.tsx index f91f7a9a..99c0d0b4 100644 --- a/web/src/components/Icons/CheckCircle.tsx +++ b/web/src/components/Icons/CheckCircle.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Chrome.js b/web/src/components/Icons/Chrome.js index 5bc15afa..ee73be3f 100644 --- a/web/src/components/Icons/Chrome.js +++ b/web/src/components/Icons/Chrome.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Close.tsx b/web/src/components/Icons/Close.tsx index f2b55ab0..b940b84d 100644 --- a/web/src/components/Icons/Close.tsx +++ b/web/src/components/Icons/Close.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Cloud.js b/web/src/components/Icons/Cloud.js index 1c986de6..28a70333 100644 --- a/web/src/components/Icons/Cloud.js +++ b/web/src/components/Icons/Cloud.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/CreditCard.js b/web/src/components/Icons/CreditCard.js index 3b729a37..3e94e6e7 100644 --- a/web/src/components/Icons/CreditCard.js +++ b/web/src/components/Icons/CreditCard.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Dashboard.tsx b/web/src/components/Icons/Dashboard.tsx index 16fe90ff..c5e22d1f 100644 --- a/web/src/components/Icons/Dashboard.tsx +++ b/web/src/components/Icons/Dashboard.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Dots.tsx b/web/src/components/Icons/Dots.tsx index 5c529c46..8e723df8 100644 --- a/web/src/components/Icons/Dots.tsx +++ b/web/src/components/Icons/Dots.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Email.js b/web/src/components/Icons/Email.js index 9d4f3ddc..4cf375d0 100644 --- a/web/src/components/Icons/Email.js +++ b/web/src/components/Icons/Email.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Firefox.js b/web/src/components/Icons/Firefox.js index f42bf2f4..6c1ea008 100644 --- a/web/src/components/Icons/Firefox.js +++ b/web/src/components/Icons/Firefox.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Globe.tsx b/web/src/components/Icons/Globe.tsx index 09d073f3..a657d7a1 100644 --- a/web/src/components/Icons/Globe.tsx +++ b/web/src/components/Icons/Globe.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Home.tsx b/web/src/components/Icons/Home.tsx index 83e18939..73e88894 100644 --- a/web/src/components/Icons/Home.tsx +++ b/web/src/components/Icons/Home.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Link.js b/web/src/components/Icons/Link.js index bdce1c7c..6a25b041 100644 --- a/web/src/components/Icons/Link.js +++ b/web/src/components/Icons/Link.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Loading.js b/web/src/components/Icons/Loading.js index 622c58f9..a5be9a97 100644 --- a/web/src/components/Icons/Loading.js +++ b/web/src/components/Icons/Loading.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Lock.js b/web/src/components/Icons/Lock.js index 860257bb..78c839e2 100644 --- a/web/src/components/Icons/Lock.js +++ b/web/src/components/Icons/Lock.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Logo.tsx b/web/src/components/Icons/Logo.tsx index 4bc3d7bf..96baf588 100644 --- a/web/src/components/Icons/Logo.tsx +++ b/web/src/components/Icons/Logo.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/LogoWithText.tsx b/web/src/components/Icons/LogoWithText.tsx index 80082ec3..5e4c8d39 100644 --- a/web/src/components/Icons/LogoWithText.tsx +++ b/web/src/components/Icons/LogoWithText.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Menu.js b/web/src/components/Icons/Menu.js index 2a14fbeb..0889b3d2 100644 --- a/web/src/components/Icons/Menu.js +++ b/web/src/components/Icons/Menu.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Note.tsx b/web/src/components/Icons/Note.tsx index bd5ce9cb..bf53ec71 100644 --- a/web/src/components/Icons/Note.tsx +++ b/web/src/components/Icons/Note.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Search.tsx b/web/src/components/Icons/Search.tsx index 9b670fac..db603bf7 100644 --- a/web/src/components/Icons/Search.tsx +++ b/web/src/components/Icons/Search.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Server.tsx b/web/src/components/Icons/Server.tsx index ae41cda9..8b788dd0 100644 --- a/web/src/components/Icons/Server.tsx +++ b/web/src/components/Icons/Server.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Spinner.js b/web/src/components/Icons/Spinner.js index 8dfc2c3c..50ea3aba 100644 --- a/web/src/components/Icons/Spinner.js +++ b/web/src/components/Icons/Spinner.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Terminal.js b/web/src/components/Icons/Terminal.js index ab35763f..16b9e894 100644 --- a/web/src/components/Icons/Terminal.js +++ b/web/src/components/Icons/Terminal.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Trash.tsx b/web/src/components/Icons/Trash.tsx index 424be813..f22926d2 100644 --- a/web/src/components/Icons/Trash.tsx +++ b/web/src/components/Icons/Trash.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Unlink.js b/web/src/components/Icons/Unlink.js index cd6d6f65..b70e22f3 100644 --- a/web/src/components/Icons/Unlink.js +++ b/web/src/components/Icons/Unlink.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/User.tsx b/web/src/components/Icons/User.tsx index 1a74bdd1..32ba37a8 100644 --- a/web/src/components/Icons/User.tsx +++ b/web/src/components/Icons/User.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Users.js b/web/src/components/Icons/Users.js index a626c66d..214e1789 100644 --- a/web/src/components/Icons/Users.js +++ b/web/src/components/Icons/Users.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/Web.js b/web/src/components/Icons/Web.js index e24b9a06..d4a53f88 100644 --- a/web/src/components/Icons/Web.js +++ b/web/src/components/Icons/Web.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Icons/types.ts b/web/src/components/Icons/types.ts index 42b04b13..4241f9a7 100644 --- a/web/src/components/Icons/types.ts +++ b/web/src/components/Icons/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Join/JoinForm.tsx b/web/src/components/Join/JoinForm.tsx index 8c2a4280..942b54d9 100644 --- a/web/src/components/Join/JoinForm.tsx +++ b/web/src/components/Join/JoinForm.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Join/index.tsx b/web/src/components/Join/index.tsx index 28cec664..719abbcf 100644 --- a/web/src/components/Join/index.tsx +++ b/web/src/components/Join/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Login/LoginForm.tsx b/web/src/components/Login/LoginForm.tsx index 740e464b..8a95da26 100644 --- a/web/src/components/Login/LoginForm.tsx +++ b/web/src/components/Login/LoginForm.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Login/index.tsx b/web/src/components/Login/index.tsx index d3f47885..ce3d7bcc 100644 --- a/web/src/components/Login/index.tsx +++ b/web/src/components/Login/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/New/Content.tsx b/web/src/components/New/Content.tsx index a095b058..3e892076 100644 --- a/web/src/components/New/Content.tsx +++ b/web/src/components/New/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/New/New.scss b/web/src/components/New/New.scss index 7fc98e35..04f55fff 100644 --- a/web/src/components/New/New.scss +++ b/web/src/components/New/New.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/New/index.tsx b/web/src/components/New/index.tsx index 5de24634..db0d2b51 100644 --- a/web/src/components/New/index.tsx +++ b/web/src/components/New/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/DeleteModal.scss b/web/src/components/Note/DeleteModal.scss index f66efb28..4d3cd9fa 100644 --- a/web/src/components/Note/DeleteModal.scss +++ b/web/src/components/Note/DeleteModal.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/DeleteModal.tsx b/web/src/components/Note/DeleteModal.tsx index 34119f81..0204a4d4 100644 --- a/web/src/components/Note/DeleteModal.tsx +++ b/web/src/components/Note/DeleteModal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/FooterActions.scss b/web/src/components/Note/FooterActions.scss index b295cc02..81af3963 100644 --- a/web/src/components/Note/FooterActions.scss +++ b/web/src/components/Note/FooterActions.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/FooterActions.tsx b/web/src/components/Note/FooterActions.tsx index d2d77198..7ae7c0fb 100644 --- a/web/src/components/Note/FooterActions.tsx +++ b/web/src/components/Note/FooterActions.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/Header.scss b/web/src/components/Note/Header.scss index 0a252ff1..e800e878 100644 --- a/web/src/components/Note/Header.scss +++ b/web/src/components/Note/Header.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/Header.tsx b/web/src/components/Note/Header.tsx index e8a970a5..8a0a5ab9 100644 --- a/web/src/components/Note/Header.tsx +++ b/web/src/components/Note/Header.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/HeaderData.tsx b/web/src/components/Note/HeaderData.tsx index 12c0d40d..9ff3ec56 100644 --- a/web/src/components/Note/HeaderData.tsx +++ b/web/src/components/Note/HeaderData.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/HeaderRight.tsx b/web/src/components/Note/HeaderRight.tsx index 0f83c115..1eae6c23 100644 --- a/web/src/components/Note/HeaderRight.tsx +++ b/web/src/components/Note/HeaderRight.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/ShareModal/CopyButton.tsx b/web/src/components/Note/ShareModal/CopyButton.tsx index 4dcd24a2..dc5e09b3 100644 --- a/web/src/components/Note/ShareModal/CopyButton.tsx +++ b/web/src/components/Note/ShareModal/CopyButton.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/ShareModal/ShareModal.scss b/web/src/components/Note/ShareModal/ShareModal.scss index 6a9f2c5c..3243bf19 100644 --- a/web/src/components/Note/ShareModal/ShareModal.scss +++ b/web/src/components/Note/ShareModal/ShareModal.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/ShareModal/index.tsx b/web/src/components/Note/ShareModal/index.tsx index 28ead07f..fa3a41e0 100644 --- a/web/src/components/Note/ShareModal/index.tsx +++ b/web/src/components/Note/ShareModal/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/index.scss b/web/src/components/Note/index.scss index af0baf52..0c11ec33 100644 --- a/web/src/components/Note/index.scss +++ b/web/src/components/Note/index.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Note/index.tsx b/web/src/components/Note/index.tsx index 575159cf..ca05f5ed 100644 --- a/web/src/components/Note/index.tsx +++ b/web/src/components/Note/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/PasswordReset/Confirm/Form.tsx b/web/src/components/PasswordReset/Confirm/Form.tsx index 3bc4ff43..1efa2883 100644 --- a/web/src/components/PasswordReset/Confirm/Form.tsx +++ b/web/src/components/PasswordReset/Confirm/Form.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/PasswordReset/Confirm/index.tsx b/web/src/components/PasswordReset/Confirm/index.tsx index 82523791..1f33b7b5 100644 --- a/web/src/components/PasswordReset/Confirm/index.tsx +++ b/web/src/components/PasswordReset/Confirm/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/PasswordReset/Request/Form.scss b/web/src/components/PasswordReset/Request/Form.scss index 934adab0..eeadf901 100644 --- a/web/src/components/PasswordReset/Request/Form.scss +++ b/web/src/components/PasswordReset/Request/Form.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/PasswordReset/Request/Form.tsx b/web/src/components/PasswordReset/Request/Form.tsx index 4bcc75b7..fa5ff06a 100644 --- a/web/src/components/PasswordReset/Request/Form.tsx +++ b/web/src/components/PasswordReset/Request/Form.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/PasswordReset/Request/Request.scss b/web/src/components/PasswordReset/Request/Request.scss index 0ef204bd..04b77666 100644 --- a/web/src/components/PasswordReset/Request/Request.scss +++ b/web/src/components/PasswordReset/Request/Request.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/PasswordReset/Request/index.tsx b/web/src/components/PasswordReset/Request/index.tsx index ccaddab0..48f80273 100644 --- a/web/src/components/PasswordReset/Request/index.tsx +++ b/web/src/components/PasswordReset/Request/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Preferences/Repetitions/Content.tsx b/web/src/components/Preferences/Repetitions/Content.tsx index cf16ede7..423f30a1 100644 --- a/web/src/components/Preferences/Repetitions/Content.tsx +++ b/web/src/components/Preferences/Repetitions/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Preferences/Repetitions/EmailPreferenceRepetition.scss b/web/src/components/Preferences/Repetitions/EmailPreferenceRepetition.scss index 25b2c051..fce2807f 100644 --- a/web/src/components/Preferences/Repetitions/EmailPreferenceRepetition.scss +++ b/web/src/components/Preferences/Repetitions/EmailPreferenceRepetition.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Preferences/Repetitions/index.tsx b/web/src/components/Preferences/Repetitions/index.tsx index 47f20f7f..01080cfa 100644 --- a/web/src/components/Preferences/Repetitions/index.tsx +++ b/web/src/components/Preferences/Repetitions/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/Content.tsx b/web/src/components/Repetition/Content.tsx index 000f035e..9e16428d 100644 --- a/web/src/components/Repetition/Content.tsx +++ b/web/src/components/Repetition/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/DeleteRepetitionRuleModal.scss b/web/src/components/Repetition/DeleteRepetitionRuleModal.scss index 58edd236..59e75dcb 100644 --- a/web/src/components/Repetition/DeleteRepetitionRuleModal.scss +++ b/web/src/components/Repetition/DeleteRepetitionRuleModal.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/DeleteRepetitionRuleModal.tsx b/web/src/components/Repetition/DeleteRepetitionRuleModal.tsx index 328f3f7a..7f388e0a 100644 --- a/web/src/components/Repetition/DeleteRepetitionRuleModal.tsx +++ b/web/src/components/Repetition/DeleteRepetitionRuleModal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/Edit/Content.tsx b/web/src/components/Repetition/Edit/Content.tsx index b57909f0..45bb4e18 100644 --- a/web/src/components/Repetition/Edit/Content.tsx +++ b/web/src/components/Repetition/Edit/Content.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/Edit/index.tsx b/web/src/components/Repetition/Edit/index.tsx index 63bb4ec9..421b194b 100644 --- a/web/src/components/Repetition/Edit/index.tsx +++ b/web/src/components/Repetition/Edit/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/Form/Form.scss b/web/src/components/Repetition/Form/Form.scss index 8d765589..4410d997 100644 --- a/web/src/components/Repetition/Form/Form.scss +++ b/web/src/components/Repetition/Form/Form.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/Form/index.tsx b/web/src/components/Repetition/Form/index.tsx index 4f958c83..9ea3efa4 100644 --- a/web/src/components/Repetition/Form/index.tsx +++ b/web/src/components/Repetition/Form/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/New/index.tsx b/web/src/components/Repetition/New/index.tsx index 9f4959b1..0ee87bab 100644 --- a/web/src/components/Repetition/New/index.tsx +++ b/web/src/components/Repetition/New/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/Repetition.scss b/web/src/components/Repetition/Repetition.scss index 72d43bce..e6c67c45 100644 --- a/web/src/components/Repetition/Repetition.scss +++ b/web/src/components/Repetition/Repetition.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionItem/Actions.tsx b/web/src/components/Repetition/RepetitionItem/Actions.tsx index 22ac883a..20d6ab7e 100644 --- a/web/src/components/Repetition/RepetitionItem/Actions.tsx +++ b/web/src/components/Repetition/RepetitionItem/Actions.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionItem/BookMeta.tsx b/web/src/components/Repetition/RepetitionItem/BookMeta.tsx index 1368a7f1..bbfe54d3 100644 --- a/web/src/components/Repetition/RepetitionItem/BookMeta.tsx +++ b/web/src/components/Repetition/RepetitionItem/BookMeta.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionItem/Placeholder.scss b/web/src/components/Repetition/RepetitionItem/Placeholder.scss index 497d7428..5c012fee 100644 --- a/web/src/components/Repetition/RepetitionItem/Placeholder.scss +++ b/web/src/components/Repetition/RepetitionItem/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionItem/Placeholder.tsx b/web/src/components/Repetition/RepetitionItem/Placeholder.tsx index 93acde07..fd05356d 100644 --- a/web/src/components/Repetition/RepetitionItem/Placeholder.tsx +++ b/web/src/components/Repetition/RepetitionItem/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionItem/RepetitionItem.scss b/web/src/components/Repetition/RepetitionItem/RepetitionItem.scss index 92ba4173..1b566db6 100644 --- a/web/src/components/Repetition/RepetitionItem/RepetitionItem.scss +++ b/web/src/components/Repetition/RepetitionItem/RepetitionItem.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionItem/index.tsx b/web/src/components/Repetition/RepetitionItem/index.tsx index 73af04e0..2ae13866 100644 --- a/web/src/components/Repetition/RepetitionItem/index.tsx +++ b/web/src/components/Repetition/RepetitionItem/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionList.scss b/web/src/components/Repetition/RepetitionList.scss index 289101f3..0a260d69 100644 --- a/web/src/components/Repetition/RepetitionList.scss +++ b/web/src/components/Repetition/RepetitionList.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/RepetitionList.tsx b/web/src/components/Repetition/RepetitionList.tsx index 570dd99b..658f06a2 100644 --- a/web/src/components/Repetition/RepetitionList.tsx +++ b/web/src/components/Repetition/RepetitionList.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Repetition/index.tsx b/web/src/components/Repetition/index.tsx index aba43b84..dd79ffe3 100644 --- a/web/src/components/Repetition/index.tsx +++ b/web/src/components/Repetition/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/About/index.tsx b/web/src/components/Settings/About/index.tsx index 85029544..1ac04025 100644 --- a/web/src/components/Settings/About/index.tsx +++ b/web/src/components/Settings/About/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Account/EmailModal.tsx b/web/src/components/Settings/Account/EmailModal.tsx index b6212226..1e649b4e 100644 --- a/web/src/components/Settings/Account/EmailModal.tsx +++ b/web/src/components/Settings/Account/EmailModal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Account/EmailVerificationRow.tsx b/web/src/components/Settings/Account/EmailVerificationRow.tsx index d40ad525..ba22c1f5 100644 --- a/web/src/components/Settings/Account/EmailVerificationRow.tsx +++ b/web/src/components/Settings/Account/EmailVerificationRow.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Account/PasswordModal.tsx b/web/src/components/Settings/Account/PasswordModal.tsx index 11ff2f22..e1b24408 100644 --- a/web/src/components/Settings/Account/PasswordModal.tsx +++ b/web/src/components/Settings/Account/PasswordModal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Account/index.tsx b/web/src/components/Settings/Account/index.tsx index e059411f..efaf6ba5 100644 --- a/web/src/components/Settings/Account/index.tsx +++ b/web/src/components/Settings/Account/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/CancelPlanModal.tsx b/web/src/components/Settings/Billing/CancelPlanModal.tsx index e2489f8e..8f2ebecf 100644 --- a/web/src/components/Settings/Billing/CancelPlanModal.tsx +++ b/web/src/components/Settings/Billing/CancelPlanModal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PaymentMethodModal/Form.scss b/web/src/components/Settings/Billing/PaymentMethodModal/Form.scss index b076ad4d..700c94bd 100644 --- a/web/src/components/Settings/Billing/PaymentMethodModal/Form.scss +++ b/web/src/components/Settings/Billing/PaymentMethodModal/Form.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PaymentMethodModal/Form.tsx b/web/src/components/Settings/Billing/PaymentMethodModal/Form.tsx index ed6bf5b9..98a4e91a 100644 --- a/web/src/components/Settings/Billing/PaymentMethodModal/Form.tsx +++ b/web/src/components/Settings/Billing/PaymentMethodModal/Form.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PaymentMethodModal/index.tsx b/web/src/components/Settings/Billing/PaymentMethodModal/index.tsx index 94a399be..8109c1c9 100644 --- a/web/src/components/Settings/Billing/PaymentMethodModal/index.tsx +++ b/web/src/components/Settings/Billing/PaymentMethodModal/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PaymentSection/PaymentMethodRow.tsx b/web/src/components/Settings/Billing/PaymentSection/PaymentMethodRow.tsx index 658217df..0d7092d7 100644 --- a/web/src/components/Settings/Billing/PaymentSection/PaymentMethodRow.tsx +++ b/web/src/components/Settings/Billing/PaymentSection/PaymentMethodRow.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PaymentSection/Placeholder.scss b/web/src/components/Settings/Billing/PaymentSection/Placeholder.scss index b9463285..03ebe6a2 100644 --- a/web/src/components/Settings/Billing/PaymentSection/Placeholder.scss +++ b/web/src/components/Settings/Billing/PaymentSection/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PaymentSection/Placeholder.tsx b/web/src/components/Settings/Billing/PaymentSection/Placeholder.tsx index 3ee5408b..12bf33be 100644 --- a/web/src/components/Settings/Billing/PaymentSection/Placeholder.tsx +++ b/web/src/components/Settings/Billing/PaymentSection/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PaymentSection/index.tsx b/web/src/components/Settings/Billing/PaymentSection/index.tsx index 52e94e0c..4b431201 100644 --- a/web/src/components/Settings/Billing/PaymentSection/index.tsx +++ b/web/src/components/Settings/Billing/PaymentSection/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PlanSection/CancelRow.tsx b/web/src/components/Settings/Billing/PlanSection/CancelRow.tsx index 6abf06a8..065e9d43 100644 --- a/web/src/components/Settings/Billing/PlanSection/CancelRow.tsx +++ b/web/src/components/Settings/Billing/PlanSection/CancelRow.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PlanSection/Placeholder.scss b/web/src/components/Settings/Billing/PlanSection/Placeholder.scss index 1acd357b..75bd2919 100644 --- a/web/src/components/Settings/Billing/PlanSection/Placeholder.scss +++ b/web/src/components/Settings/Billing/PlanSection/Placeholder.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PlanSection/Placeholder.tsx b/web/src/components/Settings/Billing/PlanSection/Placeholder.tsx index d61f1e71..2fe936cb 100644 --- a/web/src/components/Settings/Billing/PlanSection/Placeholder.tsx +++ b/web/src/components/Settings/Billing/PlanSection/Placeholder.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PlanSection/PlanRow.scss b/web/src/components/Settings/Billing/PlanSection/PlanRow.scss index 1cd043b1..a7684839 100644 --- a/web/src/components/Settings/Billing/PlanSection/PlanRow.scss +++ b/web/src/components/Settings/Billing/PlanSection/PlanRow.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PlanSection/PlanRow.tsx b/web/src/components/Settings/Billing/PlanSection/PlanRow.tsx index eb415c7c..3cf6a044 100644 --- a/web/src/components/Settings/Billing/PlanSection/PlanRow.tsx +++ b/web/src/components/Settings/Billing/PlanSection/PlanRow.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PlanSection/ReactivateRow.tsx b/web/src/components/Settings/Billing/PlanSection/ReactivateRow.tsx index d3ea5297..ff8fbd80 100644 --- a/web/src/components/Settings/Billing/PlanSection/ReactivateRow.tsx +++ b/web/src/components/Settings/Billing/PlanSection/ReactivateRow.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/PlanSection/index.tsx b/web/src/components/Settings/Billing/PlanSection/index.tsx index d0529b16..7a49403b 100644 --- a/web/src/components/Settings/Billing/PlanSection/index.tsx +++ b/web/src/components/Settings/Billing/PlanSection/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Billing/index.tsx b/web/src/components/Settings/Billing/index.tsx index b663a92a..60e9b9b1 100644 --- a/web/src/components/Settings/Billing/index.tsx +++ b/web/src/components/Settings/Billing/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Notifications/Form.scss b/web/src/components/Settings/Notifications/Form.scss index 42c3ab17..3d56d1bc 100644 --- a/web/src/components/Settings/Notifications/Form.scss +++ b/web/src/components/Settings/Notifications/Form.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Notifications/Form.tsx b/web/src/components/Settings/Notifications/Form.tsx index 90bd3f75..110a4f3d 100644 --- a/web/src/components/Settings/Notifications/Form.tsx +++ b/web/src/components/Settings/Notifications/Form.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Notifications/Notifications.scss b/web/src/components/Settings/Notifications/Notifications.scss index d818f925..202b2b43 100644 --- a/web/src/components/Settings/Notifications/Notifications.scss +++ b/web/src/components/Settings/Notifications/Notifications.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Notifications/index.tsx b/web/src/components/Settings/Notifications/index.tsx index 09363693..dde37860 100644 --- a/web/src/components/Settings/Notifications/index.tsx +++ b/web/src/components/Settings/Notifications/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/SettingRow.scss b/web/src/components/Settings/SettingRow.scss index 049af78d..e904aaf3 100644 --- a/web/src/components/Settings/SettingRow.scss +++ b/web/src/components/Settings/SettingRow.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/SettingRow.tsx b/web/src/components/Settings/SettingRow.tsx index 7625b576..84095617 100644 --- a/web/src/components/Settings/SettingRow.tsx +++ b/web/src/components/Settings/SettingRow.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Settings.scss b/web/src/components/Settings/Settings.scss index 13b497d1..6cafaaba 100644 --- a/web/src/components/Settings/Settings.scss +++ b/web/src/components/Settings/Settings.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Sidebar.scss b/web/src/components/Settings/Sidebar.scss index 8bbb36f1..0848f81c 100644 --- a/web/src/components/Settings/Sidebar.scss +++ b/web/src/components/Settings/Sidebar.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/Sidebar.tsx b/web/src/components/Settings/Sidebar.tsx index 11df6523..c9f4a784 100644 --- a/web/src/components/Settings/Sidebar.tsx +++ b/web/src/components/Settings/Sidebar.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Settings/index.tsx b/web/src/components/Settings/index.tsx index 9e361629..516c28e0 100644 --- a/web/src/components/Settings/index.tsx +++ b/web/src/components/Settings/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Splash/Splash.module.scss b/web/src/components/Splash/Splash.module.scss index 5367762e..4a42b741 100644 --- a/web/src/components/Splash/Splash.module.scss +++ b/web/src/components/Splash/Splash.module.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Splash/index.tsx b/web/src/components/Splash/index.tsx index 7157e380..88841d7a 100644 --- a/web/src/components/Splash/index.tsx +++ b/web/src/components/Splash/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Checkout/Form.scss b/web/src/components/Subscription/Checkout/Form.scss index 2e802234..c7875e18 100644 --- a/web/src/components/Subscription/Checkout/Form.scss +++ b/web/src/components/Subscription/Checkout/Form.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Checkout/Form.tsx b/web/src/components/Subscription/Checkout/Form.tsx index 40ff5e11..da5b053a 100644 --- a/web/src/components/Subscription/Checkout/Form.tsx +++ b/web/src/components/Subscription/Checkout/Form.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Checkout/Sidebar.scss b/web/src/components/Subscription/Checkout/Sidebar.scss index 16ed3891..9bd43c06 100644 --- a/web/src/components/Subscription/Checkout/Sidebar.scss +++ b/web/src/components/Subscription/Checkout/Sidebar.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Checkout/Sidebar.tsx b/web/src/components/Subscription/Checkout/Sidebar.tsx index 90906896..23469fec 100644 --- a/web/src/components/Subscription/Checkout/Sidebar.tsx +++ b/web/src/components/Subscription/Checkout/Sidebar.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Checkout/index.tsx b/web/src/components/Subscription/Checkout/index.tsx index 408b56bf..b7299367 100644 --- a/web/src/components/Subscription/Checkout/index.tsx +++ b/web/src/components/Subscription/Checkout/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/FeatureItem.scss b/web/src/components/Subscription/FeatureItem.scss index 435fa42a..670e6cbe 100644 --- a/web/src/components/Subscription/FeatureItem.scss +++ b/web/src/components/Subscription/FeatureItem.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/FeatureItem.tsx b/web/src/components/Subscription/FeatureItem.tsx index 2f793779..3f58396f 100644 --- a/web/src/components/Subscription/FeatureItem.tsx +++ b/web/src/components/Subscription/FeatureItem.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/FeatureList.scss b/web/src/components/Subscription/FeatureList.scss index b0528200..1e680123 100644 --- a/web/src/components/Subscription/FeatureList.scss +++ b/web/src/components/Subscription/FeatureList.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/FeatureList.tsx b/web/src/components/Subscription/FeatureList.tsx index bb0ace6f..40b2477e 100644 --- a/web/src/components/Subscription/FeatureList.tsx +++ b/web/src/components/Subscription/FeatureList.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Footer.tsx b/web/src/components/Subscription/Footer.tsx index b1bd8a04..ebd5ef11 100644 --- a/web/src/components/Subscription/Footer.tsx +++ b/web/src/components/Subscription/Footer.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Plan/Core.tsx b/web/src/components/Subscription/Plan/Core.tsx index 97400d68..b6145ec8 100644 --- a/web/src/components/Subscription/Plan/Core.tsx +++ b/web/src/components/Subscription/Plan/Core.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Plan/Plan.scss b/web/src/components/Subscription/Plan/Plan.scss index 8970191d..bcf56707 100644 --- a/web/src/components/Subscription/Plan/Plan.scss +++ b/web/src/components/Subscription/Plan/Plan.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Plan/Pro.tsx b/web/src/components/Subscription/Plan/Pro.tsx index 00bf2e79..668f45ad 100644 --- a/web/src/components/Subscription/Plan/Pro.tsx +++ b/web/src/components/Subscription/Plan/Pro.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Plan/ProCTA.tsx b/web/src/components/Subscription/Plan/ProCTA.tsx index 7d76f12e..b9ee603d 100644 --- a/web/src/components/Subscription/Plan/ProCTA.tsx +++ b/web/src/components/Subscription/Plan/ProCTA.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Plan/internal.tsx b/web/src/components/Subscription/Plan/internal.tsx index eed4c50a..3510c2d8 100644 --- a/web/src/components/Subscription/Plan/internal.tsx +++ b/web/src/components/Subscription/Plan/internal.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/Subscription.scss b/web/src/components/Subscription/Subscription.scss index 7904cf75..fc12a25e 100644 --- a/web/src/components/Subscription/Subscription.scss +++ b/web/src/components/Subscription/Subscription.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/Subscription/index.tsx b/web/src/components/Subscription/index.tsx index 00daa0db..9ecf9a73 100644 --- a/web/src/components/Subscription/index.tsx +++ b/web/src/components/Subscription/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/TabBar/Item.scss b/web/src/components/TabBar/Item.scss index 6c6416a2..7ba11c8a 100644 --- a/web/src/components/TabBar/Item.scss +++ b/web/src/components/TabBar/Item.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/TabBar/Item.tsx b/web/src/components/TabBar/Item.tsx index 6fe6cf07..bf7f7710 100644 --- a/web/src/components/TabBar/Item.tsx +++ b/web/src/components/TabBar/Item.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/TabBar/TabBar.scss b/web/src/components/TabBar/TabBar.scss index 72c6f730..1c39ddd9 100644 --- a/web/src/components/TabBar/TabBar.scss +++ b/web/src/components/TabBar/TabBar.scss @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/TabBar/index.tsx b/web/src/components/TabBar/index.tsx index 89cb7440..b5d6c9f3 100644 --- a/web/src/components/TabBar/index.tsx +++ b/web/src/components/TabBar/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/components/VerifyEmail/index.tsx b/web/src/components/VerifyEmail/index.tsx index 409eb928..c81c891e 100644 --- a/web/src/components/VerifyEmail/index.tsx +++ b/web/src/components/VerifyEmail/index.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/crypto/books.js b/web/src/crypto/books.js index 731a8232..95b28436 100644 --- a/web/src/crypto/books.js +++ b/web/src/crypto/books.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/crypto/consts.js b/web/src/crypto/consts.js index 1a06dc10..4f8a21d6 100644 --- a/web/src/crypto/consts.js +++ b/web/src/crypto/consts.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/crypto/digest.js b/web/src/crypto/digest.js index 21baec62..76f5c035 100644 --- a/web/src/crypto/digest.js +++ b/web/src/crypto/digest.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/crypto/index.js b/web/src/crypto/index.js index c279f907..6ef749cb 100644 --- a/web/src/crypto/index.js +++ b/web/src/crypto/index.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/crypto/index_test.js b/web/src/crypto/index_test.js index 5c8a7f55..cf3bf171 100644 --- a/web/src/crypto/index_test.js +++ b/web/src/crypto/index_test.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/crypto/notes.js b/web/src/crypto/notes.js index cf11a41d..32a3b42f 100644 --- a/web/src/crypto/notes.js +++ b/web/src/crypto/notes.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/accessibility.ts b/web/src/helpers/accessibility.ts index 7d60ec8c..21d0343e 100644 --- a/web/src/helpers/accessibility.ts +++ b/web/src/helpers/accessibility.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/browser.js b/web/src/helpers/browser.js index 6d8af860..bae9cc8f 100644 --- a/web/src/helpers/browser.js +++ b/web/src/helpers/browser.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/error.js b/web/src/helpers/error.js index 6530ddcb..dba185e3 100644 --- a/web/src/helpers/error.js +++ b/web/src/helpers/error.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/markdown.ts b/web/src/helpers/markdown.ts index ea8450b4..408c11ae 100644 --- a/web/src/helpers/markdown.ts +++ b/web/src/helpers/markdown.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/time/format.spec.ts b/web/src/helpers/time/format.spec.ts index 8ab94e1d..88a874a3 100644 --- a/web/src/helpers/time/format.spec.ts +++ b/web/src/helpers/time/format.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/time/format.ts b/web/src/helpers/time/format.ts index f2ca0e6b..720ca7de 100644 --- a/web/src/helpers/time/format.ts +++ b/web/src/helpers/time/format.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/time/index.spec.ts b/web/src/helpers/time/index.spec.ts index 55a82e45..34da035f 100644 --- a/web/src/helpers/time/index.spec.ts +++ b/web/src/helpers/time/index.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/time/index.ts b/web/src/helpers/time/index.ts index 687fd55d..64ad12d0 100644 --- a/web/src/helpers/time/index.ts +++ b/web/src/helpers/time/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/helpers/user.js b/web/src/helpers/user.js index a75b5f24..c7a42bce 100644 --- a/web/src/helpers/user.js +++ b/web/src/helpers/user.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/hocs/guestOnly.tsx b/web/src/hocs/guestOnly.tsx index 7fd9f7f7..fbf4c130 100644 --- a/web/src/hocs/guestOnly.tsx +++ b/web/src/hocs/guestOnly.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/hocs/scrollTop.tsx b/web/src/hocs/scrollTop.tsx index 96e04d2e..7fe942f3 100644 --- a/web/src/hocs/scrollTop.tsx +++ b/web/src/hocs/scrollTop.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/hocs/userOnly.tsx b/web/src/hocs/userOnly.tsx index 9404e4c6..2c38868a 100644 --- a/web/src/hocs/userOnly.tsx +++ b/web/src/hocs/userOnly.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/config.ts b/web/src/libs/config.ts index 74ed5623..4be40814 100644 --- a/web/src/libs/config.ts +++ b/web/src/libs/config.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/countries.js b/web/src/libs/countries.js index 1546ff73..8613b6d3 100644 --- a/web/src/libs/countries.js +++ b/web/src/libs/countries.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/dom.ts b/web/src/libs/dom.ts index bb168198..db7b6217 100644 --- a/web/src/libs/dom.ts +++ b/web/src/libs/dom.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/editor.spec.ts b/web/src/libs/editor.spec.ts index 08f36cc5..911061ef 100644 --- a/web/src/libs/editor.spec.ts +++ b/web/src/libs/editor.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/editor.ts b/web/src/libs/editor.ts index f0876a46..9a13adb8 100644 --- a/web/src/libs/editor.ts +++ b/web/src/libs/editor.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/encoding.js b/web/src/libs/encoding.js index da19fdc8..4186ab7d 100644 --- a/web/src/libs/encoding.js +++ b/web/src/libs/encoding.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/encoding_test.js b/web/src/libs/encoding_test.js index 75be45e1..3229514c 100644 --- a/web/src/libs/encoding_test.js +++ b/web/src/libs/encoding_test.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/fts/lexer.spec.ts b/web/src/libs/fts/lexer.spec.ts index 1d3ff255..8ae1bca8 100644 --- a/web/src/libs/fts/lexer.spec.ts +++ b/web/src/libs/fts/lexer.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/fts/lexer.ts b/web/src/libs/fts/lexer.ts index 0180b73d..9aaf3a73 100644 --- a/web/src/libs/fts/lexer.ts +++ b/web/src/libs/fts/lexer.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/hooks/dom.ts b/web/src/libs/hooks/dom.ts index 8b1326e3..2d03f25a 100644 --- a/web/src/libs/hooks/dom.ts +++ b/web/src/libs/hooks/dom.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/hooks/editor.ts b/web/src/libs/hooks/editor.ts index 08dfb32a..72ff981a 100644 --- a/web/src/libs/hooks/editor.ts +++ b/web/src/libs/hooks/editor.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/hooks/index.ts b/web/src/libs/hooks/index.ts index 12eeb3b8..0ab6ba3e 100644 --- a/web/src/libs/hooks/index.ts +++ b/web/src/libs/hooks/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/localStorage.ts b/web/src/libs/localStorage.ts index 1d64ec7b..41341035 100644 --- a/web/src/libs/localStorage.ts +++ b/web/src/libs/localStorage.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/notes.ts b/web/src/libs/notes.ts index fe473c1c..922d8f82 100644 --- a/web/src/libs/notes.ts +++ b/web/src/libs/notes.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/operations.ts b/web/src/libs/operations.ts index 373c4a6f..5f71c97e 100644 --- a/web/src/libs/operations.ts +++ b/web/src/libs/operations.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/paths.spec.ts b/web/src/libs/paths.spec.ts index 6d83516f..463ef363 100644 --- a/web/src/libs/paths.spec.ts +++ b/web/src/libs/paths.spec.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/paths.ts b/web/src/libs/paths.ts index 8594c6bb..598838bb 100644 --- a/web/src/libs/paths.ts +++ b/web/src/libs/paths.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/restoreScroll.ts b/web/src/libs/restoreScroll.ts index d2c8af89..9cc7f252 100644 --- a/web/src/libs/restoreScroll.ts +++ b/web/src/libs/restoreScroll.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/scopeTab.js b/web/src/libs/scopeTab.js index 8e76f47b..d385c7c6 100644 --- a/web/src/libs/scopeTab.js +++ b/web/src/libs/scopeTab.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/search.ts b/web/src/libs/search.ts index 6a682f21..1b54218c 100644 --- a/web/src/libs/search.ts +++ b/web/src/libs/search.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/services.ts b/web/src/libs/services.ts index 49b65199..0eb0ef92 100644 --- a/web/src/libs/services.ts +++ b/web/src/libs/services.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/string.ts b/web/src/libs/string.ts index bb3b9379..821c4261 100644 --- a/web/src/libs/string.ts +++ b/web/src/libs/string.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/subscription.js b/web/src/libs/subscription.js index e9d99261..4cf46ff7 100644 --- a/web/src/libs/subscription.js +++ b/web/src/libs/subscription.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/libs/ui.js b/web/src/libs/ui.js index 78d45d4f..cc76e0dd 100644 --- a/web/src/libs/ui.js +++ b/web/src/libs/ui.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/routes.tsx b/web/src/routes.tsx index 61736768..78aba35c 100644 --- a/web/src/routes.tsx +++ b/web/src/routes.tsx @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/auth/actions.ts b/web/src/store/auth/actions.ts index a4e52f0b..bbc5a9a1 100644 --- a/web/src/store/auth/actions.ts +++ b/web/src/store/auth/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/auth/index.ts b/web/src/store/auth/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/auth/index.ts +++ b/web/src/store/auth/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/auth/reducers.ts b/web/src/store/auth/reducers.ts index 68c5295a..418c60ae 100644 --- a/web/src/store/auth/reducers.ts +++ b/web/src/store/auth/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/auth/type.ts b/web/src/store/auth/type.ts index 9045018b..bd94cbbf 100644 --- a/web/src/store/auth/type.ts +++ b/web/src/store/auth/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/books/actions.ts b/web/src/store/books/actions.ts index 5f69f7e8..cd6952b8 100644 --- a/web/src/store/books/actions.ts +++ b/web/src/store/books/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/books/index.ts b/web/src/store/books/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/books/index.ts +++ b/web/src/store/books/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/books/reducers.ts b/web/src/store/books/reducers.ts index a9f05de8..b0496986 100644 --- a/web/src/store/books/reducers.ts +++ b/web/src/store/books/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/books/type.ts b/web/src/store/books/type.ts index 663bc745..4e3fb5b8 100644 --- a/web/src/store/books/type.ts +++ b/web/src/store/books/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digest/actions.ts b/web/src/store/digest/actions.ts index fad27f34..22d73e4f 100644 --- a/web/src/store/digest/actions.ts +++ b/web/src/store/digest/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digest/index.ts b/web/src/store/digest/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/digest/index.ts +++ b/web/src/store/digest/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digest/reducers.ts b/web/src/store/digest/reducers.ts index b93b76a1..136cad2e 100644 --- a/web/src/store/digest/reducers.ts +++ b/web/src/store/digest/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digest/type.ts b/web/src/store/digest/type.ts index c916289d..7c63ae3a 100644 --- a/web/src/store/digest/type.ts +++ b/web/src/store/digest/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digests/actions.ts b/web/src/store/digests/actions.ts index 96324ac4..f037db00 100644 --- a/web/src/store/digests/actions.ts +++ b/web/src/store/digests/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digests/index.ts b/web/src/store/digests/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/digests/index.ts +++ b/web/src/store/digests/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digests/reducers.ts b/web/src/store/digests/reducers.ts index 914e46f5..cecc212f 100644 --- a/web/src/store/digests/reducers.ts +++ b/web/src/store/digests/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/digests/type.ts b/web/src/store/digests/type.ts index e01a5819..1c103391 100644 --- a/web/src/store/digests/type.ts +++ b/web/src/store/digests/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/editor/actions.ts b/web/src/store/editor/actions.ts index 527f135f..616f8fe1 100644 --- a/web/src/store/editor/actions.ts +++ b/web/src/store/editor/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/editor/index.ts b/web/src/store/editor/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/editor/index.ts +++ b/web/src/store/editor/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/editor/reducers.ts b/web/src/store/editor/reducers.ts index ea869cb7..9b59f1a4 100644 --- a/web/src/store/editor/reducers.ts +++ b/web/src/store/editor/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/editor/type.ts b/web/src/store/editor/type.ts index eb0b8034..614e4f37 100644 --- a/web/src/store/editor/type.ts +++ b/web/src/store/editor/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/filters/actions.ts b/web/src/store/filters/actions.ts index c83f1054..a697722f 100644 --- a/web/src/store/filters/actions.ts +++ b/web/src/store/filters/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/filters/index.ts b/web/src/store/filters/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/filters/index.ts +++ b/web/src/store/filters/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/filters/reducers.ts b/web/src/store/filters/reducers.ts index 8288c791..e7713a07 100644 --- a/web/src/store/filters/reducers.ts +++ b/web/src/store/filters/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/filters/type.ts b/web/src/store/filters/type.ts index 01d7ca68..5ccf4aa1 100644 --- a/web/src/store/filters/type.ts +++ b/web/src/store/filters/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/form/actions.ts b/web/src/store/form/actions.ts index 059b1f2b..ae4a8033 100644 --- a/web/src/store/form/actions.ts +++ b/web/src/store/form/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/form/index.ts b/web/src/store/form/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/form/index.ts +++ b/web/src/store/form/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/form/reducers.ts b/web/src/store/form/reducers.ts index 7c816904..7e8098c6 100644 --- a/web/src/store/form/reducers.ts +++ b/web/src/store/form/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/form/type.ts b/web/src/store/form/type.ts index 497e6662..8beb7bf1 100644 --- a/web/src/store/form/type.ts +++ b/web/src/store/form/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/hooks.ts b/web/src/store/hooks.ts index 4bef7338..6b92619d 100644 --- a/web/src/store/hooks.ts +++ b/web/src/store/hooks.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/index.ts b/web/src/store/index.ts index 3d676254..f13160aa 100644 --- a/web/src/store/index.ts +++ b/web/src/store/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/note/actions.ts b/web/src/store/note/actions.ts index acf144d9..a3fcaa61 100644 --- a/web/src/store/note/actions.ts +++ b/web/src/store/note/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/note/index.ts b/web/src/store/note/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/note/index.ts +++ b/web/src/store/note/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/note/reducers.ts b/web/src/store/note/reducers.ts index f3952cb1..bac3ffcf 100644 --- a/web/src/store/note/reducers.ts +++ b/web/src/store/note/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/note/type.ts b/web/src/store/note/type.ts index ea841cd7..7493ecfd 100644 --- a/web/src/store/note/type.ts +++ b/web/src/store/note/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/notes/actions.ts b/web/src/store/notes/actions.ts index 6e6a948f..5628a231 100644 --- a/web/src/store/notes/actions.ts +++ b/web/src/store/notes/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/notes/index.ts b/web/src/store/notes/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/notes/index.ts +++ b/web/src/store/notes/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/notes/reducers.ts b/web/src/store/notes/reducers.ts index b11b8ed7..f0f2afdd 100644 --- a/web/src/store/notes/reducers.ts +++ b/web/src/store/notes/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/notes/type.ts b/web/src/store/notes/type.ts index 5c4d7db2..80f47760 100644 --- a/web/src/store/notes/type.ts +++ b/web/src/store/notes/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/repetitionRules/actions.ts b/web/src/store/repetitionRules/actions.ts index 5c74e6c9..5516d294 100644 --- a/web/src/store/repetitionRules/actions.ts +++ b/web/src/store/repetitionRules/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/repetitionRules/index.ts b/web/src/store/repetitionRules/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/repetitionRules/index.ts +++ b/web/src/store/repetitionRules/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/repetitionRules/reducers.ts b/web/src/store/repetitionRules/reducers.ts index abfeb905..36137a24 100644 --- a/web/src/store/repetitionRules/reducers.ts +++ b/web/src/store/repetitionRules/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/repetitionRules/type.ts b/web/src/store/repetitionRules/type.ts index 9e79d944..9d9af1fc 100644 --- a/web/src/store/repetitionRules/type.ts +++ b/web/src/store/repetitionRules/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/route/actions.ts b/web/src/store/route/actions.ts index a44ff3bb..6f63167e 100644 --- a/web/src/store/route/actions.ts +++ b/web/src/store/route/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/route/index.ts b/web/src/store/route/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/route/index.ts +++ b/web/src/store/route/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/route/reducers.ts b/web/src/store/route/reducers.ts index 21ee113a..ef7aeb72 100644 --- a/web/src/store/route/reducers.ts +++ b/web/src/store/route/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/route/type.ts b/web/src/store/route/type.ts index 0b557f78..d2d65e97 100644 --- a/web/src/store/route/type.ts +++ b/web/src/store/route/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/types.ts b/web/src/store/types.ts index ba726bf9..3a03c5ff 100644 --- a/web/src/store/types.ts +++ b/web/src/store/types.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/ui/actions.ts b/web/src/store/ui/actions.ts index 38a492a5..553b3650 100644 --- a/web/src/store/ui/actions.ts +++ b/web/src/store/ui/actions.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/ui/index.ts b/web/src/store/ui/index.ts index e44e943b..82479ec2 100644 --- a/web/src/store/ui/index.ts +++ b/web/src/store/ui/index.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/ui/reducers.ts b/web/src/store/ui/reducers.ts index a6ca8d33..91a592dd 100644 --- a/web/src/store/ui/reducers.ts +++ b/web/src/store/ui/reducers.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/src/store/ui/type.ts b/web/src/store/ui/type.ts index fa50742e..fd1dd370 100644 --- a/web/src/store/ui/type.ts +++ b/web/src/store/ui/type.ts @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/dev.config.js b/web/webpack/dev.config.js index ba190b54..7ba5e68e 100644 --- a/web/webpack/dev.config.js +++ b/web/webpack/dev.config.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/externals.js b/web/webpack/externals.js index 0f813053..7e1f0ec5 100644 --- a/web/webpack/externals.js +++ b/web/webpack/externals.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/paths.js b/web/webpack/paths.js index aa405887..0fb33285 100644 --- a/web/webpack/paths.js +++ b/web/webpack/paths.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/plugins.js b/web/webpack/plugins.js index fc46e5e0..41499bc2 100644 --- a/web/webpack/plugins.js +++ b/web/webpack/plugins.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/prod.config.js b/web/webpack/prod.config.js index 19044443..a0d882cf 100644 --- a/web/webpack/prod.config.js +++ b/web/webpack/prod.config.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/resolve.js b/web/webpack/resolve.js index 3a79cc0e..23ea6afd 100644 --- a/web/webpack/resolve.js +++ b/web/webpack/resolve.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/rules/css.js b/web/webpack/rules/css.js index a13b8367..4aac745a 100644 --- a/web/webpack/rules/css.js +++ b/web/webpack/rules/css.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/rules/image.js b/web/webpack/rules/image.js index 93f3034b..116b3e1b 100644 --- a/web/webpack/rules/image.js +++ b/web/webpack/rules/image.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/rules/index.js b/web/webpack/rules/index.js index 0d488725..b5888992 100644 --- a/web/webpack/rules/index.js +++ b/web/webpack/rules/index.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. * diff --git a/web/webpack/rules/javascript.js b/web/webpack/rules/javascript.js index f483acf0..23ee963c 100644 --- a/web/webpack/rules/javascript.js +++ b/web/webpack/rules/javascript.js @@ -1,4 +1,4 @@ -/* Copyright (C) 2019 Monomax Software Pty Ltd +/* Copyright (C) 2019, 2020 Monomax Software Pty Ltd * * This file is part of Dnote. *