Browse Source

dbeaver/pro#2341 Copyright update

serge-rider 2 years ago
parent
commit
3e1d560c32
100 changed files with 114 additions and 114 deletions
  1. 1 1
      apps/awt.injector.lib/src/main/java/org/jkiss/awt/injector/BrowsePeerProxy.java
  2. 1 1
      apps/awt.injector.lib/src/main/java/org/jkiss/awt/injector/ProxyInjector.java
  3. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/code/NotNull.java
  4. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/code/Nullable.java
  5. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/AlphanumericComparator.java
  6. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/ArrayUtils.java
  7. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/Base64.java
  8. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/BeanUtils.java
  9. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/ByteNumberFormat.java
  10. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/CommonUtils.java
  11. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/IOUtils.java
  12. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/IntKeyMap.java
  13. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/LongKeyMap.java
  14. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/MimeType.java
  15. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/Pair.java
  16. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/ReaderWriterLock.java
  17. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/SecurityUtils.java
  18. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/StandardConstants.java
  19. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVParser.java
  20. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVParserBuilder.java
  21. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVReader.java
  22. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVReaderBuilder.java
  23. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVReaderNullFieldIndicator.java
  24. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVWriter.java
  25. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/csv/LineReader.java
  26. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/io/BOMInputStream.java
  27. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/io/ByteOrderMark.java
  28. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RequestMapping.java
  29. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RequestParameter.java
  30. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestClient.java
  31. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestConstants.java
  32. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestException.java
  33. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestProxy.java
  34. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestServer.java
  35. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/xml/SAXListener.java
  36. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/xml/SAXReader.java
  37. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLBuilder.java
  38. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLConstants.java
  39. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLException.java
  40. 1 1
      bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLUtils.java
  41. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIConstants.java
  42. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIDataType.java
  43. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIException.java
  44. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObject.java
  45. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectAttribute.java
  46. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectElement.java
  47. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectMethod.java
  48. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectSink.java
  49. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectSinkStatus.java
  50. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIQualifiedObject.java
  51. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIQualifier.java
  52. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIService.java
  53. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMISinkStatus.java
  54. 1 1
      bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/test/TestService.java
  55. 1 1
      docs/license_header.txt
  56. 3 3
      features/org.jkiss.dbeaver.app.base.feature/feature.properties
  57. 1 1
      features/org.jkiss.dbeaver.appstore.feature/feature.properties
  58. 3 3
      features/org.jkiss.dbeaver.ce.feature/feature.properties
  59. 2 2
      features/org.jkiss.dbeaver.db.feature/feature.properties
  60. 2 2
      features/org.jkiss.dbeaver.db.ui.feature/feature.properties
  61. 2 2
      features/org.jkiss.dbeaver.debug.feature/feature.properties
  62. 1 1
      features/org.jkiss.dbeaver.ext.ai.feature/feature.properties
  63. 2 2
      features/org.jkiss.dbeaver.ext.office.feature/feature.properties
  64. 1 1
      features/org.jkiss.dbeaver.ext.ui.svg.feature/feature.properties
  65. 2 2
      features/org.jkiss.dbeaver.ide.feature/feature.properties
  66. 2 2
      features/org.jkiss.dbeaver.rcp.feature/feature.properties
  67. 2 2
      features/org.jkiss.dbeaver.runtime.feature/feature.properties
  68. 2 2
      features/org.jkiss.dbeaver.standalone.feature/feature.properties
  69. 2 2
      features/org.jkiss.dbeaver.ui.extra.feature/feature.properties
  70. 2 2
      features/org.jkiss.dbeaver.ui.feature/feature.properties
  71. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsHandler.java
  72. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsPageOutput.java
  73. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsPageSettings.java
  74. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsWizard.java
  75. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareWizardDialog.java
  76. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/internal/CompareUIMessages.java
  77. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareObjectsExecutor.java
  78. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareObjectsSettings.java
  79. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReport.java
  80. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReportLine.java
  81. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReportProperty.java
  82. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReportRenderer.java
  83. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareUtils.java
  84. 1 1
      plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/messages/CompareMessages.java
  85. 1 1
      plugins/org.jkiss.dbeaver.core/OSGI-INF/l10n/bundle_de.properties
  86. 1 1
      plugins/org.jkiss.dbeaver.core/OSGI-INF/l10n/bundle_fr.properties
  87. 1 1
      plugins/org.jkiss.dbeaver.core/OSGI-INF/l10n/bundle_ru.properties
  88. 1 1
      plugins/org.jkiss.dbeaver.core/docs/help/contexts.xml
  89. 1 1
      plugins/org.jkiss.dbeaver.core/docs/help/toc.xml
  90. 1 1
      plugins/org.jkiss.dbeaver.core/plugin.xml
  91. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/DBeaverPreferences.java
  92. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreCommands.java
  93. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreFeatures.java
  94. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreMessages.java
  95. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources_de.properties
  96. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources_fr.properties
  97. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DBeaverActivator.java
  98. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DesktopPlatform.java
  99. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DesktopPreferencesInitializer.java
  100. 1 1
      plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DesktopUI.java

