From 3b9495fd096fa20bf750af4356b5cf89ba7b6749 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 27 May 2026 07:26:45 -0700 Subject: [PATCH 1/2] Update copyrights and licenses --- .../labkey/api/ldk/ExtendedSimpleModule.java | 7 +----- .../org/labkey/api/ldk/LDKService.java | 7 +----- .../api/ldk/buttons/ShowBulkEditButton.java | 7 +----- .../api/ldk/buttons/ShowEditUIButton.java | 7 +----- .../notification/AbstractNotification.java | 7 +----- .../api/ldk/notification/Notification.java | 7 +----- .../ldk/notification/NotificationSection.java | 7 +----- .../ldk/notification/NotificationService.java | 7 +----- .../api/ldk/security/DataAdminPermission.java | 15 +++++++++++++ .../ldk/table/AbstractDataDefinedTable.java | 7 +----- .../ldk/table/AbstractTableCustomizer.java | 7 +----- .../api/ldk/table/ButtonConfigFactory.java | 4 +--- .../api/ldk/table/ContainerScopedTable.java | 2 +- .../api/ldk/table/CustomPermissionsTable.java | 2 +- .../org/labkey/api/ldk/table/QueryCache.java | 2 +- .../labkey/api/ldk/table/SharedDataTable.java | 2 +- .../ldk/table/SimpleButtonConfigFactory.java | 6 +---- .../queries/core/DistinctUsersByMonth.sql | 2 +- LDK/resources/queries/core/SiteUsageByDay.sql | 2 +- .../queries/core/SiteUsageByGroup.sql | 2 +- .../queries/core/SiteUsageByHour.sql | 2 +- .../queries/core/SiteUsageByMonth.sql | 2 +- .../queries/core/SiteUsageByUser.sql | 2 +- .../queries/core/SiteUsagePerGroup.sql | 2 +- LDK/resources/queries/ldk/dateRange.sql | 2 +- LDK/resources/queries/ldk/monthRange.sql | 2 +- .../dbscripts/postgresql/ldk-0.00-0.01.sql | 2 +- .../dbscripts/postgresql/ldk-0.01-0.02.sql | 2 +- .../dbscripts/postgresql/ldk-0.02-12.30.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.30-12.31.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.31-12.32.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.32-12.33.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.33-12.34.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.34-12.35.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.35-12.36.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.36-12.37.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.37-12.38.sql | 5 +++++ .../dbscripts/postgresql/ldk-12.38-12.39.sql | 5 +++++ .../sqlserver/Naturalize_install_1.0.1.sql | 5 +++++ .../sqlserver/Naturalize_uninstall.sql | 5 +++-- .../dbscripts/sqlserver/ldk-0.00-0.01.sql | 2 +- .../dbscripts/sqlserver/ldk-0.01-0.02.sql | 2 +- .../dbscripts/sqlserver/ldk-0.02-12.30.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.30-12.31.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.31-12.32.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.32-12.33.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.34-12.35.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.35-12.36.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.36-12.37.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.37-12.38.sql | 5 +++++ .../dbscripts/sqlserver/ldk-12.38-12.39.sql | 5 +++++ LDK/resources/scripts/ldk/Assert.js | 5 +++++ LDK/resources/scripts/ldk/Utils.js | 2 +- LDK/resources/web/LDK/AssayUtils.js | 5 +++++ LDK/resources/web/LDK/Assert.js | 5 +++++ LDK/resources/web/LDK/ConvertUtils.js | 5 +++++ LDK/resources/web/LDK/DataRegionUtils.js | 5 +++++ LDK/resources/web/LDK/DateRangePanel.js | 5 +++++ LDK/resources/web/LDK/Ext.ux.UnitTest.js | 5 +++++ LDK/resources/web/LDK/Ext4Loader.js | 2 +- LDK/resources/web/LDK/Ext4Overrides.js | 5 +++++ LDK/resources/web/LDK/GridHelpers.js | 5 +++++ LDK/resources/web/LDK/QueryHelper.js | 5 +++++ LDK/resources/web/LDK/RemoteGroup.js | 5 +++++ LDK/resources/web/LDK/SelectRowsRow.js | 5 +++++ LDK/resources/web/LDK/StoreUtils.js | 5 +++++ LDK/resources/web/LDK/Utils.js | 5 +++++ LDK/resources/web/LDK/button/LinkButton.js | 5 +++++ LDK/resources/web/LDK/calendar/src/App.js | 5 +++++ .../web/LDK/calendar/src/CalendarPanel.js | 5 +++++ .../LDK/calendar/src/data/CalendarMappings.js | 5 +++++ .../LDK/calendar/src/data/CalendarModel.js | 5 +++++ .../web/LDK/calendar/src/data/Calendars.js | 5 +++++ .../LDK/calendar/src/data/EventMappings.js | 5 +++++ .../web/LDK/calendar/src/data/EventModel.js | 5 +++++ .../web/LDK/calendar/src/data/Events.js | 5 +++++ .../calendar/src/data/MemoryCalendarStore.js | 5 +++++ .../LDK/calendar/src/data/MemoryEventStore.js | 5 +++++ .../web/LDK/calendar/src/dd/DayDragZone.js | 5 +++++ .../web/LDK/calendar/src/dd/DayDropZone.js | 5 +++++ .../web/LDK/calendar/src/dd/DragZone.js | 5 +++++ .../web/LDK/calendar/src/dd/DropZone.js | 5 +++++ .../web/LDK/calendar/src/dd/StatusProxy.js | 5 +++++ .../web/LDK/calendar/src/form/EventDetails.js | 5 +++++ .../web/LDK/calendar/src/form/EventWindow.js | 5 +++++ .../calendar/src/form/field/CalendarCombo.js | 5 +++++ .../LDK/calendar/src/form/field/DateRange.js | 5 +++++ .../calendar/src/form/field/ReminderCombo.js | 5 +++++ .../LDK/calendar/src/template/BoxLayout.js | 5 +++++ .../web/LDK/calendar/src/template/DayBody.js | 5 +++++ .../LDK/calendar/src/template/DayHeader.js | 5 +++++ .../web/LDK/calendar/src/template/Month.js | 5 +++++ .../web/LDK/calendar/src/util/Date.js | 5 +++++ .../calendar/src/util/WeekEventRenderer.js | 5 +++++ .../LDK/calendar/src/view/AbstractCalendar.js | 5 +++++ .../web/LDK/calendar/src/view/Day.js | 5 +++++ .../web/LDK/calendar/src/view/DayBody.js | 5 +++++ .../web/LDK/calendar/src/view/DayHeader.js | 5 +++++ .../web/LDK/calendar/src/view/Month.js | 5 +++++ .../LDK/calendar/src/view/MonthDayDetail.js | 5 +++++ .../web/LDK/calendar/src/view/Week.js | 5 +++++ .../web/LDK/data/CaseInsensitiveModel.js | 5 +++++ LDK/resources/web/LDK/data/LabKeyStore.js | 5 +++++ .../web/LDK/field/EditInPlaceElement.js | 5 +++++ LDK/resources/web/LDK/field/ExpDataField.js | 5 +++++ LDK/resources/web/LDK/field/IntegerField.js | 5 +++++ LDK/resources/web/LDK/field/NumberField.js | 5 +++++ LDK/resources/web/LDK/field/SimpleCombo.js | 5 +++++ .../web/LDK/field/SimpleLabKeyCombo.js | 5 +++++ LDK/resources/web/LDK/form/Panel.js | 5 +++++ LDK/resources/web/LDK/grid/Panel.js | 5 +++++ .../web/LDK/panel/AbstractFilterType.js | 5 +++++ LDK/resources/web/LDK/panel/BulkEditPanel.js | 5 +++++ LDK/resources/web/LDK/panel/CalendarPanel.js | 5 +++++ .../web/LDK/panel/ContentResizingPanel.js | 5 +++++ LDK/resources/web/LDK/panel/DetailsPanel.js | 5 +++++ LDK/resources/web/LDK/panel/GraphPanel.js | 5 +++++ .../web/LDK/panel/MultiRecordDetailsPanel.js | 5 +++++ .../web/LDK/panel/MultiSubjectFilterType.js | 5 +++++ LDK/resources/web/LDK/panel/NavPanel.js | 2 +- .../web/LDK/panel/NoFiltersFilterType.js | 5 +++++ .../web/LDK/panel/NotificationAdminPanel.js | 5 +++++ .../web/LDK/panel/PopulateDataPanel.js | 5 +++++ LDK/resources/web/LDK/panel/QueryPanel.js | 5 +++++ LDK/resources/web/LDK/panel/QueryTabPanel.js | 5 +++++ .../web/LDK/panel/SingleSubjectFilterType.js | 5 +++++ .../web/LDK/panel/TabbedReportPanel.js | 2 +- LDK/resources/web/LDK/panel/WebpartPanel.js | 5 +++++ LDK/resources/web/LDK/plugin/CellEditing.js | 5 +++++ LDK/resources/web/LDK/plugin/MenuQuickTips.js | 5 +++++ .../web/LDK/plugin/UserEditableCombo.js | 2 +- LDK/resources/web/LDK/ux/ColorField.js | 5 +++++ LDK/resources/web/LDK/ux/DateTimeField.js | 5 +++++ .../web/LDK/window/GridBulkEditWindow.js | 5 +++++ LDK/src/org/labkey/ldk/LDKController.java | 2 +- LDK/src/org/labkey/ldk/LDKManager.java | 2 +- LDK/src/org/labkey/ldk/LDKModule.java | 2 +- LDK/src/org/labkey/ldk/LDKSchema.java | 6 +---- .../ldk/notification/NotificationJob.java | 21 +++++++++++++----- .../notification/NotificationServiceImpl.java | 7 +----- .../notification/SiteSummaryNotification.java | 6 +---- .../ldk/query/AbstractIntegrationTest.java | 2 +- .../ldk/query/ColumnOrderCustomizer.java | 19 ++++++++++++---- .../ldk/query/DefaultTableCustomizer.java | 7 +----- .../org/labkey/ldk/query/IndexStatsTable.java | 15 +++++++++++++ .../org/labkey/ldk/query/LookupSetTable.java | 2 +- .../ldk/query/LookupValidationHelper.java | 20 ++++++++++++----- .../labkey/ldk/query/LookupsUserSchema.java | 15 +++++++++++++ .../ldk/query/MssqlUtilsUserSchema.java | 15 +++++++++++++ .../ldk/query/UniqueConstraintHelper.java | 15 +++++++++++++ .../sql/LDKNaturalizeInstallationManager.java | 15 +++++++++++++ .../AbstractLabModuleAssayTest.java | 2 +- .../external/labModules/LabModulesTest.java | 2 +- .../external/labModules/LabModuleHelper.java | 2 +- LDK/tools/server/tomcat_log_cleanup.sh | 15 +++++++++++++ .../api/laboratory/AbstractDataProvider.java | 7 +----- .../laboratory/AbstractImportingNavItem.java | 7 +----- .../api/laboratory/AbstractNavItem.java | 7 +----- .../api/laboratory/AbstractQueryNavItem.java | 2 +- .../api/laboratory/AbstractUrlNavItem.java | 7 +----- .../labkey/api/laboratory/DataProvider.java | 7 +----- .../api/laboratory/DemographicsProvider.java | 15 +++++++++++++ .../DetailsUrlWithLabelNavItem.java | 7 +----- .../DetailsUrlWithoutLabelNavItem.java | 7 +----- .../api/laboratory/ImportingNavItem.java | 7 +----- .../api/laboratory/JSTabbedReportItem.java | 7 +----- .../api/laboratory/LaboratoryService.java | 7 +----- .../labkey/api/laboratory/LaboratoryUrls.java | 7 +----- .../org/labkey/api/laboratory/NavItem.java | 2 +- .../api/laboratory/QueryCountNavItem.java | 7 +----- .../api/laboratory/QueryImportNavItem.java | 7 +----- .../api/laboratory/QueryTabbedReportItem.java | 7 +----- .../org/labkey/api/laboratory/ReportItem.java | 7 +----- .../api/laboratory/SettingsNavItem.java | 7 +----- .../api/laboratory/SimpleSettingsItem.java | 7 +----- .../api/laboratory/StaticURLNavItem.java | 7 +----- .../labkey/api/laboratory/SummaryNavItem.java | 7 +----- .../api/laboratory/TabbedReportItem.java | 7 +----- .../assay/AbstractAssayDataProvider.java | 7 +----- .../laboratory/assay/AssayDataProvider.java | 8 +------ .../laboratory/assay/AssayImportMethod.java | 7 +----- .../api/laboratory/assay/AssayNavItem.java | 7 +----- .../api/laboratory/assay/AssayParser.java | 7 +----- .../laboratory/assay/AssaySummaryNavItem.java | 2 +- .../assay/DefaultAssayImportMethod.java | 7 +----- .../laboratory/assay/DefaultAssayParser.java | 7 +----- .../api/laboratory/assay/ImportContext.java | 7 +----- .../api/laboratory/assay/ParserErrors.java | 7 +----- .../laboratory/assay/PivotingAssayParser.java | 7 +----- .../assay/PivotingImportMethod.java | 7 +----- .../assay/SimpleAssayDataProvider.java | 7 +----- .../button/ChangeAssayResultStatusBtn.java | 7 +----- .../query/ContainerIncrementingTable.java | 22 ++++++++++++++----- .../query/TabbedReportFilterProvider.java | 15 +++++++++++++ .../security/LaboratoryAdminPermission.java | 2 +- .../queries/laboratory/96well_plate.sql | 5 +++++ .../queries/laboratory/dna_oligos.js | 2 +- .../laboratory/freezer_space_summary.sql | 2 +- .../laboratory/freezer_usage_by_box.sql | 2 +- .../resources/queries/laboratory/peptides.js | 2 +- .../resources/queries/laboratory/samples.js | 2 +- .../laboratory/samples_by_subjectid.sql | 2 +- .../samples_by_subjectid_and_type.sql | 2 +- .../samples_by_subjectid_date_and_type.sql | 2 +- .../queries/laboratory/samples_by_type.sql | 2 +- .../postgresql/laboratory-0.00-11.10.sql | 2 +- .../postgresql/laboratory-11.10-11.20.sql | 2 +- .../postgresql/laboratory-11.20-11.30.sql | 2 +- .../postgresql/laboratory-12.10-12.20.sql | 2 +- .../postgresql/laboratory-12.11-12.12.sql | 2 +- .../postgresql/laboratory-12.12-12.13.sql | 2 +- .../postgresql/laboratory-12.20-12.21.sql | 2 +- .../postgresql/laboratory-12.21-12.22.sql | 2 +- .../postgresql/laboratory-12.22-12.23.sql | 2 +- .../postgresql/laboratory-12.23-12.24.sql | 2 +- .../postgresql/laboratory-12.24-12.25.sql | 2 +- .../postgresql/laboratory-12.25-12.26.sql | 2 +- .../postgresql/laboratory-12.26-12.27.sql | 5 +++++ .../postgresql/laboratory-12.27-12.271.sql | 5 +++++ .../postgresql/laboratory-12.271-12.272.sql | 5 +++++ .../postgresql/laboratory-12.272-12.273.sql | 5 +++++ .../postgresql/laboratory-12.273-12.274.sql | 5 +++++ .../postgresql/laboratory-12.274-12.275.sql | 5 +++++ .../postgresql/laboratory-12.275-12.276.sql | 5 +++++ .../postgresql/laboratory-12.276-12.277.sql | 5 +++++ .../postgresql/laboratory-12.277-12.278.sql | 5 +++++ .../postgresql/laboratory-12.278-12.279.sql | 5 +++++ .../postgresql/laboratory-12.279-12.280.sql | 5 +++++ .../postgresql/laboratory-12.280-12.281.sql | 5 +++++ .../postgresql/laboratory-12.281-12.282.sql | 5 +++++ .../postgresql/laboratory-12.282-12.283.sql | 5 +++++ .../postgresql/laboratory-12.283-12.284.sql | 5 +++++ .../postgresql/laboratory-12.284-12.285.sql | 5 +++++ .../postgresql/laboratory-12.285-12.286.sql | 5 +++++ .../postgresql/laboratory-12.286-12.287.sql | 5 +++++ .../postgresql/laboratory-12.287-12.288.sql | 5 +++++ .../postgresql/laboratory-12.288-12.289.sql | 5 +++++ .../postgresql/laboratory-12.289-12.290.sql | 5 +++++ .../postgresql/laboratory-12.290-12.291.sql | 5 +++++ .../postgresql/laboratory-12.291-12.292.sql | 5 +++++ .../postgresql/laboratory-12.292-12.293.sql | 5 +++++ .../postgresql/laboratory-12.293-12.294.sql | 5 +++++ .../postgresql/laboratory-12.294-12.295.sql | 5 +++++ .../postgresql/laboratory-12.295-12.296.sql | 5 +++++ .../postgresql/laboratory-12.296-12.297.sql | 5 +++++ .../postgresql/laboratory-12.297-12.298.sql | 5 +++++ .../postgresql/laboratory-12.298-12.299.sql | 5 +++++ .../postgresql/laboratory-12.299-12.300.sql | 5 +++++ .../postgresql/laboratory-12.300-12.301.sql | 5 +++++ .../postgresql/laboratory-12.301-12.302.sql | 5 +++++ .../postgresql/laboratory-12.302-12.303.sql | 5 +++++ .../postgresql/laboratory-12.304-12.305.sql | 5 +++++ .../postgresql/laboratory-12.305-12.306.sql | 5 +++++ .../sqlserver/laboratory-0.00-11.20.sql | 2 +- .../sqlserver/laboratory-11.20-11.30.sql | 2 +- .../sqlserver/laboratory-12.10-12.20.sql | 2 +- .../sqlserver/laboratory-12.11-12.12.sql | 2 +- .../sqlserver/laboratory-12.12-12.13.sql | 2 +- .../sqlserver/laboratory-12.20-12.21.sql | 2 +- .../sqlserver/laboratory-12.21-12.22.sql | 2 +- .../sqlserver/laboratory-12.22-12.23.sql | 2 +- .../sqlserver/laboratory-12.23-12.24.sql | 2 +- .../sqlserver/laboratory-12.24-12.25.sql | 2 +- .../sqlserver/laboratory-12.25-12.26.sql | 2 +- .../sqlserver/laboratory-12.26-12.27.sql | 5 +++++ .../sqlserver/laboratory-12.27-12.271.sql | 5 +++++ .../sqlserver/laboratory-12.271-12.272.sql | 5 +++++ .../sqlserver/laboratory-12.272-12.273.sql | 5 +++++ .../sqlserver/laboratory-12.273-12.274.sql | 5 +++++ .../sqlserver/laboratory-12.274-12.275.sql | 5 +++++ .../sqlserver/laboratory-12.275-12.276.sql | 5 +++++ .../sqlserver/laboratory-12.276-12.277.sql | 5 +++++ .../sqlserver/laboratory-12.277-12.278.sql | 5 +++++ .../sqlserver/laboratory-12.278-12.279.sql | 5 +++++ .../sqlserver/laboratory-12.279-12.280.sql | 5 +++++ .../sqlserver/laboratory-12.280-12.281.sql | 5 +++++ .../sqlserver/laboratory-12.281-12.282.sql | 5 +++++ .../sqlserver/laboratory-12.282-12.283.sql | 5 +++++ .../sqlserver/laboratory-12.283-12.284.sql | 5 +++++ .../sqlserver/laboratory-12.284-12.285.sql | 5 +++++ .../sqlserver/laboratory-12.285-12.286.sql | 5 +++++ .../sqlserver/laboratory-12.286-12.287.sql | 5 +++++ .../sqlserver/laboratory-12.287-12.288.sql | 5 +++++ .../sqlserver/laboratory-12.288-12.289.sql | 5 +++++ .../sqlserver/laboratory-12.289-12.290.sql | 5 +++++ .../sqlserver/laboratory-12.290-12.291.sql | 5 +++++ .../sqlserver/laboratory-12.291-12.292.sql | 5 +++++ .../sqlserver/laboratory-12.292-12.293.sql | 5 +++++ .../sqlserver/laboratory-12.293-12.294.sql | 5 +++++ .../sqlserver/laboratory-12.294-12.295.sql | 5 +++++ .../sqlserver/laboratory-12.295-12.296.sql | 5 +++++ .../sqlserver/laboratory-12.296-12.297.sql | 5 +++++ .../sqlserver/laboratory-12.297-12.298.sql | 5 +++++ .../sqlserver/laboratory-12.298-12.299.sql | 5 +++++ .../sqlserver/laboratory-12.299-12.300.sql | 5 +++++ .../sqlserver/laboratory-12.300-12.301.sql | 5 +++++ .../sqlserver/laboratory-12.301-12.302.sql | 5 +++++ .../sqlserver/laboratory-12.302-12.303.sql | 5 +++++ .../sqlserver/laboratory-12.303-12.304.sql | 5 +++++ .../sqlserver/laboratory-12.304-12.305.sql | 5 +++++ .../sqlserver/laboratory-12.305-12.306.sql | 5 +++++ .../resources/scripts/laboratory/Utils.js | 2 +- .../resources/web/laboratory/assayButtons.js | 2 +- .../web/laboratory/button/IconButton.js | 5 +++++ .../resources/web/laboratory/buttons.js | 2 +- .../laboratory/field/PedigreeSelectorField.js | 5 +++++ .../resources/web/laboratory/laboratory.js | 2 +- .../laboratory/panel/AbstractAssayPanel.js | 2 +- .../laboratory/panel/AdditionalLinksPanel.js | 5 +++++ .../laboratory/panel/AssayDefaultsPanel.js | 2 +- .../web/laboratory/panel/AssayImportPanel.js | 2 +- .../laboratory/panel/AssayTemplatePanel.js | 2 +- .../panel/CustomizeDataBrowserPanel.js | 2 +- .../web/laboratory/panel/DataBrowserPanel.js | 5 +++++ .../web/laboratory/panel/DataExplorer.js | 2 +- .../laboratory/panel/ItemDefaultViewsPanel.js | 2 +- .../laboratory/panel/ItemVisibilityPanel.js | 2 +- .../panel/ManageDataSourcesPanel.js | 5 +++++ .../panel/ManageDemographicsPanel.js | 5 +++++ .../panel/ManageDemographicsSourcesPanel.js | 5 +++++ .../web/laboratory/panel/ProjectFilterType.js | 5 +++++ .../web/laboratory/panel/QueryPickerPanel.js | 5 +++++ .../web/laboratory/panel/ReportListPanel.js | 2 +- .../laboratory/panel/TextFileUploadPanel.js | 2 +- .../web/laboratory/panel/WellLayoutPanel.js | 5 +++++ .../laboratory/panel/WorkbookHeaderPanel.js | 5 +++++ .../resources/web/laboratory/tabbedReports.js | 5 +++++ laboratory/resources/web/laboratory/utils.js | 2 +- .../window/AppendStandardsWindow.js | 5 +++++ .../window/AssaySpreadsheetImportWindow.js | 5 +++++ .../window/ChangeAssayResultStatusWindow.js | 5 +++++ .../web/laboratory/window/CopyRunWindow.js | 5 +++++ .../laboratory/window/SaveStandardsWindow.js | 5 +++++ .../laboratory/window/WellAssignmentWindow.js | 5 +++++ .../window/WorkbookCreationWindow.js | 5 +++++ .../laboratory/window/WorkbookTagsWindow.js | 5 +++++ .../labkey/laboratory/AbstractDataSource.java | 20 ++++++++++++----- .../laboratory/AdditionalDataSource.java | 20 ++++++++++++----- .../labkey/laboratory/DemographicsSource.java | 20 ++++++++++++----- .../ExtraDataSourceImportNavItem.java | 15 +++++++++++++ .../ExtraDataSourcesDataProvider.java | 20 ++++++++++++----- .../ExtraDataSourcesUserSchema.java | 20 ++++++++++++----- .../LaboratoryContainerListener.java | 20 ++++++++++++----- .../laboratory/LaboratoryController.java | 2 +- .../laboratory/LaboratoryDataProvider.java | 7 +----- .../labkey/laboratory/LaboratoryManager.java | 7 +----- .../labkey/laboratory/LaboratoryModule.java | 7 +----- .../labkey/laboratory/LaboratorySchema.java | 7 +----- .../laboratory/LaboratoryServiceImpl.java | 7 +----- .../laboratory/LaboratoryUpgradeCode.java | 20 ++++++++++++----- .../laboratory/LaboratoryUserSchema.java | 20 ++++++++++++----- .../laboratory/SampleTypeDataProvider.java | 7 +----- .../labkey/laboratory/SampleTypeNavItem.java | 7 +----- .../laboratory/SamplesCountNavItem.java | 20 ++++++++++++----- .../org/labkey/laboratory/URLDataSource.java | 20 ++++++++++++----- .../labkey/laboratory/WorkbookTestCase.java | 15 +++++++++++++ .../labkey/laboratory/assay/AssayHelper.java | 7 +----- .../assay/ManualEntryAssayImportMethod.java | 7 +----- .../laboratory/assay/RunUploadContext.java | 2 +- .../notification/LabSummaryNotification.java | 20 ++++++++++++----- .../query/AssayRunTemplatesCustomizer.java | 20 ++++++++++++----- .../query/DefaultAssayCustomizer.java | 20 ++++++++++++----- .../query/EnterResultsDisplayColumn.java | 20 ++++++++++++----- .../query/FreezerTriggerHelper.java | 20 ++++++++++++----- .../laboratory/query/FreezersCustomizer.java | 20 ++++++++++++----- .../query/LaboratoryDemographicsProvider.java | 15 +++++++++++++ .../LaboratoryEditingTableCustomizer.java | 15 +++++++++++++ .../query/LaboratoryTableCustomizer.java | 20 ++++++++++++----- .../query/LaboratoryWorkbooksTable.java | 20 ++++++++++++----- .../query/ProjectGroupFilterProvider.java | 15 +++++++++++++ .../laboratory/query/SamplesCustomizer.java | 20 ++++++++++++----- .../query/SubjectsTableCustomizer.java | 20 ++++++++++++----- .../query/WorkbookIdDisplayColumn.java | 20 ++++++++++++----- .../laboratory/query/WorkbookModel.java | 20 ++++++++++++----- .../security/LaboratoryAdminRole.java | 15 +++++++++++++ .../table/WrappingTableCustomizer.java | 20 ++++++++++++----- .../labkey/laboratory/view/dataBrowser.jsp | 2 +- .../labkey/laboratory/view/workbookHeader.jsp | 2 +- 378 files changed, 1737 insertions(+), 566 deletions(-) diff --git a/LDK/api-src/org/labkey/api/ldk/ExtendedSimpleModule.java b/LDK/api-src/org/labkey/api/ldk/ExtendedSimpleModule.java index 658e31ed..7359475d 100644 --- a/LDK/api-src/org/labkey/api/ldk/ExtendedSimpleModule.java +++ b/LDK/api-src/org/labkey/api/ldk/ExtendedSimpleModule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,11 +26,6 @@ import org.springframework.context.ApplicationContextAware; import org.springframework.web.servlet.mvc.Controller; -/** - * User: bimber - * Date: 2/6/13 - * Time: 6:26 PM - */ public class ExtendedSimpleModule extends SimpleModule { @Override diff --git a/LDK/api-src/org/labkey/api/ldk/LDKService.java b/LDK/api-src/org/labkey/api/ldk/LDKService.java index e5a53bef..29654582 100644 --- a/LDK/api-src/org/labkey/api/ldk/LDKService.java +++ b/LDK/api-src/org/labkey/api/ldk/LDKService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,11 +28,6 @@ import java.util.List; import java.util.Map; -/** - * User: bimber - * Date: 11/4/12 - * Time: 3:48 PM - */ abstract public class LDKService { static LDKService instance; diff --git a/LDK/api-src/org/labkey/api/ldk/buttons/ShowBulkEditButton.java b/LDK/api-src/org/labkey/api/ldk/buttons/ShowBulkEditButton.java index de409f7e..63db0ae6 100644 --- a/LDK/api-src/org/labkey/api/ldk/buttons/ShowBulkEditButton.java +++ b/LDK/api-src/org/labkey/api/ldk/buttons/ShowBulkEditButton.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 LabKey Corporation + * Copyright (c) 2019-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,11 +21,6 @@ import org.labkey.api.security.permissions.AdminPermission; import org.labkey.api.security.permissions.Permission; -/** - * User: bimber - * Date: 7/14/13 - * Time: 4:05 PM - */ public class ShowBulkEditButton extends SimpleButtonConfigFactory { protected String _schemaName; diff --git a/LDK/api-src/org/labkey/api/ldk/buttons/ShowEditUIButton.java b/LDK/api-src/org/labkey/api/ldk/buttons/ShowEditUIButton.java index 7d47429e..1d320fca 100644 --- a/LDK/api-src/org/labkey/api/ldk/buttons/ShowEditUIButton.java +++ b/LDK/api-src/org/labkey/api/ldk/buttons/ShowEditUIButton.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2019 LabKey Corporation + * Copyright (c) 2021-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,11 +24,6 @@ import java.util.Map; -/** - * User: bimber - * Date: 7/14/13 - * Time: 4:05 PM - */ public class ShowEditUIButton extends SimpleButtonConfigFactory { protected String _schemaName; diff --git a/LDK/api-src/org/labkey/api/ldk/notification/AbstractNotification.java b/LDK/api-src/org/labkey/api/ldk/notification/AbstractNotification.java index 0897000e..39587709 100644 --- a/LDK/api-src/org/labkey/api/ldk/notification/AbstractNotification.java +++ b/LDK/api-src/org/labkey/api/ldk/notification/AbstractNotification.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,11 +29,6 @@ import java.text.DateFormat; import java.text.SimpleDateFormat; -/** - * User: bimber - * Date: 1/7/14 - * Time: 5:30 PM - */ abstract public class AbstractNotification implements Notification { private final Module _owner; diff --git a/LDK/api-src/org/labkey/api/ldk/notification/Notification.java b/LDK/api-src/org/labkey/api/ldk/notification/Notification.java index ea828d0f..4ce47584 100644 --- a/LDK/api-src/org/labkey/api/ldk/notification/Notification.java +++ b/LDK/api-src/org/labkey/api/ldk/notification/Notification.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,11 +23,6 @@ import org.labkey.api.security.User; import org.labkey.api.util.MailHelper; -/** - * User: bbimber - * Date: 7/14/12 - * Time: 2:53 PM - */ public interface Notification { /** diff --git a/LDK/api-src/org/labkey/api/ldk/notification/NotificationSection.java b/LDK/api-src/org/labkey/api/ldk/notification/NotificationSection.java index 6b6e943f..4b014c1d 100644 --- a/LDK/api-src/org/labkey/api/ldk/notification/NotificationSection.java +++ b/LDK/api-src/org/labkey/api/ldk/notification/NotificationSection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,11 +18,6 @@ import org.labkey.api.data.Container; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 9/23/13 - * Time: 9:05 PM - */ public interface NotificationSection { String getMessage(Container c, User u); diff --git a/LDK/api-src/org/labkey/api/ldk/notification/NotificationService.java b/LDK/api-src/org/labkey/api/ldk/notification/NotificationService.java index 17ab9fd4..c1b18cf2 100644 --- a/LDK/api-src/org/labkey/api/ldk/notification/NotificationService.java +++ b/LDK/api-src/org/labkey/api/ldk/notification/NotificationService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,11 +25,6 @@ import java.util.List; import java.util.Set; -/** - * User: bimber - * Date: 12/19/12 - * Time: 3:19 PM - */ abstract public class NotificationService { static NotificationService _instance; diff --git a/LDK/api-src/org/labkey/api/ldk/security/DataAdminPermission.java b/LDK/api-src/org/labkey/api/ldk/security/DataAdminPermission.java index b2a94600..2ede82a3 100644 --- a/LDK/api-src/org/labkey/api/ldk/security/DataAdminPermission.java +++ b/LDK/api-src/org/labkey/api/ldk/security/DataAdminPermission.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.api.ldk.security; import org.labkey.api.security.permissions.AbstractPermission; diff --git a/LDK/api-src/org/labkey/api/ldk/table/AbstractDataDefinedTable.java b/LDK/api-src/org/labkey/api/ldk/table/AbstractDataDefinedTable.java index a4e67d92..7beee14b 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/AbstractDataDefinedTable.java +++ b/LDK/api-src/org/labkey/api/ldk/table/AbstractDataDefinedTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,11 +52,6 @@ import java.util.Set; import java.util.concurrent.Callable; -/** - * User: bimber - * Date: 4/2/13 - * Time: 2:54 PM - */ abstract public class AbstractDataDefinedTable extends CustomPermissionsTable { protected String _pk; diff --git a/LDK/api-src/org/labkey/api/ldk/table/AbstractTableCustomizer.java b/LDK/api-src/org/labkey/api/ldk/table/AbstractTableCustomizer.java index 56e4b348..07e548ba 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/AbstractTableCustomizer.java +++ b/LDK/api-src/org/labkey/api/ldk/table/AbstractTableCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,11 +29,6 @@ import java.util.HashMap; import java.util.Map; -/** - * User: bimber - * Date: 1/8/14 - * Time: 11:06 AM - */ abstract public class AbstractTableCustomizer implements TableCustomizer { protected static final Logger _log = LogManager.getLogger(AbstractTableCustomizer.class); diff --git a/LDK/api-src/org/labkey/api/ldk/table/ButtonConfigFactory.java b/LDK/api-src/org/labkey/api/ldk/table/ButtonConfigFactory.java index 1d9eb724..3b431dcb 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/ButtonConfigFactory.java +++ b/LDK/api-src/org/labkey/api/ldk/table/ButtonConfigFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,8 +27,6 @@ /** * Used to wire up customized buttons to standard LabKey data grids, like QueryWebPart will render. - * User: bimber - * Date: 5/5/13 */ public interface ButtonConfigFactory { diff --git a/LDK/api-src/org/labkey/api/ldk/table/ContainerScopedTable.java b/LDK/api-src/org/labkey/api/ldk/table/ContainerScopedTable.java index 40a1e3be..2dec8ec5 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/ContainerScopedTable.java +++ b/LDK/api-src/org/labkey/api/ldk/table/ContainerScopedTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * 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/LDK/api-src/org/labkey/api/ldk/table/CustomPermissionsTable.java b/LDK/api-src/org/labkey/api/ldk/table/CustomPermissionsTable.java index 076ff6a3..e4f4aff0 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/CustomPermissionsTable.java +++ b/LDK/api-src/org/labkey/api/ldk/table/CustomPermissionsTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * 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/LDK/api-src/org/labkey/api/ldk/table/QueryCache.java b/LDK/api-src/org/labkey/api/ldk/table/QueryCache.java index 35b4798c..ce633e99 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/QueryCache.java +++ b/LDK/api-src/org/labkey/api/ldk/table/QueryCache.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * 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/LDK/api-src/org/labkey/api/ldk/table/SharedDataTable.java b/LDK/api-src/org/labkey/api/ldk/table/SharedDataTable.java index 34fc8a04..c96145f5 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/SharedDataTable.java +++ b/LDK/api-src/org/labkey/api/ldk/table/SharedDataTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * 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/LDK/api-src/org/labkey/api/ldk/table/SimpleButtonConfigFactory.java b/LDK/api-src/org/labkey/api/ldk/table/SimpleButtonConfigFactory.java index 2ef837de..a2ea5934 100644 --- a/LDK/api-src/org/labkey/api/ldk/table/SimpleButtonConfigFactory.java +++ b/LDK/api-src/org/labkey/api/ldk/table/SimpleButtonConfigFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,10 +33,6 @@ import java.util.List; import java.util.function.Supplier; -/** - * User: bimber - * Date: 5/5/13 - */ public class SimpleButtonConfigFactory implements ButtonConfigFactory { private final Module _owner; diff --git a/LDK/resources/queries/core/DistinctUsersByMonth.sql b/LDK/resources/queries/core/DistinctUsersByMonth.sql index eb607781..445d19d6 100644 --- a/LDK/resources/queries/core/DistinctUsersByMonth.sql +++ b/LDK/resources/queries/core/DistinctUsersByMonth.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/queries/core/SiteUsageByDay.sql b/LDK/resources/queries/core/SiteUsageByDay.sql index 0c6e60c6..acd3416b 100644 --- a/LDK/resources/queries/core/SiteUsageByDay.sql +++ b/LDK/resources/queries/core/SiteUsageByDay.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/queries/core/SiteUsageByGroup.sql b/LDK/resources/queries/core/SiteUsageByGroup.sql index dd94a315..9e51aabb 100644 --- a/LDK/resources/queries/core/SiteUsageByGroup.sql +++ b/LDK/resources/queries/core/SiteUsageByGroup.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/queries/core/SiteUsageByHour.sql b/LDK/resources/queries/core/SiteUsageByHour.sql index a2e5f9fb..e539d920 100644 --- a/LDK/resources/queries/core/SiteUsageByHour.sql +++ b/LDK/resources/queries/core/SiteUsageByHour.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/queries/core/SiteUsageByMonth.sql b/LDK/resources/queries/core/SiteUsageByMonth.sql index c2f95e6f..8882da03 100644 --- a/LDK/resources/queries/core/SiteUsageByMonth.sql +++ b/LDK/resources/queries/core/SiteUsageByMonth.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/queries/core/SiteUsageByUser.sql b/LDK/resources/queries/core/SiteUsageByUser.sql index 8a15625f..4ed05e78 100644 --- a/LDK/resources/queries/core/SiteUsageByUser.sql +++ b/LDK/resources/queries/core/SiteUsageByUser.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/queries/core/SiteUsagePerGroup.sql b/LDK/resources/queries/core/SiteUsagePerGroup.sql index 36431818..1ceeff8c 100644 --- a/LDK/resources/queries/core/SiteUsagePerGroup.sql +++ b/LDK/resources/queries/core/SiteUsagePerGroup.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/queries/ldk/dateRange.sql b/LDK/resources/queries/ldk/dateRange.sql index 48f698b6..19a8786c 100644 --- a/LDK/resources/queries/ldk/dateRange.sql +++ b/LDK/resources/queries/ldk/dateRange.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 LabKey Corporation + * Copyright (c) 2014-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/LDK/resources/queries/ldk/monthRange.sql b/LDK/resources/queries/ldk/monthRange.sql index b5118caa..0793079f 100644 --- a/LDK/resources/queries/ldk/monthRange.sql +++ b/LDK/resources/queries/ldk/monthRange.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2013 LabKey Corporation + * Copyright (c) 2014-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-0.00-0.01.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-0.00-0.01.sql index 68ccd779..f5d3cb03 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-0.00-0.01.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-0.00-0.01.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/schemas/dbscripts/postgresql/ldk-0.01-0.02.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-0.01-0.02.sql index 5c2de4e2..dd8b7264 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-0.01-0.02.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-0.01-0.02.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/schemas/dbscripts/postgresql/ldk-0.02-12.30.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-0.02-12.30.sql index d8027049..4427c524 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-0.02-12.30.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-0.02-12.30.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.notificationrecipients ( rowid serial, notificationtype varchar(200), diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.30-12.31.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.30-12.31.sql index 0c2653f3..81c12c3a 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.30-12.31.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.30-12.31.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.ldapSyncMap ( rowid serial, provider varchar(1000), diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.31-12.32.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.31-12.32.sql index e2f5b5ea..0c4bf9b1 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.31-12.32.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.31-12.32.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE ldk.notificationtypes; \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.32-12.33.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.32-12.33.sql index f1afb0d4..684e5ce8 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.32-12.33.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.32-12.33.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- @SkipOnEmptySchemasBegin INSERT INTO ldk.integers (value) VALUES (101); INSERT INTO ldk.integers (value) VALUES (102); diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.33-12.34.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.33-12.34.sql index 64ef5ed7..96c98e46 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.33-12.34.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.33-12.34.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --used to provide a natural sort of data --adapted from: --http://2kan.tumblr.com/post/361326656/postgres-natural-ordering diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.34-12.35.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.34-12.35.sql index b27dc379..ab47c8c2 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.34-12.35.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.34-12.35.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --correct earlier script, place in ldk DROP FUNCTION IF EXISTS naturalize_nextunit(text); DROP FUNCTION IF EXISTS naturalize(text); diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.35-12.36.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.35-12.36.sql index ff068c9c..bcf97ef6 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.35-12.36.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.35-12.36.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.daysOfWeek ( idx int, name varchar(100), diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.36-12.37.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.36-12.37.sql index b1527c9f..c3d9c23a 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.36-12.37.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.36-12.37.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.months ( rowid serial, monthName varchar(100), diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.37-12.38.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.37-12.38.sql index 7f9be06d..2be40a38 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.37-12.38.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.37-12.38.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2016-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.lookup_sets ( rowid serial, setname varchar(100), diff --git a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.38-12.39.sql b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.38-12.39.sql index 89c46ea7..f8540d21 100644 --- a/LDK/resources/schemas/dbscripts/postgresql/ldk-12.38-12.39.sql +++ b/LDK/resources/schemas/dbscripts/postgresql/ldk-12.38-12.39.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2018-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --this ensures we preserve data prior to dropping this table CREATE FUNCTION ldk.handleUpgrade() RETURNS VOID AS $$ DECLARE diff --git a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql b/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql index ec7dc699..13e56ab7 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_install_1.0.1.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* Naturalize() is designed to provide a value to use for 'natural sorting' of data, which provides a more human-friendly sorting of mixed numeric/text values. Adapted from code here: diff --git a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql b/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql index 5f770c9b..9c45ac5d 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/Naturalize_uninstall.sql @@ -1,6 +1,7 @@ /* - * Copyright (c) 2017 LabKey Corporation. All rights reserved. No portion of this work may be reproduced in - * any form or by any electronic or mechanical means without written permission from LabKey Corporation. + * Copyright (c) 2018-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ IF object_id(N'ldk.Naturalize', N'FS') IS NOT NULL DROP FUNCTION ldk.Naturalize diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql index ad9ba93d..bb078369 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.00-0.01.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql index 91963b07..eda4c6c1 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.01-0.02.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql index 85e3b8b3..725d1f17 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-0.02-12.30.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.notificationrecipients ( rowid INT IDENTITY(1,1) NOT NULL, notificationtype varchar(200), diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql index ee76c86e..6ee165a3 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.30-12.31.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.ldapSyncMap ( rowid int identity(1,1), provider varchar(1000), diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql index e2f5b5ea..0c4bf9b1 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.31-12.32.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE ldk.notificationtypes; \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql index 8c5dda38..68aefc5e 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.32-12.33.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ INSERT INTO ldk.integers (value) VALUES (101); INSERT INTO ldk.integers (value) VALUES (102); INSERT INTO ldk.integers (value) VALUES (103); diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql index 9edfe229..319ad50d 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.34-12.35.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --placeholder. only postgres has changes ; \ No newline at end of file diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql index 6ea54200..aeebfb16 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.35-12.36.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.daysOfWeek ( idx int, name varchar(100), diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql index dd3ba879..55f4e16a 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.36-12.37.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.months ( rowid int identity(1,1), monthName varchar(100), diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql index 93751971..abf0f87b 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.37-12.38.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2016-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE ldk.lookup_sets ( rowid int identity(1,1), setname varchar(100), diff --git a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql index 98b93d18..99dc2545 100644 --- a/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql +++ b/LDK/resources/schemas/dbscripts/sqlserver/ldk-12.38-12.39.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2018-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --this ensures we preserve data prior to dropping this table CREATE PROCEDURE ldk.handleUpgrade AS BEGIN diff --git a/LDK/resources/scripts/ldk/Assert.js b/LDK/resources/scripts/ldk/Assert.js index 65104806..12ee8c11 100644 --- a/LDK/resources/scripts/ldk/Assert.js +++ b/LDK/resources/scripts/ldk/Assert.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This is designed to be used similar to asserts in java code. Checks can be introduced * in your client-side code that will be performed when that code is executed. If the assert fails, diff --git a/LDK/resources/scripts/ldk/Utils.js b/LDK/resources/scripts/ldk/Utils.js index e67bc056..deeadbb7 100644 --- a/LDK/resources/scripts/ldk/Utils.js +++ b/LDK/resources/scripts/ldk/Utils.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/LDK/resources/web/LDK/AssayUtils.js b/LDK/resources/web/LDK/AssayUtils.js index 84ca6db9..54b5fd27 100644 --- a/LDK/resources/web/LDK/AssayUtils.js +++ b/LDK/resources/web/LDK/AssayUtils.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.ns('LDK.AssayUtils'); /** diff --git a/LDK/resources/web/LDK/Assert.js b/LDK/resources/web/LDK/Assert.js index 1c45dc13..c5ead2e9 100644 --- a/LDK/resources/web/LDK/Assert.js +++ b/LDK/resources/web/LDK/Assert.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This is designed to be used similar to asserts in java code. Checks can be introduced * in your client-side code that will be performed when that code is executed. If the assert fails, diff --git a/LDK/resources/web/LDK/ConvertUtils.js b/LDK/resources/web/LDK/ConvertUtils.js index a026ffa0..6905a078 100644 --- a/LDK/resources/web/LDK/ConvertUtils.js +++ b/LDK/resources/web/LDK/ConvertUtils.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.ns('LDK'); /** diff --git a/LDK/resources/web/LDK/DataRegionUtils.js b/LDK/resources/web/LDK/DataRegionUtils.js index cc7090ad..1e4c41c2 100644 --- a/LDK/resources/web/LDK/DataRegionUtils.js +++ b/LDK/resources/web/LDK/DataRegionUtils.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.ns('LDK.DataRegionUtils'); LDK.DataRegionUtils = new function(){ diff --git a/LDK/resources/web/LDK/DateRangePanel.js b/LDK/resources/web/LDK/DateRangePanel.js index 76124e64..98d0c427 100644 --- a/LDK/resources/web/LDK/DateRangePanel.js +++ b/LDK/resources/web/LDK/DateRangePanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * A panel that will display a pair of datefields, either side by side or above one another. These fields will automatically * set the min/max date on one another to ensure a valid date range. diff --git a/LDK/resources/web/LDK/Ext.ux.UnitTest.js b/LDK/resources/web/LDK/Ext.ux.UnitTest.js index bdf446c1..298b0ffa 100644 --- a/LDK/resources/web/LDK/Ext.ux.UnitTest.js +++ b/LDK/resources/web/LDK/Ext.ux.UnitTest.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.ux.UnitTest * A Unit Testing framework designed with an ExtJS user interface diff --git a/LDK/resources/web/LDK/Ext4Loader.js b/LDK/resources/web/LDK/Ext4Loader.js index 925af7c2..de7d163e 100644 --- a/LDK/resources/web/LDK/Ext4Loader.js +++ b/LDK/resources/web/LDK/Ext4Loader.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/LDK/resources/web/LDK/Ext4Overrides.js b/LDK/resources/web/LDK/Ext4Overrides.js index eb9545d4..a0ac7502 100644 --- a/LDK/resources/web/LDK/Ext4Overrides.js +++ b/LDK/resources/web/LDK/Ext4Overrides.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This was added to allow configs for typeahead to be case-insensitive, and/or permit contains vs. startswith * These are controlled using the combo config properties anyMatch or caseSensitive diff --git a/LDK/resources/web/LDK/GridHelpers.js b/LDK/resources/web/LDK/GridHelpers.js index cbf75ee4..ea6ef553 100644 --- a/LDK/resources/web/LDK/GridHelpers.js +++ b/LDK/resources/web/LDK/GridHelpers.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * A panel that provides UI to duplicate records from a grid. * @param targetStore The store where the new records will be added diff --git a/LDK/resources/web/LDK/QueryHelper.js b/LDK/resources/web/LDK/QueryHelper.js index 08738e45..fbcba139 100644 --- a/LDK/resources/web/LDK/QueryHelper.js +++ b/LDK/resources/web/LDK/QueryHelper.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * EXPERIMENTAL. The goal of this class is to encapsulate the tricky parts of dealing with query parameters and * to expose a more consistent API. It could be used directly, and will also be used internally within diff --git a/LDK/resources/web/LDK/RemoteGroup.js b/LDK/resources/web/LDK/RemoteGroup.js index cbc33b73..da4c36da 100644 --- a/LDK/resources/web/LDK/RemoteGroup.js +++ b/LDK/resources/web/LDK/RemoteGroup.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.ext4.RemoteGroup', { initGroup: function(field){ Ext4.apply(this, { diff --git a/LDK/resources/web/LDK/SelectRowsRow.js b/LDK/resources/web/LDK/SelectRowsRow.js index 69718a31..fac85d14 100644 --- a/LDK/resources/web/LDK/SelectRowsRow.js +++ b/LDK/resources/web/LDK/SelectRowsRow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * Experimental. An attempt to see if we can make a more object oriented interface for the results of a selectRows call. * Features include: diff --git a/LDK/resources/web/LDK/StoreUtils.js b/LDK/resources/web/LDK/StoreUtils.js index c18059f9..0f7d1984 100644 --- a/LDK/resources/web/LDK/StoreUtils.js +++ b/LDK/resources/web/LDK/StoreUtils.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.ns('LDK.StoreUtils'); /** diff --git a/LDK/resources/web/LDK/Utils.js b/LDK/resources/web/LDK/Utils.js index e9bea4a2..90f42ef9 100644 --- a/LDK/resources/web/LDK/Utils.js +++ b/LDK/resources/web/LDK/Utils.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.namespace('LDK.Utils'); LDK.Utils = new function(){ diff --git a/LDK/resources/web/LDK/button/LinkButton.js b/LDK/resources/web/LDK/button/LinkButton.js index 3ee1d2a0..70ce6820 100644 --- a/LDK/resources/web/LDK/button/LinkButton.js +++ b/LDK/resources/web/LDK/button/LinkButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * A simple component that will render a simple hyperlink, supporting a few features * click click handlers, custom menus, tooltips, etc. diff --git a/LDK/resources/web/LDK/calendar/src/App.js b/LDK/resources/web/LDK/calendar/src/App.js index 20390c22..b868d2d1 100644 --- a/LDK/resources/web/LDK/calendar/src/App.js +++ b/LDK/resources/web/LDK/calendar/src/App.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * This calendar application was forked from Ext Calendar Pro * and contributed to Ext JS as an advanced example of what can diff --git a/LDK/resources/web/LDK/calendar/src/CalendarPanel.js b/LDK/resources/web/LDK/calendar/src/CalendarPanel.js index 451bd466..42f7c644 100644 --- a/LDK/resources/web/LDK/calendar/src/CalendarPanel.js +++ b/LDK/resources/web/LDK/calendar/src/CalendarPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.CalendarPanel * @extends Ext.Panel diff --git a/LDK/resources/web/LDK/calendar/src/data/CalendarMappings.js b/LDK/resources/web/LDK/calendar/src/data/CalendarMappings.js index a485da5e..778ac726 100644 --- a/LDK/resources/web/LDK/calendar/src/data/CalendarMappings.js +++ b/LDK/resources/web/LDK/calendar/src/data/CalendarMappings.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.data.CalendarMappings * @extends Object diff --git a/LDK/resources/web/LDK/calendar/src/data/CalendarModel.js b/LDK/resources/web/LDK/calendar/src/data/CalendarModel.js index a6e8330d..c6a83254 100644 --- a/LDK/resources/web/LDK/calendar/src/data/CalendarModel.js +++ b/LDK/resources/web/LDK/calendar/src/data/CalendarModel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ (function(Ext){ Ext.define('Ext.calendar.data.CalendarModel', { diff --git a/LDK/resources/web/LDK/calendar/src/data/Calendars.js b/LDK/resources/web/LDK/calendar/src/data/Calendars.js index 68635d5b..9f11ed24 100644 --- a/LDK/resources/web/LDK/calendar/src/data/Calendars.js +++ b/LDK/resources/web/LDK/calendar/src/data/Calendars.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ (function(Ext){ Ext.define('Ext.calendar.data.Calendars', { diff --git a/LDK/resources/web/LDK/calendar/src/data/EventMappings.js b/LDK/resources/web/LDK/calendar/src/data/EventMappings.js index 2c53c38d..f054f3c3 100644 --- a/LDK/resources/web/LDK/calendar/src/data/EventMappings.js +++ b/LDK/resources/web/LDK/calendar/src/data/EventMappings.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.data.EventMappings * @extends Object diff --git a/LDK/resources/web/LDK/calendar/src/data/EventModel.js b/LDK/resources/web/LDK/calendar/src/data/EventModel.js index cb81f36f..4cdd9f10 100644 --- a/LDK/resources/web/LDK/calendar/src/data/EventModel.js +++ b/LDK/resources/web/LDK/calendar/src/data/EventModel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.data.EventModel * @extends Ext.data.Record diff --git a/LDK/resources/web/LDK/calendar/src/data/Events.js b/LDK/resources/web/LDK/calendar/src/data/Events.js index 6529a3ff..e721865c 100644 --- a/LDK/resources/web/LDK/calendar/src/data/Events.js +++ b/LDK/resources/web/LDK/calendar/src/data/Events.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ (function(Ext){ Ext.define('Ext.calendar.data.Events', { diff --git a/LDK/resources/web/LDK/calendar/src/data/MemoryCalendarStore.js b/LDK/resources/web/LDK/calendar/src/data/MemoryCalendarStore.js index 7421e311..341c3c3b 100644 --- a/LDK/resources/web/LDK/calendar/src/data/MemoryCalendarStore.js +++ b/LDK/resources/web/LDK/calendar/src/data/MemoryCalendarStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * A simple reusable store that loads static calendar field definitions into memory * and can be bound to the CalendarCombo widget and used for calendar color selection. diff --git a/LDK/resources/web/LDK/calendar/src/data/MemoryEventStore.js b/LDK/resources/web/LDK/calendar/src/data/MemoryEventStore.js index 404f6849..75c911f5 100644 --- a/LDK/resources/web/LDK/calendar/src/data/MemoryEventStore.js +++ b/LDK/resources/web/LDK/calendar/src/data/MemoryEventStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * This is a simple in-memory store implementation that is ONLY intended for use with * calendar samples running locally in the browser with no external data source. Under diff --git a/LDK/resources/web/LDK/calendar/src/dd/DayDragZone.js b/LDK/resources/web/LDK/calendar/src/dd/DayDragZone.js index b2af29d2..f8aaabba 100644 --- a/LDK/resources/web/LDK/calendar/src/dd/DayDragZone.js +++ b/LDK/resources/web/LDK/calendar/src/dd/DayDragZone.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * Internal drag zone implementation for the calendar day and week views. */ diff --git a/LDK/resources/web/LDK/calendar/src/dd/DayDropZone.js b/LDK/resources/web/LDK/calendar/src/dd/DayDropZone.js index 4678f052..89bc9ea3 100644 --- a/LDK/resources/web/LDK/calendar/src/dd/DayDropZone.js +++ b/LDK/resources/web/LDK/calendar/src/dd/DayDropZone.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * Internal drop zone implementation for the calendar day and week views. */ diff --git a/LDK/resources/web/LDK/calendar/src/dd/DragZone.js b/LDK/resources/web/LDK/calendar/src/dd/DragZone.js index 17fb4dca..0c27703e 100644 --- a/LDK/resources/web/LDK/calendar/src/dd/DragZone.js +++ b/LDK/resources/web/LDK/calendar/src/dd/DragZone.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * Internal drag zone implementation for the calendar components. This provides base functionality * and is primarily for the month view -- DayViewDD adds day/week view-specific functionality. diff --git a/LDK/resources/web/LDK/calendar/src/dd/DropZone.js b/LDK/resources/web/LDK/calendar/src/dd/DropZone.js index 33e69778..55ca35be 100644 --- a/LDK/resources/web/LDK/calendar/src/dd/DropZone.js +++ b/LDK/resources/web/LDK/calendar/src/dd/DropZone.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * Internal drop zone implementation for the calendar components. This provides base functionality * and is primarily for the month view -- DayViewDD adds day/week view-specific functionality. diff --git a/LDK/resources/web/LDK/calendar/src/dd/StatusProxy.js b/LDK/resources/web/LDK/calendar/src/dd/StatusProxy.js index a1d3f4ed..8b4acdbf 100644 --- a/LDK/resources/web/LDK/calendar/src/dd/StatusProxy.js +++ b/LDK/resources/web/LDK/calendar/src/dd/StatusProxy.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * @class Ext.calendar.dd.StatusProxy * A specialized drag proxy that supports a drop status icon, {@link Ext.Layer} styles and auto-repair. It also diff --git a/LDK/resources/web/LDK/calendar/src/form/EventDetails.js b/LDK/resources/web/LDK/calendar/src/form/EventDetails.js index 0ba87b43..bb0a6873 100644 --- a/LDK/resources/web/LDK/calendar/src/form/EventDetails.js +++ b/LDK/resources/web/LDK/calendar/src/form/EventDetails.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.form.EventDetails * @extends Ext.form.Panel diff --git a/LDK/resources/web/LDK/calendar/src/form/EventWindow.js b/LDK/resources/web/LDK/calendar/src/form/EventWindow.js index b053b1bc..d71dd180 100644 --- a/LDK/resources/web/LDK/calendar/src/form/EventWindow.js +++ b/LDK/resources/web/LDK/calendar/src/form/EventWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.form.EventWindow * @extends Ext.Window diff --git a/LDK/resources/web/LDK/calendar/src/form/field/CalendarCombo.js b/LDK/resources/web/LDK/calendar/src/form/field/CalendarCombo.js index 33525eea..e32a4746 100644 --- a/LDK/resources/web/LDK/calendar/src/form/field/CalendarCombo.js +++ b/LDK/resources/web/LDK/calendar/src/form/field/CalendarCombo.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.form.field.CalendarCombo * @extends Ext.form.ComboBox diff --git a/LDK/resources/web/LDK/calendar/src/form/field/DateRange.js b/LDK/resources/web/LDK/calendar/src/form/field/DateRange.js index 4cbb8ca7..33080811 100644 --- a/LDK/resources/web/LDK/calendar/src/form/field/DateRange.js +++ b/LDK/resources/web/LDK/calendar/src/form/field/DateRange.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.form.field.DateRange * @extends Ext.form.Field diff --git a/LDK/resources/web/LDK/calendar/src/form/field/ReminderCombo.js b/LDK/resources/web/LDK/calendar/src/form/field/ReminderCombo.js index 64bb411f..710845a6 100644 --- a/LDK/resources/web/LDK/calendar/src/form/field/ReminderCombo.js +++ b/LDK/resources/web/LDK/calendar/src/form/field/ReminderCombo.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.form.field.ReminderCombo * @extends Ext.form.ComboBox diff --git a/LDK/resources/web/LDK/calendar/src/template/BoxLayout.js b/LDK/resources/web/LDK/calendar/src/template/BoxLayout.js index 7f3cc3fe..b9e03a38 100644 --- a/LDK/resources/web/LDK/calendar/src/template/BoxLayout.js +++ b/LDK/resources/web/LDK/calendar/src/template/BoxLayout.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ (function(Ext){ Ext.define('Ext.calendar.template.BoxLayout', { diff --git a/LDK/resources/web/LDK/calendar/src/template/DayBody.js b/LDK/resources/web/LDK/calendar/src/template/DayBody.js index d4e73208..492495d0 100644 --- a/LDK/resources/web/LDK/calendar/src/template/DayBody.js +++ b/LDK/resources/web/LDK/calendar/src/template/DayBody.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.template.DayBody * @extends Ext.XTemplate diff --git a/LDK/resources/web/LDK/calendar/src/template/DayHeader.js b/LDK/resources/web/LDK/calendar/src/template/DayHeader.js index 11d6a08a..ced15d58 100644 --- a/LDK/resources/web/LDK/calendar/src/template/DayHeader.js +++ b/LDK/resources/web/LDK/calendar/src/template/DayHeader.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.template.DayHeader * @extends Ext.XTemplate diff --git a/LDK/resources/web/LDK/calendar/src/template/Month.js b/LDK/resources/web/LDK/calendar/src/template/Month.js index 5f0af7cf..0895ec79 100644 --- a/LDK/resources/web/LDK/calendar/src/template/Month.js +++ b/LDK/resources/web/LDK/calendar/src/template/Month.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.template.Month * @extends Ext.XTemplate diff --git a/LDK/resources/web/LDK/calendar/src/util/Date.js b/LDK/resources/web/LDK/calendar/src/util/Date.js index 46b7358f..97bc0486 100644 --- a/LDK/resources/web/LDK/calendar/src/util/Date.js +++ b/LDK/resources/web/LDK/calendar/src/util/Date.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ (function(Ext){ Ext.define('Ext.calendar.util.Date', { diff --git a/LDK/resources/web/LDK/calendar/src/util/WeekEventRenderer.js b/LDK/resources/web/LDK/calendar/src/util/WeekEventRenderer.js index 6884cd3f..8e2b369c 100644 --- a/LDK/resources/web/LDK/calendar/src/util/WeekEventRenderer.js +++ b/LDK/resources/web/LDK/calendar/src/util/WeekEventRenderer.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* @private * This is an internal helper class for the calendar views and should not be overridden. * It is responsible for the base event rendering logic underlying all views based on a diff --git a/LDK/resources/web/LDK/calendar/src/view/AbstractCalendar.js b/LDK/resources/web/LDK/calendar/src/view/AbstractCalendar.js index 5b75efe4..12ac78e0 100644 --- a/LDK/resources/web/LDK/calendar/src/view/AbstractCalendar.js +++ b/LDK/resources/web/LDK/calendar/src/view/AbstractCalendar.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.view.AbstractCalendar * @extends Ext.BoxComponent diff --git a/LDK/resources/web/LDK/calendar/src/view/Day.js b/LDK/resources/web/LDK/calendar/src/view/Day.js index 6fa476c0..20896aa0 100644 --- a/LDK/resources/web/LDK/calendar/src/view/Day.js +++ b/LDK/resources/web/LDK/calendar/src/view/Day.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.view.Day * @extends Ext.container.Container diff --git a/LDK/resources/web/LDK/calendar/src/view/DayBody.js b/LDK/resources/web/LDK/calendar/src/view/DayBody.js index 3a684ce3..35f43a4c 100644 --- a/LDK/resources/web/LDK/calendar/src/view/DayBody.js +++ b/LDK/resources/web/LDK/calendar/src/view/DayBody.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /**S * @class Ext.calendar.view.DayBody * @extends Ext.calendar.view.AbstractCalendar diff --git a/LDK/resources/web/LDK/calendar/src/view/DayHeader.js b/LDK/resources/web/LDK/calendar/src/view/DayHeader.js index a143b134..b8e49374 100644 --- a/LDK/resources/web/LDK/calendar/src/view/DayHeader.js +++ b/LDK/resources/web/LDK/calendar/src/view/DayHeader.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.view.DayHeader * @extends Ext.calendar.MonthView diff --git a/LDK/resources/web/LDK/calendar/src/view/Month.js b/LDK/resources/web/LDK/calendar/src/view/Month.js index adf948e7..4ef54e93 100644 --- a/LDK/resources/web/LDK/calendar/src/view/Month.js +++ b/LDK/resources/web/LDK/calendar/src/view/Month.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.view.Month * @extends Ext.calendar.CalendarView diff --git a/LDK/resources/web/LDK/calendar/src/view/MonthDayDetail.js b/LDK/resources/web/LDK/calendar/src/view/MonthDayDetail.js index 2b80c0cc..18c430b7 100644 --- a/LDK/resources/web/LDK/calendar/src/view/MonthDayDetail.js +++ b/LDK/resources/web/LDK/calendar/src/view/MonthDayDetail.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /* * This is the view used internally by the panel that displays overflow events in the * month view. Anytime a day cell cannot display all of its events, it automatically displays diff --git a/LDK/resources/web/LDK/calendar/src/view/Week.js b/LDK/resources/web/LDK/calendar/src/view/Week.js index 68b09407..4d9f7a77 100644 --- a/LDK/resources/web/LDK/calendar/src/view/Week.js +++ b/LDK/resources/web/LDK/calendar/src/view/Week.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.calendar.view.Week * @extends Ext.calendar.DayView diff --git a/LDK/resources/web/LDK/data/CaseInsensitiveModel.js b/LDK/resources/web/LDK/data/CaseInsensitiveModel.js index c6000d26..169371ca 100644 --- a/LDK/resources/web/LDK/data/CaseInsensitiveModel.js +++ b/LDK/resources/web/LDK/data/CaseInsensitiveModel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.data.CaseInsensitiveModel', { extend: 'Ext.data.Model', diff --git a/LDK/resources/web/LDK/data/LabKeyStore.js b/LDK/resources/web/LDK/data/LabKeyStore.js index 291890dc..d7dbdfaf 100644 --- a/LDK/resources/web/LDK/data/LabKeyStore.js +++ b/LDK/resources/web/LDK/data/LabKeyStore.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * An extension to LABKEY.ext4.data.Store, which provides a case-insensitive model */ diff --git a/LDK/resources/web/LDK/field/EditInPlaceElement.js b/LDK/resources/web/LDK/field/EditInPlaceElement.js index 72506d5f..a41be067 100644 --- a/LDK/resources/web/LDK/field/EditInPlaceElement.js +++ b/LDK/resources/web/LDK/field/EditInPlaceElement.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @param value * @param emptyText diff --git a/LDK/resources/web/LDK/field/ExpDataField.js b/LDK/resources/web/LDK/field/ExpDataField.js index be7ee2fc..70b5a476 100644 --- a/LDK/resources/web/LDK/field/ExpDataField.js +++ b/LDK/resources/web/LDK/field/ExpDataField.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2015-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.field.ExpDataField', { extend: 'Ext.form.field.Trigger', alias: 'widget.ldk-expdatafield', diff --git a/LDK/resources/web/LDK/field/IntegerField.js b/LDK/resources/web/LDK/field/IntegerField.js index 069f4a80..e1300d9a 100644 --- a/LDK/resources/web/LDK/field/IntegerField.js +++ b/LDK/resources/web/LDK/field/IntegerField.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * Extension of Ext's numberfield designed to remove some undesired behavior, * mostly around keynav diff --git a/LDK/resources/web/LDK/field/NumberField.js b/LDK/resources/web/LDK/field/NumberField.js index 4dfae636..f9c60e86 100644 --- a/LDK/resources/web/LDK/field/NumberField.js +++ b/LDK/resources/web/LDK/field/NumberField.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * Extension of Ext's numberfield designed to remove some undesired behavior, * mostly around keynav diff --git a/LDK/resources/web/LDK/field/SimpleCombo.js b/LDK/resources/web/LDK/field/SimpleCombo.js index 6d9043d7..f932041b 100644 --- a/LDK/resources/web/LDK/field/SimpleCombo.js +++ b/LDK/resources/web/LDK/field/SimpleCombo.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2015-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * An extension of the Ext4 combo that can be instantiated using a simple list of allowable values. * Example: Ext4.widget({xtype: 'ldk-simplecombo', storeValues: 'foo;bar', fieldLabel: 'Test'}); diff --git a/LDK/resources/web/LDK/field/SimpleLabKeyCombo.js b/LDK/resources/web/LDK/field/SimpleLabKeyCombo.js index 16cd2faf..c46942b8 100644 --- a/LDK/resources/web/LDK/field/SimpleLabKeyCombo.js +++ b/LDK/resources/web/LDK/field/SimpleLabKeyCombo.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg containerPath * @cfg schemaName diff --git a/LDK/resources/web/LDK/form/Panel.js b/LDK/resources/web/LDK/form/Panel.js index c9b17e86..56010bdc 100644 --- a/LDK/resources/web/LDK/form/Panel.js +++ b/LDK/resources/web/LDK/form/Panel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.form.Panel', { extend: 'LABKEY.ext4.FormPanel', alias: 'widget.ldk-formpanel', diff --git a/LDK/resources/web/LDK/grid/Panel.js b/LDK/resources/web/LDK/grid/Panel.js index d6b2bef3..062f6636 100644 --- a/LDK/resources/web/LDK/grid/Panel.js +++ b/LDK/resources/web/LDK/grid/Panel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This is an extension of the LABKEY gridpanel, primarily extended to more easily allow changes without altering * the core. diff --git a/LDK/resources/web/LDK/panel/AbstractFilterType.js b/LDK/resources/web/LDK/panel/AbstractFilterType.js index b354c2c8..6a0b207b 100644 --- a/LDK/resources/web/LDK/panel/AbstractFilterType.js +++ b/LDK/resources/web/LDK/panel/AbstractFilterType.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.panel.AbstractFilterType', { extend: 'Ext.panel.Panel', diff --git a/LDK/resources/web/LDK/panel/BulkEditPanel.js b/LDK/resources/web/LDK/panel/BulkEditPanel.js index a577c5dd..1cc8371c 100644 --- a/LDK/resources/web/LDK/panel/BulkEditPanel.js +++ b/LDK/resources/web/LDK/panel/BulkEditPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg dataRegionName */ diff --git a/LDK/resources/web/LDK/panel/CalendarPanel.js b/LDK/resources/web/LDK/panel/CalendarPanel.js index ed50431f..ec76cbf8 100644 --- a/LDK/resources/web/LDK/panel/CalendarPanel.js +++ b/LDK/resources/web/LDK/panel/CalendarPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.panel.CalendarPanel', { extend: 'Ext.panel.Panel', alias: 'widget.ldk-calendarpanel', diff --git a/LDK/resources/web/LDK/panel/ContentResizingPanel.js b/LDK/resources/web/LDK/panel/ContentResizingPanel.js index 4ee8abc9..0a48d08e 100644 --- a/LDK/resources/web/LDK/panel/ContentResizingPanel.js +++ b/LDK/resources/web/LDK/panel/ContentResizingPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This is designed to help with the problem of rendering dynamic content into Ext4 panels. It's a little ugly, but this * component provides a div into which you render the webpart or report. On load, it will use a mutation observer to listen for diff --git a/LDK/resources/web/LDK/panel/DetailsPanel.js b/LDK/resources/web/LDK/panel/DetailsPanel.js index 7abec5c6..f73433d4 100644 --- a/LDK/resources/web/LDK/panel/DetailsPanel.js +++ b/LDK/resources/web/LDK/panel/DetailsPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This is an extension of the LABKEY DetailsPanel which renders using border designed to match a webpart * @param detailsConfig A config object that will be applied to the LABKEY.ext.DetailsPanel diff --git a/LDK/resources/web/LDK/panel/GraphPanel.js b/LDK/resources/web/LDK/panel/GraphPanel.js index fbe23225..53765a77 100644 --- a/LDK/resources/web/LDK/panel/GraphPanel.js +++ b/LDK/resources/web/LDK/panel/GraphPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * EXPERIMENTAL. This is designed to be a higher lever interface for the LK charting API, and simplify rendering a chart inside Ext4 panels. * You should be able to provide either selectRow results, or a queryConfig, in addition to chart-specific configuration. It will generate diff --git a/LDK/resources/web/LDK/panel/MultiRecordDetailsPanel.js b/LDK/resources/web/LDK/panel/MultiRecordDetailsPanel.js index e29860b6..0c0217aa 100644 --- a/LDK/resources/web/LDK/panel/MultiRecordDetailsPanel.js +++ b/LDK/resources/web/LDK/panel/MultiRecordDetailsPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This panel is designed to provide DetailsView of records in situations where there may be more than 1 record. When this occurs, it can either * render a series of LDK.panel.DetailsPanels (one per record in the store), or render the results in a single QWP diff --git a/LDK/resources/web/LDK/panel/MultiSubjectFilterType.js b/LDK/resources/web/LDK/panel/MultiSubjectFilterType.js index 9a8b0a42..11304ca0 100644 --- a/LDK/resources/web/LDK/panel/MultiSubjectFilterType.js +++ b/LDK/resources/web/LDK/panel/MultiSubjectFilterType.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.panel.MultiSubjectFilterType', { extend: 'LDK.panel.SingleSubjectFilterType', alias: 'widget.ldk-multisubjectfiltertype', diff --git a/LDK/resources/web/LDK/panel/NavPanel.js b/LDK/resources/web/LDK/panel/NavPanel.js index 0d83c50c..b2acfd14 100644 --- a/LDK/resources/web/LDK/panel/NavPanel.js +++ b/LDK/resources/web/LDK/panel/NavPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/LDK/resources/web/LDK/panel/NoFiltersFilterType.js b/LDK/resources/web/LDK/panel/NoFiltersFilterType.js index 756d2c0b..e62fca91 100644 --- a/LDK/resources/web/LDK/panel/NoFiltersFilterType.js +++ b/LDK/resources/web/LDK/panel/NoFiltersFilterType.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.panel.NoFiltersFilterType', { extend: 'LDK.panel.AbstractFilterType', alias: 'widget.ldk-nofiltersfiltertype', diff --git a/LDK/resources/web/LDK/panel/NotificationAdminPanel.js b/LDK/resources/web/LDK/panel/NotificationAdminPanel.js index 8484180e..cb776eac 100644 --- a/LDK/resources/web/LDK/panel/NotificationAdminPanel.js +++ b/LDK/resources/web/LDK/panel/NotificationAdminPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.panel.NotificationAdminPanel', { extend: 'Ext.form.Panel', diff --git a/LDK/resources/web/LDK/panel/PopulateDataPanel.js b/LDK/resources/web/LDK/panel/PopulateDataPanel.js index 0fda4224..e20bb8a2 100644 --- a/LDK/resources/web/LDK/panel/PopulateDataPanel.js +++ b/LDK/resources/web/LDK/panel/PopulateDataPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2016-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.panel.PopulateDataPanel', { extend: 'Ext.panel.Panel', diff --git a/LDK/resources/web/LDK/panel/QueryPanel.js b/LDK/resources/web/LDK/panel/QueryPanel.js index 5b2cb23b..1d33ceb2 100644 --- a/LDK/resources/web/LDK/panel/QueryPanel.js +++ b/LDK/resources/web/LDK/panel/QueryPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This is designed to simplify the process of rendering a QWP in an Ext4 panel, since the panel will not normally * resize itself to accommodate the QWP. It also defers loading the QWP until after the panel is rendered, which can be convenient since diff --git a/LDK/resources/web/LDK/panel/QueryTabPanel.js b/LDK/resources/web/LDK/panel/QueryTabPanel.js index 6d3de500..e8335329 100644 --- a/LDK/resources/web/LDK/panel/QueryTabPanel.js +++ b/LDK/resources/web/LDK/panel/QueryTabPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define("LDK.panel.QueryTabPanel", { alias: 'widget.ldk-querytabpanel', extend: 'Ext.tab.Panel', diff --git a/LDK/resources/web/LDK/panel/SingleSubjectFilterType.js b/LDK/resources/web/LDK/panel/SingleSubjectFilterType.js index 8a0f4547..ae9f3fe2 100644 --- a/LDK/resources/web/LDK/panel/SingleSubjectFilterType.js +++ b/LDK/resources/web/LDK/panel/SingleSubjectFilterType.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('LDK.panel.SingleSubjectFilterType', { extend: 'LDK.panel.AbstractFilterType', alias: 'widget.ldk-singlesubjectfiltertype', diff --git a/LDK/resources/web/LDK/panel/TabbedReportPanel.js b/LDK/resources/web/LDK/panel/TabbedReportPanel.js index 78b0a760..6880287c 100644 --- a/LDK/resources/web/LDK/panel/TabbedReportPanel.js +++ b/LDK/resources/web/LDK/panel/TabbedReportPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/LDK/resources/web/LDK/panel/WebpartPanel.js b/LDK/resources/web/LDK/panel/WebpartPanel.js index da9ac6fb..fc788758 100644 --- a/LDK/resources/web/LDK/panel/WebpartPanel.js +++ b/LDK/resources/web/LDK/panel/WebpartPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * Designed to create an Ext4 container with the same outer border as a regular LabKey webpart. It extends Ext Container, * and will support any configuration from this class. diff --git a/LDK/resources/web/LDK/plugin/CellEditing.js b/LDK/resources/web/LDK/plugin/CellEditing.js index 90970dc8..68433e38 100644 --- a/LDK/resources/web/LDK/plugin/CellEditing.js +++ b/LDK/resources/web/LDK/plugin/CellEditing.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * This was created primarily to allow more keyboard navigation, such as allowing enter to * move between rows diff --git a/LDK/resources/web/LDK/plugin/MenuQuickTips.js b/LDK/resources/web/LDK/plugin/MenuQuickTips.js index f1b2c11d..5cc58c8f 100644 --- a/LDK/resources/web/LDK/plugin/MenuQuickTips.js +++ b/LDK/resources/web/LDK/plugin/MenuQuickTips.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * A plugin which allows menu items to have tooltips. */ diff --git a/LDK/resources/web/LDK/plugin/UserEditableCombo.js b/LDK/resources/web/LDK/plugin/UserEditableCombo.js index c3ce9a2d..a731b1cb 100644 --- a/LDK/resources/web/LDK/plugin/UserEditableCombo.js +++ b/LDK/resources/web/LDK/plugin/UserEditableCombo.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/LDK/resources/web/LDK/ux/ColorField.js b/LDK/resources/web/LDK/ux/ColorField.js index c5d79052..6fa6bdeb 100644 --- a/LDK/resources/web/LDK/ux/ColorField.js +++ b/LDK/resources/web/LDK/ux/ColorField.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * Adapted from: * http://www.sencha.com/forum/showthread.php?140793-Simple-Ext.ux.ColorField-plugin diff --git a/LDK/resources/web/LDK/ux/DateTimeField.js b/LDK/resources/web/LDK/ux/DateTimeField.js index 9f713373..06409c5c 100644 --- a/LDK/resources/web/LDK/ux/DateTimeField.js +++ b/LDK/resources/web/LDK/ux/DateTimeField.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @class Ext.ux.form.field.DateTime * @extends Ext.form.FieldContainer diff --git a/LDK/resources/web/LDK/window/GridBulkEditWindow.js b/LDK/resources/web/LDK/window/GridBulkEditWindow.js index 42dd5519..c2594deb 100644 --- a/LDK/resources/web/LDK/window/GridBulkEditWindow.js +++ b/LDK/resources/web/LDK/window/GridBulkEditWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg targetGrid */ diff --git a/LDK/src/org/labkey/ldk/LDKController.java b/LDK/src/org/labkey/ldk/LDKController.java index 372dfae1..d66b6654 100644 --- a/LDK/src/org/labkey/ldk/LDKController.java +++ b/LDK/src/org/labkey/ldk/LDKController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/src/org/labkey/ldk/LDKManager.java b/LDK/src/org/labkey/ldk/LDKManager.java index c04de049..75cb1ff4 100644 --- a/LDK/src/org/labkey/ldk/LDKManager.java +++ b/LDK/src/org/labkey/ldk/LDKManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/src/org/labkey/ldk/LDKModule.java b/LDK/src/org/labkey/ldk/LDKModule.java index 37733caa..bdb7d99c 100644 --- a/LDK/src/org/labkey/ldk/LDKModule.java +++ b/LDK/src/org/labkey/ldk/LDKModule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/LDK/src/org/labkey/ldk/LDKSchema.java b/LDK/src/org/labkey/ldk/LDKSchema.java index 8249d3b1..1f2a9a2f 100644 --- a/LDK/src/org/labkey/ldk/LDKSchema.java +++ b/LDK/src/org/labkey/ldk/LDKSchema.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,10 +20,6 @@ import org.labkey.api.data.TableInfo; import org.labkey.api.data.dialect.SqlDialect; -/** - * User: bbimber - * Date: 7/14/12 - */ public class LDKSchema { private static final LDKSchema _instance = new LDKSchema(); diff --git a/LDK/src/org/labkey/ldk/notification/NotificationJob.java b/LDK/src/org/labkey/ldk/notification/NotificationJob.java index 6c9cab80..3f12f36d 100644 --- a/LDK/src/org/labkey/ldk/notification/NotificationJob.java +++ b/LDK/src/org/labkey/ldk/notification/NotificationJob.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.notification; import org.apache.logging.log4j.LogManager; @@ -12,12 +27,6 @@ import java.util.Date; import java.util.Set; - -/** - * User: bimber - * Date: 12/19/12 - * Time: 7:59 PM - */ public class NotificationJob implements Job { private static final Logger _log = LogManager.getLogger(NotificationJob.class); diff --git a/LDK/src/org/labkey/ldk/notification/NotificationServiceImpl.java b/LDK/src/org/labkey/ldk/notification/NotificationServiceImpl.java index 5c8ee32d..776a3fe3 100644 --- a/LDK/src/org/labkey/ldk/notification/NotificationServiceImpl.java +++ b/LDK/src/org/labkey/ldk/notification/NotificationServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -73,11 +73,6 @@ import java.util.Map; import java.util.Set; -/** - * User: bbimber - * Date: 7/14/12 - * Time: 2:49 PM - */ public class NotificationServiceImpl extends NotificationService { private final static Logger _log = LogManager.getLogger(NotificationServiceImpl.class); diff --git a/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java b/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java index 5e85abae..4fe2534d 100644 --- a/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java +++ b/LDK/src/org/labkey/ldk/notification/SiteSummaryNotification.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -76,10 +76,6 @@ import java.util.Set; import java.util.TreeMap; -/** - * User: bbimber - * Date: 8/4/12 - */ public class SiteSummaryNotification implements Notification { protected final static Logger log = LogManager.getLogger(SiteSummaryNotification.class); diff --git a/LDK/src/org/labkey/ldk/query/AbstractIntegrationTest.java b/LDK/src/org/labkey/ldk/query/AbstractIntegrationTest.java index 580fd1fe..7f9da213 100644 --- a/LDK/src/org/labkey/ldk/query/AbstractIntegrationTest.java +++ b/LDK/src/org/labkey/ldk/query/AbstractIntegrationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * 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/LDK/src/org/labkey/ldk/query/ColumnOrderCustomizer.java b/LDK/src/org/labkey/ldk/query/ColumnOrderCustomizer.java index 436c7540..dd42d0ba 100644 --- a/LDK/src/org/labkey/ldk/query/ColumnOrderCustomizer.java +++ b/LDK/src/org/labkey/ldk/query/ColumnOrderCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.query; import org.labkey.api.data.AbstractTableInfo; @@ -10,10 +25,6 @@ import java.util.Comparator; import java.util.List; -/** - * User: bimber - * Date: 2/1/13 - */ public class ColumnOrderCustomizer implements TableCustomizer { public ColumnOrderCustomizer() diff --git a/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java b/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java index fab0c124..f513ec0e 100644 --- a/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java +++ b/LDK/src/org/labkey/ldk/query/DefaultTableCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,11 +57,6 @@ import java.util.Set; -/** - * User: bimber - * Date: 9/27/12 - * Time: 3:09 PM - */ public class DefaultTableCustomizer implements TableCustomizer { private static final String MORE_ACTIONS = "More Actions"; diff --git a/LDK/src/org/labkey/ldk/query/IndexStatsTable.java b/LDK/src/org/labkey/ldk/query/IndexStatsTable.java index 9b10f187..be34d908 100644 --- a/LDK/src/org/labkey/ldk/query/IndexStatsTable.java +++ b/LDK/src/org/labkey/ldk/query/IndexStatsTable.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.query; import org.jetbrains.annotations.NotNull; diff --git a/LDK/src/org/labkey/ldk/query/LookupSetTable.java b/LDK/src/org/labkey/ldk/query/LookupSetTable.java index 201345b2..914500e2 100644 --- a/LDK/src/org/labkey/ldk/query/LookupSetTable.java +++ b/LDK/src/org/labkey/ldk/query/LookupSetTable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2015 LabKey Corporation + * Copyright (c) 2016-2026 LabKey Corporation * * 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/LDK/src/org/labkey/ldk/query/LookupValidationHelper.java b/LDK/src/org/labkey/ldk/query/LookupValidationHelper.java index 05c22d15..7a7b8b80 100644 --- a/LDK/src/org/labkey/ldk/query/LookupValidationHelper.java +++ b/LDK/src/org/labkey/ldk/query/LookupValidationHelper.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.query; import org.apache.commons.lang3.StringUtils; @@ -30,11 +45,6 @@ import java.util.Map; import java.util.Set; -/** - * User: bimber - * Date: 6/27/13 - * Time: 5:40 PM - */ public class LookupValidationHelper { private Container _container; diff --git a/LDK/src/org/labkey/ldk/query/LookupsUserSchema.java b/LDK/src/org/labkey/ldk/query/LookupsUserSchema.java index 08ec1680..2fd3925c 100644 --- a/LDK/src/org/labkey/ldk/query/LookupsUserSchema.java +++ b/LDK/src/org/labkey/ldk/query/LookupsUserSchema.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2016-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.query; import org.labkey.api.cache.Cache; diff --git a/LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java b/LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java index d997d8a1..8846a05d 100644 --- a/LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java +++ b/LDK/src/org/labkey/ldk/query/MssqlUtilsUserSchema.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.query; import org.labkey.api.data.Container; diff --git a/LDK/src/org/labkey/ldk/query/UniqueConstraintHelper.java b/LDK/src/org/labkey/ldk/query/UniqueConstraintHelper.java index e1407d15..e290d629 100644 --- a/LDK/src/org/labkey/ldk/query/UniqueConstraintHelper.java +++ b/LDK/src/org/labkey/ldk/query/UniqueConstraintHelper.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.query; import org.apache.logging.log4j.Logger; diff --git a/LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java b/LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java index c272c2c5..5c7cedc5 100644 --- a/LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java +++ b/LDK/src/org/labkey/ldk/sql/LDKNaturalizeInstallationManager.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2018-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.sql; import org.labkey.api.data.DbSchema; diff --git a/LDK/test/src/org/labkey/test/tests/external/labModules/AbstractLabModuleAssayTest.java b/LDK/test/src/org/labkey/test/tests/external/labModules/AbstractLabModuleAssayTest.java index 1c8dd40c..280cf844 100644 --- a/LDK/test/src/org/labkey/test/tests/external/labModules/AbstractLabModuleAssayTest.java +++ b/LDK/test/src/org/labkey/test/tests/external/labModules/AbstractLabModuleAssayTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2019-2026 LabKey Corporation * * 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/LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java b/LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java index cf455900..700304ce 100644 --- a/LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java +++ b/LDK/test/src/org/labkey/test/tests/external/labModules/LabModulesTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 LabKey Corporation + * Copyright (c) 2019-2026 LabKey Corporation * * 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/LDK/test/src/org/labkey/test/util/external/labModules/LabModuleHelper.java b/LDK/test/src/org/labkey/test/util/external/labModules/LabModuleHelper.java index 07a798ae..5615ca1b 100644 --- a/LDK/test/src/org/labkey/test/util/external/labModules/LabModuleHelper.java +++ b/LDK/test/src/org/labkey/test/util/external/labModules/LabModuleHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2015 LabKey Corporation + * Copyright (c) 2019-2026 LabKey Corporation * * 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/LDK/tools/server/tomcat_log_cleanup.sh b/LDK/tools/server/tomcat_log_cleanup.sh index 31fbe7e9..aaadc516 100644 --- a/LDK/tools/server/tomcat_log_cleanup.sh +++ b/LDK/tools/server/tomcat_log_cleanup.sh @@ -1,5 +1,20 @@ #!/bin/bash # +# Copyright (c) 2014-2026 LabKey Corporation +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# # This script is designed to compress and delete old tomcat # log files. Rotation is handled by tomcat. It will manage any logs with the prefixes listed. # diff --git a/laboratory/api-src/org/labkey/api/laboratory/AbstractDataProvider.java b/laboratory/api-src/org/labkey/api/laboratory/AbstractDataProvider.java index d1820b9e..344960d7 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/AbstractDataProvider.java +++ b/laboratory/api-src/org/labkey/api/laboratory/AbstractDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,11 +23,6 @@ import java.util.Collections; import java.util.List; -/** - * User: bimber - * Date: 10/8/12 - * Time: 2:58 PM - */ public abstract class AbstractDataProvider implements DataProvider { @Override diff --git a/laboratory/api-src/org/labkey/api/laboratory/AbstractImportingNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/AbstractImportingNavItem.java index 5b6c8e8f..76f56d37 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/AbstractImportingNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/AbstractImportingNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,11 +19,6 @@ import org.labkey.api.data.Container; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 11/21/12 - * Time: 5:08 PM - */ abstract public class AbstractImportingNavItem extends AbstractNavItem implements ImportingNavItem { private final String _name; diff --git a/laboratory/api-src/org/labkey/api/laboratory/AbstractNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/AbstractNavItem.java index 718625db..277fd60e 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/AbstractNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/AbstractNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,11 +30,6 @@ import java.util.Map; -/** - * User: bimber - * Date: 10/1/12 - * Time: 9:33 AM - */ abstract public class AbstractNavItem implements NavItem { protected static final Logger _log = LogManager.getLogger(AbstractNavItem.class); diff --git a/laboratory/api-src/org/labkey/api/laboratory/AbstractQueryNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/AbstractQueryNavItem.java index 9a9a77ce..8134f2d1 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/AbstractQueryNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/AbstractQueryNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * 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/laboratory/api-src/org/labkey/api/laboratory/AbstractUrlNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/AbstractUrlNavItem.java index 8d017a14..79210876 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/AbstractUrlNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/AbstractUrlNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,11 +21,6 @@ import org.labkey.api.security.User; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 4/4/13 - * Time: 9:39 AM - */ abstract public class AbstractUrlNavItem extends AbstractNavItem { protected String _labelText; diff --git a/laboratory/api-src/org/labkey/api/laboratory/DataProvider.java b/laboratory/api-src/org/labkey/api/laboratory/DataProvider.java index 3245d382..30d91c46 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/DataProvider.java +++ b/laboratory/api-src/org/labkey/api/laboratory/DataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,11 +26,6 @@ import java.util.List; import java.util.Set; -/** - * User: bimber - * Date: 10/3/12 - * Time: 1:46 PM - */ public interface DataProvider { /** diff --git a/laboratory/api-src/org/labkey/api/laboratory/DemographicsProvider.java b/laboratory/api-src/org/labkey/api/laboratory/DemographicsProvider.java index 08abecda..978c88a8 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/DemographicsProvider.java +++ b/laboratory/api-src/org/labkey/api/laboratory/DemographicsProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.api.laboratory; import org.jetbrains.annotations.Nullable; diff --git a/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithLabelNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithLabelNavItem.java index a8b99efe..1260f5ba 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithLabelNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithLabelNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,11 +22,6 @@ import org.labkey.api.security.User; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 11/21/12 - * Time: 5:52 PM - */ public class DetailsUrlWithLabelNavItem extends AbstractUrlNavItem { public DetailsUrlWithLabelNavItem(DataProvider provider, String labelText, String itemText, DetailsURL detailsURL, LaboratoryService.NavItemCategory itemType, String reportCategory) diff --git a/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithoutLabelNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithoutLabelNavItem.java index 8424eddc..9a258713 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithoutLabelNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/DetailsUrlWithoutLabelNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,11 +22,6 @@ import org.labkey.api.security.User; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 11/21/12 - * Time: 5:52 PM - */ public class DetailsUrlWithoutLabelNavItem extends AbstractUrlNavItem { public DetailsUrlWithoutLabelNavItem(DataProvider provider, String itemText, DetailsURL itemUrl, LaboratoryService.NavItemCategory itemType, String reportCategory) diff --git a/laboratory/api-src/org/labkey/api/laboratory/ImportingNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/ImportingNavItem.java index 7704109b..3b7dc6f8 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/ImportingNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/ImportingNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,11 +19,6 @@ import org.labkey.api.security.User; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 11/21/12 - * Time: 5:07 PM - */ public interface ImportingNavItem extends NavItem { ActionURL getImportUrl(Container c, User u); diff --git a/laboratory/api-src/org/labkey/api/laboratory/JSTabbedReportItem.java b/laboratory/api-src/org/labkey/api/laboratory/JSTabbedReportItem.java index 75555123..d390b6a9 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/JSTabbedReportItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/JSTabbedReportItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,11 +19,6 @@ import org.labkey.api.data.Container; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 4/14/13 - * Time: 9:31 AM - */ public class JSTabbedReportItem extends TabbedReportItem { private final String _jsHandler; diff --git a/laboratory/api-src/org/labkey/api/laboratory/LaboratoryService.java b/laboratory/api-src/org/labkey/api/laboratory/LaboratoryService.java index b468c89f..951488e9 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/LaboratoryService.java +++ b/laboratory/api-src/org/labkey/api/laboratory/LaboratoryService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,11 +39,6 @@ import java.util.Map; import java.util.Set; -/** - * User: bimber - * Date: 9/15/12 - * Time: 6:26 AM - */ abstract public class LaboratoryService { static LaboratoryService instance; diff --git a/laboratory/api-src/org/labkey/api/laboratory/LaboratoryUrls.java b/laboratory/api-src/org/labkey/api/laboratory/LaboratoryUrls.java index f430e5de..7c20949c 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/LaboratoryUrls.java +++ b/laboratory/api-src/org/labkey/api/laboratory/LaboratoryUrls.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,11 +21,6 @@ import org.labkey.api.security.User; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 10/1/12 - * Time: 9:23 AM - */ public interface LaboratoryUrls extends UrlProvider { ActionURL getSearchUrl(Container c, String schemaName, String queryName); diff --git a/laboratory/api-src/org/labkey/api/laboratory/NavItem.java b/laboratory/api-src/org/labkey/api/laboratory/NavItem.java index bd7efbc8..32df771c 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/NavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/NavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * 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/laboratory/api-src/org/labkey/api/laboratory/QueryCountNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/QueryCountNavItem.java index 8c802af7..72171745 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/QueryCountNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/QueryCountNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,11 +26,6 @@ import org.labkey.api.security.User; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 10/1/12 - * Time: 12:27 PM - */ public class QueryCountNavItem extends AbstractQueryNavItem implements SummaryNavItem { private SimpleFilter _filter = null; diff --git a/laboratory/api-src/org/labkey/api/laboratory/QueryImportNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/QueryImportNavItem.java index f1d96302..2ed963db 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/QueryImportNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/QueryImportNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,11 +26,6 @@ import org.labkey.api.util.PageFlowUtil; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 10/1/12 - * Time: 12:27 PM - */ public class QueryImportNavItem extends AbstractImportingNavItem { private final String _schema; diff --git a/laboratory/api-src/org/labkey/api/laboratory/QueryTabbedReportItem.java b/laboratory/api-src/org/labkey/api/laboratory/QueryTabbedReportItem.java index dc84f851..5be88985 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/QueryTabbedReportItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/QueryTabbedReportItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,11 +21,6 @@ import org.labkey.api.ldk.table.QueryCache; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 4/14/13 - * Time: 9:33 AM - */ public class QueryTabbedReportItem extends TabbedReportItem { private String _schemaName; diff --git a/laboratory/api-src/org/labkey/api/laboratory/ReportItem.java b/laboratory/api-src/org/labkey/api/laboratory/ReportItem.java index e8659ce4..b104edc8 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/ReportItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/ReportItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,11 +20,6 @@ import org.labkey.api.ldk.table.QueryCache; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 5/5/13 - * Time: 9:41 AM - */ public class ReportItem extends AbstractQueryNavItem { private String _subjectFieldKey; diff --git a/laboratory/api-src/org/labkey/api/laboratory/SettingsNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/SettingsNavItem.java index 913934a4..0d7f9553 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/SettingsNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/SettingsNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,11 +15,6 @@ */ package org.labkey.api.laboratory; -/** - * User: bimber - * Date: 10/7/12 - * Time: 10:14 AM - */ public interface SettingsNavItem extends ImportingNavItem { } diff --git a/laboratory/api-src/org/labkey/api/laboratory/SimpleSettingsItem.java b/laboratory/api-src/org/labkey/api/laboratory/SimpleSettingsItem.java index 12d90205..b7d0d576 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/SimpleSettingsItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/SimpleSettingsItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,11 +23,6 @@ import org.labkey.api.security.User; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 10/1/12 - * Time: 1:40 PM - */ public class SimpleSettingsItem extends QueryImportNavItem implements SettingsNavItem { public SimpleSettingsItem(DataProvider provider, String schema, String query, String reportCategory, String label) diff --git a/laboratory/api-src/org/labkey/api/laboratory/StaticURLNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/StaticURLNavItem.java index 8be60976..3b25abb8 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/StaticURLNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/StaticURLNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,11 +15,6 @@ */ package org.labkey.api.laboratory; -/** - * User: bimber - * Date: 11/21/12 - * Time: 5:52 PM - */ public class StaticURLNavItem extends AbstractUrlNavItem { public StaticURLNavItem(DataProvider provider, String label, String itemText, String urlString, LaboratoryService.NavItemCategory itemType, String reportCategory) diff --git a/laboratory/api-src/org/labkey/api/laboratory/SummaryNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/SummaryNavItem.java index 63c8adad..be25800a 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/SummaryNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/SummaryNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -18,11 +18,6 @@ import org.labkey.api.data.Container; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 11/8/13 - * Time: 7:02 AM - */ public interface SummaryNavItem extends NavItem { Long getRowCount(Container c, User u); diff --git a/laboratory/api-src/org/labkey/api/laboratory/TabbedReportItem.java b/laboratory/api-src/org/labkey/api/laboratory/TabbedReportItem.java index d0dc301a..631130af 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/TabbedReportItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/TabbedReportItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,11 +29,6 @@ import java.util.HashMap; import java.util.Map; -/** - * User: bimber - * Date: 1/13/13 - * Time: 12:51 PM - */ public class TabbedReportItem extends AbstractNavItem { protected String _name; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/AbstractAssayDataProvider.java b/laboratory/api-src/org/labkey/api/laboratory/assay/AbstractAssayDataProvider.java index 5a2c3dfa..6f54d3b7 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/AbstractAssayDataProvider.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/AbstractAssayDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,11 +57,6 @@ import java.util.Map; import java.util.Set; -/** - * User: bimber - * Date: 10/1/12 - * Time: 1:52 PM - */ abstract public class AbstractAssayDataProvider extends AbstractDataProvider implements AssayDataProvider { public static final String PROPERTY_CATEGORY = "laboratory.importMethodDefaults"; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayDataProvider.java b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayDataProvider.java index 512cb2d0..86a299d7 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayDataProvider.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,12 +24,6 @@ import java.util.Collection; import java.util.List; -/** - * User: bimber - * Date: 9/28/12 - * Time: 4:11 PM - */ - /** * This interface is used by LaboratoryService to register assays. It wraps the core assay description to provide additional * details used specifically in the laboratory module diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayImportMethod.java b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayImportMethod.java index 280db574..84f4fb58 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayImportMethod.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayImportMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,11 +25,6 @@ import java.util.List; -/** - * User: bimber - * Date: 9/15/12 - * Time: 2:18 PM - */ public interface AssayImportMethod { String getName(); diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayNavItem.java index 9fee6bb4..297a08b9 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,11 +28,6 @@ import org.labkey.api.util.PageFlowUtil; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 10/1/12 - * Time: 8:46 AM - */ public class AssayNavItem extends AbstractImportingNavItem { private final AssayDataProvider _provider; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayParser.java b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayParser.java index d095168d..a81b0ef4 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/AssayParser.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/AssayParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 LabKey Corporation + * Copyright (c) 2023-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,11 +26,6 @@ import java.io.File; -/** - * User: bimber - * Date: 9/15/12 - * Time: 10:40 AM - */ public interface AssayParser { /** diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/AssaySummaryNavItem.java b/laboratory/api-src/org/labkey/api/laboratory/assay/AssaySummaryNavItem.java index 4d636931..4dca5cb3 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/AssaySummaryNavItem.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/AssaySummaryNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * 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/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayImportMethod.java b/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayImportMethod.java index 2595b9da..2ce3059d 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayImportMethod.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayImportMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,11 +52,6 @@ import java.util.List; import java.util.Map; -/** - * User: bimber - * Date: 9/15/12 - * Time: 7:29 AM - */ public class DefaultAssayImportMethod implements AssayImportMethod { public static final String NAME = "Default Excel"; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayParser.java b/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayParser.java index 98ceb3ae..e2a2906e 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayParser.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/DefaultAssayParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -74,11 +74,6 @@ import java.util.regex.Pattern; import java.util.stream.IntStream; -/** - * User: bimber - * Date: 9/15/12 - * Time: 10:37 AM - */ public class DefaultAssayParser implements AssayParser { protected boolean _hasHeaders = true; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/ImportContext.java b/laboratory/api-src/org/labkey/api/laboratory/assay/ImportContext.java index 7f8cbc85..5fee74cf 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/ImportContext.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/ImportContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,11 +23,6 @@ import java.io.File; import java.util.Map; -/** - * User: bimber - * Date: 1/9/13 - * Time: 5:12 PM - */ public class ImportContext { private final JSONObject _json; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/ParserErrors.java b/laboratory/api-src/org/labkey/api/laboratory/assay/ParserErrors.java index 83fa9ded..221b607c 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/ParserErrors.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/ParserErrors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,11 +23,6 @@ import java.util.ArrayList; import java.util.List; -/** - * User: bimber - * Date: 1/9/13 - * Time: 4:46 PM - */ public class ParserErrors { private final List> _errors = new ArrayList<>(); diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingAssayParser.java b/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingAssayParser.java index 8ef4a697..39b0d876 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingAssayParser.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingAssayParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,11 +33,6 @@ import java.util.Map; import java.util.Set; -/** - * User: bimber - * Date: 12/9/12 - * Time: 7:51 AM - */ public class PivotingAssayParser extends DefaultAssayParser { PivotingImportMethod _pivotMethod; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingImportMethod.java b/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingImportMethod.java index 0c14202a..ba8363c5 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingImportMethod.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/PivotingImportMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,11 +30,6 @@ import java.util.Collections; import java.util.List; -/** - * User: bimber - * Date: 12/9/12 - * Time: 8:44 PM - */ abstract public class PivotingImportMethod extends DefaultAssayImportMethod { protected AssayImportMethod _importMethod; diff --git a/laboratory/api-src/org/labkey/api/laboratory/assay/SimpleAssayDataProvider.java b/laboratory/api-src/org/labkey/api/laboratory/assay/SimpleAssayDataProvider.java index ec4c2073..166c93fa 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/assay/SimpleAssayDataProvider.java +++ b/laboratory/api-src/org/labkey/api/laboratory/assay/SimpleAssayDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2013 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,11 +15,6 @@ */ package org.labkey.api.laboratory.assay; -/** - * User: bimber - * Date: 10/6/12 - * Time: 1:34 PM - */ public class SimpleAssayDataProvider extends AbstractAssayDataProvider { public SimpleAssayDataProvider(String providerName) diff --git a/laboratory/api-src/org/labkey/api/laboratory/button/ChangeAssayResultStatusBtn.java b/laboratory/api-src/org/labkey/api/laboratory/button/ChangeAssayResultStatusBtn.java index 6d865924..87d791bb 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/button/ChangeAssayResultStatusBtn.java +++ b/laboratory/api-src/org/labkey/api/laboratory/button/ChangeAssayResultStatusBtn.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,11 +23,6 @@ import java.util.Arrays; -/** - * User: bimber - * Date: 9/8/13 - * Time: 10:18 AM - */ public class ChangeAssayResultStatusBtn extends SimpleButtonConfigFactory { public ChangeAssayResultStatusBtn(Module owner) diff --git a/laboratory/api-src/org/labkey/api/laboratory/query/ContainerIncrementingTable.java b/laboratory/api-src/org/labkey/api/laboratory/query/ContainerIncrementingTable.java index 96499ff8..e1912f4a 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/query/ContainerIncrementingTable.java +++ b/laboratory/api-src/org/labkey/api/laboratory/query/ContainerIncrementingTable.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.api.laboratory.query; import org.apache.commons.lang3.StringUtils; @@ -41,13 +56,8 @@ import java.util.Set; import java.util.concurrent.Callable; -import static org.labkey.api.exp.api.ExperimentService.asInteger; +import static org.labkey.api.util.IntegerUtils.asInteger; -/** - * User: bimber - * Date: 3/12/13 - * Time: 12:59 PM - */ public class ContainerIncrementingTable extends SimpleUserSchema.SimpleTable { private final String _incrementingCol; diff --git a/laboratory/api-src/org/labkey/api/laboratory/query/TabbedReportFilterProvider.java b/laboratory/api-src/org/labkey/api/laboratory/query/TabbedReportFilterProvider.java index e5a5f006..b20505ea 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/query/TabbedReportFilterProvider.java +++ b/laboratory/api-src/org/labkey/api/laboratory/query/TabbedReportFilterProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.api.laboratory.query; import org.jetbrains.annotations.NotNull; diff --git a/laboratory/api-src/org/labkey/api/laboratory/security/LaboratoryAdminPermission.java b/laboratory/api-src/org/labkey/api/laboratory/security/LaboratoryAdminPermission.java index 13c78218..8b9838b1 100644 --- a/laboratory/api-src/org/labkey/api/laboratory/security/LaboratoryAdminPermission.java +++ b/laboratory/api-src/org/labkey/api/laboratory/security/LaboratoryAdminPermission.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2015 LabKey Corporation + * Copyright (c) 2015-2026 LabKey Corporation * * 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/laboratory/resources/queries/laboratory/96well_plate.sql b/laboratory/resources/queries/laboratory/96well_plate.sql index d42dbc32..dfc9452b 100644 --- a/laboratory/resources/queries/laboratory/96well_plate.sql +++ b/laboratory/resources/queries/laboratory/96well_plate.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT well_96 as well, addressbyrow_96 as addressByRow, diff --git a/laboratory/resources/queries/laboratory/dna_oligos.js b/laboratory/resources/queries/laboratory/dna_oligos.js index 7dff98b9..f543c527 100644 --- a/laboratory/resources/queries/laboratory/dna_oligos.js +++ b/laboratory/resources/queries/laboratory/dna_oligos.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/queries/laboratory/freezer_space_summary.sql b/laboratory/resources/queries/laboratory/freezer_space_summary.sql index 5668d84d..1e6088ab 100644 --- a/laboratory/resources/queries/laboratory/freezer_space_summary.sql +++ b/laboratory/resources/queries/laboratory/freezer_space_summary.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/queries/laboratory/freezer_usage_by_box.sql b/laboratory/resources/queries/laboratory/freezer_usage_by_box.sql index de48e912..d1e1b4f6 100644 --- a/laboratory/resources/queries/laboratory/freezer_usage_by_box.sql +++ b/laboratory/resources/queries/laboratory/freezer_usage_by_box.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/queries/laboratory/peptides.js b/laboratory/resources/queries/laboratory/peptides.js index 5b15262f..dc4138eb 100644 --- a/laboratory/resources/queries/laboratory/peptides.js +++ b/laboratory/resources/queries/laboratory/peptides.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/queries/laboratory/samples.js b/laboratory/resources/queries/laboratory/samples.js index 83a5274c..4d340f2f 100644 --- a/laboratory/resources/queries/laboratory/samples.js +++ b/laboratory/resources/queries/laboratory/samples.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/queries/laboratory/samples_by_subjectid.sql b/laboratory/resources/queries/laboratory/samples_by_subjectid.sql index cb9efe7b..5f1ad109 100644 --- a/laboratory/resources/queries/laboratory/samples_by_subjectid.sql +++ b/laboratory/resources/queries/laboratory/samples_by_subjectid.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/queries/laboratory/samples_by_subjectid_and_type.sql b/laboratory/resources/queries/laboratory/samples_by_subjectid_and_type.sql index edc7f33b..db3a558a 100644 --- a/laboratory/resources/queries/laboratory/samples_by_subjectid_and_type.sql +++ b/laboratory/resources/queries/laboratory/samples_by_subjectid_and_type.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/queries/laboratory/samples_by_subjectid_date_and_type.sql b/laboratory/resources/queries/laboratory/samples_by_subjectid_date_and_type.sql index f14e1052..26e45a9f 100644 --- a/laboratory/resources/queries/laboratory/samples_by_subjectid_date_and_type.sql +++ b/laboratory/resources/queries/laboratory/samples_by_subjectid_date_and_type.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/queries/laboratory/samples_by_type.sql b/laboratory/resources/queries/laboratory/samples_by_type.sql index ba9d1ab2..38785736 100644 --- a/laboratory/resources/queries/laboratory/samples_by_type.sql +++ b/laboratory/resources/queries/laboratory/samples_by_type.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-0.00-11.10.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-0.00-11.10.sql index 3a481674..4c3176af 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-0.00-11.10.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-0.00-11.10.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.10-11.20.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.10-11.20.sql index 261b4e73..bc9bb76b 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.10-11.20.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.10-11.20.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.20-11.30.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.20-11.30.sql index 84ff94a3..578aee8f 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.20-11.30.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-11.20-11.30.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.10-12.20.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.10-12.20.sql index f159543f..51d28dea 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.10-12.20.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.10-12.20.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.11-12.12.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.11-12.12.sql index 8e650537..faf97fe2 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.11-12.12.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.11-12.12.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.12-12.13.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.12-12.13.sql index 38053c15..e349ff14 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.12-12.13.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.12-12.13.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.20-12.21.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.20-12.21.sql index d2dc91b7..f2e9ebb5 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.20-12.21.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.20-12.21.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.21-12.22.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.21-12.22.sql index aa1e47d3..a09832f0 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.21-12.22.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.21-12.22.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.22-12.23.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.22-12.23.sql index cd59ead2..be3bfa2e 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.22-12.23.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.22-12.23.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.23-12.24.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.23-12.24.sql index 564ba959..f454ebb2 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.23-12.24.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.23-12.24.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.24-12.25.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.24-12.25.sql index 2108861c..f3b5cd3a 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.24-12.25.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.24-12.25.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.25-12.26.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.25-12.26.sql index 4405d8ac..25aca271 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.25-12.26.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.25-12.26.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.26-12.27.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.26-12.27.sql index f39c8854..6ccca073 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.26-12.27.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.26-12.27.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ INSERT into laboratory.samplecategory (category) VALUES ('Empty Well'); CREATE TABLE laboratory.plate_templates ( diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.27-12.271.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.27-12.271.sql index af3e4028..0691f9eb 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.27-12.271.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.27-12.271.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE laboratory.datatypes; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.271-12.272.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.271-12.272.sql index 2fe3a2d6..37be1d17 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.271-12.272.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.271-12.272.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.assay_run_templates ADD runid INTEGER; ALTER TABLE laboratory.assay_run_templates ADD importMethod varchar(200); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.272-12.273.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.272-12.273.sql index 62c4422c..fec554c3 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.272-12.273.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.272-12.273.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --there should not have been time user any users to add rows, but guard anyway DELETE FROM laboratory.reference_peptides WHERE rowid in (SELECT min(rowid) FROM laboratory.reference_peptides GROUP BY sequence HAVING COUNT(*) > 1); diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.273-12.274.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.273-12.274.sql index 5b5247bc..093b0ed8 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.273-12.274.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.273-12.274.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DELETE FROM laboratory.samplecategory WHERE category = 'Empty Well'; DELETE FROM laboratory.samplecategory WHERE category = 'Blank'; DELETE FROM laboratory.samplecategory WHERE category = 'Sample'; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.274-12.275.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.274-12.275.sql index 22d6de20..96f19162 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.274-12.275.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.274-12.275.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.project_usage ( rowid serial, subjectId varchar(100), diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.275-12.276.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.275-12.276.sql index d78f4ac3..9958187f 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.275-12.276.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.275-12.276.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ alter table laboratory.samples rename column collectdate to processdate; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.276-12.277.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.276-12.277.sql index 89b68e72..327fe6d2 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.276-12.277.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.276-12.277.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.major_events ( rowid SERIAL, subjectId varchar(100), diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.277-12.278.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.277-12.278.sql index 98b7787a..88d18284 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.277-12.278.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.277-12.278.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.workbooks ( workbookId int, container entityid NOT NULL, diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.278-12.279.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.278-12.279.sql index 3d97a572..2f0f17c1 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.278-12.279.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.278-12.279.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.subjects ADD source varchar(1000); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.279-12.280.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.279-12.280.sql index 6e657fcc..6096962d 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.279-12.280.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.279-12.280.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.workbooks ADD exptGroup varchar(1000); ALTER TABLE laboratory.workbooks ADD materials text; ALTER TABLE laboratory.workbooks ADD methods text; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.280-12.281.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.280-12.281.sql index 8d1e5ec4..7ab54d5c 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.280-12.281.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.280-12.281.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --DB FKs are too restrictive ALTER TABLE laboratory.samples DROP CONSTRAINT fk_samples_samplespecies; ALTER TABLE laboratory.samples DROP CONSTRAINT fk_samples_additive; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.281-12.282.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.281-12.282.sql index d2202806..8916a51d 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.281-12.282.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.281-12.282.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.dna_oligos ADD concentration varchar(100); ALTER TABLE laboratory.dna_oligos ADD comments text; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.282-12.283.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.282-12.283.sql index fe10cfaa..6903751c 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.282-12.283.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.282-12.283.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER table laboratory.dna_oligos add cognate_primer_name varchar(100); ALTER table laboratory.dna_oligos add oligo_id integer; ALTER table laboratory.dna_oligos drop column cognate_primer; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.283-12.284.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.283-12.284.sql index 8b219bfb..04045213 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.283-12.284.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.283-12.284.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.peptides ADD peptideId integer; ALTER TABLE laboratory.peptides ADD short_name varchar(100); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.284-12.285.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.284-12.285.sql index b4203ae7..a74c9a5b 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.284-12.285.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.284-12.285.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE laboratory.workbook_group_members; CREATE TABLE laboratory.workbook_tags ( diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.285-12.286.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.285-12.286.sql index 25067308..eb302d69 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.285-12.286.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.285-12.286.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.subjects ADD external_id VARCHAR(1000); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.286-12.287.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.286-12.287.sql index da071f85..a8a1a23d 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.286-12.287.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.286-12.287.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.result_status ( status varchar(100), not_trusted boolean, diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.287-12.288.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.287-12.288.sql index 1c3c99df..8ca959fd 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.287-12.288.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.287-12.288.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --script added to sqlserver ; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.288-12.289.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.288-12.289.sql index d1fc9bfa..3c733f5b 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.288-12.289.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.288-12.289.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.workbook_tags DROP COLUMN created; ALTER TABLE laboratory.workbook_tags DROP COLUMN createdby; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.289-12.290.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.289-12.290.sql index fb802631..b3a33860 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.289-12.290.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.289-12.290.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.samples ADD passage_number integer; ALTER TABLE laboratory.sample_type ADD container entityid; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.290-12.291.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.290-12.291.sql index 67ecf9d6..25c1b13a 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.290-12.291.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.290-12.291.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.sample_type DROP CONSTRAINT PK_sample_type; ALTER TABLE laboratory.sample_type ADD rowid serial; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.291-12.292.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.291-12.292.sql index 5bd89659..64ca3026 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.291-12.292.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.291-12.292.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ alter table laboratory.samples rename column quantity to quantity_string; ALTER TABLE laboratory.samples ADD quantity double precision; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.292-12.293.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.292-12.293.sql index 3006e53c..0acf2902 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.292-12.293.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.292-12.293.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT core.executeJavaUpgradeCode('migrateQuantityField'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.293-12.294.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.293-12.294.sql index 3006e53c..0acf2902 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.293-12.294.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.293-12.294.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT core.executeJavaUpgradeCode('migrateQuantityField'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.294-12.295.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.294-12.295.sql index b59880b7..5aaa4ed8 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.294-12.295.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.294-12.295.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.samples ADD freezerid integer; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.295-12.296.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.295-12.296.sql index 33968f68..c032fc59 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.295-12.296.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.295-12.296.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.antibodies ( rowid serial NOT NULL, antibodyId int, diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.296-12.297.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.296-12.297.sql index c2b835e2..f826ae7f 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.296-12.297.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.296-12.297.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- @SkipOnEmptySchemasBegin INSERT INTO laboratory.result_status (status) VALUES ('Exclude'); -- @SkipOnEmptySchemasEnd diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.297-12.298.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.297-12.298.sql index 82960b2f..b6b58c53 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.297-12.298.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.297-12.298.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- @SkipOnEmptySchemasBegin DELETE FROM laboratory.result_status WHERE status = 'No Data'; INSERT INTO laboratory.result_status (status) VALUES ('No Data'); diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.298-12.299.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.298-12.299.sql index 72705c92..a8bb4f11 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.298-12.299.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.298-12.299.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER table laboratory.antibodies ADD source varchar(500); ALTER table laboratory.antibodies ADD catalog varchar(500); ALTER table laboratory.antibodies ADD location varchar(500); diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.299-12.300.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.299-12.300.sql index 06703c28..4a0981eb 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.299-12.300.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.299-12.300.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- @SkipOnEmptySchemasBegin DELETE FROM laboratory.species WHERE common_name = 'Rabbit'; INSERT INTO laboratory.species (common_name, scientific_name) VALUES ('Rabbit', 'Lepus curpaeums'); diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.300-12.301.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.300-12.301.sql index 8806b73f..95d18e54 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.300-12.301.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.300-12.301.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --placeholder for SQLServer changes ; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.301-12.302.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.301-12.302.sql index f8250dcf..6d19f75f 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.301-12.302.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.301-12.302.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2015-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ SELECT core.executeJavaUpgradeCode('updateWorkbookSequences'); diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.302-12.303.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.302-12.303.sql index 3ec0052e..d33ca6a0 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.302-12.303.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.302-12.303.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2015-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.samples ADD COLUMN lsid LsidType; ALTER TABLE laboratory.dna_oligos ADD COLUMN lsid LsidType; ALTER TABLE laboratory.subjects ADD COLUMN lsid LsidType; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.304-12.305.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.304-12.305.sql index 6b1450ff..338c9ebc 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.304-12.305.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.304-12.305.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Cleanup legacy orphan rows delete from laboratory.workbooks WHERE (SELECT c.entityid from core.containers c where c.entityid = container) is null; diff --git a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.305-12.306.sql b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.305-12.306.sql index 880669e6..3663b981 100644 --- a/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.305-12.306.sql +++ b/laboratory/resources/schemas/dbscripts/postgresql/laboratory-12.305-12.306.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.species ADD rowid SERIAL; ALTER TABLE laboratory.species ADD container entityid; ALTER TABLE laboratory.species ADD created timestamp; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql index 73239fee..02dd710b 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-0.00-11.20.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql index d657019d..8211d815 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-11.20-11.30.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql index a6558aee..f0b10f5a 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.10-12.20.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql index 5b291f44..446f01d6 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.11-12.12.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql index 3440d26a..8b74760f 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.12-12.13.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql index 916855e6..159ef02e 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.20-12.21.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql index 87df74cc..ce3a05bb 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.21-12.22.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql index a3aa196d..c24c77ca 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.22-12.23.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql index d1536614..8bb48b40 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.23-12.24.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql index 0f70573e..070f51d2 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.24-12.25.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql index 9bf6b09f..0f86aab9 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.25-12.26.sql @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql index 83d1054a..41f70178 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.26-12.27.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ INSERT into laboratory.samplecategory (category) VALUES ('Empty Well'); CREATE TABLE laboratory.plate_templates ( diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql index af3e4028..0691f9eb 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.27-12.271.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE laboratory.datatypes; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql index 2fe3a2d6..37be1d17 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.271-12.272.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.assay_run_templates ADD runid INTEGER; ALTER TABLE laboratory.assay_run_templates ADD importMethod varchar(200); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql index 7c6dae1f..46cbca5a 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.272-12.273.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --there should not have been time user any users to add rows, but guard anyway DELETE FROM laboratory.reference_peptides WHERE rowid in (SELECT min(rowid) FROM laboratory.reference_peptides GROUP BY sequence HAVING COUNT(*) > 1); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql index 836a1a35..62717d44 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.273-12.274.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DELETE FROM laboratory.samplecategory WHERE category = 'Empty Well'; DELETE FROM laboratory.samplecategory WHERE category = 'Blank'; DELETE FROM laboratory.samplecategory WHERE category = 'Sample'; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql index 575701c5..7f1b0268 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.274-12.275.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.project_usage ( rowid int identity(1,1), subjectId varchar(100), diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql index 284851cc..f4804e4f 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.275-12.276.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EXEC sp_rename 'laboratory.samples.collectdate', 'processdate', 'COLUMN' \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql index 07c3fe32..e72a3b03 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.276-12.277.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.major_events ( rowid int identity(1,1), subjectId varchar(100), diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql index e90b1693..a71896f5 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.277-12.278.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.workbooks ( workbookId int, container entityid NOT NULL, diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql index 3d97a572..2f0f17c1 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.278-12.279.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.subjects ADD source varchar(1000); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql index 37555ab9..5fb58c96 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.279-12.280.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.workbooks ADD exptGroup varchar(1000); ALTER TABLE laboratory.workbooks ADD materials text; ALTER TABLE laboratory.workbooks ADD methods text; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql index 63af16ab..cbef2e2b 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.280-12.281.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --DB FKs are too restrictive ALTER TABLE laboratory.samples DROP CONSTRAINT fk_samples_samplespecies; ALTER TABLE laboratory.samples DROP CONSTRAINT fk_samples_additive; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql index d2202806..8916a51d 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.281-12.282.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.dna_oligos ADD concentration varchar(100); ALTER TABLE laboratory.dna_oligos ADD comments text; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql index fe10cfaa..6903751c 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.282-12.283.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER table laboratory.dna_oligos add cognate_primer_name varchar(100); ALTER table laboratory.dna_oligos add oligo_id integer; ALTER table laboratory.dna_oligos drop column cognate_primer; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql index 8b219bfb..04045213 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.283-12.284.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.peptides ADD peptideId integer; ALTER TABLE laboratory.peptides ADD short_name varchar(100); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql index 2ea69b98..0eaf14ea 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.284-12.285.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DROP TABLE laboratory.workbook_group_members; CREATE TABLE laboratory.workbook_tags ( diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql index 25067308..eb302d69 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.285-12.286.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.subjects ADD external_id VARCHAR(1000); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql index c33be0dc..b7d62336 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.286-12.287.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.result_status ( status varchar(100), not_trusted bit, diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql index 5dd7cc71..f3a18238 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.287-12.288.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ --text datatype not sortable --this is required since we cannot change datatype without dropping the constraint declare @Command nvarchar(max) = ''; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql index 9060896e..3a897018 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.288-12.289.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.workbook_tags DROP COLUMN created; ALTER TABLE laboratory.workbook_tags DROP COLUMN createdby; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql index aebe477c..4793e6d8 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.289-12.290.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.samples ADD passage_number integer; ALTER TABLE laboratory.sample_type ADD container entityid; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql index b322fb05..7f5e5b9a 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.290-12.291.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.sample_type DROP CONSTRAINT PK_sample_type; GO ALTER TABLE laboratory.sample_type ADD rowid int identity(1,1); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql index 31d26271..95b33b8b 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.291-12.292.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EXEC sp_rename 'laboratory.samples.quantity', 'quantity_string', 'COLUMN' GO ALTER TABLE laboratory.samples ADD quantity double precision; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql index 4550c78c..76b46401 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.292-12.293.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EXEC core.executeJavaUpgradeCode 'migrateQuantityField'; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql index 4550c78c..76b46401 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.293-12.294.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EXEC core.executeJavaUpgradeCode 'migrateQuantityField'; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql index b59880b7..5aaa4ed8 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.294-12.295.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.samples ADD freezerid integer; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql index 39cd1f12..8abbdd08 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.295-12.296.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ CREATE TABLE laboratory.antibodies ( rowid int identity(1,1), antibodyId int, diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql index dddfc5b7..d7004716 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.296-12.297.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ INSERT INTO laboratory.result_status (status) VALUES ('Exclude'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql index 5c473584..90a6047b 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.297-12.298.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DELETE FROM laboratory.result_status WHERE status = 'No Data'; INSERT INTO laboratory.result_status (status) VALUES ('No Data'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql index f437bcdd..7fa94d03 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.298-12.299.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER table laboratory.antibodies ADD source varchar(500); ALTER table laboratory.antibodies ADD catalog varchar(500); ALTER table laboratory.antibodies ADD location varchar(500); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql index fd0f4fea..31293a30 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.299-12.300.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ DELETE FROM laboratory.species WHERE common_name = 'Rabbit'; INSERT INTO laboratory.species (common_name, scientific_name) VALUES ('Rabbit', 'Lepus curpaeums'); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql index 5db27a75..338c41e7 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.300-12.301.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ alter table laboratory.dna_oligos alter column sequence varchar(max); \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql index f7be8065..94729f25 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.301-12.302.sql @@ -1 +1,6 @@ +/* + * Copyright (c) 2015-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ EXEC core.executeJavaUpgradeCode 'updateWorkbookSequences'; \ No newline at end of file diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql index 272ee2b0..af3ede07 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.302-12.303.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2015-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.samples ADD lsid LsidType; ALTER TABLE laboratory.dna_oligos ADD lsid LsidType; ALTER TABLE laboratory.subjects ADD lsid LsidType; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql index dc93d7a2..fe2e49dd 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.303-12.304.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2018-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.samples ALTER COLUMN sequence NVARCHAR(MAX); ALTER TABLE laboratory.dna_oligos ALTER COLUMN comments NVARCHAR(MAX); diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql index 6b1450ff..338c9ebc 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.304-12.305.sql @@ -1,2 +1,7 @@ +/* + * Copyright (c) 2022-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ -- Cleanup legacy orphan rows delete from laboratory.workbooks WHERE (SELECT c.entityid from core.containers c where c.entityid = container) is null; diff --git a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql index f149ac53..86124007 100644 --- a/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql +++ b/laboratory/resources/schemas/dbscripts/sqlserver/laboratory-12.305-12.306.sql @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ ALTER TABLE laboratory.species ADD rowid INT identity(1,1); ALTER TABLE laboratory.species ADD container entityid; ALTER TABLE laboratory.species ADD created datetime; diff --git a/laboratory/resources/scripts/laboratory/Utils.js b/laboratory/resources/scripts/laboratory/Utils.js index f0c89d5f..a7ba3932 100644 --- a/laboratory/resources/scripts/laboratory/Utils.js +++ b/laboratory/resources/scripts/laboratory/Utils.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/assayButtons.js b/laboratory/resources/web/laboratory/assayButtons.js index 1e5ae094..753fb76b 100644 --- a/laboratory/resources/web/laboratory/assayButtons.js +++ b/laboratory/resources/web/laboratory/assayButtons.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/button/IconButton.js b/laboratory/resources/web/laboratory/button/IconButton.js index 3b2c5016..7ad19619 100644 --- a/laboratory/resources/web/laboratory/button/IconButton.js +++ b/laboratory/resources/web/laboratory/button/IconButton.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * */ diff --git a/laboratory/resources/web/laboratory/buttons.js b/laboratory/resources/web/laboratory/buttons.js index db279c82..84f0ca49 100644 --- a/laboratory/resources/web/laboratory/buttons.js +++ b/laboratory/resources/web/laboratory/buttons.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/field/PedigreeSelectorField.js b/laboratory/resources/web/laboratory/field/PedigreeSelectorField.js index ebb4d95b..e2e1ccc1 100644 --- a/laboratory/resources/web/laboratory/field/PedigreeSelectorField.js +++ b/laboratory/resources/web/laboratory/field/PedigreeSelectorField.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.field.PedigreeSelectorField', { extend: 'LABKEY.ext4.ComboBox', alias: 'widget.laboratory-pedigreeselectorfield', diff --git a/laboratory/resources/web/laboratory/laboratory.js b/laboratory/resources/web/laboratory/laboratory.js index 6f4de964..ab8ba281 100644 --- a/laboratory/resources/web/laboratory/laboratory.js +++ b/laboratory/resources/web/laboratory/laboratory.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/AbstractAssayPanel.js b/laboratory/resources/web/laboratory/panel/AbstractAssayPanel.js index deb59ca4..92a5d51c 100644 --- a/laboratory/resources/web/laboratory/panel/AbstractAssayPanel.js +++ b/laboratory/resources/web/laboratory/panel/AbstractAssayPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/AdditionalLinksPanel.js b/laboratory/resources/web/laboratory/panel/AdditionalLinksPanel.js index 3d1a67d0..2c812e38 100644 --- a/laboratory/resources/web/laboratory/panel/AdditionalLinksPanel.js +++ b/laboratory/resources/web/laboratory/panel/AdditionalLinksPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.AdditionalLinksPanel', { extend: 'Ext.panel.Panel', alias: 'widget.laboratory-additionallinkspanel', diff --git a/laboratory/resources/web/laboratory/panel/AssayDefaultsPanel.js b/laboratory/resources/web/laboratory/panel/AssayDefaultsPanel.js index 07220a25..a5bfd620 100644 --- a/laboratory/resources/web/laboratory/panel/AssayDefaultsPanel.js +++ b/laboratory/resources/web/laboratory/panel/AssayDefaultsPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/AssayImportPanel.js b/laboratory/resources/web/laboratory/panel/AssayImportPanel.js index dea79ba4..c74a5a28 100644 --- a/laboratory/resources/web/laboratory/panel/AssayImportPanel.js +++ b/laboratory/resources/web/laboratory/panel/AssayImportPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/AssayTemplatePanel.js b/laboratory/resources/web/laboratory/panel/AssayTemplatePanel.js index 3c226370..ba848041 100644 --- a/laboratory/resources/web/laboratory/panel/AssayTemplatePanel.js +++ b/laboratory/resources/web/laboratory/panel/AssayTemplatePanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/CustomizeDataBrowserPanel.js b/laboratory/resources/web/laboratory/panel/CustomizeDataBrowserPanel.js index 0df95d10..2e4ca05c 100644 --- a/laboratory/resources/web/laboratory/panel/CustomizeDataBrowserPanel.js +++ b/laboratory/resources/web/laboratory/panel/CustomizeDataBrowserPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/DataBrowserPanel.js b/laboratory/resources/web/laboratory/panel/DataBrowserPanel.js index 077c2a9a..40995a3e 100644 --- a/laboratory/resources/web/laboratory/panel/DataBrowserPanel.js +++ b/laboratory/resources/web/laboratory/panel/DataBrowserPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.DataBrowserPanel', { extend: 'LDK.panel.TabbedReportPanel', diff --git a/laboratory/resources/web/laboratory/panel/DataExplorer.js b/laboratory/resources/web/laboratory/panel/DataExplorer.js index 4411be26..69386ea0 100644 --- a/laboratory/resources/web/laboratory/panel/DataExplorer.js +++ b/laboratory/resources/web/laboratory/panel/DataExplorer.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/ItemDefaultViewsPanel.js b/laboratory/resources/web/laboratory/panel/ItemDefaultViewsPanel.js index ab063f0e..b53b9002 100644 --- a/laboratory/resources/web/laboratory/panel/ItemDefaultViewsPanel.js +++ b/laboratory/resources/web/laboratory/panel/ItemDefaultViewsPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/ItemVisibilityPanel.js b/laboratory/resources/web/laboratory/panel/ItemVisibilityPanel.js index 54134a13..f0b6b40b 100644 --- a/laboratory/resources/web/laboratory/panel/ItemVisibilityPanel.js +++ b/laboratory/resources/web/laboratory/panel/ItemVisibilityPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/ManageDataSourcesPanel.js b/laboratory/resources/web/laboratory/panel/ManageDataSourcesPanel.js index 074a3c20..3c45fbb1 100644 --- a/laboratory/resources/web/laboratory/panel/ManageDataSourcesPanel.js +++ b/laboratory/resources/web/laboratory/panel/ManageDataSourcesPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.ManageDataSourcesPanel', { extend: 'Ext.panel.Panel', alias: 'widget.laboratory-managedatasourcespanel', diff --git a/laboratory/resources/web/laboratory/panel/ManageDemographicsPanel.js b/laboratory/resources/web/laboratory/panel/ManageDemographicsPanel.js index 2ec49b0c..f63d956a 100644 --- a/laboratory/resources/web/laboratory/panel/ManageDemographicsPanel.js +++ b/laboratory/resources/web/laboratory/panel/ManageDemographicsPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.ManageDemographicsPanel', { extend: 'Ext.panel.Panel', alias: 'widget.laboratory-managedemographicspanel', diff --git a/laboratory/resources/web/laboratory/panel/ManageDemographicsSourcesPanel.js b/laboratory/resources/web/laboratory/panel/ManageDemographicsSourcesPanel.js index 38166309..91821aba 100644 --- a/laboratory/resources/web/laboratory/panel/ManageDemographicsSourcesPanel.js +++ b/laboratory/resources/web/laboratory/panel/ManageDemographicsSourcesPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.ManageDemographicsSourcesPanel', { extend: 'Ext.panel.Panel', alias: 'widget.laboratory-managedemographicssourcespanel', diff --git a/laboratory/resources/web/laboratory/panel/ProjectFilterType.js b/laboratory/resources/web/laboratory/panel/ProjectFilterType.js index 41ba1ce1..6ec28bc0 100644 --- a/laboratory/resources/web/laboratory/panel/ProjectFilterType.js +++ b/laboratory/resources/web/laboratory/panel/ProjectFilterType.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.ProjectFilterType', { extend: 'LDK.panel.AbstractFilterType', alias: 'widget.laboratory-projectfiltertype', diff --git a/laboratory/resources/web/laboratory/panel/QueryPickerPanel.js b/laboratory/resources/web/laboratory/panel/QueryPickerPanel.js index b1c072f3..098e56b5 100644 --- a/laboratory/resources/web/laboratory/panel/QueryPickerPanel.js +++ b/laboratory/resources/web/laboratory/panel/QueryPickerPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.QueryPickerPanel', { extend: 'Ext.panel.Panel', alias: 'widget.laboratory-querypickerpanel', diff --git a/laboratory/resources/web/laboratory/panel/ReportListPanel.js b/laboratory/resources/web/laboratory/panel/ReportListPanel.js index 715f86eb..0e6681d0 100644 --- a/laboratory/resources/web/laboratory/panel/ReportListPanel.js +++ b/laboratory/resources/web/laboratory/panel/ReportListPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/TextFileUploadPanel.js b/laboratory/resources/web/laboratory/panel/TextFileUploadPanel.js index 0d34dd9d..374cd8c9 100644 --- a/laboratory/resources/web/laboratory/panel/TextFileUploadPanel.js +++ b/laboratory/resources/web/laboratory/panel/TextFileUploadPanel.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/panel/WellLayoutPanel.js b/laboratory/resources/web/laboratory/panel/WellLayoutPanel.js index 4acf4177..b470a2e7 100644 --- a/laboratory/resources/web/laboratory/panel/WellLayoutPanel.js +++ b/laboratory/resources/web/laboratory/panel/WellLayoutPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.ext.WellLayoutPanel', { extend: 'Ext.panel.Panel', alias: 'widget.welllayoutpanel', diff --git a/laboratory/resources/web/laboratory/panel/WorkbookHeaderPanel.js b/laboratory/resources/web/laboratory/panel/WorkbookHeaderPanel.js index 5d16cc5c..15bfe4a1 100644 --- a/laboratory/resources/web/laboratory/panel/WorkbookHeaderPanel.js +++ b/laboratory/resources/web/laboratory/panel/WorkbookHeaderPanel.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @param description * @param materials diff --git a/laboratory/resources/web/laboratory/tabbedReports.js b/laboratory/resources/web/laboratory/tabbedReports.js index 0a76ba9a..ce61f12e 100644 --- a/laboratory/resources/web/laboratory/tabbedReports.js +++ b/laboratory/resources/web/laboratory/tabbedReports.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.ns('Laboratory.tabbedReports'); Laboratory.tabbedReports = new function(){ diff --git a/laboratory/resources/web/laboratory/utils.js b/laboratory/resources/web/laboratory/utils.js index 5de91374..5ea08013 100644 --- a/laboratory/resources/web/laboratory/utils.js +++ b/laboratory/resources/web/laboratory/utils.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 */ diff --git a/laboratory/resources/web/laboratory/window/AppendStandardsWindow.js b/laboratory/resources/web/laboratory/window/AppendStandardsWindow.js index 5e997a71..9de20c9a 100644 --- a/laboratory/resources/web/laboratory/window/AppendStandardsWindow.js +++ b/laboratory/resources/web/laboratory/window/AppendStandardsWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.ext.AppendStandardsWindow', { extend: 'Ext.window.Window', config: { diff --git a/laboratory/resources/web/laboratory/window/AssaySpreadsheetImportWindow.js b/laboratory/resources/web/laboratory/window/AssaySpreadsheetImportWindow.js index 62de950b..8881f50e 100644 --- a/laboratory/resources/web/laboratory/window/AssaySpreadsheetImportWindow.js +++ b/laboratory/resources/web/laboratory/window/AssaySpreadsheetImportWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.ext.AssaySpreadsheetImportWindow', { extend: 'Ext.window.Window', diff --git a/laboratory/resources/web/laboratory/window/ChangeAssayResultStatusWindow.js b/laboratory/resources/web/laboratory/window/ChangeAssayResultStatusWindow.js index 4ead26a9..135cee3b 100644 --- a/laboratory/resources/web/laboratory/window/ChangeAssayResultStatusWindow.js +++ b/laboratory/resources/web/laboratory/window/ChangeAssayResultStatusWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @cfg dataRegionName */ diff --git a/laboratory/resources/web/laboratory/window/CopyRunWindow.js b/laboratory/resources/web/laboratory/window/CopyRunWindow.js index 643eedc1..cacd2677 100644 --- a/laboratory/resources/web/laboratory/window/CopyRunWindow.js +++ b/laboratory/resources/web/laboratory/window/CopyRunWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.ext.CopyRunWindow', { extend: 'Ext.window.Window', config: { diff --git a/laboratory/resources/web/laboratory/window/SaveStandardsWindow.js b/laboratory/resources/web/laboratory/window/SaveStandardsWindow.js index b1f5ed19..ebc93d44 100644 --- a/laboratory/resources/web/laboratory/window/SaveStandardsWindow.js +++ b/laboratory/resources/web/laboratory/window/SaveStandardsWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.ext.SaveStandardsWindow', { extend: 'Ext.window.Window', config: { diff --git a/laboratory/resources/web/laboratory/window/WellAssignmentWindow.js b/laboratory/resources/web/laboratory/window/WellAssignmentWindow.js index dc75d304..ef059a63 100644 --- a/laboratory/resources/web/laboratory/window/WellAssignmentWindow.js +++ b/laboratory/resources/web/laboratory/window/WellAssignmentWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.window.WellAssignmentWindow', { extend: 'Ext.window.Window', config: { diff --git a/laboratory/resources/web/laboratory/window/WorkbookCreationWindow.js b/laboratory/resources/web/laboratory/window/WorkbookCreationWindow.js index e9ee5c02..fc41ff44 100644 --- a/laboratory/resources/web/laboratory/window/WorkbookCreationWindow.js +++ b/laboratory/resources/web/laboratory/window/WorkbookCreationWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ Ext4.define('Laboratory.panel.WorkbookCreationPanel', { alias: 'widget.laboratory-workbookcreationpanel', extend: 'Ext.form.Panel', diff --git a/laboratory/resources/web/laboratory/window/WorkbookTagsWindow.js b/laboratory/resources/web/laboratory/window/WorkbookTagsWindow.js index f21aa3af..4d802830 100644 --- a/laboratory/resources/web/laboratory/window/WorkbookTagsWindow.js +++ b/laboratory/resources/web/laboratory/window/WorkbookTagsWindow.js @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + */ /** * @param dataRegionName * @param containerId diff --git a/laboratory/src/org/labkey/laboratory/AbstractDataSource.java b/laboratory/src/org/labkey/laboratory/AbstractDataSource.java index 4e5a7c5f..ef3b78e5 100644 --- a/laboratory/src/org/labkey/laboratory/AbstractDataSource.java +++ b/laboratory/src/org/labkey/laboratory/AbstractDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.apache.logging.log4j.Logger; @@ -22,11 +37,6 @@ import java.util.List; import java.util.Map; -/** - * User: bimber - * Date: 1/18/13 - * Time: 7:46 AM - */ abstract public class AbstractDataSource { private final String _containerId; diff --git a/laboratory/src/org/labkey/laboratory/AdditionalDataSource.java b/laboratory/src/org/labkey/laboratory/AdditionalDataSource.java index b5d73f47..7b70efdd 100644 --- a/laboratory/src/org/labkey/laboratory/AdditionalDataSource.java +++ b/laboratory/src/org/labkey/laboratory/AdditionalDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.apache.commons.lang3.StringUtils; @@ -14,11 +29,6 @@ import org.labkey.api.query.UserSchema; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 1/19/13 - * Time: 9:26 AM - */ public class AdditionalDataSource extends AbstractDataSource { private final LaboratoryService.NavItemCategory _itemType; diff --git a/laboratory/src/org/labkey/laboratory/DemographicsSource.java b/laboratory/src/org/labkey/laboratory/DemographicsSource.java index eb27c06b..d8b44842 100644 --- a/laboratory/src/org/labkey/laboratory/DemographicsSource.java +++ b/laboratory/src/org/labkey/laboratory/DemographicsSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.apache.commons.lang3.StringUtils; @@ -23,11 +38,6 @@ import java.util.ArrayList; import java.util.List; -/** - * User: bimber - * Date: 1/11/13 - * Time: 5:42 PM - */ public class DemographicsSource extends AbstractDataSource { private final String _targetColumn; diff --git a/laboratory/src/org/labkey/laboratory/ExtraDataSourceImportNavItem.java b/laboratory/src/org/labkey/laboratory/ExtraDataSourceImportNavItem.java index 86f8ffb5..cf94f74a 100644 --- a/laboratory/src/org/labkey/laboratory/ExtraDataSourceImportNavItem.java +++ b/laboratory/src/org/labkey/laboratory/ExtraDataSourceImportNavItem.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.labkey.api.data.Container; diff --git a/laboratory/src/org/labkey/laboratory/ExtraDataSourcesDataProvider.java b/laboratory/src/org/labkey/laboratory/ExtraDataSourcesDataProvider.java index e9c2ac8d..aa80ac01 100644 --- a/laboratory/src/org/labkey/laboratory/ExtraDataSourcesDataProvider.java +++ b/laboratory/src/org/labkey/laboratory/ExtraDataSourcesDataProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.jetbrains.annotations.NotNull; @@ -29,11 +44,6 @@ import java.util.List; import java.util.Set; -/** - * User: bimber - * Date: 1/17/13 - * Time: 10:07 PM - */ public class ExtraDataSourcesDataProvider extends AbstractDataProvider { public static final String NAME = "ExtraDataSources"; diff --git a/laboratory/src/org/labkey/laboratory/ExtraDataSourcesUserSchema.java b/laboratory/src/org/labkey/laboratory/ExtraDataSourcesUserSchema.java index fa6eb7df..e17730e0 100644 --- a/laboratory/src/org/labkey/laboratory/ExtraDataSourcesUserSchema.java +++ b/laboratory/src/org/labkey/laboratory/ExtraDataSourcesUserSchema.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.labkey.api.collections.CaseInsensitiveTreeSet; @@ -15,11 +30,6 @@ import java.util.Collections; import java.util.Set; -/** - * User: bimber - * Date: 1/20/13 - * Time: 7:57 AM - */ public class ExtraDataSourcesUserSchema extends SimpleUserSchema { public static final String NAME = "labdatasources"; diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryContainerListener.java b/laboratory/src/org/labkey/laboratory/LaboratoryContainerListener.java index 00fad1e9..6d5aaf6b 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryContainerListener.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryContainerListener.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.apache.logging.log4j.Logger; @@ -23,11 +38,6 @@ import java.beans.PropertyChangeEvent; -/** - * User: bimber - * Date: 1/31/13 - * Time: 7:19 PM - */ public class LaboratoryContainerListener extends SimpleModuleContainerListener { Logger _log = LogManager.getLogger(LaboratoryContainerListener.class); diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryController.java b/laboratory/src/org/labkey/laboratory/LaboratoryController.java index 4a1d8538..20d2a874 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryController.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryController.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/src/org/labkey/laboratory/LaboratoryDataProvider.java b/laboratory/src/org/labkey/laboratory/LaboratoryDataProvider.java index 38ed1dae..8f280fe1 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryDataProvider.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -60,11 +60,6 @@ import java.util.Objects; import java.util.Set; -/** - * User: bimber - * Date: 10/7/12 - * Time: 10:01 AM - */ public class LaboratoryDataProvider extends AbstractDataProvider { public static final String NAME = "Laboratory"; diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryManager.java b/laboratory/src/org/labkey/laboratory/LaboratoryManager.java index 374570f6..20c8fe02 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryManager.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -76,11 +76,6 @@ import java.util.Map; import java.util.Set; -/** - * User: bimber - * Date: 9/26/12 - * Time: 7:59 AM - */ public class LaboratoryManager { private static final LaboratoryManager _instance = new LaboratoryManager(); diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryModule.java b/laboratory/src/org/labkey/laboratory/LaboratoryModule.java index 2835dcf2..80bd6fd2 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryModule.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryModule.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -57,11 +57,6 @@ import java.util.Collection; import java.util.Set; -/** - * User: bimber - * Date: 9/1/12 - * Time: 8:14 PM - */ public class LaboratoryModule extends ExtendedSimpleModule { public static final String NAME = "Laboratory"; diff --git a/laboratory/src/org/labkey/laboratory/LaboratorySchema.java b/laboratory/src/org/labkey/laboratory/LaboratorySchema.java index 57067697..593f9f48 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratorySchema.java +++ b/laboratory/src/org/labkey/laboratory/LaboratorySchema.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,11 +19,6 @@ import org.labkey.api.data.TableInfo; import org.labkey.api.data.dialect.SqlDialect; -/** - * User: bimber - * Date: 9/25/12 - * Time: 11:32 AM - */ public class LaboratorySchema { private static final LaboratorySchema _instance = new LaboratorySchema(); diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryServiceImpl.java b/laboratory/src/org/labkey/laboratory/LaboratoryServiceImpl.java index ee2d7dff..c6c0ba43 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryServiceImpl.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryServiceImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -72,11 +72,6 @@ import java.util.Map; import java.util.Set; -/** - * User: bimber - * Date: 9/15/12 - * Time: 6:27 AM - */ public class LaboratoryServiceImpl extends LaboratoryService { private static final LaboratoryServiceImpl _instance = new LaboratoryServiceImpl(); diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryUpgradeCode.java b/laboratory/src/org/labkey/laboratory/LaboratoryUpgradeCode.java index 271c929a..99900f59 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryUpgradeCode.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryUpgradeCode.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.apache.commons.lang3.StringUtils; @@ -23,11 +38,6 @@ import java.util.HashMap; import java.util.Map; -/** - * User: bimber - * Date: 1/31/13 - * Time: 8:29 PM - */ public class LaboratoryUpgradeCode implements UpgradeCode { private static final Logger _log = LogManager.getLogger(LaboratoryUpgradeCode.class); diff --git a/laboratory/src/org/labkey/laboratory/LaboratoryUserSchema.java b/laboratory/src/org/labkey/laboratory/LaboratoryUserSchema.java index 324a7a2f..3a11a655 100644 --- a/laboratory/src/org/labkey/laboratory/LaboratoryUserSchema.java +++ b/laboratory/src/org/labkey/laboratory/LaboratoryUserSchema.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.jetbrains.annotations.NotNull; @@ -15,11 +30,6 @@ import org.labkey.laboratory.query.LaboratoryWorkbooksTable; import org.labkey.api.ldk.table.ContainerScopedTable; -/** - * User: bimber - * Date: 1/20/13 - * Time: 7:57 AM - */ public class LaboratoryUserSchema extends SimpleUserSchema { private LaboratoryUserSchema(User user, Container container, DbSchema schema) diff --git a/laboratory/src/org/labkey/laboratory/SampleTypeDataProvider.java b/laboratory/src/org/labkey/laboratory/SampleTypeDataProvider.java index b095b40d..07cb07f2 100644 --- a/laboratory/src/org/labkey/laboratory/SampleTypeDataProvider.java +++ b/laboratory/src/org/labkey/laboratory/SampleTypeDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -42,11 +42,6 @@ import java.util.List; import java.util.Set; -/** - * User: bimber - * Date: 10/8/12 - * Time: 9:06 AM - */ public class SampleTypeDataProvider extends AbstractDataProvider { public static final String NAME = "SampleTypeDataProvider"; diff --git a/laboratory/src/org/labkey/laboratory/SampleTypeNavItem.java b/laboratory/src/org/labkey/laboratory/SampleTypeNavItem.java index 467a25e4..a172dd6f 100644 --- a/laboratory/src/org/labkey/laboratory/SampleTypeNavItem.java +++ b/laboratory/src/org/labkey/laboratory/SampleTypeNavItem.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -30,11 +30,6 @@ import org.labkey.api.util.PageFlowUtil; import org.labkey.api.view.ActionURL; -/** - * User: bimber - * Date: 10/1/12 - * Time: 8:51 AM - */ public class SampleTypeNavItem extends AbstractImportingNavItem { private final ExpSampleType _sampleType; diff --git a/laboratory/src/org/labkey/laboratory/SamplesCountNavItem.java b/laboratory/src/org/labkey/laboratory/SamplesCountNavItem.java index 88953025..d819f8d2 100644 --- a/laboratory/src/org/labkey/laboratory/SamplesCountNavItem.java +++ b/laboratory/src/org/labkey/laboratory/SamplesCountNavItem.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.labkey.api.data.CompareType; @@ -10,11 +25,6 @@ import org.labkey.api.query.FieldKey; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 9/27/13 - * Time: 2:58 PM - */ public class SamplesCountNavItem extends QueryCountNavItem { public SamplesCountNavItem(DataProvider provider, String schema, String query, LaboratoryService.NavItemCategory itemType, String category, String label) diff --git a/laboratory/src/org/labkey/laboratory/URLDataSource.java b/laboratory/src/org/labkey/laboratory/URLDataSource.java index e75ffa38..36775019 100644 --- a/laboratory/src/org/labkey/laboratory/URLDataSource.java +++ b/laboratory/src/org/labkey/laboratory/URLDataSource.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.apache.commons.lang3.StringUtils; @@ -11,11 +26,6 @@ import org.labkey.api.util.StringExpression; import org.labkey.api.util.StringExpressionFactory; -/** - * User: bimber - * Date: 4/3/13 - * Time: 6:41 PM - */ public class URLDataSource { private final LaboratoryService.NavItemCategory _itemType; diff --git a/laboratory/src/org/labkey/laboratory/WorkbookTestCase.java b/laboratory/src/org/labkey/laboratory/WorkbookTestCase.java index 34e04b18..8a064c58 100644 --- a/laboratory/src/org/labkey/laboratory/WorkbookTestCase.java +++ b/laboratory/src/org/labkey/laboratory/WorkbookTestCase.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2019-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory; import org.junit.After; diff --git a/laboratory/src/org/labkey/laboratory/assay/AssayHelper.java b/laboratory/src/org/labkey/laboratory/assay/AssayHelper.java index ee4a9816..bee3ad0f 100644 --- a/laboratory/src/org/labkey/laboratory/assay/AssayHelper.java +++ b/laboratory/src/org/labkey/laboratory/assay/AssayHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -71,11 +71,6 @@ import java.util.List; import java.util.Map; -/** - * User: bimber - * Date: 9/26/12 - * Time: 12:56 PM - */ public class AssayHelper { private static final AssayHelper _instance = new AssayHelper(); diff --git a/laboratory/src/org/labkey/laboratory/assay/ManualEntryAssayImportMethod.java b/laboratory/src/org/labkey/laboratory/assay/ManualEntryAssayImportMethod.java index 1c5bf473..981a2b96 100644 --- a/laboratory/src/org/labkey/laboratory/assay/ManualEntryAssayImportMethod.java +++ b/laboratory/src/org/labkey/laboratory/assay/ManualEntryAssayImportMethod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,11 +17,6 @@ import org.labkey.api.laboratory.assay.DefaultAssayImportMethod; -/** - * User: bimber - * Date: 9/17/12 - * Time: 7:01 AM - */ public class ManualEntryAssayImportMethod extends DefaultAssayImportMethod { public static final String NAME = "Manual Entry"; diff --git a/laboratory/src/org/labkey/laboratory/assay/RunUploadContext.java b/laboratory/src/org/labkey/laboratory/assay/RunUploadContext.java index 465f27eb..67736328 100644 --- a/laboratory/src/org/labkey/laboratory/assay/RunUploadContext.java +++ b/laboratory/src/org/labkey/laboratory/assay/RunUploadContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/src/org/labkey/laboratory/notification/LabSummaryNotification.java b/laboratory/src/org/labkey/laboratory/notification/LabSummaryNotification.java index 56dd62c4..b3cd468b 100644 --- a/laboratory/src/org/labkey/laboratory/notification/LabSummaryNotification.java +++ b/laboratory/src/org/labkey/laboratory/notification/LabSummaryNotification.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.notification; import org.apache.commons.io.FileUtils; @@ -34,11 +49,6 @@ import java.util.Set; import java.util.TreeMap; -/** - * User: bimber - * Date: 11/7/13 - * Time: 6:08 PM - */ public class LabSummaryNotification implements Notification { protected final static Logger log = LogManager.getLogger(LabSummaryNotification.class); diff --git a/laboratory/src/org/labkey/laboratory/query/AssayRunTemplatesCustomizer.java b/laboratory/src/org/labkey/laboratory/query/AssayRunTemplatesCustomizer.java index f471bb68..5ecd29db 100644 --- a/laboratory/src/org/labkey/laboratory/query/AssayRunTemplatesCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/AssayRunTemplatesCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.AbstractTableInfo; @@ -17,11 +32,6 @@ import java.util.ArrayList; import java.util.List; -/** - * User: bimber - * Date: 11/6/12 - * Time: 10:18 AM - */ public class AssayRunTemplatesCustomizer implements TableCustomizer { public AssayRunTemplatesCustomizer() diff --git a/laboratory/src/org/labkey/laboratory/query/DefaultAssayCustomizer.java b/laboratory/src/org/labkey/laboratory/query/DefaultAssayCustomizer.java index 936ce4d7..33efb5f0 100644 --- a/laboratory/src/org/labkey/laboratory/query/DefaultAssayCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/DefaultAssayCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.AbstractTableInfo; @@ -13,11 +28,6 @@ import java.util.List; -/** - * User: bimber - * Date: 1/4/13 - * Time: 11:41 AM - */ public class DefaultAssayCustomizer implements TableCustomizer { //private static final Logger _log = LogManager.getLogger(LaboratoryTableCustomizer.class); diff --git a/laboratory/src/org/labkey/laboratory/query/EnterResultsDisplayColumn.java b/laboratory/src/org/labkey/laboratory/query/EnterResultsDisplayColumn.java index 6a345cb8..c93d05e7 100644 --- a/laboratory/src/org/labkey/laboratory/query/EnterResultsDisplayColumn.java +++ b/laboratory/src/org/labkey/laboratory/query/EnterResultsDisplayColumn.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.assay.AssayService; @@ -15,11 +30,6 @@ import static org.labkey.api.util.DOM.TD; import static org.labkey.api.util.DOM.cl; -/** - * User: bimber - * Date: 11/6/12 - * Time: 10:26 AM - */ public class EnterResultsDisplayColumn extends DataColumn { public EnterResultsDisplayColumn(ColumnInfo col) diff --git a/laboratory/src/org/labkey/laboratory/query/FreezerTriggerHelper.java b/laboratory/src/org/labkey/laboratory/query/FreezerTriggerHelper.java index 5681bcc6..117d624b 100644 --- a/laboratory/src/org/labkey/laboratory/query/FreezerTriggerHelper.java +++ b/laboratory/src/org/labkey/laboratory/query/FreezerTriggerHelper.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.apache.commons.lang3.StringUtils; @@ -24,11 +39,6 @@ import java.util.List; import java.util.Map; -/** - * User: bimber - * Date: 6/27/13 - * Time: 6:20 PM - */ public class FreezerTriggerHelper { private Container _container; diff --git a/laboratory/src/org/labkey/laboratory/query/FreezersCustomizer.java b/laboratory/src/org/labkey/laboratory/query/FreezersCustomizer.java index bed525ea..72a7fe8e 100644 --- a/laboratory/src/org/labkey/laboratory/query/FreezersCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/FreezersCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.AbstractTableInfo; @@ -6,11 +21,6 @@ import org.labkey.api.ldk.LDKService; import org.labkey.api.query.DetailsURL; -/** - * User: bimber - * Date: 11/9/12 - * Time: 9:21 AM - */ public class FreezersCustomizer implements TableCustomizer { public FreezersCustomizer() diff --git a/laboratory/src/org/labkey/laboratory/query/LaboratoryDemographicsProvider.java b/laboratory/src/org/labkey/laboratory/query/LaboratoryDemographicsProvider.java index c97cc4da..47013dc8 100644 --- a/laboratory/src/org/labkey/laboratory/query/LaboratoryDemographicsProvider.java +++ b/laboratory/src/org/labkey/laboratory/query/LaboratoryDemographicsProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2024-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.jetbrains.annotations.Nullable; diff --git a/laboratory/src/org/labkey/laboratory/query/LaboratoryEditingTableCustomizer.java b/laboratory/src/org/labkey/laboratory/query/LaboratoryEditingTableCustomizer.java index 3d0eb394..faa2633c 100644 --- a/laboratory/src/org/labkey/laboratory/query/LaboratoryEditingTableCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/LaboratoryEditingTableCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2015-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.TableCustomizer; diff --git a/laboratory/src/org/labkey/laboratory/query/LaboratoryTableCustomizer.java b/laboratory/src/org/labkey/laboratory/query/LaboratoryTableCustomizer.java index ed1a8bca..611a23b5 100644 --- a/laboratory/src/org/labkey/laboratory/query/LaboratoryTableCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/LaboratoryTableCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.apache.commons.collections4.MultiValuedMap; @@ -48,11 +63,6 @@ import java.util.List; import java.util.Set; -/** - * User: bimber - * Date: 1/3/13 - * Time: 9:23 PM - */ public class LaboratoryTableCustomizer implements TableCustomizer { private static final Logger _log = LogManager.getLogger(LaboratoryTableCustomizer.class); diff --git a/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java b/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java index c26ee867..ee44bfe7 100644 --- a/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java +++ b/laboratory/src/org/labkey/laboratory/query/LaboratoryWorkbooksTable.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.apache.commons.lang3.StringUtils; @@ -35,11 +50,6 @@ import java.util.Map; import java.util.concurrent.Callable; -/** - * User: bimber - * Date: 1/31/13 - * Time: 9:30 PM - */ public class LaboratoryWorkbooksTable extends SimpleUserSchema.SimpleTable { public static final String WORKBOOK_COL = "container"; diff --git a/laboratory/src/org/labkey/laboratory/query/ProjectGroupFilterProvider.java b/laboratory/src/org/labkey/laboratory/query/ProjectGroupFilterProvider.java index 918bc617..23079673 100644 --- a/laboratory/src/org/labkey/laboratory/query/ProjectGroupFilterProvider.java +++ b/laboratory/src/org/labkey/laboratory/query/ProjectGroupFilterProvider.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2025-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.jetbrains.annotations.NotNull; diff --git a/laboratory/src/org/labkey/laboratory/query/SamplesCustomizer.java b/laboratory/src/org/labkey/laboratory/query/SamplesCustomizer.java index 673ef63f..4a17a7c1 100644 --- a/laboratory/src/org/labkey/laboratory/query/SamplesCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/SamplesCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.AbstractTableInfo; @@ -13,11 +28,6 @@ import java.util.ArrayList; import java.util.List; -/** - * User: bimber - * Date: 11/9/12 - * Time: 9:21 AM - */ public class SamplesCustomizer implements TableCustomizer { public SamplesCustomizer() diff --git a/laboratory/src/org/labkey/laboratory/query/SubjectsTableCustomizer.java b/laboratory/src/org/labkey/laboratory/query/SubjectsTableCustomizer.java index 11fe97bd..a8f9ba7c 100644 --- a/laboratory/src/org/labkey/laboratory/query/SubjectsTableCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/SubjectsTableCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.AbstractTableInfo; @@ -5,11 +20,6 @@ import org.labkey.api.data.TableInfo; import org.labkey.api.ldk.LDKService; -/** - * User: bimber - * Date: 1/12/13 - * Time: 1:16 PM - */ public class SubjectsTableCustomizer implements TableCustomizer { @Override diff --git a/laboratory/src/org/labkey/laboratory/query/WorkbookIdDisplayColumn.java b/laboratory/src/org/labkey/laboratory/query/WorkbookIdDisplayColumn.java index 3ad201b5..5c78b12a 100644 --- a/laboratory/src/org/labkey/laboratory/query/WorkbookIdDisplayColumn.java +++ b/laboratory/src/org/labkey/laboratory/query/WorkbookIdDisplayColumn.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.ColumnInfo; @@ -5,11 +20,6 @@ import org.labkey.api.data.RenderContext; import org.labkey.api.writer.HtmlWriter; -/** - * User: bimber - * Date: 2/10/13 - * Time: 12:53 PM - */ public class WorkbookIdDisplayColumn extends DataColumn { public WorkbookIdDisplayColumn(ColumnInfo col) diff --git a/laboratory/src/org/labkey/laboratory/query/WorkbookModel.java b/laboratory/src/org/labkey/laboratory/query/WorkbookModel.java index 29ab7412..d829fa92 100644 --- a/laboratory/src/org/labkey/laboratory/query/WorkbookModel.java +++ b/laboratory/src/org/labkey/laboratory/query/WorkbookModel.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.Container; @@ -5,11 +20,6 @@ import org.labkey.api.query.ValidationException; import org.labkey.api.security.User; -/** - * User: bimber - * Date: 3/30/13 - * Time: 11:58 AM - */ public class WorkbookModel { private Integer _workbookId; diff --git a/laboratory/src/org/labkey/laboratory/security/LaboratoryAdminRole.java b/laboratory/src/org/labkey/laboratory/security/LaboratoryAdminRole.java index 5d9260eb..240700f5 100644 --- a/laboratory/src/org/labkey/laboratory/security/LaboratoryAdminRole.java +++ b/laboratory/src/org/labkey/laboratory/security/LaboratoryAdminRole.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2014-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.security; import org.labkey.api.laboratory.security.LaboratoryAdminPermission; diff --git a/laboratory/src/org/labkey/laboratory/table/WrappingTableCustomizer.java b/laboratory/src/org/labkey/laboratory/table/WrappingTableCustomizer.java index cadce41d..6e3cff0b 100644 --- a/laboratory/src/org/labkey/laboratory/table/WrappingTableCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/table/WrappingTableCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.table; import org.labkey.api.data.TableCustomizer; @@ -5,11 +20,6 @@ import org.labkey.api.laboratory.LaboratoryService; import org.labkey.api.ldk.LDKService; -/** - * User: bimber - * Date: 9/22/13 - * Time: 1:43 PM - */ public class WrappingTableCustomizer implements TableCustomizer { public WrappingTableCustomizer() diff --git a/laboratory/src/org/labkey/laboratory/view/dataBrowser.jsp b/laboratory/src/org/labkey/laboratory/view/dataBrowser.jsp index 137d72de..04aaa31c 100644 --- a/laboratory/src/org/labkey/laboratory/view/dataBrowser.jsp +++ b/laboratory/src/org/labkey/laboratory/view/dataBrowser.jsp @@ -1,6 +1,6 @@ <% /* -* Copyright (c) 2010-2012 LabKey Corporation +* Copyright (c) 2013-2026 LabKey Corporation * * 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/laboratory/src/org/labkey/laboratory/view/workbookHeader.jsp b/laboratory/src/org/labkey/laboratory/view/workbookHeader.jsp index a9445de5..2e20c330 100644 --- a/laboratory/src/org/labkey/laboratory/view/workbookHeader.jsp +++ b/laboratory/src/org/labkey/laboratory/view/workbookHeader.jsp @@ -1,6 +1,6 @@ <% /* - * Copyright (c) 2010-2012 LabKey Corporation + * Copyright (c) 2013-2026 LabKey Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From ad591af713fcbd205cfb199dd8ef8be5aa626eba Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Wed, 27 May 2026 07:36:41 -0700 Subject: [PATCH 2/2] Several more licenses --- LDK/src/org/labkey/ldk/LDKServiceImpl.java | 21 +++++++++++++------ .../ldk/query/BuiltInColumnsCustomizer.java | 21 +++++++++++++------ .../query/ReagentTableCustomizer.java | 21 +++++++++++++------ 3 files changed, 45 insertions(+), 18 deletions(-) diff --git a/LDK/src/org/labkey/ldk/LDKServiceImpl.java b/LDK/src/org/labkey/ldk/LDKServiceImpl.java index 8f3908a3..7a3ed590 100644 --- a/LDK/src/org/labkey/ldk/LDKServiceImpl.java +++ b/LDK/src/org/labkey/ldk/LDKServiceImpl.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk; import org.apache.commons.collections4.MultiValuedMap; @@ -48,12 +63,6 @@ import java.util.Map; import java.util.Set; -/** - * Created with IntelliJ IDEA. - * User: bimber - * Date: 11/4/12 - * Time: 3:47 PM - */ public class LDKServiceImpl extends LDKService { private static final Logger _log = LogManager.getLogger(LDKServiceImpl.class); diff --git a/LDK/src/org/labkey/ldk/query/BuiltInColumnsCustomizer.java b/LDK/src/org/labkey/ldk/query/BuiltInColumnsCustomizer.java index 27721c5e..3d529f1c 100644 --- a/LDK/src/org/labkey/ldk/query/BuiltInColumnsCustomizer.java +++ b/LDK/src/org/labkey/ldk/query/BuiltInColumnsCustomizer.java @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.ldk.query; import org.apache.logging.log4j.Logger; @@ -10,12 +25,6 @@ import java.sql.Timestamp; -/** - * Created with IntelliJ IDEA. - * User: bimber - * Date: 11/12/12 - * Time: 7:54 AM - */ public class BuiltInColumnsCustomizer implements TableCustomizer { private static final Logger _log = LogHelper.getLogger(TableCustomizer.class, "Logs information from BuiltInColumnsCustomizer"); diff --git a/laboratory/src/org/labkey/laboratory/query/ReagentTableCustomizer.java b/laboratory/src/org/labkey/laboratory/query/ReagentTableCustomizer.java index 661d5d3f..c972a4d4 100644 --- a/laboratory/src/org/labkey/laboratory/query/ReagentTableCustomizer.java +++ b/laboratory/src/org/labkey/laboratory/query/ReagentTableCustomizer.java @@ -1,15 +1,24 @@ +/* + * Copyright (c) 2013-2026 LabKey Corporation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.labkey.laboratory.query; import org.labkey.api.data.TableCustomizer; import org.labkey.api.data.TableInfo; import org.labkey.api.ldk.LDKService; -/** - * Created with IntelliJ IDEA. - * User: bimber - * Date: 4/19/13 - * Time: 1:26 PM - */ public class ReagentTableCustomizer implements TableCustomizer { @Override