diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f13042..f7996ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ java-приложение для работы с блокировками в С ### Версии +1.9.1 + +* Обновлена лицензия + 1.9.0 * Добавлен gitHub Actions diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/PgSqlBlocks.java b/src/main/java/ru/taximaxim/pgsqlblocks/PgSqlBlocks.java index 9db29ae..b31d0db 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/PgSqlBlocks.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/PgSqlBlocks.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/DBQueries.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/DBQueries.java index 07b3708..8b66b61 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/DBQueries.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/DBQueries.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlock.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlock.java index 7547037..26b7641 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlock.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlock.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlockDeserializer.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlockDeserializer.java index 7eed969..c7f2401 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlockDeserializer.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlockDeserializer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournal.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournal.java index b04c945..84f33e8 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournal.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournal.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalListener.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalListener.java index e18357e..ee1e78d 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalListener.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalProcess.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalProcess.java index 99225af..cc9b795 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalProcess.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalProcess.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBModel.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBModel.java index e147130..5a5aa5b 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBModel.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBModel.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcess.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcess.java index 32f91d3..002ed54 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcess.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcess.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQuery.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQuery.java index 0a99a43..ca2750f 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQuery.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQuery.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQueryCaller.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQueryCaller.java index 7ff6bab..1c1afbc 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQueryCaller.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessQueryCaller.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessStatus.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessStatus.java index b4c72ce..98b0ed5 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessStatus.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/models/DBProcessStatus.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBBlocksJournalViewDataSource.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBBlocksJournalViewDataSource.java index 92d7d4b..14f7af8 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBBlocksJournalViewDataSource.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBBlocksJournalViewDataSource.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsView.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsView.java index 746301f..3eeaa48 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsView.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewContentProvider.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewContentProvider.java index b37d60f..e46a7fa 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewContentProvider.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewContentProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewLabelProvider.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewLabelProvider.java index f8b4deb..53bb62e 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewLabelProvider.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewLabelProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewListener.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewListener.java index 82ff8bb..fcb078e 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewListener.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBModelsViewListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoView.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoView.java index 6d12bac..440e362 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoView.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoViewListener.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoViewListener.java index bd530f3..430ccea 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoViewListener.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessInfoViewListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessesViewDataSource.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessesViewDataSource.java index c19beb1..ae32f75 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessesViewDataSource.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/DBProcessesViewDataSource.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/TreeLabelProvider.java b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/TreeLabelProvider.java index 42634c8..835f54a 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/TreeLabelProvider.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/common/ui/TreeLabelProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/AddDatabaseDialog.java b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/AddDatabaseDialog.java index 6c5d212..6f916a3 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/AddDatabaseDialog.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/AddDatabaseDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/DBProcessInfoDialog.java b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/DBProcessInfoDialog.java index 5895fde..ad7016d 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/DBProcessInfoDialog.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/DBProcessInfoDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/EditDatabaseDialog.java b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/EditDatabaseDialog.java index 678b7f4..9dc9cf5 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/EditDatabaseDialog.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/EditDatabaseDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/PasswordDialog.java b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/PasswordDialog.java index 416bf3f..d7bef4f 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/PasswordDialog.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/PasswordDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/SettingsDialog.java b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/SettingsDialog.java index f63c032..b41d12a 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/SettingsDialog.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/dialogs/SettingsDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks.java b/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks.java index aa2a74a..81752dd 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_en.java b/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_en.java index 64d2f22..369b137 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_en.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_en.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_ru.java b/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_ru.java index 90e056a..97a1e51 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_ru.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/l10n/PgSqlBlocks_ru.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/controller/ApplicationController.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/controller/ApplicationController.java index bfee07f..98d897f 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/controller/ApplicationController.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/controller/ApplicationController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationView.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationView.java index 1e21361..f5bf62f 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationView.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationViewListener.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationViewListener.java index 848a7ee..26ae2de 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationViewListener.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/application/view/ApplicationViewListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesContentProvider.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesContentProvider.java index 3bde296..27326b6 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesContentProvider.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesContentProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesLabelProvider.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesLabelProvider.java index 6ff0c47..29dd699 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesLabelProvider.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalFilesLabelProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalView.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalView.java index f346623..331bc88 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalView.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/blocksjournal/view/BlocksJournalView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBController.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBController.java index 04f3a00..b1acf46 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBController.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerListener.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerListener.java index 4b12fbd..fa1d4a0 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerListener.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/UserInputPasswordProvider.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/UserInputPasswordProvider.java index 28de16d..8a35f66 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/UserInputPasswordProvider.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/controller/UserInputPasswordProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/model/DBStatus.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/model/DBStatus.java index 7637a71..f34b10a 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/model/DBStatus.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/db/model/DBStatus.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/logs/view/LogsView.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/logs/view/LogsView.java index 9ec7db2..df778a4 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/logs/view/LogsView.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/logs/view/LogsView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/controller/ProcessesController.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/controller/ProcessesController.java index 426ee9d..f6771e7 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/controller/ProcessesController.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/controller/ProcessesController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/view/ProcessesView.java b/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/view/ProcessesView.java index 5471db8..3d25915 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/view/ProcessesView.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/modules/processes/view/ProcessesView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/ui/AboutDlg.java b/src/main/java/ru/taximaxim/pgsqlblocks/ui/AboutDlg.java index c3df8ef..a504df6 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/ui/AboutDlg.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/ui/AboutDlg.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/ui/UIAppender.java b/src/main/java/ru/taximaxim/pgsqlblocks/ui/UIAppender.java index 586acda..4bb5819 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/ui/UIAppender.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/ui/UIAppender.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/ColumnLayout.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/ColumnLayout.java index 8c3fe1c..af06297 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/ColumnLayout.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/ColumnLayout.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/Columns.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/Columns.java index c7fcacd..1f7aabb 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/Columns.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/Columns.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/DateUtils.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/DateUtils.java index f7cf8ce..e666f52 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/DateUtils.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/DateUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/ImageUtils.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/ImageUtils.java index d84c5b9..afc6e1d 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/ImageUtils.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/ImageUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/Images.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/Images.java index 8e5ea2c..c441a5e 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/Images.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/Images.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/PathBuilder.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/PathBuilder.java index edfa621..a069e2f 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/PathBuilder.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/PathBuilder.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/Settings.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/Settings.java index 47a27eb..837a2e0 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/Settings.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/Settings.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/SettingsListener.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/SettingsListener.java index c7f078c..b573456 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/SettingsListener.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/SettingsListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/utils/UserCancelException.java b/src/main/java/ru/taximaxim/pgsqlblocks/utils/UserCancelException.java index b6cd622..81cf930 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/utils/UserCancelException.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/utils/UserCancelException.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/ColumnLayoutsXmlStore.java b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/ColumnLayoutsXmlStore.java index 3dd602a..4aa7d2d 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/ColumnLayoutsXmlStore.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/ColumnLayoutsXmlStore.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBBlocksXmlStore.java b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBBlocksXmlStore.java index c6fddbb..4bc1306 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBBlocksXmlStore.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBBlocksXmlStore.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBModelsXmlStore.java b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBModelsXmlStore.java index f033616..d3dbfca 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBModelsXmlStore.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/DBModelsXmlStore.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/XmlStore.java b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/XmlStore.java index 73a259d..5a24cf6 100644 --- a/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/XmlStore.java +++ b/src/main/java/ru/taximaxim/pgsqlblocks/xmlstore/XmlStore.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/ExtendedTreeViewer.java b/src/main/java/ru/taximaxim/treeviewer/ExtendedTreeViewer.java index 520406a..ef28de7 100644 --- a/src/main/java/ru/taximaxim/treeviewer/ExtendedTreeViewer.java +++ b/src/main/java/ru/taximaxim/treeviewer/ExtendedTreeViewer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/dialog/ColumnConfigDialog.java b/src/main/java/ru/taximaxim/treeviewer/dialog/ColumnConfigDialog.java index eb5b13a..4c028ad 100644 --- a/src/main/java/ru/taximaxim/treeviewer/dialog/ColumnConfigDialog.java +++ b/src/main/java/ru/taximaxim/treeviewer/dialog/ColumnConfigDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/filter/ColumnType.java b/src/main/java/ru/taximaxim/treeviewer/filter/ColumnType.java index 6d7963c..b4e914e 100644 --- a/src/main/java/ru/taximaxim/treeviewer/filter/ColumnType.java +++ b/src/main/java/ru/taximaxim/treeviewer/filter/ColumnType.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/filter/FilterChangeHandler.java b/src/main/java/ru/taximaxim/treeviewer/filter/FilterChangeHandler.java index e071a1d..bbbe46a 100644 --- a/src/main/java/ru/taximaxim/treeviewer/filter/FilterChangeHandler.java +++ b/src/main/java/ru/taximaxim/treeviewer/filter/FilterChangeHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/filter/FilterComposite.java b/src/main/java/ru/taximaxim/treeviewer/filter/FilterComposite.java index ba5137d..a97e373 100644 --- a/src/main/java/ru/taximaxim/treeviewer/filter/FilterComposite.java +++ b/src/main/java/ru/taximaxim/treeviewer/filter/FilterComposite.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/filter/FilterOperation.java b/src/main/java/ru/taximaxim/treeviewer/filter/FilterOperation.java index 38ad3d7..07eb43f 100644 --- a/src/main/java/ru/taximaxim/treeviewer/filter/FilterOperation.java +++ b/src/main/java/ru/taximaxim/treeviewer/filter/FilterOperation.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer.java b/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer.java index c42efcb..8b43e5e 100644 --- a/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer.java +++ b/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_en.java b/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_en.java index 4cf8aa5..74ae633 100644 --- a/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_en.java +++ b/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_en.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_ru.java b/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_ru.java index 9f42f19..1b8e522 100644 --- a/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_ru.java +++ b/src/main/java/ru/taximaxim/treeviewer/l10n/TreeViewer_ru.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/models/DataSource.java b/src/main/java/ru/taximaxim/treeviewer/models/DataSource.java index c0ead71..2e4e403 100644 --- a/src/main/java/ru/taximaxim/treeviewer/models/DataSource.java +++ b/src/main/java/ru/taximaxim/treeviewer/models/DataSource.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/models/IObject.java b/src/main/java/ru/taximaxim/treeviewer/models/IObject.java index 3a29e7c..c4e2e71 100644 --- a/src/main/java/ru/taximaxim/treeviewer/models/IObject.java +++ b/src/main/java/ru/taximaxim/treeviewer/models/IObject.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/tree/ExtendedTreeViewerComponent.java b/src/main/java/ru/taximaxim/treeviewer/tree/ExtendedTreeViewerComponent.java index 24bfa69..57a692e 100644 --- a/src/main/java/ru/taximaxim/treeviewer/tree/ExtendedTreeViewerComponent.java +++ b/src/main/java/ru/taximaxim/treeviewer/tree/ExtendedTreeViewerComponent.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/utils/AggregatingListener.java b/src/main/java/ru/taximaxim/treeviewer/utils/AggregatingListener.java index 024807c..e142427 100644 --- a/src/main/java/ru/taximaxim/treeviewer/utils/AggregatingListener.java +++ b/src/main/java/ru/taximaxim/treeviewer/utils/AggregatingListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/utils/ImageUtils.java b/src/main/java/ru/taximaxim/treeviewer/utils/ImageUtils.java index 4c8d78c..f2c7254 100644 --- a/src/main/java/ru/taximaxim/treeviewer/utils/ImageUtils.java +++ b/src/main/java/ru/taximaxim/treeviewer/utils/ImageUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/utils/Images.java b/src/main/java/ru/taximaxim/treeviewer/utils/Images.java index a2d0f41..09d1bb1 100644 --- a/src/main/java/ru/taximaxim/treeviewer/utils/Images.java +++ b/src/main/java/ru/taximaxim/treeviewer/utils/Images.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/ru/taximaxim/treeviewer/utils/TriFunction.java b/src/main/java/ru/taximaxim/treeviewer/utils/TriFunction.java index c3e1061..8f23045 100644 --- a/src/main/java/ru/taximaxim/treeviewer/utils/TriFunction.java +++ b/src/main/java/ru/taximaxim/treeviewer/utils/TriFunction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalTest.java b/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalTest.java index 17055af..dc9322f 100644 --- a/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalTest.java +++ b/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBBlocksJournalTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBModelTest.java b/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBModelTest.java index f2b98cc..de87765 100644 --- a/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBModelTest.java +++ b/src/test/java/ru/taximaxim/pgsqlblocks/common/models/DBModelTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerTest.java b/src/test/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerTest.java index c389eb8..430696a 100644 --- a/src/test/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerTest.java +++ b/src/test/java/ru/taximaxim/pgsqlblocks/modules/db/controller/DBControllerTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/ru/taximaxim/pgsqlblocks/utils/DateUtilsTest.java b/src/test/java/ru/taximaxim/pgsqlblocks/utils/DateUtilsTest.java index 159b34a..a372452 100644 --- a/src/test/java/ru/taximaxim/pgsqlblocks/utils/DateUtilsTest.java +++ b/src/test/java/ru/taximaxim/pgsqlblocks/utils/DateUtilsTest.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2017-2024 TAXTELECOM, LLC + * Copyright 2017-2026 TAXTELECOM, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.