+ 1 - 1
apps/awt.injector.lib/src/main/java/org/jkiss/awt/injector/BrowsePeerProxy.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
apps/awt.injector.lib/src/main/java/org/jkiss/awt/injector/ProxyInjector.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/code/NotNull.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/code/Nullable.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/AlphanumericComparator.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/ArrayUtils.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/Base64.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/BeanUtils.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/ByteNumberFormat.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/CommonUtils.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/IOUtils.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/IntKeyMap.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/LongKeyMap.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/MimeType.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/Pair.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/ReaderWriterLock.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/SecurityUtils.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/StandardConstants.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVParser.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVParserBuilder.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVReader.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVReaderBuilder.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVReaderNullFieldIndicator.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/csv/CSVWriter.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/csv/LineReader.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/io/BOMInputStream.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/io/ByteOrderMark.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RequestMapping.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RequestParameter.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestClient.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestConstants.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestException.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestProxy.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/rest/RestServer.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/xml/SAXListener.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/xml/SAXReader.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLBuilder.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLConstants.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLException.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.utils/src/org/jkiss/utils/xml/XMLUtils.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIConstants.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIDataType.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIException.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObject.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectAttribute.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectElement.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectMethod.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectSink.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIObjectSinkStatus.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIQualifiedObject.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIQualifier.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMIService.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/service/WMISinkStatus.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
bundles/org.jkiss.wmi/src/java/org/jkiss/wmi/test/TestService.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
docs/license_header.txt

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 3 - 3
features/org.jkiss.dbeaver.app.base.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver Base Standalone Application
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver Universal Database Manager base standalone application.
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\
@@ -204,4 +204,4 @@ license=\
    distributed under the License is distributed on an "AS IS" BASIS,\n\
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\
    See the License for the specific language governing permissions and\n\
-   limitations under the License.\n\
+   limitations under the License.

+ 1 - 1
features/org.jkiss.dbeaver.appstore.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver AppStore
 providerName=DBeaver Corp
 description=DBeaver Universal Database Manager standalone application.
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 3 - 3
features/org.jkiss.dbeaver.ce.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver Community Edition
-providerName=JKISS
+providerName=DBeaver Corp
 description=Universal Database Manager.
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\
@@ -204,4 +204,4 @@ license=\
    distributed under the License is distributed on an "AS IS" BASIS,\n\
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\
    See the License for the specific language governing permissions and\n\
-   limitations under the License.\n\
+   limitations under the License.

+ 2 - 2
features/org.jkiss.dbeaver.db.feature/feature.properties

@@ -1,5 +1,5 @@
 featureName=DBeaver Databases
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver SQL databases support
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt

+ 2 - 2
features/org.jkiss.dbeaver.db.ui.feature/feature.properties

@@ -1,5 +1,5 @@
 featureName=DBeaver Databases UI
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver SQL databases UI
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt

+ 2 - 2
features/org.jkiss.dbeaver.debug.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver Debug
-providerName=JKISS
+providerName=DBeaver Corp
 description=Database debugger functionality.
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 1 - 1
features/org.jkiss.dbeaver.ext.ai.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver AI Support
 providerName=DBeaver Corp
 description=DBeaver AI Support
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 2 - 2
features/org.jkiss.dbeaver.ext.office.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver Office Support
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver Office Support
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 1 - 1
features/org.jkiss.dbeaver.ext.ui.svg.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver SVG Extension
 providerName=DBeaver Corp
 description=DBeaver SVG Extension
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=../../docs/licenses/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 2 - 2
features/org.jkiss.dbeaver.ide.feature/feature.properties

@@ -1,5 +1,5 @@
 featureName=DBeaver IDE
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver IDE (Eclipse plugin)
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt

+ 2 - 2
features/org.jkiss.dbeaver.rcp.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver RCP
-providerName=JKISS
+providerName=DBeaver Corp
 description=Universal Database Manager RCP.
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=../../docs/licenses/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 2 - 2
features/org.jkiss.dbeaver.runtime.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver Runtime
-providerName=JKISS
+providerName=DBeaver Corp
 description=Universal Database Manager Runtime.
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 2 - 2
features/org.jkiss.dbeaver.standalone.feature/feature.properties

@@ -1,7 +1,7 @@
 featureName=DBeaver Standalone
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver Universal Database Manager standalone application.
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 license=\
                                  Apache License\n\

+ 2 - 2
features/org.jkiss.dbeaver.ui.extra.feature/feature.properties

@@ -1,6 +1,6 @@
 featureName=DBeaver Desktop UI Extras
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver Desktop UI
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 

+ 2 - 2
features/org.jkiss.dbeaver.ui.feature/feature.properties

@@ -1,6 +1,6 @@
 featureName=DBeaver Desktop UI
-providerName=JKISS
+providerName=DBeaver Corp
 description=DBeaver Desktop UI
-copyright=\u00A9 2010-2023, DBeaver Corp
+copyright=\u00A9 2010-2024, DBeaver Corp
 licenseURL=https://dbeaver.io/product/dbeaver_license.txt
 

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsHandler.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsPageOutput.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsPageSettings.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareObjectsWizard.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/CompareWizardDialog.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  * Copyright (C) 2011-2012 Eugene Fradkin ([email protected])
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple.ui/src/org/jkiss/dbeaver/tools/compare/simple/ui/internal/CompareUIMessages.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareObjectsExecutor.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareObjectsSettings.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReport.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReportLine.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReportProperty.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareReportRenderer.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/CompareUtils.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.cmp.simple/src/org/jkiss/dbeaver/tools/compare/simple/messages/CompareMessages.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/OSGI-INF/l10n/bundle_de.properties

@@ -1,6 +1,6 @@
 #Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
 # DBeaver - Universal Database Manager
-# Copyright (C) 2010-2023 DBeaver Corp and others
+# Copyright (C) 2010-2024 DBeaver Corp and others
 # Copyright (C) 2016 Karl Griesser ([email protected])
 content-type.org.jkiss.dbeaver.bookmark.name = Lesezeichen
 content-type.org.jkiss.dbeaver.shortcut.name = Windows Tastaturk\u00FCrzel

+ 1 - 1
plugins/org.jkiss.dbeaver.core/OSGI-INF/l10n/bundle_fr.properties

@@ -1,5 +1,5 @@
 # DBeaver - Universal Database Manager
-# Copyright (C) 2010-2023 DBeaver Corp and others
+# Copyright (C) 2010-2024 DBeaver Corp and others
 
 view.query.manager.title      = Gestionnaire de requ\u00EAtes
 view.shell.process.title      = Processus

+ 1 - 1
plugins/org.jkiss.dbeaver.core/OSGI-INF/l10n/bundle_ru.properties

@@ -1,5 +1,5 @@
 #Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
-# Copyright (C) 2010-2023 DBeaver Corp and others
+# Copyright (C) 2010-2024 DBeaver Corp and others
 # Copyright (C) 2010-2012 Eugene Fradkin ([email protected])
 
 category.utility.description                  = \u0423\u0442\u0438\u043B\u0438\u0442\u043D\u044B\u0435 \u043A\u043E\u043C\u0430\u043D\u0434\u044B

+ 1 - 1
plugins/org.jkiss.dbeaver.core/docs/help/contexts.xml

@@ -1,6 +1,6 @@
 <!--
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/docs/help/toc.xml

@@ -3,7 +3,7 @@
 
 <!--
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/plugin.xml

@@ -3,7 +3,7 @@
 
 <!--
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/DBeaverPreferences.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreCommands.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreFeatures.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreMessages.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  * Copyright (C) 2011-2012 Eugene Fradkin ([email protected])
  *
  * Licensed under the Apache License, Version 2.0 (the "License");

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources_de.properties

@@ -1,6 +1,6 @@
 #Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
 # DBeaver - Universal Database Manager
-# Copyright (C) 2010-2023 DBeaver Corp and others
+# Copyright (C) 2010-2024 DBeaver Corp and others
 # Copyright (C) 2017 Karl Griesser ([email protected])
 
 action_menu_enterpriseEdition = Enterprise Edition

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources_fr.properties

@@ -1,5 +1,5 @@
 # DBeaver - Universal Database Manager
-# Copyright (C) 2010-2023 DBeaver Corp and others
+# Copyright (C) 2010-2024 DBeaver Corp and others
 
 actions_ContentAssistProposal_description = Assistant SQL
 

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DBeaverActivator.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DesktopPlatform.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DesktopPreferencesInitializer.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/DesktopUI.java

@@ -1,6 +1,6 @@
 /*
  * DBeaver - Universal Database Manager
- * Copyright (C) 2010-2023 DBeaver Corp and others
+ * Copyright (C) 2010-2024 DBeaver Corp and others
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Some files were not shown because too many files changed in this diff