From ae9a6d7584e77be4a8764f00eec42ca86ec4ad73 Mon Sep 17 00:00:00 2001 From: Nils Woehler Date: Wed, 26 Feb 2014 16:44:30 +0100 Subject: [PATCH] Updates license header in Java source files --- src/HTMLImageAdder.java | 4 +- src/LicensePrepender.java | 4 +- src/OperatorListCreator.java | 4 +- src/ParameterRefactoring.java | 4 +- src/RemoveClassVersionTags.java | 4 +- src/StyleCheck.java | 4 +- ...ractPackageDescriptorListCellRenderer.java | 4 +- .../update/client/ChecksumException.java | 4 +- .../update/client/ConfirmLicensesDialog.java | 5 +- .../update/client/ExtensionDialog.java | 4 +- .../update/client/InMemoryZipFile.java | 4 +- .../update/client/ManagedExtension.java | 4 +- .../update/client/PackageDescriptorCache.java | 4 +- .../client/PackageListCellRenderer.java | 5 +- .../PendingPurchasesInstallationDialog.java | 5 +- .../client/ProgressReportingInputStream.java | 4 +- .../client/ProgressReportingOutputStream.java | 4 +- .../update/client/UpdateDialog.java | 5 +- .../update/client/UpdateListCellRenderer.java | 5 +- .../update/client/UpdateManager.java | 5 +- .../update/client/UpdatePackagesModel.java | 5 +- .../deployment/update/client/UpdatePanel.java | 4 +- .../update/client/UpdatePanelSearchTab.java | 4 +- .../update/client/UpdatePanelTab.java | 5 +- .../update/client/UpdatePanelUpdatesTab.java | 5 +- .../update/client/UpdateServerAccount.java | 5 +- .../listmodels/AbstractPackageListModel.java | 4 +- .../listmodels/BookmarksPackageListModel.java | 4 +- .../listmodels/LicencedPackageListModel.java | 4 +- .../listmodels/SearchPackageListModel.java | 4 +- .../TopDownloadsPackageListModel.java | 4 +- .../listmodels/TopRatedPackageListModel.java | 4 +- .../listmodels/UpdatesPackageListModel.java | 4 +- src/com/rapidminer/BreakpointListener.java | 4 +- src/com/rapidminer/ConsoleInputHandler.java | 4 +- src/com/rapidminer/Experiment.java | 4 +- src/com/rapidminer/FileProcessLocation.java | 4 +- src/com/rapidminer/InputHandler.java | 4 +- src/com/rapidminer/LoggingListener.java | 4 +- src/com/rapidminer/MacroHandler.java | 4 +- src/com/rapidminer/NoBugError.java | 4 +- src/com/rapidminer/NoOpUserError.java | 4 +- src/com/rapidminer/ObjectVisualizer.java | 4 +- .../rapidminer/OperatorLibraryService.java | 4 +- src/com/rapidminer/Process.java | 4 +- src/com/rapidminer/ProcessContext.java | 4 +- src/com/rapidminer/ProcessListener.java | 4 +- src/com/rapidminer/ProcessLocation.java | 4 +- src/com/rapidminer/ProcessSetupListener.java | 4 +- .../rapidminer/ProcessStorageListener.java | 4 +- src/com/rapidminer/RapidMiner.java | 124 ++---- src/com/rapidminer/RapidMinerCommandLine.java | 4 +- src/com/rapidminer/RapidMinerVersion.java | 6 +- .../rapidminer/RepositoryProcessLocation.java | 4 +- .../datatable/AbstractDataTable.java | 4 +- .../BidirectionalMappingProvider.java | 4 +- ...elationMatrixRow2DataTableRowIterator.java | 4 +- ...relationMatrixRow2DataTableRowWrapper.java | 4 +- src/com/rapidminer/datatable/DataTable.java | 4 +- .../datatable/DataTableExampleSetAdapter.java | 4 +- .../datatable/DataTableFilterCondition.java | 4 +- .../DataTableKernelModelAdapter.java | 4 +- .../datatable/DataTableListener.java | 4 +- .../datatable/DataTableMappingProvider.java | 4 +- .../DataTableNaturalSortProvider.java | 4 +- ...aTablePairwiseMatrixExtractionAdapter.java | 4 +- .../rapidminer/datatable/DataTableRow.java | 4 +- .../datatable/DataTableSortProvider.java | 4 +- .../DataTableSymmetricalMatrixAdapter.java | 4 +- .../rapidminer/datatable/DataTableView.java | 4 +- .../Example2DataTableRowIterator.java | 4 +- .../Example2DataTableRowWrapper.java | 4 +- .../datatable/FilteredDataTable.java | 4 +- .../datatable/GnuPlotDataTableHandler.java | 4 +- .../KernelModelRow2DataTableRowWrapper.java | 4 +- .../NominalSortingDataTableMapping.java | 4 +- .../PairwiseMatrix2DataTableRowIterator.java | 4 +- .../PairwiseMatrix2DataTableRowWrapper.java | 4 +- .../datatable/RangeFilterCondition.java | 4 +- .../datatable/RegionFilterCondition.java | 4 +- .../rapidminer/datatable/SimpleDataTable.java | 4 +- .../datatable/SimpleDataTableRow.java | 4 +- .../datatable/SortedDataTableView.java | 4 +- .../datatable/ValueMappingDataTableRow.java | 4 +- .../datatable/ValueMappingDataTableView.java | 4 +- .../doc/AbstractOperatorDocGenerator.java | 4 +- src/com/rapidminer/doc/CiteTaglet.java | 4 +- src/com/rapidminer/doc/CommentStripper.java | 4 +- .../doc/DocumentationGenerator.java | 4 +- .../doc/LatexOperatorDocGenerator.java | 4 +- src/com/rapidminer/doc/MathTaglet.java | 4 +- .../rapidminer/doc/OperatorDocGenerator.java | 4 +- .../doc/ProgramHTMLOperatorDocGenerator.java | 4 +- src/com/rapidminer/doc/RefTaglet.java | 4 +- src/com/rapidminer/doc/ReferenceTaglet.java | 4 +- src/com/rapidminer/doc/TexTaglet.java | 4 +- src/com/rapidminer/doc/XMLExampleTaglet.java | 4 +- .../example/AbstractAttributes.java | 4 +- src/com/rapidminer/example/Attribute.java | 4 +- .../example/AttributeDescription.java | 4 +- .../rapidminer/example/AttributeIterator.java | 4 +- .../rapidminer/example/AttributeParser.java | 4 +- src/com/rapidminer/example/AttributeRole.java | 4 +- .../example/AttributeRoleIterator.java | 4 +- .../example/AttributeTransformation.java | 4 +- .../example/AttributeTypeException.java | 4 +- .../rapidminer/example/AttributeWeight.java | 4 +- .../rapidminer/example/AttributeWeights.java | 4 +- src/com/rapidminer/example/Attributes.java | 4 +- .../example/DelegateAttributes.java | 4 +- src/com/rapidminer/example/Example.java | 4 +- .../rapidminer/example/ExampleFormatter.java | 4 +- src/com/rapidminer/example/ExampleReader.java | 4 +- src/com/rapidminer/example/ExampleSet.java | 4 +- .../rapidminer/example/ExampleSetFactory.java | 4 +- .../example/FastExample2SparseTransform.java | 4 +- .../example/FormatterException.java | 4 +- .../rapidminer/example/MinMaxStatistics.java | 4 +- .../rapidminer/example/NominalStatistics.java | 4 +- .../example/NumericalStatistics.java | 4 +- .../rapidminer/example/SimpleAttributes.java | 4 +- src/com/rapidminer/example/Statistics.java | 4 +- src/com/rapidminer/example/Tools.java | 4 +- .../rapidminer/example/UnknownStatistics.java | 4 +- .../example/WeightedNumericalStatistics.java | 4 +- .../example/set/AbstractExampleReader.java | 4 +- .../example/set/AbstractExampleSet.java | 4 +- .../example/set/AcceptAllCondition.java | 4 +- .../set/AttributeSelectionExampleSet.java | 4 +- .../set/AttributeTransformationRemapping.java | 4 +- ...AttributeTransformationReplaceMissing.java | 4 +- .../set/AttributeTransformationWeighting.java | 4 +- .../example/set/AttributeValueFilter.java | 4 +- .../AttributeValueFilterSingleCondition.java | 4 +- .../set/AttributeWeightedExampleSet.java | 4 +- .../example/set/AttributesExampleReader.java | 4 +- src/com/rapidminer/example/set/Condition.java | 4 +- .../set/ConditionCreationException.java | 4 +- .../example/set/ConditionExampleReader.java | 4 +- .../example/set/ConditionedExampleSet.java | 4 +- .../set/CorrectPredictionCondition.java | 4 +- .../example/set/HeaderExampleSet.java | 4 +- .../set/IndexBasedExampleSetReader.java | 4 +- .../example/set/MappedExampleReader.java | 4 +- .../example/set/MappedExampleSet.java | 4 +- .../set/MissingAttributesCondition.java | 4 +- .../example/set/MissingLabelsCondition.java | 4 +- .../example/set/ModelViewExampleSet.java | 4 +- .../set/NoMissingAttributeValueCondition.java | 4 +- .../set/NoMissingAttributesCondition.java | 4 +- .../example/set/NoMissingLabelsCondition.java | 4 +- .../set/NonSpecialAttributesExampleSet.java | 4 +- src/com/rapidminer/example/set/Partition.java | 4 +- .../example/set/PartitionBuilder.java | 4 +- .../example/set/RemappedExampleSet.java | 4 +- .../example/set/ReplaceMissingExampleSet.java | 4 +- .../example/set/ShuffledPartitionBuilder.java | 4 +- .../example/set/SimilarityExampleSet.java | 4 +- .../example/set/SimpleExampleReader.java | 4 +- .../example/set/SimpleExampleSet.java | 4 +- .../example/set/SimplePartitionBuilder.java | 4 +- .../example/set/SingleExampleExampleSet.java | 4 +- .../example/set/SkipNANExampleReader.java | 4 +- .../example/set/SortedExampleReader.java | 4 +- .../example/set/SortedExampleSet.java | 4 +- .../example/set/SplittedExampleSet.java | 4 +- .../set/StratifiedPartitionBuilder.java | 4 +- .../example/set/WrongPredictionCondition.java | 4 +- .../example/table/AbstractAttribute.java | 4 +- .../example/table/AbstractDataRowReader.java | 4 +- .../example/table/AbstractExampleTable.java | 4 +- .../table/AbstractSparseArrayDataRow.java | 4 +- .../example/table/AttributeFactory.java | 4 +- .../example/table/BinominalAttribute.java | 4 +- .../example/table/BinominalMapping.java | 4 +- .../example/table/BooleanArrayDataRow.java | 4 +- .../table/BooleanSparseArrayDataRow.java | 4 +- .../example/table/ByteArrayDataRow.java | 4 +- .../example/table/ByteSparseArrayDataRow.java | 4 +- src/com/rapidminer/example/table/DataRow.java | 4 +- .../example/table/DataRowFactory.java | 4 +- .../example/table/DataRowReader.java | 4 +- .../example/table/DatabaseDataRow.java | 4 +- .../example/table/DatabaseDataRowReader.java | 4 +- .../example/table/DatabaseExampleTable.java | 4 +- .../example/table/DateAttribute.java | 4 +- .../example/table/DoubleArrayDataRow.java | 4 +- .../table/DoubleSparseArrayDataRow.java | 4 +- .../example/table/ExampleTable.java | 4 +- .../table/FastSparseDoubleArrayDataRow.java | 4 +- .../example/table/FileDataRowReader.java | 4 +- .../example/table/FloatArrayDataRow.java | 4 +- .../table/FloatSparseArrayDataRow.java | 4 +- .../IndexCachedDatabaseExampleTable.java | 4 +- .../example/table/IntArrayDataRow.java | 4 +- .../example/table/IntSparseArrayDataRow.java | 4 +- .../LimitCachedDatabaseExampleTable.java | 4 +- .../example/table/ListDataRowReader.java | 4 +- .../example/table/LongArrayDataRow.java | 4 +- .../example/table/LongSparseArrayDataRow.java | 4 +- .../example/table/MemoryExampleTable.java | 4 +- .../example/table/NominalAttribute.java | 4 +- .../example/table/NominalMapping.java | 4 +- .../example/table/NonWritableDataRow.java | 4 +- .../example/table/NumericalAttribute.java | 4 +- .../example/table/PolynominalAttribute.java | 4 +- .../example/table/PolynominalMapping.java | 4 +- .../example/table/RandomDataRowReader.java | 4 +- .../example/table/RandomExampleTable.java | 4 +- .../example/table/RapidMinerLineReader.java | 4 +- .../example/table/ResultSetDataRowReader.java | 4 +- .../example/table/ShortArrayDataRow.java | 4 +- .../table/ShortSparseArrayDataRow.java | 4 +- .../example/table/SimpleArrayData.java | 4 +- .../table/SimpleArrayDataRowReader.java | 4 +- .../example/table/SparseDataRow.java | 4 +- .../table/SparseFormatDataRowReader.java | 4 +- .../example/table/SparseMapDataRow.java | 4 +- .../example/table/ViewAttribute.java | 4 +- .../generator/AbsoluteValueGenerator.java | 4 +- .../generator/AlgebraicOrGenerator.java | 4 +- .../rapidminer/generator/AttributePeak.java | 4 +- .../generator/AverageGenerator.java | 4 +- .../BasicArithmeticOperationGenerator.java | 4 +- .../generator/BinaryNumericalGenerator.java | 4 +- .../generator/ConstantGenerator.java | 4 +- .../ExponentialFunctionGenerator.java | 4 +- .../generator/FeatureGenerator.java | 4 +- .../generator/FloorCeilGenerator.java | 4 +- .../generator/GenerationException.java | 4 +- .../rapidminer/generator/MinMaxGenerator.java | 4 +- .../rapidminer/generator/PowerGenerator.java | 4 +- .../generator/ReciprocalValueGenerator.java | 4 +- .../rapidminer/generator/SignumGenerator.java | 4 +- .../generator/SingularNumericalGenerator.java | 4 +- .../rapidminer/generator/SinusFactory.java | 4 +- .../generator/SquareRootGenerator.java | 4 +- .../TrigonometricFunctionGenerator.java | 4 +- src/com/rapidminer/gui/ApplicationFrame.java | 4 +- .../gui/ApplicationPerspectives.java | 4 +- src/com/rapidminer/gui/ConditionalAction.java | 4 +- .../gui/DatabaseExampleVisualization.java | 4 +- src/com/rapidminer/gui/DockableMenu.java | 4 +- .../rapidminer/gui/DummyObjectVisualizer.java | 4 +- .../rapidminer/gui/EditorCellRenderer.java | 4 +- src/com/rapidminer/gui/ExampleVisualizer.java | 4 +- src/com/rapidminer/gui/GUIInputHandler.java | 4 +- .../gui/GeneralProcessListener.java | 4 +- src/com/rapidminer/gui/MainFrame.java | 4 +- .../rapidminer/gui/MetaDataUpdateQueue.java | 4 +- src/com/rapidminer/gui/OperatorDocEditor.java | 4 +- src/com/rapidminer/gui/OperatorDocLoader.java | 8 +- .../gui/OperatorDocToHtmlConverter.java | 4 +- src/com/rapidminer/gui/OperatorDocViewer.java | 4 +- .../gui/OperatorDocumentationBrowser.java | 4 +- src/com/rapidminer/gui/Perspective.java | 4 +- .../gui/PerspectiveChangeListener.java | 4 +- src/com/rapidminer/gui/Perspectives.java | 4 +- src/com/rapidminer/gui/ProcessThread.java | 4 +- src/com/rapidminer/gui/RapidMinerGUI.java | 7 +- .../rapidminer/gui/actions/AboutAction.java | 4 +- src/com/rapidminer/gui/actions/Actions.java | 4 +- .../gui/actions/AnovaCalculatorAction.java | 4 +- .../AttributeDescriptionFileWizardAction.java | 4 +- .../gui/actions/AttributeEditorAction.java | 4 +- .../gui/actions/AutoWireAction.java | 4 +- .../rapidminer/gui/actions/BrowseAction.java | 4 +- .../actions/CheckForJDBCDriversAction.java | 4 +- .../gui/actions/CloseAllResultsAction.java | 4 +- .../ConnectPortToRepositoryAction.java | 4 +- .../gui/actions/EditViewAction.java | 4 +- .../rapidminer/gui/actions/ExitAction.java | 4 +- .../gui/actions/ExportPdfAction.java | 4 +- .../gui/actions/ExportProcessAction.java | 4 +- .../gui/actions/ExportViewAction.java | 4 +- .../gui/actions/ImportProcessAction.java | 4 +- .../actions/ManageBuildingBlocksAction.java | 4 +- .../gui/actions/ManageTemplatesAction.java | 4 +- .../gui/actions/MoveColumnAction.java | 4 +- src/com/rapidminer/gui/actions/NewAction.java | 4 +- .../gui/actions/NewBuildingBlockAction.java | 4 +- .../gui/actions/NewOperatorAction.java | 4 +- .../gui/actions/NewPerspectiveAction.java | 4 +- .../rapidminer/gui/actions/OpenAction.java | 4 +- .../gui/actions/PageSetupAction.java | 4 +- .../rapidminer/gui/actions/PauseAction.java | 4 +- .../rapidminer/gui/actions/PrintAction.java | 4 +- .../gui/actions/PrintPreviewAction.java | 4 +- .../actions/PropagateRealMetaDataAction.java | 4 +- .../rapidminer/gui/actions/RedoAction.java | 4 +- .../RefreshHelpTextFromWikiAction.java | 4 +- src/com/rapidminer/gui/actions/RunAction.java | 4 +- .../gui/actions/RunRemoteAction.java | 4 +- .../gui/actions/RunRemoteNowAction.java | 4 +- .../rapidminer/gui/actions/SaveAction.java | 4 +- .../rapidminer/gui/actions/SaveAsAction.java | 4 +- .../gui/actions/SaveAsTemplateAction.java | 4 +- .../gui/actions/SettingsAction.java | 4 +- .../gui/actions/ShowHelpTextAction.java | 4 +- .../actions/ShowHelpTextInBrowserAction.java | 4 +- .../rapidminer/gui/actions/StopAction.java | 4 +- .../gui/actions/StoreInRepositoryAction.java | 4 +- .../rapidminer/gui/actions/ToggleAction.java | 4 +- .../gui/actions/ToggleExpertModeAction.java | 4 +- .../rapidminer/gui/actions/TourAction.java | 4 +- .../gui/actions/TutorialAction.java | 4 +- .../rapidminer/gui/actions/UndoAction.java | 4 +- .../actions/ValidateAutomaticallyAction.java | 4 +- .../gui/actions/ValidateProcessAction.java | 4 +- .../gui/actions/WelcomeNewAction.java | 4 +- .../gui/actions/WelcomeOpenAction.java | 4 +- .../gui/actions/WelcomeOpenRecentAction.java | 4 +- .../gui/actions/WelcomeTourAction.java | 4 +- .../gui/actions/WelcomeTutorialAction.java | 4 +- .../gui/actions/WelcomeWizardAction.java | 4 +- .../rapidminer/gui/actions/WizardAction.java | 4 +- .../gui/actions/WorkspaceAction.java | 4 +- .../gui/attributeeditor/AttributeEditor.java | 4 +- .../AttributeEditorDialog.java | 4 +- .../gui/attributeeditor/CellEditors.java | 4 +- .../gui/attributeeditor/CellRenderers.java | 4 +- .../gui/attributeeditor/DataControl.java | 4 +- .../attributeeditor/DataControlListener.java | 4 +- .../attributeeditor/actions/ClearAction.java | 4 +- .../attributeeditor/actions/CloseAction.java | 4 +- .../actions/GuessAllTypesAction.java | 4 +- .../actions/GuessTypeAction.java | 4 +- .../actions/LoadDataAction.java | 4 +- .../actions/LoadSeriesDataAction.java | 4 +- .../actions/OpenAttributeFileAction.java | 4 +- .../actions/RemoveColumnAction.java | 4 +- .../actions/RemoveRowAction.java | 4 +- .../actions/SaveAttributeFileAction.java | 4 +- .../actions/SaveDataAction.java | 4 +- .../actions/UseRowAsNamesAction.java | 4 +- src/com/rapidminer/gui/autosave/AutoSave.java | 5 +- .../gui/autosave/RecoverDialog.java | 5 +- .../gui/dialog/AnovaCalculatorDialog.java | 4 +- .../gui/dialog/AttributeWeightCellEditor.java | 4 +- .../gui/dialog/AttributeWeightsDialog.java | 4 +- .../dialog/AttributeWeightsTableModel.java | 4 +- src/com/rapidminer/gui/dialog/Browser.java | 4 +- .../gui/dialog/BugZillaAssistant.java | 4 +- .../gui/dialog/CronEditorDialog.java | 4 +- .../gui/dialog/IndividualSelector.java | 4 +- .../dialog/IndividualSelectorTableModel.java | 4 +- .../gui/dialog/NewOperatorDialog.java | 4 +- .../gui/dialog/OperatorInfoPanel.java | 4 +- .../gui/dialog/OperatorInfoScreen.java | 4 +- .../gui/dialog/ProcessInfoScreen.java | 4 +- .../gui/dialog/ResultContainer.java | 4 +- .../rapidminer/gui/dialog/SearchDialog.java | 4 +- .../gui/dialog/SearchableJEditTextArea.java | 4 +- .../gui/dialog/SearchableJTextComponent.java | 4 +- .../gui/dialog/SearchableTextComponent.java | 4 +- src/com/rapidminer/gui/dialog/StopDialog.java | 4 +- .../gui/dialog/TemplateWizardDialog.java | 4 +- src/com/rapidminer/gui/dialog/Tutorial.java | 6 +- .../dialog/UnknownParametersInfoDialog.java | 4 +- .../dnd/AbstractPatchedTransferHandler.java | 5 +- src/com/rapidminer/gui/dnd/DragListener.java | 5 +- .../gui/dnd/OperatorTransferHandler.java | 5 +- .../gui/dnd/OperatorTreeTransferHandler.java | 4 +- .../dnd/ReceivingOperatorTransferHandler.java | 5 +- .../gui/dnd/TransferableOperator.java | 5 +- .../gui/docking/DetachedDockViewAsTab.java | 4 +- .../RapidDockableContainerFactory.java | 4 +- .../gui/docking/RapidDockingToolbar.java | 4 +- .../gui/docking/RapidFloatingDialog.java | 4 +- .../rapidminer/gui/flow/AutoWireThread.java | 4 +- src/com/rapidminer/gui/flow/ErrorTable.java | 4 +- .../flow/ExampleSetMetaDataTableModel.java | 4 +- .../rapidminer/gui/flow/ExtensionButton.java | 4 +- .../rapidminer/gui/flow/FlowVisualizer.java | 4 +- .../rapidminer/gui/flow/InterpolationMap.java | 4 +- .../rapidminer/gui/flow/OverviewPanel.java | 4 +- .../rapidminer/gui/flow/PanningManager.java | 4 +- .../rapidminer/gui/flow/ProcessButtonBar.java | 4 +- .../gui/flow/ProcessInteractionListener.java | 4 +- src/com/rapidminer/gui/flow/ProcessPanel.java | 4 +- .../gui/flow/ProcessParentButtonModel.java | 4 +- .../rapidminer/gui/flow/ProcessRenderer.java | 4 +- .../gui/flow/ProcessUndoManager.java | 4 +- .../rapidminer/gui/flow/QuickFixDialog.java | 4 +- .../graphs/AssociationRulesGraphCreator.java | 4 +- .../graphs/BasicVertexShapeTransformer.java | 4 +- .../gui/graphs/ClusterModelGraphCreator.java | 4 +- .../gui/graphs/ClusterModelObjectViewer.java | 4 +- .../gui/graphs/DefaultObjectViewer.java | 4 +- .../ExtendedVertexShapeTransformer.java | 4 +- .../rapidminer/gui/graphs/GraphCreator.java | 4 +- .../gui/graphs/GraphCreatorAdaptor.java | 4 +- .../gui/graphs/GraphObjectViewer.java | 4 +- .../rapidminer/gui/graphs/GraphViewer.java | 4 +- .../gui/graphs/LayoutSelection.java | 4 +- .../gui/graphs/ShapeBasedTreeLayout.java | 4 +- .../gui/graphs/SimilarityGraphCreator.java | 4 +- .../rapidminer/gui/graphs/SortableEdge.java | 4 +- .../gui/graphs/TransitionGraphCreator.java | 4 +- .../graphs/TreeModelEdgeLabelRenderer.java | 4 +- .../gui/graphs/TreeModelGraphCreator.java | 4 +- .../graphs/TreeModelNodeLabelRenderer.java | 4 +- .../gui/graphs/TreeModelNodeRenderer.java | 4 +- .../gui/graphs/actions/PickingModeAction.java | 4 +- .../actions/TransformingModeAction.java | 4 +- .../gui/graphs/actions/ZoomInAction.java | 4 +- .../gui/graphs/actions/ZoomOutAction.java | 4 +- .../rapidminer/gui/look/ButtonListener.java | 4 +- .../gui/look/ClipboardActionsPopup.java | 4 +- src/com/rapidminer/gui/look/Colors.java | 4 +- .../gui/look/GenericArrowButton.java | 4 +- .../gui/look/ImageIconUIResource.java | 4 +- .../gui/look/InternalFrameTitlePane.java | 4 +- .../rapidminer/gui/look/RapidLookAndFeel.java | 4 +- .../gui/look/RapidLookComboBoxEditor.java | 4 +- .../gui/look/RapidLookListCellRenderer.java | 4 +- .../rapidminer/gui/look/RapidLookTools.java | 4 +- .../gui/look/RoundedPopupFactory.java | 4 +- .../gui/look/RoundedRectanglePopup.java | 4 +- src/com/rapidminer/gui/look/TextActions.java | 4 +- .../gui/look/ToggleButtonListener.java | 4 +- .../gui/look/ToolbarHandlerBuffer.java | 4 +- .../gui/look/ToolbarHandlerIcon.java | 4 +- .../rapidminer/gui/look/borders/Borders.java | 4 +- .../gui/look/borders/ButtonBorder.java | 4 +- .../gui/look/borders/CheckBoxBorder.java | 4 +- .../gui/look/borders/ComboBoxBorder.java | 4 +- .../look/borders/ComboBoxEditorBorder.java | 4 +- .../ComboBoxListCellRendererFocusBorder.java | 4 +- .../gui/look/borders/DummyBorder.java | 4 +- .../gui/look/borders/EmptyBorder.java | 4 +- .../gui/look/borders/EmptyButtonBorder.java | 4 +- .../gui/look/borders/EmptyComboBoxBorder.java | 4 +- .../gui/look/borders/InternalFrameBorder.java | 4 +- .../gui/look/borders/MenuBarBorder.java | 4 +- .../gui/look/borders/MenuBorder.java | 4 +- .../gui/look/borders/PopupBorder.java | 4 +- .../gui/look/borders/PopupMenuBorder.java | 4 +- .../gui/look/borders/ProgressBarBorder.java | 4 +- .../gui/look/borders/ScrollPaneBorder.java | 4 +- .../look/borders/ShadowedPopupMenuBorder.java | 4 +- .../gui/look/borders/SpinnerBorder.java | 4 +- .../gui/look/borders/SplitPaneBorder.java | 4 +- .../gui/look/borders/TableHeaderBorder.java | 4 +- .../gui/look/borders/TextFieldBorder.java | 4 +- .../gui/look/borders/ToolBarBorder.java | 4 +- .../gui/look/borders/ToolTipBorder.java | 4 +- .../gui/look/fc/AutomaticTextField.java | 4 +- src/com/rapidminer/gui/look/fc/Bookmark.java | 4 +- .../gui/look/fc/BookmarkDialog.java | 4 +- .../rapidminer/gui/look/fc/BookmarkIO.java | 4 +- .../rapidminer/gui/look/fc/BookmarkList.java | 4 +- .../gui/look/fc/BookmarkListModel.java | 4 +- .../gui/look/fc/DragSelectionThread.java | 4 +- .../rapidminer/gui/look/fc/FileChooserUI.java | 4 +- src/com/rapidminer/gui/look/fc/FileList.java | 4 +- src/com/rapidminer/gui/look/fc/FileTable.java | 4 +- .../gui/look/fc/FileTableLabel.java | 4 +- src/com/rapidminer/gui/look/fc/Item.java | 4 +- src/com/rapidminer/gui/look/fc/ItemPanel.java | 4 +- .../look/fc/ItemPanelKeyboardListener.java | 4 +- .../gui/look/fc/MultipleLinesLabel.java | 4 +- .../gui/look/fc/ThumbGeneratorThread.java | 4 +- src/com/rapidminer/gui/look/fc/Tools.java | 4 +- .../gui/look/icons/CheckBoxIcon.java | 4 +- .../gui/look/icons/CheckBoxMenuItemIcon.java | 4 +- .../gui/look/icons/ExpandedTreeIcon.java | 4 +- .../gui/look/icons/IconFactory.java | 4 +- .../gui/look/icons/ListViewIcon.java | 4 +- .../gui/look/icons/RadioButtonIcon.java | 4 +- .../look/icons/RadioButtonMenuItemIcon.java | 4 +- .../gui/look/icons/SliderThumb.java | 4 +- .../look/painters/AbstractCachedPainter.java | 4 +- .../look/painters/ButtonBorderPainter.java | 4 +- .../gui/look/painters/ButtonPainter.java | 4 +- .../rapidminer/gui/look/painters/Cache.java | 4 +- .../gui/look/painters/CashedPainter.java | 4 +- .../gui/look/painters/CheckboxPainter.java | 4 +- .../gui/look/painters/ComboBoxPainter.java | 4 +- .../DeterminateProgressBarPainter.java | 4 +- .../InDeterminateProgressBarPainter.java | 4 +- .../look/painters/MenuBackgroundPainter.java | 4 +- .../painters/MenuBarBackgroundPainter.java | 4 +- .../look/painters/MenuItemFadingPainter.java | 4 +- .../look/painters/MenuSeparatorPainter.java | 4 +- .../gui/look/painters/RadioButtonPainter.java | 4 +- src/com/rapidminer/gui/look/ui/ButtonUI.java | 4 +- .../gui/look/ui/CheckBoxMenuItemUI.java | 4 +- .../rapidminer/gui/look/ui/CheckBoxUI.java | 4 +- .../rapidminer/gui/look/ui/ComboBoxUI.java | 4 +- .../rapidminer/gui/look/ui/DesktopIconUI.java | 4 +- .../rapidminer/gui/look/ui/EditorPaneUI.java | 4 +- .../gui/look/ui/ExtensionButtonUI.java | 4 +- .../gui/look/ui/FormattedTextFieldUI.java | 4 +- .../gui/look/ui/InternalFrameUI.java | 4 +- src/com/rapidminer/gui/look/ui/LabelUI.java | 4 +- src/com/rapidminer/gui/look/ui/ListUI.java | 4 +- src/com/rapidminer/gui/look/ui/MenuBarUI.java | 4 +- .../rapidminer/gui/look/ui/MenuItemUI.java | 4 +- src/com/rapidminer/gui/look/ui/MenuUI.java | 4 +- .../gui/look/ui/PasswordFieldUI.java | 4 +- .../gui/look/ui/PopupMenuSeparatorUI.java | 4 +- .../rapidminer/gui/look/ui/PopupMenuUI.java | 4 +- .../rapidminer/gui/look/ui/ProgressBarUI.java | 4 +- .../gui/look/ui/RadioButtonMenuItemUI.java | 4 +- .../rapidminer/gui/look/ui/RadioButtonUI.java | 4 +- .../gui/look/ui/RapidDockingUISettings.java | 4 +- .../rapidminer/gui/look/ui/ScrollBarUI.java | 4 +- src/com/rapidminer/gui/look/ui/SliderUI.java | 4 +- .../rapidminer/gui/look/ui/SpinnerButton.java | 4 +- src/com/rapidminer/gui/look/ui/SpinnerUI.java | 4 +- .../gui/look/ui/SplitPaneDividerUI.java | 4 +- .../rapidminer/gui/look/ui/SplitPaneUI.java | 4 +- .../rapidminer/gui/look/ui/TabbedPaneUI.java | 4 +- .../rapidminer/gui/look/ui/TableHeaderUI.java | 4 +- src/com/rapidminer/gui/look/ui/TableUI.java | 4 +- .../rapidminer/gui/look/ui/TextAreaUI.java | 4 +- .../rapidminer/gui/look/ui/TextFieldUI.java | 4 +- .../rapidminer/gui/look/ui/TextPaneUI.java | 4 +- .../gui/look/ui/ToggleButtonUI.java | 4 +- src/com/rapidminer/gui/look/ui/ToolBarUI.java | 4 +- .../gui/look/ui/ToolbarButtonUI.java | 4 +- src/com/rapidminer/gui/look/ui/TreeUI.java | 4 +- .../gui/metadata/MetaDataRendererFactory.java | 4 +- .../MetaDataRendererFactoryRegistry.java | 4 +- .../ChartConfigurationException.java | 4 +- .../new_plotter/ChartCreationException.java | 4 +- .../new_plotter/ChartPlottimeException.java | 4 +- .../ConfigurationChangeResponse.java | 4 +- .../gui/new_plotter/MasterOfDesaster.java | 4 +- .../new_plotter/PlotConfigurationError.java | 4 +- .../PlotConfigurationQuickFix.java | 4 +- .../gui/new_plotter/StaticDebug.java | 4 +- .../AbstractDimensionConfig.java | 4 +- .../configuration/AbstractValueGrouping.java | 4 +- .../configuration/AggregationWindowing.java | 4 +- .../AxisParallelLineConfiguration.java | 4 +- .../AxisParallelLinesConfiguration.java | 4 +- ...xisParallelLinesConfigurationListener.java | 4 +- .../configuration/DataTableColumn.java | 4 +- .../configuration/DefaultDimensionConfig.java | 4 +- .../configuration/DimensionConfig.java | 4 +- .../configuration/DistinctValueGrouping.java | 4 +- .../configuration/DomainConfigManager.java | 4 +- .../EqualDataFractionGrouping.java | 4 +- .../EquidistantFixedBinCountBinning.java | 4 +- .../configuration/GroupCellKey.java | 4 +- .../configuration/LegendConfiguration.java | 4 +- .../new_plotter/configuration/LineFormat.java | 4 +- .../configuration/LineFormatListener.java | 4 +- .../configuration/LinkAndBrushMaster.java | 4 +- .../configuration/PlotConfiguration.java | 4 +- .../configuration/RangeAxisConfig.java | 4 +- .../configuration/SeriesFormat.java | 4 +- .../configuration/ValueGrouping.java | 4 +- .../configuration/ValueSource.java | 4 +- ...ParallelLinesConfigurationChangeEvent.java | 4 +- .../data/DataTableColumnIndex.java | 4 +- .../new_plotter/data/DimensionConfigData.java | 4 +- .../data/DomainConfigManagerData.java | 4 +- .../gui/new_plotter/data/GroupCellData.java | 4 +- .../new_plotter/data/GroupCellKeyAndData.java | 4 +- .../new_plotter/data/GroupCellSeriesData.java | 4 +- .../gui/new_plotter/data/PlotData.java | 4 +- .../gui/new_plotter/data/PlotInstance.java | 4 +- .../gui/new_plotter/data/RangeAxisData.java | 4 +- .../gui/new_plotter/data/ValueSourceData.java | 4 +- .../gui/new_plotter/engine/PlotEngine.java | 4 +- .../engine/jfreechart/ChartAxisFactory.java | 4 +- .../jfreechart/ChartDatasetFactory.java | 4 +- .../jfreechart/ChartRendererFactory.java | 4 +- .../jfreechart/JFreeChartPlotEngine.java | 4 +- .../jfreechart/MultiAxesCrosshairOverlay.java | 4 +- .../jfreechart/PlotInstanceLegendCreator.java | 4 +- .../jfreechart/RenderFormatDelegate.java | 4 +- .../actions/AddParallelLineAction.java | 4 +- .../actions/ClearParallelLinesAction.java | 4 +- .../jfreechart/actions/CopyChartAction.java | 4 +- .../actions/ManageParallelLinesAction.java | 4 +- .../jfreechart/actions/ManageZoomAction.java | 4 +- ...rceToMultiValueCategoryDatasetAdapter.java | 4 +- .../legend/ColoredBlockContainer.java | 4 +- .../legend/CustomLegendGraphic.java | 4 +- .../jfreechart/legend/CustomLegendItem.java | 4 +- .../legend/FlankedShapeLegendItem.java | 4 +- .../jfreechart/legend/SmartLegendTitle.java | 4 +- .../LinkAndBrushChartPanel.java | 4 +- .../link_and_brush/axis/CustomDateAxis.java | 4 +- .../axis/CustomLogarithmicAxis.java | 4 +- .../link_and_brush/axis/CustomNumberAxis.java | 4 +- .../link_and_brush/axis/CustomSymbolAxis.java | 4 +- .../link_and_brush/axis/LinkAndBrushAxis.java | 4 +- .../listener/LinkAndBrushListener.java | 4 +- .../listener/LinkAndBrushSelection.java | 4 +- .../LinkAndBrushSelectionListener.java | 4 +- .../plots/LinkAndBrushCategoryPlot.java | 4 +- .../plots/LinkAndBrushPlot.java | 4 +- .../plots/LinkAndBrushXYPlot.java | 4 +- .../renderer/FormattedAreaRenderer.java | 4 +- .../renderer/FormattedBarRenderer.java | 4 +- .../FormattedClusteredXYBarRenderer.java | 4 +- .../renderer/FormattedDeviationRenderer.java | 4 +- .../FormattedLineAndShapeRenderer.java | 4 +- .../renderer/FormattedRenderer.java | 4 +- .../renderer/FormattedScatterRenderer.java | 4 +- .../FormattedStackedAreaRenderer.java | 4 +- .../renderer/FormattedStackedBarRenderer.java | 4 +- .../FormattedStackedXYAreaRenderer2.java | 4 +- .../FormattedStackedXYBarRenderer.java | 4 +- .../FormattedStatisticalBarRenderer.java | 4 +- ...mattedStatisticalLineAndShapeRenderer.java | 4 +- .../renderer/FormattedXYAreaRenderer2.java | 4 +- .../FormattedXYDifferenceRenderer.java | 4 +- .../renderer/FormattedXYErrorRenderer.java | 4 +- .../FormattedXYLineAndShapeRenderer.java | 4 +- ...sParallelLineConfigurationChangeEvent.java | 4 +- .../gui/AbstractConfigurationPanel.java | 4 +- .../AbstractTreeSelectionDependentPanel.java | 4 +- .../AreaAndBarChartConfigurationPanel.java | 4 +- .../gui/AttributeDropTextField.java | 5 +- .../gui/AttributeSelectionDialog.java | 4 +- .../gui/AxisConfigurationContainer.java | 4 +- .../gui/ChartConfigurationPanel.java | 4 +- .../gui/ChartTitleConfigurationContainer.java | 4 +- .../new_plotter/gui/ColorSchemeDialog.java | 4 +- .../new_plotter/gui/DimensionConfigPanel.java | 4 +- .../gui/new_plotter/gui/FontDialog.java | 4 +- .../gui/GlobalConfigurationPanel.java | 4 +- .../gui/GroupingConfigurationPanel.java | 4 +- .../gui/LegendConfigurationPanel.java | 4 +- .../gui/LineChartConfigurationPanel.java | 4 +- .../gui/PlotConfigurationTree.java | 4 +- .../gui/PlotConfigurationTreeModel.java | 4 +- .../new_plotter/gui/RangeAxisConfigPanel.java | 4 +- .../gui/SeriesFormatConfigurationPanel.java | 4 +- .../gui/ValueSourceConfigurationPanel.java | 4 +- .../gui/WindowingConfigurationContainer.java | 4 +- .../cellrenderer/ColorListCellRenderer.java | 4 +- .../ColorRGBComboBoxCellRenderer.java | 4 +- .../ColorSchemeComboBoxRenderer.java | 4 +- .../cellrenderer/ComboSeparatorsRenderer.java | 4 +- .../DataTableColumnListCellRenderer.java | 4 +- .../EnumComboBoxCellRenderer.java | 4 +- .../PlotConfigurationTreeCellRenderer.java | 4 +- .../gui/cellrenderer/TreeNodeColors.java | 4 +- .../gui/dialog/AddParallelLineDialog.java | 4 +- .../gui/dialog/EditParallelLineDialog.java | 4 +- .../gui/dialog/ManageParallelLinesDialog.java | 4 +- .../gui/dialog/ManageZoomDialog.java | 4 +- .../gui/dnd/DataTableColumnCollection.java | 5 +- ...DataTableColumnCollectionTransferable.java | 4 +- ...bleColumnDropTextFieldTransferHandler.java | 4 +- .../DataTableColumnListTransferHandler.java | 4 +- .../PlotConfigurationTreeTransferHandler.java | 4 +- .../AbstractGroupingCardPanel.java | 4 +- .../DistinctValueGroupingCardPanel.java | 4 +- .../EqualDataFractionCardPanel.java | 4 +- .../EquidistantFixedBinCountCardPanel.java | 4 +- .../new_plotter/gui/popup/PopupAction.java | 4 +- .../gui/popup/PopupComponentListener.java | 4 +- .../gui/new_plotter/gui/popup/PopupPanel.java | 4 +- .../treenodes/DimensionConfigTreeNode.java | 4 +- .../treenodes/PlotConfigurationTreeNode.java | 4 +- .../treenodes/RangeAxisConfigTreeNode.java | 5 +- .../gui/treenodes/ValueSourceTreeNode.java | 5 +- .../integration/ExpertDataTableRenderer.java | 4 +- .../integration/PlotConfigurationHistory.java | 4 +- .../AggregationWindowingListener.java | 4 +- ...AxisParallelLineConfigurationListener.java | 4 +- .../listener/DimensionConfigListener.java | 4 +- .../JFreeChartPlotEngineListener.java | 4 +- .../listener/LegendConfigurationListener.java | 4 +- .../listener/MasterOfDesasterListener.java | 4 +- .../listener/PlotConfigurationListener.java | 4 +- .../PlotConfigurationProcessingListener.java | 4 +- .../listener/PlotInstanceChangedListener.java | 4 +- .../listener/RangeAxisConfigListener.java | 4 +- .../RenderFormatDelegateChangeListener.java | 4 +- .../listener/SeriesFormatListener.java | 4 +- .../listener/ValueGroupingListener.java | 4 +- .../listener/ValueRangeListener.java | 4 +- .../listener/ValueSourceListener.java | 4 +- .../events/ConfigurationChangeEvent.java | 4 +- .../events/DimensionConfigChangeEvent.java | 4 +- .../LegendConfigurationChangeEvent.java | 4 +- .../events/LineFormatChangeEvent.java | 4 +- .../events/PlotConfigurationChangeEvent.java | 4 +- .../events/RangeAxisConfigChangeEvent.java | 4 +- .../events/SeriesFormatChangeEvent.java | 4 +- .../events/ValueGroupingChangeEvent.java | 4 +- .../events/ValueRangeChangeEvent.java | 4 +- .../events/ValueSourceChangeEvent.java | 4 +- .../templates/HistogramTemplate.java | 4 +- .../templates/PlotterTemplate.java | 4 +- .../templates/PlotterTemplateWrapper.java | 4 +- .../templates/ScatterTemplate.java | 4 +- .../templates/SeriesMultipleTemplate.java | 4 +- .../new_plotter/templates/SeriesTemplate.java | 4 +- .../templates/TemplateChooser.java | 4 +- .../templates/actions/ExportImageAction.java | 4 +- .../gui/HistogrammTemplatePanel.java | 4 +- .../templates/gui/PlotterTemplatePanel.java | 4 +- .../templates/gui/ScatterTemplatePanel.java | 4 +- .../gui/SeriesMultipleTemplatePanel.java | 4 +- .../templates/gui/SeriesTemplatePanel.java | 4 +- .../new_plotter/templates/style/ColorRGB.java | 5 +- .../templates/style/ColorScheme.java | 5 +- .../style/DefaultPlotterStyleProvider.java | 4 +- .../style/DefaultPlotterStyleProviderGUI.java | 4 +- .../templates/style/PlotterStyleProvider.java | 4 +- .../utility/AbstractValueRange.java | 4 +- .../utility/AggregatedValueRange.java | 4 +- .../utility/CategoricalColorProvider.java | 4 +- .../utility/CategoricalSizeProvider.java | 4 +- .../new_plotter/utility/ColorProvider.java | 4 +- .../utility/ContinuousColorProvider.java | 4 +- .../utility/ContinuousSizeProvider.java | 4 +- .../utility/DataStructureUtils.java | 4 +- .../utility/DataTransformation.java | 4 +- .../gui/new_plotter/utility/ListUtility.java | 4 +- .../utility/NumericalValueRange.java | 4 +- .../new_plotter/utility/SayNoValueRange.java | 4 +- .../new_plotter/utility/ShapeProvider.java | 4 +- .../utility/SingleValueValueRange.java | 4 +- .../gui/new_plotter/utility/SizeProvider.java | 4 +- .../gui/new_plotter/utility/SortProvider.java | 4 +- .../gui/new_plotter/utility/ValueRange.java | 4 +- .../gui/operatormenu/NewOperatorMenu.java | 4 +- .../gui/operatormenu/OperatorGroupMenu.java | 4 +- .../gui/operatormenu/OperatorMenu.java | 4 +- .../gui/operatormenu/ReplaceOperatorMenu.java | 4 +- .../gui/operatortree/OperatorTree.java | 4 +- .../operatortree/OperatorTreeCellEditor.java | 4 +- .../OperatorTreeCellRenderer.java | 4 +- .../gui/operatortree/OperatorTreePanel.java | 4 +- .../gui/operatortree/ProcessTree.java | 4 +- .../gui/operatortree/ProcessTreeModel.java | 4 +- .../actions/CollapseAllAction.java | 4 +- .../actions/CutCopyPasteDeleteAction.java | 4 +- .../actions/DeleteOperatorAction.java | 4 +- .../operatortree/actions/ExpandAllAction.java | 4 +- .../actions/InfoOperatorAction.java | 4 +- .../actions/LockTreeStructureAction.java | 4 +- .../actions/RenameOperatorAction.java | 4 +- .../actions/SaveBuildingBlockAction.java | 4 +- .../actions/ToggleActivationItem.java | 4 +- .../actions/ToggleAllBreakpointsItem.java | 4 +- .../actions/ToggleBreakpointItem.java | 4 +- .../actions/ToggleShowDisabledItem.java | 4 +- .../actions/TransferActionListener.java | 4 +- .../rapidminer/gui/plotter/AndrewsCurves.java | 4 +- .../gui/plotter/AxisNameResolver.java | 4 +- .../gui/plotter/AxisTransformation.java | 4 +- .../gui/plotter/AxisTransformationId.java | 4 +- .../gui/plotter/AxisTransformationLog.java | 4 +- .../rapidminer/gui/plotter/BoundDiagram.java | 4 +- .../gui/plotter/ColorPlotterPoint.java | 4 +- .../rapidminer/gui/plotter/ColorProvider.java | 4 +- .../plotter/ColorQuartileMatrixPlotter.java | 4 +- .../gui/plotter/ColorQuartilePlotter.java | 4 +- .../gui/plotter/CoordinateTransformation.java | 4 +- .../gui/plotter/CoordinatesHandler.java | 4 +- .../gui/plotter/DensityPlotter.java | 4 +- .../gui/plotter/ExamplePlotterPoint.java | 4 +- .../gui/plotter/GridVizPlotter.java | 4 +- .../rapidminer/gui/plotter/HintonDiagram.java | 4 +- .../plotter/LabelRotatingPlotterAdapter.java | 4 +- .../LocalNormalizationPlotterAdapter.java | 4 +- src/com/rapidminer/gui/plotter/NameValue.java | 4 +- .../plotter/NullCoordinateTransformation.java | 4 +- .../gui/plotter/ParallelPlotter.java | 4 +- src/com/rapidminer/gui/plotter/Plot.java | 4 +- src/com/rapidminer/gui/plotter/Plotter.java | 4 +- .../gui/plotter/PlotterAdapter.java | 4 +- .../plotter/PlotterConfigurationModel.java | 4 +- .../plotter/PlotterConfigurationSettings.java | 4 +- .../gui/plotter/PlotterControlPanel.java | 4 +- .../rapidminer/gui/plotter/PlotterLegend.java | 4 +- .../gui/plotter/PlotterMouseHandler.java | 4 +- .../rapidminer/gui/plotter/PlotterPanel.java | 4 +- .../rapidminer/gui/plotter/PlotterPoint.java | 4 +- src/com/rapidminer/gui/plotter/Quartile.java | 4 +- .../gui/plotter/QuartilePlotter.java | 4 +- .../rapidminer/gui/plotter/RadVizPlotter.java | 4 +- .../gui/plotter/RangeablePlotterAdapter.java | 4 +- .../gui/plotter/RectangleStyle.java | 4 +- .../gui/plotter/ScatterMatrixPlotter.java | 4 +- .../gui/plotter/ScatterPlotter.java | 4 +- .../gui/plotter/SimplePlotterDialog.java | 4 +- .../gui/plotter/SimplePlotterPanelDialog.java | 4 +- .../rapidminer/gui/plotter/SurveyPlotter.java | 4 +- src/com/rapidminer/gui/plotter/ToolTip.java | 4 +- .../rapidminer/gui/plotter/WeightIndex.java | 4 +- .../charts/Abstract2DChartPlotter.java | 4 +- .../plotter/charts/AbstractChartPanel.java | 4 +- .../charts/AbstractPieChartPlotter.java | 4 +- .../gui/plotter/charts/BarChartPlotter.java | 4 +- .../gui/plotter/charts/BlockChartPlotter.java | 4 +- .../plotter/charts/BubbleChartPlotter.java | 4 +- .../charts/ChartPanelShiftController.java | 4 +- .../plotter/charts/ColorizedBarRenderer.java | 6 +- .../charts/ColorizedBubbleRenderer.java | 4 +- .../charts/ColorizedLineAndShapeRenderer.java | 4 +- .../charts/ColorizedShapeItemRenderer.java | 4 +- .../plotter/charts/DeviationChartPlotter.java | 4 +- .../plotter/charts/DistributionPlotter.java | 4 +- .../gui/plotter/charts/HistogramChart.java | 4 +- .../plotter/charts/HistogramColorChart.java | 4 +- .../charts/MultipleScatterPlotter.java | 4 +- .../charts/MultipleSeriesChartPlotter.java | 4 +- .../gui/plotter/charts/ParallelPlotter2.java | 4 +- .../charts/ParetoChartItemLabelGenerator.java | 4 +- .../plotter/charts/ParetoChartPlotter.java | 4 +- .../gui/plotter/charts/PieChart2DPlotter.java | 4 +- .../gui/plotter/charts/PieChart3DPlotter.java | 4 +- .../plotter/charts/PointsAndLinesDialog.java | 4 +- .../gui/plotter/charts/RapidBarPainter.java | 4 +- .../plotter/charts/RapidHistogramDataset.java | 4 +- .../gui/plotter/charts/RapidXYBarPainter.java | 4 +- .../gui/plotter/charts/RingChartPlotter.java | 4 +- .../gui/plotter/charts/ScatterPlotter2.java | 4 +- .../gui/plotter/charts/SelectablePlotter.java | 4 +- .../plotter/charts/SeriesChartPlotter.java | 4 +- .../charts/StackedBarChartPlotter.java | 4 +- .../plotter/charts/WeightBasedSymbolAxis.java | 4 +- .../conditions/BasicPlotterCondition.java | 4 +- .../conditions/ColumnsPlotterCondition.java | 4 +- .../conditions/CombinedPlotterCondition.java | 4 +- .../plotter/conditions/PlotterCondition.java | 4 +- .../conditions/RowsPlotterCondition.java | 4 +- .../gui/plotter/mathplot/BoxPlot2D.java | 4 +- .../gui/plotter/mathplot/BoxPlot3D.java | 4 +- .../gui/plotter/mathplot/JMathPlotter.java | 4 +- .../gui/plotter/mathplot/JMathPlotter2D.java | 4 +- .../gui/plotter/mathplot/JMathPlotter3D.java | 4 +- .../gui/plotter/mathplot/ScatterPlot3D.java | 4 +- .../plotter/mathplot/ScatterPlot3DColor.java | 4 +- .../gui/plotter/mathplot/SticksPlot2D.java | 4 +- .../gui/plotter/mathplot/SticksPlot3D.java | 4 +- .../gui/plotter/mathplot/SurfacePlot3D.java | 4 +- .../plotter/settings/ListeningJCheckBox.java | 4 +- .../plotter/settings/ListeningJComboBox.java | 4 +- .../plotter/settings/ListeningJSlider.java | 4 +- .../settings/ListeningListSelectionModel.java | 4 +- .../settings/PlotterSettingsHistory.java | 4 +- .../gui/plotter/som/SOMClassColorizer.java | 4 +- .../gui/plotter/som/SOMFireColorizer.java | 4 +- .../gui/plotter/som/SOMGreyColorizer.java | 4 +- .../plotter/som/SOMLandscapeColorizer.java | 4 +- .../gui/plotter/som/SOMMatrixColorizer.java | 4 +- .../gui/plotter/som/SOMPlotter.java | 4 +- .../gui/processeditor/CommentEditor.java | 4 +- .../gui/processeditor/MacroEditor.java | 4 +- .../gui/processeditor/MacroViewer.java | 4 +- .../gui/processeditor/NewOperatorEditor.java | 4 +- .../processeditor/NewOperatorGroupTree.java | 4 +- .../NewOperatorGroupTreeModel.java | 4 +- .../NewOperatorGroupTreeRenderer.java | 4 +- .../processeditor/ProcessContextEditor.java | 4 +- .../ProcessContextProcessEditor.java | 4 +- .../gui/processeditor/ProcessEditor.java | 4 +- .../gui/processeditor/ProcessLogTab.java | 4 +- .../RepositoryLocationsEditor.java | 4 +- .../gui/processeditor/XMLEditor.java | 4 +- .../results/DockableResultDisplay.java | 4 +- .../ProcessExecutionResultOverview.java | 4 +- .../processeditor/results/RapidBorder.java | 4 +- .../processeditor/results/ResultDisplay.java | 4 +- .../results/ResultDisplayTools.java | 4 +- .../processeditor/results/ResultOverview.java | 4 +- .../gui/processeditor/results/ResultTab.java | 4 +- .../results/SingleResultOverview.java | 4 +- .../results/TabbedResultDisplay.java | 4 +- .../properties/AttributeOrderingDialog.java | 4 +- .../properties/AttributesPropertyDialog.java | 4 +- .../gui/properties/BasicPropertyTable.java | 4 +- .../CompatibilityLevelSpinnerModel.java | 4 +- .../ConfigureParameterOptimizationDialog.java | 4 +- ...ureParameterOptimizationDialogCreator.java | 4 +- .../gui/properties/DefaultPropertyTable.java | 4 +- .../gui/properties/DefaultRMCellEditor.java | 4 +- .../properties/EnumerationPropertyDialog.java | 4 +- .../properties/EnumerationPropertyTable.java | 4 +- .../properties/ExpressionPropertyDialog.java | 4 +- .../properties/FocusedComponentBorder.java | 4 +- .../gui/properties/GenericParameterPanel.java | 4 +- .../gui/properties/ListPropertyDialog.java | 4 +- .../gui/properties/ListPropertyTable.java | 4 +- .../gui/properties/ListPropertyTable2.java | 4 +- .../gui/properties/ListTableModel.java | 4 +- .../gui/properties/MatrixPropertyDialog.java | 4 +- .../gui/properties/MatrixPropertyTable.java | 4 +- .../properties/MatrixPropertyTableModel.java | 4 +- .../gui/properties/OperatorPropertyPanel.java | 4 +- .../gui/properties/OperatorPropertyTable.java | 4 +- .../properties/ParameterChangeListener.java | 4 +- .../gui/properties/PropertyDialog.java | 4 +- .../gui/properties/PropertyPanel.java | 4 +- .../gui/properties/PropertyTable.java | 4 +- .../PropertyTableParameterChangeListener.java | 4 +- .../gui/properties/RegexpPropertyDialog.java | 4 +- .../properties/SettingsChangeListener.java | 4 +- .../gui/properties/SettingsDialog.java | 4 +- .../gui/properties/SettingsPropertyPanel.java | 4 +- .../gui/properties/SettingsTabs.java | 4 +- .../gui/properties/TextPropertyDialog.java | 4 +- .../gui/properties/WizardPropertyTable.java | 4 +- .../key/DefaultPropertyKeyRenderer.java | 4 +- .../key/DelegationKeyCellEditor.java | 4 +- .../key/ParameterValueKeyCellEditor.java | 4 +- .../key/PropertyKeyCellEditor.java | 4 +- .../AbstractSuggestionBoxValueCellEditor.java | 4 +- .../celleditors/value/AttributeComboBox.java | 4 +- .../value/AttributeFileValueCellEditor.java | 4 +- .../value/AttributeOrderingCellEditor.java | 4 +- .../value/AttributeValueCellEditor.java | 4 +- .../value/AttributesValueCellEditor.java | 4 +- .../value/ColorValueCellEditor.java | 4 +- .../value/ConfigurableValueCellEditor.java | 4 +- .../ConfigurationWizardValueCellEditor.java | 4 +- .../value/CronExpressionCellEditor.java | 4 +- .../DatabaseConnectionValueCellEditor.java | 4 +- .../value/DatabaseTableValueCellEditor.java | 4 +- .../value/DateFormatValueCellEditor.java | 4 +- .../value/DateValueCellEditor.java | 4 +- .../value/DefaultPropertyValueCellEditor.java | 4 +- .../value/EnumerationValueCellEditor.java | 4 +- .../value/ExpressionValueCellEditor.java | 4 +- .../value/FileValueCellEditor.java | 4 +- .../value/InnerOperatorValueCellEditor.java | 4 +- .../value/ListValueCellEditor.java | 4 +- .../value/MatrixValueCellEditor.java | 4 +- .../value/OperatorValueValueCellEditor.java | 4 +- .../value/ParameterTupelCellEditor.java | 4 +- .../value/PreviewValueCellEditor.java | 4 +- .../value/PropertyValueCellEditor.java | 4 +- .../value/RegexpValueCellEditor.java | 4 +- .../RepositoryLocationValueCellEditor.java | 4 +- .../value/SQLQueryValueCellEditor.java | 4 +- .../value/SimpleFileValueCellEditor.java | 4 +- .../value/TextValueCellEditor.java | 4 +- .../AbstractDataTablePlotterRenderer.java | 4 +- .../AbstractDataTableTableRenderer.java | 4 +- .../gui/renderer/AbstractGraphRenderer.java | 4 +- .../gui/renderer/AbstractRenderer.java | 4 +- .../AbstractTableModelTableRenderer.java | 4 +- .../gui/renderer/AnnotationsRenderer.java | 4 +- .../gui/renderer/AverageVectorRenderer.java | 4 +- .../gui/renderer/CollectionRenderer.java | 4 +- .../renderer/DefaultComponentRenderable.java | 4 +- .../renderer/DefaultComponentRenderer.java | 4 +- .../gui/renderer/DefaultReadable.java | 4 +- .../gui/renderer/DefaultTextRenderer.java | 4 +- .../gui/renderer/NonGraphicalRenderer.java | 4 +- src/com/rapidminer/gui/renderer/Renderer.java | 4 +- .../gui/renderer/RendererService.java | 4 +- .../renderer/associations/GSPRenderer.java | 4 +- .../ClusterModelCentroidPlotRenderer.java | 4 +- .../ClusterModelCentroidTableRenderer.java | 4 +- .../ClusterModelDendogrammRenderer.java | 4 +- .../cluster/ClusterModelFolderRenderer.java | 4 +- .../cluster/ClusterModelGraphRenderer.java | 4 +- .../renderer/data/ExampleSetDataRenderer.java | 4 +- .../data/ExampleSetMetaDataRenderer.java | 4 +- .../renderer/data/ExampleSetPlotRenderer.java | 4 +- .../AssociationRulesGraphRenderer.java | 4 +- .../AssociationRulesTableRenderer.java | 4 +- .../FrequentItemSetsTableRenderer.java | 4 +- .../math/NumericalMatrixPairwiseRenderer.java | 4 +- .../math/NumericalMatrixPlotRenderer.java | 4 +- .../math/NumericalMatrixTableRenderer.java | 4 +- .../math/RainflowMatrixPlotRenderer.java | 4 +- .../math/RainflowMatrixTableRenderer.java | 4 +- .../models/DelegationModelRenderer.java | 4 +- .../models/DistributionModelPlotRenderer.java | 4 +- .../DistributionModelTableRenderer.java | 4 +- .../EigenvectorModelEigenvalueRenderer.java | 4 +- .../EigenvectorModelEigenvectorRenderer.java | 4 +- .../EigenvectorModelVariancePlotRenderer.java | 4 +- .../models/HyperModelWeightsRenderer.java | 4 +- .../models/HyperplaneModelRenderer.java | 4 +- .../ImprovedNeuralNetModelRenderer.java | 4 +- .../models/KernelModelPlotRenderer.java | 4 +- .../KernelModelSupportVectorRenderer.java | 4 +- .../models/KernelModelWeightsRenderer.java | 4 +- .../LinearRegressionModelTableRenderer.java | 4 +- ...PolynomialRegressionModelPlotRenderer.java | 4 +- ...olynomialRegressionModelTableRenderer.java | 4 +- .../renderer/models/MetaModelRenderer.java | 4 +- .../models/NeuralNetGraphRenderer.java | 4 +- .../gui/renderer/models/RuleSetRenderer.java | 4 +- .../SVDModelCumulativePlotRenderer.java | 4 +- .../models/SVDModelValueRenderer.java | 4 +- .../models/SVDModelVectorRenderer.java | 4 +- .../models/SimpleNeuralNetGraphRenderer.java | 4 +- .../models/TreeModelGraphRenderer.java | 4 +- .../AnovaCalculatorViewerRenderer.java | 4 +- .../performance/AreaUnderCurveRenderer.java | 4 +- ...naryClassificationPerformanceRenderer.java | 4 +- ...ultiClassificationPerformanceRenderer.java | 4 +- .../PerformanceVectorRenderer.java | 4 +- .../performance/ROCComparisonRenderer.java | 4 +- .../TTestSignificanceTestRenderer.java | 4 +- ...WeightedMultiClassPerformanceRenderer.java | 4 +- .../similarity/SimilarityGraphRenderer.java | 4 +- .../SimilarityHistogramRenderer.java | 4 +- .../SimilarityKDistanceRenderer.java | 4 +- .../similarity/SimilarityTableRenderer.java | 4 +- .../visualization/AnovaMatrixRenderer.java | 4 +- .../visualization/LiftChartRenderer.java | 4 +- .../SOMModelVisualizationRenderer.java | 4 +- .../TransitionGraphRenderer.java | 4 +- .../weights/AttributeWeightsPlotRenderer.java | 4 +- .../AttributeWeightsTableRenderer.java | 4 +- src/com/rapidminer/gui/safemode/SafeMode.java | 4 +- .../gui/safemode/SafeModeDialog.java | 4 +- .../gui/security/CredentialsTableModel.java | 4 +- .../gui/security/PasswordManager.java | 4 +- .../gui/security/UserCredential.java | 4 +- src/com/rapidminer/gui/security/Wallet.java | 4 +- .../gui/templates/BuildingBlock.java | 4 +- .../gui/templates/BuildingBlockDialog.java | 4 +- .../templates/ManageBuildingBlocksDialog.java | 4 +- .../gui/templates/ManageTemplatesDialog.java | 4 +- .../gui/templates/NewBuildingBlockDialog.java | 4 +- .../gui/templates/NewBuildingBlockMenu.java | 4 +- .../gui/templates/OperatorParameterPair.java | 4 +- .../templates/SaveAsBuildingBlockDialog.java | 4 +- .../gui/templates/SaveAsTemplateDialog.java | 4 +- .../rapidminer/gui/templates/Template.java | 4 +- .../gui/templates/TemplatesDialog.java | 4 +- src/com/rapidminer/gui/tools/ArrowButton.java | 4 +- .../gui/tools/AutoCompletionComboBox.java | 4 +- .../rapidminer/gui/tools/CamelCaseFilter.java | 4 +- .../gui/tools/CellColorProvider.java | 4 +- .../tools/CellColorProviderAlternating.java | 4 +- .../gui/tools/CellColorProviderScaled.java | 4 +- .../gui/tools/CellColorProviderWhite.java | 4 +- .../gui/tools/CellColorProviderYellow.java | 4 +- .../rapidminer/gui/tools/CharTextField.java | 4 +- .../gui/tools/ColoredJTextPane.java | 4 +- .../gui/tools/ColoredTableCellRenderer.java | 4 +- .../gui/tools/ComponentPrinter.java | 4 +- .../gui/tools/DefaultFrameIconProvider.java | 4 +- .../gui/tools/EditBlockingProgressThread.java | 4 +- .../gui/tools/ExtendedCheckTree.java | 4 +- .../tools/ExtendedCheckTreeCellRenderer.java | 4 +- ...xtendedCheckTreeMouseSelectionManager.java | 4 +- .../ExtendedCheckTreeSelectionModel.java | 4 +- .../gui/tools/ExtendedFixedColumnJTable.java | 4 +- .../gui/tools/ExtendedHTMLEditorKit.java | 4 +- .../gui/tools/ExtendedHTMLJEditorPane.java | 4 +- .../gui/tools/ExtendedJComboBox.java | 4 +- .../gui/tools/ExtendedJFileChooser.java | 4 +- .../rapidminer/gui/tools/ExtendedJList.java | 4 +- .../gui/tools/ExtendedJScrollPane.java | 4 +- .../rapidminer/gui/tools/ExtendedJSlider.java | 4 +- .../gui/tools/ExtendedJSliderToolTips.java | 4 +- .../gui/tools/ExtendedJTabbedPane.java | 4 +- .../rapidminer/gui/tools/ExtendedJTable.java | 4 +- .../ExtendedJTableColumnFitMouseListener.java | 4 +- .../gui/tools/ExtendedJTablePacker.java | 4 +- .../gui/tools/ExtendedJTableSorterModel.java | 4 +- .../gui/tools/ExtendedJTextField.java | 4 +- .../gui/tools/ExtendedJToolBar.java | 4 +- .../gui/tools/ExtendedListCellRenderer.java | 4 +- .../gui/tools/ExtendedListModel.java | 4 +- .../gui/tools/ExtendedTriStateCheckBox.java | 4 +- .../rapidminer/gui/tools/FilterListener.java | 4 +- .../rapidminer/gui/tools/FilterTextField.java | 4 +- .../gui/tools/FilterableListModel.java | 4 +- .../gui/tools/FrameIconProvider.java | 4 +- src/com/rapidminer/gui/tools/HTMLEditor.java | 4 +- src/com/rapidminer/gui/tools/IconSize.java | 4 +- src/com/rapidminer/gui/tools/ImagePanel.java | 4 +- .../rapidminer/gui/tools/ImageTextPanel.java | 4 +- .../rapidminer/gui/tools/JDBCDriverTable.java | 4 +- .../gui/tools/JDBCDriverTableModel.java | 4 +- .../gui/tools/JDelayedCalculationPanel.java | 4 +- .../gui/tools/JRadioSelectionPanel.java | 4 +- src/com/rapidminer/gui/tools/JavaEditor.java | 4 +- .../rapidminer/gui/tools/LeanFormatter.java | 4 +- .../gui/tools/LoggingLevelMenu.java | 4 +- .../rapidminer/gui/tools/LoggingViewer.java | 4 +- .../rapidminer/gui/tools/OperatorList.java | 4 +- .../gui/tools/OperatorListCellRenderer.java | 4 +- .../gui/tools/ParentButtonModel.java | 4 +- .../gui/tools/ParentButtonPanel.java | 4 +- .../rapidminer/gui/tools/PasswordDialog.java | 5 +- .../rapidminer/gui/tools/PlainTextEditor.java | 4 +- .../rapidminer/gui/tools/PrintingTools.java | 4 +- .../rapidminer/gui/tools/ProgressDialog.java | 4 +- .../rapidminer/gui/tools/ProgressDisplay.java | 4 +- .../rapidminer/gui/tools/ProgressMonitor.java | 4 +- .../rapidminer/gui/tools/ProgressThread.java | 4 +- .../gui/tools/ProgressThreadDialog.java | 4 +- .../gui/tools/ProgressThreadListener.java | 4 +- .../tools/ProgressThreadStoppedException.java | 4 +- .../rapidminer/gui/tools/ProgressUtils.java | 4 +- .../rapidminer/gui/tools/RadioCardPanel.java | 4 +- .../gui/tools/RepositoryEntryTextField.java | 4 +- .../gui/tools/RepositoryGuiTools.java | 4 +- .../rapidminer/gui/tools/ResourceAction.java | 4 +- .../gui/tools/ResourceActionAdapter.java | 4 +- .../gui/tools/ResourceActionTransmitter.java | 4 +- .../rapidminer/gui/tools/ResourceDockKey.java | 4 +- .../rapidminer/gui/tools/ResourceLabel.java | 4 +- .../rapidminer/gui/tools/ResourceMenu.java | 4 +- .../gui/tools/ResourceTabbedPane.java | 4 +- src/com/rapidminer/gui/tools/SQLEditor.java | 4 +- .../tools/SelectionNavigationListener.java | 4 +- .../gui/tools/SimpleFileFilter.java | 4 +- .../rapidminer/gui/tools/SplashScreen.java | 38 +- src/com/rapidminer/gui/tools/StatusBar.java | 5 +- src/com/rapidminer/gui/tools/SwingTools.java | 10 +- .../rapidminer/gui/tools/SystemMonitor.java | 4 +- src/com/rapidminer/gui/tools/TextPanel.java | 4 +- .../gui/tools/TipOfTheDayProvider.java | 4 +- src/com/rapidminer/gui/tools/UpdateQueue.java | 4 +- .../rapidminer/gui/tools/VersionNumber.java | 4 +- src/com/rapidminer/gui/tools/ViewToolBar.java | 4 +- .../rapidminer/gui/tools/WelcomeScreen.java | 7 +- src/com/rapidminer/gui/tools/XMLEditor.java | 4 +- .../actions/AddToSortingColumnsAction.java | 4 +- .../gui/tools/actions/ClearMessageAction.java | 4 +- .../actions/EqualColumnWidthsAction.java | 4 +- .../actions/FitAllColumnWidthsAction.java | 4 +- .../tools/actions/FitColumnWidthAction.java | 4 +- .../tools/actions/LoggingSearchAction.java | 4 +- .../RestoreOriginalColumnOrderAction.java | 4 +- .../gui/tools/actions/SaveLogFileAction.java | 4 +- .../gui/tools/actions/SelectColumnAction.java | 4 +- .../gui/tools/actions/SelectRowAction.java | 4 +- .../actions/SelectionDependentAction.java | 4 +- .../gui/tools/actions/SortByColumnAction.java | 4 +- .../SortColumnsAccordingToNameAction.java | 4 +- .../AutoCompleteComboBoxAddition.java | 4 +- .../gui/tools/components/BubbleToButton.java | 5 +- .../tools/components/BubbleToDockable.java | 4 +- .../tools/components/BubbleToOperator.java | 4 +- .../gui/tools/components/BubbleWindow.java | 5 +- .../tools/components/ButtonBarCardPanel.java | 4 +- .../gui/tools/components/ColorIcon.java | 4 +- .../components/ColorSelectionButton.java | 4 +- .../components/ColorSelectionListener.java | 4 +- .../gui/tools/components/DropDownButton.java | 4 +- .../gui/tools/components/FixedWidthLabel.java | 4 +- .../gui/tools/components/LinkButton.java | 4 +- .../components/PlainArrowDropDownButton.java | 4 +- .../components/ToggleDropDownButton.java | 4 +- .../gui/tools/components/ToolTipWindow.java | 4 +- .../gui/tools/dialogs/AboutBox.java | 14 +- .../gui/tools/dialogs/ButtonDialog.java | 4 +- .../gui/tools/dialogs/ConfirmDialog.java | 4 +- .../gui/tools/dialogs/DataImportDialog.java | 4 +- .../DatabaseAdvancedConnectionDialog.java | 4 +- .../dialogs/DatabaseConnectionDialog.java | 4 +- .../DecisionRememberingConfirmDialog.java | 4 +- .../gui/tools/dialogs/ErrorDialog.java | 4 +- .../tools/dialogs/ExtendedErrorDialog.java | 4 +- .../gui/tools/dialogs/InputDialog.java | 4 +- .../gui/tools/dialogs/LongMessageDialog.java | 4 +- .../ManageDatabaseConnectionsDialog.java | 4 +- .../dialogs/ManageDatabaseDriversDialog.java | 4 +- .../gui/tools/dialogs/MessageDialog.java | 4 +- .../gui/tools/dialogs/MultiConfirmDialog.java | 4 +- .../gui/tools/dialogs/MultiPageDialog.java | 4 +- .../dialogs/RepositoryEntryInputDialog.java | 4 +- .../gui/tools/dialogs/ResultViewDialog.java | 4 +- .../gui/tools/dialogs/SQLQueryBuilder.java | 4 +- .../tools/dialogs/SelectionInputDialog.java | 4 +- .../gui/tools/dialogs/SetParameterDialog.java | 4 +- .../tools/dialogs/wizards/AbstractWizard.java | 4 +- .../gui/tools/dialogs/wizards/WizardStep.java | 4 +- .../AttributeSelectionWizardStep.java | 4 +- .../wizards/dataimport/BlobImportWizard.java | 4 +- .../wizards/dataimport/DataEditor.java | 4 +- .../wizards/dataimport/DataImportWizard.java | 4 +- .../dataimport/DatabaseImportWizard.java | 4 +- .../dataimport/FileSelectionWizardStep.java | 4 +- .../dataimport/MetaDataDeclarationEditor.java | 4 +- .../MetaDataDeclerationWizardStep.java | 4 +- ...RepositoryLocationSelectionWizardStep.java | 4 +- .../dataimport/access/AccessImportWizard.java | 4 +- .../wizards/dataimport/csv/CSVFileReader.java | 4 +- .../dataimport/csv/CSVImportWizard.java | 4 +- .../wizards/dataimport/csv/DataEvaluator.java | 4 +- .../wizards/dataimport/csv/LineReader.java | 4 +- .../dataimport/csv/ParseFileWizardStep.java | 4 +- .../csv/ParseValueTypesWizardStep.java | 4 +- .../excel/AnnotationCellEditor.java | 4 +- .../dataimport/excel/ExcelImportWizard.java | 4 +- .../dataimport/excel/ExcelTableModel.java | 4 +- .../dataimport/excel/ExcelWorkbookPane.java | 4 +- .../tools/syntax/BatchFileTokenMarker.java | 4 +- .../gui/tools/syntax/CCTokenMarker.java | 4 +- .../gui/tools/syntax/CTokenMarker.java | 4 +- .../gui/tools/syntax/DefaultInputHandler.java | 4 +- .../gui/tools/syntax/HTMLTokenMarker.java | 4 +- .../gui/tools/syntax/InputHandler.java | 4 +- .../gui/tools/syntax/JEditTextArea.java | 4 +- .../tools/syntax/JavaScriptTokenMarker.java | 4 +- .../gui/tools/syntax/JavaTokenMarker.java | 4 +- .../gui/tools/syntax/KeywordMap.java | 4 +- .../gui/tools/syntax/MakefileTokenMarker.java | 4 +- .../gui/tools/syntax/PHPTokenMarker.java | 4 +- .../gui/tools/syntax/PatchTokenMarker.java | 4 +- .../gui/tools/syntax/PerlTokenMarker.java | 4 +- .../gui/tools/syntax/PropsTokenMarker.java | 4 +- .../gui/tools/syntax/PythonTokenMarker.java | 4 +- .../gui/tools/syntax/SQLTokenMarker.java | 4 +- .../tools/syntax/ShellScriptTokenMarker.java | 4 +- .../gui/tools/syntax/SyntaxDocument.java | 4 +- .../gui/tools/syntax/SyntaxStyle.java | 4 +- .../gui/tools/syntax/SyntaxUtilities.java | 4 +- .../gui/tools/syntax/TSQLTokenMarker.java | 4 +- .../gui/tools/syntax/TeXTokenMarker.java | 4 +- .../gui/tools/syntax/TextAreaDefaults.java | 4 +- .../gui/tools/syntax/TextAreaPainter.java | 4 +- .../gui/tools/syntax/TextUtilities.java | 4 +- .../rapidminer/gui/tools/syntax/Token.java | 4 +- .../gui/tools/syntax/TokenMarker.java | 4 +- .../gui/tools/syntax/XMLTokenMarker.java | 4 +- .../gui/tools/table/EditableHeaderJTable.java | 4 +- .../gui/tools/table/EditableTableHeader.java | 4 +- .../table/EditableTableHeaderColumn.java | 4 +- .../tools/table/EditableTableHeaderUI.java | 4 +- .../gui/tour/AddBreakpointStep.java | 4 +- .../rapidminer/gui/tour/AddOperatorStep.java | 4 +- .../gui/tour/ChangeParameterStep.java | 4 +- src/com/rapidminer/gui/tour/FinalStep.java | 4 +- .../rapidminer/gui/tour/IntroductoryTour.java | 4 +- .../rapidminer/gui/tour/NotOnScreenStep.java | 4 +- .../rapidminer/gui/tour/NotViewableStep.java | 4 +- .../rapidminer/gui/tour/OpenProcessStep.java | 4 +- .../gui/tour/OpenSubprocessStep.java | 5 +- .../rapidminer/gui/tour/PerspectivesStep.java | 4 +- .../rapidminer/gui/tour/RapidMinerTour.java | 4 +- .../gui/tour/RemoveBreakpointStep.java | 4 +- .../gui/tour/RemoveOperatorStep.java | 4 +- .../gui/tour/RenameOperatorStep.java | 4 +- .../gui/tour/ResumeFromBreakpointStep.java | 4 +- .../rapidminer/gui/tour/SaveProcessStep.java | 4 +- src/com/rapidminer/gui/tour/SimpleStep.java | 4 +- src/com/rapidminer/gui/tour/Step.java | 4 +- src/com/rapidminer/gui/tour/TourChooser.java | 5 +- src/com/rapidminer/gui/tour/TourManager.java | 4 +- .../tour/TourPropertiesChangedListener.java | 4 +- src/com/rapidminer/gui/tour/TourState.java | 4 +- .../gui/viewer/ANOVAMatrixViewer.java | 4 +- .../gui/viewer/ANOVAMatrixViewerTable.java | 4 +- .../viewer/ANOVAMatrixViewerTableModel.java | 4 +- .../gui/viewer/AnovaCalculatorViewer.java | 4 +- .../gui/viewer/AssociationRuleFilter.java | 4 +- .../viewer/AssociationRuleFilterListener.java | 4 +- .../gui/viewer/AssociationRuleTableModel.java | 4 +- .../viewer/AssociationRuleTableViewer.java | 4 +- .../gui/viewer/AverageVectorViewer.java | 4 +- .../gui/viewer/ClusterTreeVisualization.java | 4 +- .../gui/viewer/ConfusionMatrixViewer.java | 4 +- .../viewer/ConfusionMatrixViewerTable.java | 4 +- .../ConfusionMatrixViewerTableModel.java | 4 +- .../gui/viewer/DataTableColumnEditTable.java | 4 +- .../viewer/DataTableColumnEditTableModel.java | 4 +- .../gui/viewer/DataTableViewer.java | 4 +- .../gui/viewer/DataTableViewerTable.java | 4 +- .../gui/viewer/DataTableViewerTableModel.java | 4 +- src/com/rapidminer/gui/viewer/DataViewer.java | 4 +- .../gui/viewer/DataViewerTable.java | 4 +- .../gui/viewer/DataViewerTableModel.java | 4 +- .../gui/viewer/DendrogramPlotter.java | 4 +- .../viewer/FrequentItemSetVisualization.java | 4 +- .../viewer/FrequentItemSetsTableModel.java | 4 +- .../rapidminer/gui/viewer/MetaDataViewer.java | 4 +- .../gui/viewer/MetaDataViewerTable.java | 4 +- .../gui/viewer/MetaDataViewerTableModel.java | 4 +- .../NumericalMatrixViewerTableModel.java | 4 +- .../gui/viewer/PerformanceVectorViewer.java | 4 +- .../gui/viewer/ROCChartPlotter.java | 4 +- src/com/rapidminer/gui/viewer/ROCViewer.java | 4 +- .../gui/viewer/RuleSetTableModel.java | 4 +- .../SimilarityKDistanceVisualization.java | 4 +- .../gui/viewer/SimilarityTable.java | 4 +- .../gui/viewer/SimilarityTableModel.java | 4 +- .../gui/viewer/SimilarityVisualization.java | 4 +- .../CollectionTreeCellRenderer.java | 4 +- .../collection/CollectionTreeModel.java | 4 +- .../viewer/collection/CollectionViewer.java | 4 +- .../wizards/AbstractConfigurationWizard.java | 4 +- .../AbstractConfigurationWizardCreator.java | 4 +- .../gui/wizards/ConfigurationListener.java | 4 +- .../wizards/ConfigurationWizardCreator.java | 4 +- .../ExampleSourceConfigurationWizard.java | 4 +- ...ConfigurationWizardAttributeTypeTable.java | 4 +- ...ampleSourceConfigurationWizardCreator.java | 4 +- ...pleSourceConfigurationWizardDataTable.java | 4 +- ...urceConfigurationWizardValueTypeTable.java | 4 +- .../gui/wizards/PreviewCreator.java | 4 +- .../gui/wizards/PreviewListener.java | 4 +- src/com/rapidminer/io/Base64.java | 4 +- .../io/process/ProcessXMLFilter.java | 4 +- .../io/process/ProcessXMLFilterRegistry.java | 4 +- .../io/process/XMLErrorHandler.java | 4 +- .../rapidminer/io/process/XMLExporter.java | 4 +- .../rapidminer/io/process/XMLImporter.java | 4 +- src/com/rapidminer/io/process/XMLTools.java | 4 +- .../conditions/ParameterEqualsCondition.java | 4 +- .../ParameterUnequalsCondition.java | 4 +- .../conditions/ParseRuleCondition.java | 4 +- .../rules/AbstractConditionedParseRule.java | 4 +- .../rules/AbstractGenericParseRule.java | 4 +- .../io/process/rules/AbstractParseRule.java | 4 +- .../rules/ChangeParameterValueRule.java | 4 +- .../rules/DeleteAfterAutoWireRule.java | 4 +- .../DeleteUnnecessaryOperatorChainRule.java | 4 +- .../rules/ExcelCellAddressParseRule.java | 4 +- .../rules/ExchangeSubprocessesRule.java | 4 +- .../rules/OperatorEnablerRepairRule.java | 4 +- .../io/process/rules/ParseRule.java | 4 +- .../rules/PassthroughShortcutRule.java | 4 +- .../rules/RenamePlotterParametersRule.java | 4 +- .../rules/ReplaceIOContainerWriter.java | 4 +- .../rules/ReplaceIOMultiplierRule.java | 4 +- .../io/process/rules/ReplaceOperatorRule.java | 4 +- .../process/rules/ReplaceParameterRule.java | 4 +- .../io/process/rules/SetParameterRule.java | 4 +- .../io/process/rules/SetRoleByNameRule.java | 4 +- .../process/rules/SwitchListEntriesRule.java | 4 +- .../io/process/rules/WireAllOperators.java | 4 +- .../AbstractExampleSetProcessing.java | 4 +- .../rapidminer/operator/AbstractIOObject.java | 4 +- .../rapidminer/operator/AbstractModel.java | 4 +- src/com/rapidminer/operator/AddListener.java | 4 +- src/com/rapidminer/operator/Annotations.java | 4 +- .../operator/CommandLineOperator.java | 4 +- .../operator/DataMacroDefinitionOperator.java | 4 +- src/com/rapidminer/operator/DebugMode.java | 4 +- .../operator/DefaultIODescription.java | 4 +- .../rapidminer/operator/DummyOperator.java | 4 +- .../operator/EnabledOperatorView.java | 4 +- .../rapidminer/operator/ExecutionMode.java | 4 +- .../rapidminer/operator/ExecutionUnit.java | 4 +- .../rapidminer/operator/FileEchoOperator.java | 4 +- src/com/rapidminer/operator/GroupedModel.java | 4 +- .../operator/IOConsumeOperator.java | 4 +- src/com/rapidminer/operator/IOContainer.java | 4 +- .../rapidminer/operator/IODescription.java | 4 +- src/com/rapidminer/operator/IOMerger.java | 4 +- src/com/rapidminer/operator/IOMultiplier.java | 4 +- .../operator/IOMultiplyOperator.java | 4 +- src/com/rapidminer/operator/IOObject.java | 4 +- .../operator/IOObjectCollection.java | 4 +- .../operator/IOObjectConverter.java | 4 +- .../operator/IORetrievalOperator.java | 4 +- .../rapidminer/operator/IOSelectOperator.java | 4 +- .../operator/IOStorageOperator.java | 4 +- .../operator/IllegalInputException.java | 4 +- ...llegalNumberOfInnerOperatorsException.java | 4 +- .../rapidminer/operator/InputDescription.java | 4 +- .../rapidminer/operator/ListDescription.java | 4 +- .../operator/MacroConstructionOperator.java | 4 +- .../operator/MacroDefinitionOperator.java | 4 +- .../operator/MailNotSentException.java | 4 +- .../rapidminer/operator/MemoryCleanUp.java | 4 +- .../operator/MissingIOObjectException.java | 4 +- src/com/rapidminer/operator/Model.java | 4 +- src/com/rapidminer/operator/ModelApplier.java | 4 +- src/com/rapidminer/operator/ModelGrouper.java | 4 +- .../rapidminer/operator/ModelUngrouper.java | 4 +- src/com/rapidminer/operator/ModelUpdater.java | 4 +- src/com/rapidminer/operator/Operator.java | 5 +- .../operator/OperatorCapability.java | 4 +- .../rapidminer/operator/OperatorChain.java | 4 +- .../operator/OperatorCreationException.java | 4 +- .../operator/OperatorDescription.java | 4 +- .../operator/OperatorException.java | 4 +- .../rapidminer/operator/OperatorVersion.java | 4 +- .../operator/ProcessRootOperator.java | 4 +- .../operator/ProcessSetupError.java | 4 +- .../operator/ProcessStoppedException.java | 4 +- src/com/rapidminer/operator/ResultObject.java | 4 +- .../operator/ResultObjectAdapter.java | 4 +- src/com/rapidminer/operator/SQLExecution.java | 4 +- .../operator/ScriptingOperator.java | 4 +- .../operator/SimpleOperatorChain.java | 4 +- .../operator/SimpleProcessSetupError.java | 4 +- .../operator/SimpleResultObject.java | 4 +- .../SingleMacroDefinitionOperator.java | 4 +- .../operator/UnknownParameterInformation.java | 4 +- src/com/rapidminer/operator/UserError.java | 4 +- src/com/rapidminer/operator/Value.java | 4 +- src/com/rapidminer/operator/ValueDouble.java | 4 +- .../rapidminer/operator/ValueInterface.java | 4 +- src/com/rapidminer/operator/ValueString.java | 4 +- src/com/rapidminer/operator/ViewModel.java | 4 +- .../WrongNumberOfInnerOperatorsException.java | 4 +- ...xampleSetResourceConsumptionEstimator.java | 4 +- ...xampleSetResourceConsumptionEstimator.java | 4 +- .../annotation/PolynomialFunction.java | 4 +- .../operator/annotation/ResourceConsumer.java | 4 +- .../ResourceConsumptionEstimator.java | 4 +- .../associations/AssociationRulesApplier.java | 4 +- .../operator/clustering/Centroid.java | 4 +- .../clustering/CentroidClusterModel.java | 4 +- .../operator/clustering/Cluster.java | 4 +- .../operator/clustering/ClusterModel.java | 4 +- .../clustering/ClusterModel2ExampleSet.java | 4 +- .../clustering/ClusterModelInterface.java | 4 +- .../clustering/ClusterToPrediction.java | 4 +- .../DendogramHierarchicalClusterModel.java | 4 +- .../clustering/ExtractClusterPrototypes.java | 4 +- .../clustering/FlatFuzzyClusterModel.java | 4 +- .../clustering/FlattenClusterModel.java | 4 +- .../HierarchicalClusterLeafNode.java | 4 +- .../clustering/HierarchicalClusterModel.java | 4 +- .../clustering/HierarchicalClusterNode.java | 4 +- .../clusterer/AbstractClusterer.java | 4 +- .../clusterer/AbstractLinkageMethod.java | 4 +- .../clustering/clusterer/Agglomeration.java | 4 +- .../clusterer/AgglomerativeClustering.java | 4 +- .../clusterer/AverageLinkageMethod.java | 4 +- .../clusterer/CompleteLinkageMethod.java | 4 +- .../operator/clustering/clusterer/DBScan.java | 4 +- .../clustering/clusterer/DistanceMatrix.java | 4 +- .../clusterer/ExampleSet2ClusterModel.java | 4 +- .../clustering/clusterer/FastKMeans.java | 4 +- .../operator/clustering/clusterer/KMeans.java | 4 +- .../clustering/clusterer/KMedoids.java | 4 +- .../clustering/clusterer/KernelKMeans.java | 4 +- .../clusterer/RMAbstractClusterer.java | 4 +- .../clusterer/RandomClustering.java | 4 +- .../clustering/clusterer/SVCExampleSet.java | 4 +- .../clustering/clusterer/SVClustering.java | 4 +- .../clusterer/SVClusteringAlgorithm.java | 4 +- .../clusterer/SingleLinkageMethod.java | 4 +- .../clusterer/TopDownClustering.java | 4 +- .../operator/clustering/clusterer/XMeans.java | 4 +- .../clusterer/soft/EMClusterer.java | 5 +- .../CollectionIterationOperator.java | 4 +- .../collections/CollectionOperator.java | 4 +- .../collections/SelectionOperator.java | 4 +- .../operator/collections/UnfoldOperator.java | 4 +- .../condition/AllInnerOperatorCondition.java | 4 +- .../CombinedInnerOperatorCondition.java | 4 +- .../FirstInnerOperatorCondition.java | 4 +- .../condition/InnerOperatorCondition.java | 4 +- .../condition/LastInnerOperatorCondition.java | 4 +- .../SimpleChainInnerOperatorCondition.java | 4 +- .../SpecificInnerOperatorCondition.java | 4 +- .../execution/SimpleUnitExecutionFactory.java | 4 +- .../execution/SimpleUnitExecutor.java | 4 +- .../execution/UnitExecutionFactory.java | 4 +- .../operator/execution/UnitExecutor.java | 4 +- .../features/AbstractFeatureProcessing.java | 4 +- .../features/AttributeWeightsApplier.java | 4 +- .../operator/features/FeatureOperator.java | 4 +- .../operator/features/Individual.java | 4 +- .../operator/features/IndividualOperator.java | 4 +- .../operator/features/KeepBest.java | 4 +- .../operator/features/Population.java | 4 +- .../features/PopulationEvaluator.java | 4 +- .../operator/features/PopulationOperator.java | 4 +- .../operator/features/PopulationPlotter.java | 4 +- .../operator/features/RedundanceRemoval.java | 4 +- .../features/SimplePopulationEvaluator.java | 4 +- .../aggregation/AggregationCrossover.java | 4 +- .../aggregation/AggregationIndividual.java | 4 +- .../aggregation/AggregationMutation.java | 4 +- ...gregationNonDominatedSortingSelection.java | 4 +- .../AggregationPopulationPlotter.java | 4 +- .../aggregation/AggregationSelection.java | 4 +- .../AggregationTournamentSelection.java | 4 +- .../EvolutionaryFeatureAggregation.java | 4 +- .../operator/features/construction/AGA.java | 4 +- .../AbstractFeatureConstruction.java | 4 +- .../AbstractGeneratingGeneticAlgorithm.java | 6 +- .../AttributeAggregationOperator.java | 4 +- .../construction/AttributeConstruction.java | 5 +- .../construction/AttributeGenerator.java | 4 +- .../CompleteFeatureGenerationOperator.java | 4 +- .../ConditionedFeatureGeneration.java | 4 +- .../construction/ConstantGeneration.java | 4 +- .../features/construction/DirectedGGA.java | 6 +- .../DirectedGeneratingMutation.java | 4 +- .../EquivalentAttributeRemoval.java | 4 +- .../ExampleSetBasedFeatureOperator.java | 4 +- .../ExampleSetBasedIndividual.java | 4 +- .../ExampleSetBasedIndividualOperator.java | 4 +- .../ExampleSetBasedPopulation.java | 4 +- .../ExampleSetBasedPopulationOperator.java | 4 +- .../ExampleSetBasedSelectionCrossover.java | 4 +- .../ExampleSetBasedSelectionMutation.java | 4 +- .../ExampleSetBasedTournamentSelection.java | 4 +- .../FeatureGenerationOperator.java | 4 +- .../features/construction/FourierGGA.java | 6 +- .../FourierGeneratingMutation.java | 4 +- .../construction/FourierGenerator.java | 4 +- .../GaussFeatureConstructionOperator.java | 4 +- .../GeneratingGeneticAlgorithm.java | 6 +- .../construction/GeneratingMutation.java | 4 +- .../LinearCombinationOperator.java | 4 +- .../ProductGenerationOperator.java | 4 +- .../construction/RemoveUselessAttributes.java | 4 +- .../construction/UnbalancedCrossover.java | 4 +- .../operator/features/construction/YAGGA.java | 6 +- .../features/construction/YAGGA2.java | 4 +- .../selection/AbstractFeatureSelection.java | 4 +- .../selection/AbstractGeneticAlgorithm.java | 4 +- .../selection/AttributeWeightSelection.java | 4 +- .../BackwardAttributeEliminationOperator.java | 4 +- .../selection/BackwardElimination.java | 4 +- .../features/selection/BestSelection.java | 4 +- .../selection/BoltzmannSelection.java | 4 +- .../selection/BruteForceSelection.java | 4 +- .../features/selection/CutSelection.java | 4 +- .../selection/FeatureSelectionOperator.java | 4 +- .../ForwardAttributeSelectionOperator.java | 4 +- .../features/selection/ForwardSelection.java | 4 +- .../selection/ForwardSelectionOperator.java | 4 +- .../features/selection/GeneticAlgorithm.java | 4 +- .../selection/IterativeFeatureAdding.java | 4 +- .../NonDominatedSortingSelection.java | 4 +- .../features/selection/RandomSelection.java | 4 +- .../features/selection/RankSelection.java | 4 +- .../selection/RemoveCorrelatedFeatures.java | 4 +- .../selection/RemoveUselessFeatures.java | 4 +- .../features/selection/RouletteWheel.java | 4 +- .../selection/SaveIntermediateWeights.java | 4 +- .../selection/SelectionCrossover.java | 4 +- .../features/selection/SelectionMutation.java | 4 +- .../StochasticUniversalSampling.java | 4 +- .../selection/SwitchingForwardSelection.java | 4 +- .../selection/TournamentSelection.java | 4 +- .../features/selection/UniformSelection.java | 4 +- .../WeightGuidedSelectionOperator.java | 4 +- .../AbstractEigenvectorModel.java | 4 +- .../AbstractFeatureTransformation.java | 4 +- .../transformation/ComponentVector.java | 4 +- .../ComponentWeightsCreatable.java | 4 +- .../transformation/DimensionalityReducer.java | 4 +- .../DimensionalityReducerModel.java | 4 +- .../features/transformation/Eigenvector.java | 4 +- .../features/transformation/FastICA.java | 4 +- .../features/transformation/FastICAModel.java | 4 +- .../transformation/FourierTransform.java | 4 +- .../operator/features/transformation/GHA.java | 4 +- .../features/transformation/GHAModel.java | 4 +- .../JamaDimensionalityReduction.java | 4 +- .../features/transformation/KernelPCA.java | 4 +- .../transformation/KernelPCAModel.java | 4 +- .../operator/features/transformation/PCA.java | 13 +- .../features/transformation/PCAModel.java | 5 +- .../SOMDimensionalityReduction.java | 4 +- .../SOMDimensionalityReductionModel.java | 4 +- .../features/transformation/SVDModel.java | 4 +- .../features/transformation/SVDReduction.java | 4 +- .../features/transformation/WeightVector.java | 4 +- .../weighting/AbstractEntropyWeighting.java | 4 +- .../features/weighting/AbstractWeighting.java | 4 +- .../AttributeWeights2ExampleSet.java | 4 +- .../features/weighting/BackwardWeighting.java | 4 +- .../weighting/ChiSquaredWeighting.java | 4 +- .../features/weighting/ComponentWeights.java | 4 +- .../CorpusBasedFeatureWeighting.java | 4 +- .../weighting/CorrelationWeighting.java | 4 +- .../weighting/EvolutionaryWeighting.java | 4 +- .../ExampleSet2AttributeWeights.java | 4 +- .../features/weighting/FeatureWeighting.java | 4 +- .../weighting/ForestBasedWeighting.java | 4 +- .../features/weighting/ForwardWeighting.java | 4 +- .../features/weighting/GiniWeighting.java | 4 +- .../weighting/InfoGainRatioWeighting.java | 4 +- .../features/weighting/InfoGainWeighting.java | 4 +- .../InteractiveAttributeWeighting.java | 4 +- .../weighting/NameBasedWeighting.java | 4 +- .../weighting/OneRErrorWeighting.java | 4 +- .../features/weighting/PCAWeighting.java | 4 +- .../features/weighting/PSOWeighting.java | 4 +- .../ProcessLog2AttributeWeights.java | 4 +- .../features/weighting/ReliefWeighting.java | 4 +- .../features/weighting/SVMWeighting.java | 4 +- .../features/weighting/SimpleWeighting.java | 4 +- .../weighting/StandardDeviationWeighting.java | 4 +- .../SymmetricalUncertaintyOperator.java | 4 +- .../features/weighting/VarianceAdaption.java | 4 +- .../features/weighting/WeightingMutation.java | 4 +- .../operator/filesystem/CopyFileOperator.java | 4 +- .../filesystem/CreateDirectoryOperator.java | 4 +- .../filesystem/DeleteFileOperator.java | 4 +- .../operator/filesystem/MoveFileOperator.java | 4 +- .../filesystem/RenameFileOperator.java | 4 +- .../CheckerboardClassificationFunction.java | 4 +- .../ChurnReductionExampleSetGenerator.java | 4 +- .../generator/ClassificationFunction.java | 4 +- .../operator/generator/Cluster.java | 4 +- .../operator/generator/ClusterFunction.java | 4 +- .../generator/ComplicatedFunction.java | 4 +- .../generator/ComplicatedFunction2.java | 4 +- .../DirectMailingExampleSetGenerator.java | 4 +- .../rapidminer/operator/generator/Dot.java | 4 +- .../generator/DrillerOscillationFunction.java | 4 +- .../generator/ExampleSetGenerator.java | 4 +- .../operator/generator/GaussianFunction.java | 4 +- .../generator/GaussianMixtureFunction.java | 4 +- .../GlobalAndLocalPatternsFunction.java | 4 +- .../operator/generator/GridFunction.java | 4 +- .../InteractionClassificationFunction.java | 4 +- .../generator/MassiveDataGenerator.java | 4 +- .../MultiClassificationFunction.java | 4 +- .../generator/MultipleLabelGenerator.java | 4 +- .../generator/NominalExampleSetGenerator.java | 4 +- .../operator/generator/NonLinearFunction.java | 4 +- .../generator/OneThirdClassification.java | 4 +- .../OneVariableNonLinearFunction.java | 4 +- .../PolynomialClassificationFunction.java | 4 +- .../generator/PolynomialFunction.java | 4 +- .../QuadraticClassificationFunction.java | 4 +- .../RandomClassificationFunction.java | 4 +- .../RandomDotsClassificationFunction.java | 4 +- .../operator/generator/RandomFunction.java | 4 +- .../generator/RegressionFunction.java | 4 +- .../generator/RingClusteringFunction.java | 4 +- .../generator/SalesExampleSetGenerator.java | 4 +- ...SimpleNonLinearClassificationFunction.java | 4 +- ...implePolynomialClassificationFunction.java | 4 +- .../generator/SimpleSinusFunction.java | 4 +- .../SimpleSuperpositionFunction.java | 4 +- .../operator/generator/SincFunction.java | 4 +- .../SinusClassificationFunction.java | 4 +- .../generator/SinusFrequencyFunction.java | 4 +- .../operator/generator/SinusFunction.java | 4 +- .../generator/SinusWithTrendFunction.java | 4 +- .../generator/SpiralClusteringFunction.java | 4 +- .../generator/SquarePulseFunction.java | 4 +- .../generator/SumClassificationFunction.java | 4 +- .../operator/generator/SumFunction.java | 4 +- .../operator/generator/TargetFunction.java | 4 +- .../TeamProfitExampleSetGenerator.java | 4 +- ...ransactionClustersExampleSetGenerator.java | 4 +- .../generator/TransactionDatasetFunction.java | 4 +- .../TransfersExampleSetGenerator.java | 4 +- .../generator/TriangularFunction.java | 4 +- .../TwoGaussiansClassificationFunction.java | 4 +- .../UpSellingExampleSetGenerator.java | 4 +- .../UserSpecificationDataGenerator.java | 4 +- .../operator/io/AbstractDataReader.java | 4 +- .../operator/io/AbstractExampleSetWriter.java | 4 +- .../operator/io/AbstractExampleSource.java | 4 +- .../operator/io/AbstractModelLoader.java | 4 +- .../operator/io/AbstractReader.java | 4 +- .../operator/io/AbstractStreamWriter.java | 4 +- .../operator/io/AbstractWriter.java | 4 +- .../operator/io/AccessDataReader.java | 4 +- .../operator/io/AccessDataWriter.java | 4 +- .../io/AppendingExampleSetWriter.java | 4 +- .../operator/io/ArffExampleSetWriter.java | 5 +- .../operator/io/ArffExampleSource.java | 4 +- .../io/AttributeConstructionsLoader.java | 4 +- .../io/AttributeConstructionsWriter.java | 4 +- .../operator/io/AttributeWeightsLoader.java | 4 +- .../operator/io/AttributeWeightsWriter.java | 4 +- .../operator/io/BibtexExampleSource.java | 4 +- .../operator/io/BytewiseExampleSource.java | 4 +- .../operator/io/C45ExampleSource.java | 4 +- .../rapidminer/operator/io/CSVDataReader.java | 4 +- .../operator/io/CSVExampleSetWriter.java | 4 +- .../operator/io/CSVExampleSource.java | 4 +- .../io/CachedDatabaseExampleSource.java | 4 +- .../operator/io/ClusterModelReader.java | 4 +- .../operator/io/ClusterModelWriter.java | 4 +- .../operator/io/DBaseExampleSource.java | 4 +- .../operator/io/DasyLabDataReader.java | 4 +- .../operator/io/DatabaseDataReader.java | 377 +----------------- .../io/DatabaseExampleSetUpdater.java | 4 +- .../operator/io/DatabaseExampleSetWriter.java | 4 +- .../operator/io/ExampleSetWriter.java | 4 +- .../rapidminer/operator/io/ExampleSource.java | 4 +- .../operator/io/ExcelExampleSetWriter.java | 4 +- .../operator/io/ExcelExampleSource.java | 4 +- .../operator/io/GNUPlotOperator.java | 4 +- .../operator/io/IOContainerReader.java | 4 +- .../operator/io/IOContainerWriter.java | 4 +- .../operator/io/IOObjectReader.java | 4 +- .../operator/io/IOObjectWriter.java | 4 +- .../operator/io/KDBExampleSource.java | 4 +- .../rapidminer/operator/io/ModelLoader.java | 4 +- .../rapidminer/operator/io/ModelWriter.java | 4 +- .../rapidminer/operator/io/OutputTypes.java | 4 +- .../operator/io/ParameterSetLoader.java | 4 +- .../operator/io/ParameterSetWriter.java | 4 +- .../operator/io/PerformanceLoader.java | 4 +- .../operator/io/PerformanceWriter.java | 4 +- .../operator/io/RepositorySource.java | 4 +- .../operator/io/RepositoryStorer.java | 4 +- .../operator/io/ResultSetExampleSource.java | 4 +- .../rapidminer/operator/io/ResultWriter.java | 4 +- .../operator/io/SPSSExampleSource.java | 4 +- .../operator/io/SimpleExampleSource.java | 4 +- .../io/SparseFormatExampleSource.java | 4 +- .../io/SpecialFormatExampleSetWriter.java | 4 +- .../operator/io/StataExampleSource.java | 4 +- .../operator/io/ThresholdLoader.java | 4 +- .../operator/io/ThresholdWriter.java | 4 +- .../operator/io/URLExampleSource.java | 4 +- .../operator/io/XrffExampleSetWriter.java | 4 +- .../operator/io/XrffExampleSource.java | 4 +- .../operator/learner/AbstractLearner.java | 4 +- .../operator/learner/CapabilityCheck.java | 4 +- .../operator/learner/CapabilityProvider.java | 4 +- .../operator/learner/FormulaProvider.java | 4 +- .../rapidminer/operator/learner/Learner.java | 4 +- .../operator/learner/PredictionModel.java | 4 +- .../learner/SimpleBinaryPredictionModel.java | 4 +- .../learner/SimplePredictionModel.java | 4 +- .../learner/UpdateablePredictionModel.java | 4 +- .../learner/associations/AssociationRule.java | 4 +- .../AssociationRuleGenerator.java | 4 +- .../associations/AssociationRules.java | 4 +- .../associations/BooleanAttributeItem.java | 4 +- .../learner/associations/FrequentItemSet.java | 4 +- .../FrequentItemSetAttributeCreator.java | 4 +- .../FrequentItemSetUnificator.java | 4 +- .../associations/FrequentItemSets.java | 4 +- .../associations/FrequentItemSetsToData.java | 4 +- .../operator/learner/associations/Item.java | 4 +- .../learner/associations/PowerSet.java | 4 +- .../associations/fpgrowth/FPGrowth.java | 4 +- .../learner/associations/fpgrowth/FPTree.java | 4 +- .../associations/fpgrowth/FPTreeNode.java | 4 +- .../associations/fpgrowth/FrequencyStack.java | 4 +- .../learner/associations/fpgrowth/Header.java | 4 +- .../fpgrowth/ListFrequencyStack.java | 4 +- .../gsp/CountingInformations.java | 4 +- .../associations/gsp/DataSequence.java | 4 +- .../learner/associations/gsp/GSPOperator.java | 4 +- .../learner/associations/gsp/GSPSet.java | 4 +- .../associations/gsp/HashTreeInnerNode.java | 4 +- .../associations/gsp/HashTreeLeafNode.java | 4 +- .../associations/gsp/HashTreeNode.java | 4 +- .../associations/gsp/HashTreeRootNode.java | 4 +- .../learner/associations/gsp/Item.java | 4 +- .../learner/associations/gsp/Sequence.java | 4 +- .../learner/associations/gsp/Transaction.java | 4 +- .../associations/gsp/TransactionSet.java | 4 +- .../learner/bayes/DiscriminantModel.java | 4 +- .../learner/bayes/DistributionModel.java | 4 +- .../bayes/KernelDistributionModel.java | 4 +- .../learner/bayes/KernelNaiveBayes.java | 4 +- .../bayes/LinearDiscriminantAnalysis.java | 4 +- .../operator/learner/bayes/NaiveBayes.java | 4 +- .../bayes/QuadraticDiscriminantAnalysis.java | 4 +- .../RegularizedDiscriminantAnalysis.java | 4 +- .../bayes/SimpleDistributionModel.java | 4 +- .../learner/functions/FastLargeMargin.java | 4 +- .../learner/functions/FastMarginModel.java | 4 +- .../learner/functions/HyperplaneModel.java | 4 +- .../functions/LinearRegressionModel.java | 4 +- .../learner/functions/LogisticRegression.java | 4 +- .../functions/LogisticRegressionModel.java | 4 +- .../LogisticRegressionOptimization.java | 4 +- .../learner/functions/Perceptron.java | 4 +- .../functions/PolynomialRegression.java | 4 +- .../functions/PolynomialRegressionModel.java | 4 +- .../SeeminglyUnrelatedRegressionModel.java | 4 +- .../SeeminglyUnrelatedRegressionOperator.java | 4 +- .../functions/VectorLinearRegression.java | 4 +- .../functions/VectorRegressionModel.java | 4 +- .../kernel/AbstractKernelBasedLearner.java | 4 +- .../kernel/AbstractMySVMLearner.java | 4 +- .../functions/kernel/AbstractMySVMModel.java | 4 +- .../learner/functions/kernel/GPLearner.java | 4 +- .../learner/functions/kernel/GPModel.java | 4 +- .../functions/kernel/JMySVMLearner.java | 4 +- .../learner/functions/kernel/JMySVMModel.java | 4 +- .../kernel/KernelLogisticRegression.java | 4 +- .../kernel/KernelLogisticRegressionModel.java | 4 +- .../KernelLogisticRegressionOptimization.java | 4 +- .../learner/functions/kernel/KernelModel.java | 4 +- .../functions/kernel/LibSVMLearner.java | 4 +- .../learner/functions/kernel/LibSVMModel.java | 4 +- .../functions/kernel/LinearMySVMLearner.java | 4 +- .../functions/kernel/LinearMySVMModel.java | 4 +- .../functions/kernel/MyKLRLearner.java | 4 +- .../learner/functions/kernel/MyKLRModel.java | 4 +- .../learner/functions/kernel/RVMLearner.java | 4 +- .../learner/functions/kernel/RVMModel.java | 4 +- .../functions/kernel/SupportVector.java | 4 +- .../evosvm/ClassificationEvoOptimization.java | 4 +- .../ClassificationOptimizationFunction.java | 4 +- .../kernel/evosvm/EvoOptimization.java | 4 +- .../functions/kernel/evosvm/EvoSVM.java | 4 +- .../functions/kernel/evosvm/EvoSVMModel.java | 4 +- .../kernel/evosvm/OptimizationFunction.java | 4 +- .../functions/kernel/evosvm/PSOSVM.java | 4 +- .../kernel/evosvm/PSOSVMOptimization.java | 4 +- .../evosvm/RegressionEvoOptimization.java | 4 +- .../RegressionOptimizationFunction.java | 4 +- .../kernel/gaussianprocess/GPBase.java | 4 +- .../kernel/gaussianprocess/Model.java | 4 +- .../kernel/gaussianprocess/Parameter.java | 4 +- .../kernel/gaussianprocess/Problem.java | 4 +- .../kernel/gaussianprocess/Regression.java | 4 +- .../gaussianprocess/RegressionProblem.java | 4 +- .../kernel/hyperhyper/HyperHyper.java | 4 +- .../kernel/hyperhyper/HyperModel.java | 4 +- .../kernel/jmysvm/examples/SVMExample.java | 4 +- .../kernel/jmysvm/examples/SVMExamples.java | 4 +- .../kernel/jmysvm/kernel/Kernel.java | 4 +- .../kernel/jmysvm/kernel/KernelAnova.java | 4 +- .../kernel/jmysvm/kernel/KernelDot.java | 4 +- .../jmysvm/kernel/KernelEpanechnikov.java | 4 +- .../kernel/KernelGaussianCombination.java | 4 +- .../jmysvm/kernel/KernelMultiquadric.java | 4 +- .../kernel/jmysvm/kernel/KernelNeural.java | 4 +- .../jmysvm/kernel/KernelPolynomial.java | 4 +- .../kernel/jmysvm/kernel/KernelRadial.java | 4 +- .../jmysvm/optimizer/QuadraticProblem.java | 4 +- .../jmysvm/optimizer/QuadraticProblemSMO.java | 4 +- .../functions/kernel/jmysvm/svm/SVM.java | 4 +- .../kernel/jmysvm/svm/SVMInterface.java | 4 +- .../kernel/jmysvm/svm/SVMpattern.java | 4 +- .../kernel/jmysvm/svm/SVMregression.java | 4 +- .../functions/kernel/jmysvm/util/Cache.java | 4 +- .../functions/kernel/jmysvm/util/Heap.java | 4 +- .../functions/kernel/jmysvm/util/MaxHeap.java | 4 +- .../functions/kernel/jmysvm/util/MinHeap.java | 4 +- .../functions/kernel/logistic/KLR.java | 4 +- .../kernel/rvm/ClassificationProblem.java | 4 +- .../kernel/rvm/ConstructiveRegression.java | 4 +- .../learner/functions/kernel/rvm/Model.java | 4 +- .../functions/kernel/rvm/Parameter.java | 4 +- .../learner/functions/kernel/rvm/Problem.java | 4 +- .../learner/functions/kernel/rvm/RVMBase.java | 4 +- .../kernel/rvm/RVMClassification.java | 4 +- .../functions/kernel/rvm/RVMRegression.java | 4 +- .../kernel/rvm/RegressionProblem.java | 4 +- .../functions/kernel/rvm/kernel/Kernel.java | 4 +- .../rvm/kernel/KernelBasisFunction.java | 4 +- .../kernel/rvm/kernel/KernelCauchy.java | 4 +- .../kernel/rvm/kernel/KernelEpanechnikov.java | 4 +- .../rvm/kernel/KernelGaussianCombination.java | 4 +- .../kernel/rvm/kernel/KernelLaplace.java | 4 +- .../kernel/rvm/kernel/KernelMultiquadric.java | 4 +- .../kernel/rvm/kernel/KernelPoly.java | 4 +- .../kernel/rvm/kernel/KernelRadial.java | 4 +- .../kernel/rvm/kernel/KernelSigmoid.java | 4 +- .../rvm/util/SECholeskyDecomposition.java | 4 +- .../linear/GreedyLinearRegressionMethod.java | 4 +- .../IterativeTTestLinearRegressionMethod.java | 4 +- .../functions/linear/LinearRegression.java | 4 +- .../linear/LinearRegressionMethod.java | 4 +- .../linear/M5PLinearRegressionMethod.java | 4 +- .../linear/PlainLinearRegressionMethod.java | 4 +- .../linear/TTestLinearRegressionMethod.java | 4 +- .../neuralnet/ActivationFunction.java | 4 +- .../neuralnet/ImprovedNeuralNetLearner.java | 4 +- .../neuralnet/ImprovedNeuralNetModel.java | 4 +- .../ImprovedNeuralNetVisualizer.java | 4 +- .../functions/neuralnet/InnerNode.java | 4 +- .../functions/neuralnet/InputNode.java | 4 +- .../functions/neuralnet/LinearFunction.java | 4 +- .../functions/neuralnet/NeuralNetLearner.java | 4 +- .../functions/neuralnet/NeuralNetModel.java | 4 +- .../neuralnet/NeuralNetVisualizer.java | 4 +- .../learner/functions/neuralnet/Node.java | 4 +- .../functions/neuralnet/OutputNode.java | 4 +- .../functions/neuralnet/SigmoidFunction.java | 4 +- .../neuralnet/SimpleNeuralNetLearner.java | 4 +- .../neuralnet/SimpleNeuralNetModel.java | 4 +- .../neuralnet/SimpleNeuralNetVisualizer.java | 4 +- .../operator/learner/igss/IGSSResult.java | 4 +- .../operator/learner/igss/IteratingGSS.java | 4 +- .../operator/learner/igss/Result.java | 4 +- .../learner/igss/hypothesis/GSSModel.java | 4 +- .../learner/igss/hypothesis/Hypothesis.java | 4 +- .../learner/igss/hypothesis/Literal.java | 4 +- .../learner/igss/hypothesis/Rule.java | 4 +- .../learner/igss/utility/AbstractUtility.java | 4 +- .../learner/igss/utility/Accuracy.java | 4 +- .../learner/igss/utility/Binomial.java | 4 +- .../learner/igss/utility/Coverage.java | 4 +- .../igss/utility/InstanceAveraging.java | 4 +- .../operator/learner/igss/utility/Linear.java | 4 +- .../learner/igss/utility/Squared.java | 4 +- .../learner/igss/utility/Utility.java | 4 +- .../operator/learner/igss/utility/WRAcc.java | 4 +- .../lazy/AttributeBasedVotingLearner.java | 4 +- .../lazy/AttributeBasedVotingModel.java | 4 +- .../learner/lazy/AttributeDefaultModel.java | 4 +- .../operator/learner/lazy/DefaultLearner.java | 4 +- .../operator/learner/lazy/DefaultModel.java | 4 +- .../learner/lazy/KNNClassificationModel.java | 4 +- .../operator/learner/lazy/KNNLearner.java | 4 +- .../learner/lazy/KNNRegressionModel.java | 4 +- .../learner/local/AtLeastNeighborhood.java | 4 +- .../learner/local/DistanceNeighborhood.java | 4 +- .../local/LocalPolynomialRegressionModel.java | 4 +- .../LocalPolynomialRegressionOperator.java | 4 +- .../local/NearestNeighborNeighborhood.java | 4 +- .../operator/learner/local/Neighborhood.java | 4 +- .../operator/learner/local/Neighborhoods.java | 4 +- .../learner/local/RelativeNeighborhood.java | 4 +- .../learner/meta/AbstractMetaLearner.java | 4 +- .../learner/meta/AbstractStacking.java | 4 +- .../operator/learner/meta/AdaBoost.java | 4 +- .../operator/learner/meta/AdaBoostModel.java | 4 +- .../meta/AdaBoostPerformanceMeasures.java | 4 +- .../learner/meta/AdditiveRegression.java | 4 +- .../learner/meta/AdditiveRegressionModel.java | 4 +- .../operator/learner/meta/Bagging.java | 4 +- .../operator/learner/meta/BaggingModel.java | 4 +- .../learner/meta/BayBoostBaseModelInfo.java | 4 +- .../operator/learner/meta/BayBoostModel.java | 4 +- .../operator/learner/meta/BayBoostStream.java | 4 +- .../learner/meta/BayesianBoosting.java | 4 +- .../meta/Binary2MultiClassLearner.java | 4 +- .../learner/meta/Binary2MultiClassModel.java | 4 +- .../meta/ClassificationByRegression.java | 4 +- .../learner/meta/ContingencyMatrix.java | 4 +- .../meta/CostBasedThresholdLearner.java | 4 +- .../learner/meta/DelegationModel.java | 4 +- .../learner/meta/HierarchicalLearner.java | 4 +- .../learner/meta/HierarchicalModel.java | 4 +- .../meta/HierarchicalMultiClassLearner.java | 4 +- .../meta/HierarchicalMultiClassModel.java | 4 +- .../operator/learner/meta/MetaCost.java | 4 +- .../operator/learner/meta/MetaCostModel.java | 4 +- .../operator/learner/meta/MetaModel.java | 4 +- .../learner/meta/MultiModelByRegression.java | 4 +- .../learner/meta/RelativeRegression.java | 4 +- .../learner/meta/RelativeRegressionModel.java | 4 +- .../operator/learner/meta/SDEnsemble.java | 4 +- .../learner/meta/SDReweightMeasures.java | 4 +- .../learner/meta/SDRulesetInduction.java | 4 +- .../learner/meta/SimpleVoteModel.java | 5 +- .../operator/learner/meta/Stacking.java | 4 +- .../operator/learner/meta/StackingModel.java | 4 +- .../operator/learner/meta/ThresholdModel.java | 4 +- .../learner/meta/TransformedRegression.java | 4 +- .../meta/TransformedRegressionModel.java | 4 +- .../learner/meta/Tree2RuleConverter.java | 4 +- .../operator/learner/meta/Vote.java | 4 +- .../meta/WeightedPerformanceMeasures.java | 4 +- .../learner/rules/AbstractCriterion.java | 4 +- .../learner/rules/AccuracyCriterion.java | 4 +- .../learner/rules/BestRuleInduction.java | 4 +- .../learner/rules/ConjunctiveRuleModel.java | 4 +- .../operator/learner/rules/Criterion.java | 4 +- .../learner/rules/InfoGainCriterion.java | 4 +- .../learner/rules/NumericalSplitter.java | 4 +- .../operator/learner/rules/Rule.java | 4 +- .../operator/learner/rules/RuleLearner.java | 4 +- .../operator/learner/rules/RuleModel.java | 4 +- .../learner/rules/SimpleRuleLearner.java | 4 +- .../learner/rules/SingleRuleLearner.java | 4 +- .../operator/learner/rules/Split.java | 4 +- .../learner/rules/TermDetermination.java | 4 +- .../operator/learner/subgroups/RuleSet.java | 4 +- .../learner/subgroups/SubgroupDiscovery.java | 4 +- .../subgroups/hypothesis/Hypothesis.java | 4 +- .../learner/subgroups/hypothesis/Literal.java | 4 +- .../learner/subgroups/hypothesis/Rule.java | 4 +- .../learner/subgroups/utility/Accuracy.java | 4 +- .../learner/subgroups/utility/Bias.java | 4 +- .../learner/subgroups/utility/Binomial.java | 4 +- .../learner/subgroups/utility/Coverage.java | 4 +- .../learner/subgroups/utility/Lift.java | 4 +- .../learner/subgroups/utility/Odds.java | 4 +- .../learner/subgroups/utility/OddsRatio.java | 4 +- .../learner/subgroups/utility/Precision.java | 4 +- .../learner/subgroups/utility/Squared.java | 4 +- .../subgroups/utility/UtilityFunction.java | 4 +- .../learner/subgroups/utility/WRAcc.java | 4 +- .../learner/tree/AbstractSplitCondition.java | 4 +- .../learner/tree/AbstractTreeLearner.java | 4 +- .../operator/learner/tree/Benefit.java | 4 +- .../operator/learner/tree/CHAIDLearner.java | 4 +- .../learner/tree/DecisionStumpLearner.java | 4 +- .../learner/tree/DecisionTreeLeafCreator.java | 4 +- .../learner/tree/DecisionTreeLearner.java | 4 +- .../operator/learner/tree/Edge.java | 4 +- .../learner/tree/EmptyTermination.java | 4 +- .../learner/tree/FrequencyCalculator.java | 4 +- .../learner/tree/GreaterSplitCondition.java | 4 +- .../operator/learner/tree/ID3Learner.java | 4 +- .../learner/tree/ID3NumericalLearner.java | 4 +- .../operator/learner/tree/LeafCreator.java | 4 +- .../tree/LessEqualsSplitCondition.java | 4 +- .../learner/tree/MaxDepthTermination.java | 4 +- .../learner/tree/MinSizeTermination.java | 4 +- .../learner/tree/MinimalGainHandler.java | 4 +- .../tree/MultiCriterionDecisionStumps.java | 4 +- .../learner/tree/MultiwayDecisionTree.java | 4 +- .../tree/NoAttributeLeftTermination.java | 4 +- .../learner/tree/NominalSplitCondition.java | 4 +- .../learner/tree/NumericalSplitter.java | 4 +- .../learner/tree/PessimisticPruner.java | 4 +- .../operator/learner/tree/Pruner.java | 4 +- .../learner/tree/RandomForestLearner.java | 4 +- .../learner/tree/RandomForestModel.java | 4 +- .../tree/RandomSubsetPreprocessing.java | 4 +- .../learner/tree/RandomTreeLearner.java | 4 +- .../learner/tree/RelevanceTreeLearner.java | 4 +- .../learner/tree/SingleLabelTermination.java | 4 +- .../operator/learner/tree/SplitCondition.java | 4 +- .../learner/tree/SplitPreprocessing.java | 4 +- .../operator/learner/tree/Terminator.java | 4 +- .../operator/learner/tree/Tree.java | 4 +- .../operator/learner/tree/TreeBuilder.java | 4 +- .../operator/learner/tree/TreeModel.java | 4 +- .../tree/criterions/AbstractCriterion.java | 4 +- .../tree/criterions/AccuracyCriterion.java | 4 +- .../learner/tree/criterions/Criterion.java | 4 +- .../tree/criterions/GainRatioCriterion.java | 4 +- .../tree/criterions/GiniIndexCriterion.java | 4 +- .../tree/criterions/InfoGainCriterion.java | 4 +- .../libraries/AbstractOperatorLibrary.java | 4 +- .../libraries/LibraryOperatorDescription.java | 4 +- .../operator/libraries/OperatorLibrary.java | 4 +- .../libraries/OperatorLibraryDocBundle.java | 4 +- .../operator/macros/UnsetMacroOperator.java | 4 +- .../operator/meta/AbsoluteSplitChain.java | 4 +- .../operator/meta/AbstractFileIterator.java | 4 +- .../meta/AbstractIteratingOperatorChain.java | 4 +- .../meta/AbstractRepositoryIterator.java | 4 +- .../operator/meta/AbstractSplitChain.java | 4 +- .../operator/meta/AverageBuilder.java | 5 +- .../operator/meta/BatchProcessing.java | 4 +- .../operator/meta/ClusterIterator.java | 4 +- .../meta/ESParameterOptimization.java | 4 +- ...utionaryParameterOptimizationOperator.java | 4 +- .../operator/meta/ExampleIterator.java | 4 +- .../operator/meta/ExampleSetIterator.java | 4 +- .../operator/meta/ExceptionHandling.java | 4 +- .../operator/meta/FeatureIterator.java | 4 +- .../operator/meta/FeatureSubsetIteration.java | 4 +- .../operator/meta/FileIterator.java | 4 +- ...idSearchParameterOptimizationOperator.java | 4 +- .../operator/meta/IteratingOperatorChain.java | 4 +- .../operator/meta/LearningCurveOperator.java | 4 +- .../operator/meta/MultipleLabelIterator.java | 4 +- .../operator/meta/OperatorEnabler.java | 4 +- .../operator/meta/OperatorSelector.java | 4 +- .../operator/meta/ParameterCloner.java | 4 +- .../meta/ParameterIteratingOperatorChain.java | 4 +- .../operator/meta/ParameterIteration.java | 4 +- .../meta/ParameterOptimizationOperator.java | 4 +- .../operator/meta/ParameterSet.java | 4 +- .../operator/meta/ParameterSetter.java | 4 +- .../operator/meta/ParameterValue.java | 4 +- .../meta/PartialExampleSetLearner.java | 4 +- .../meta/ProcessEmbeddingOperator.java | 4 +- ...uadraticParameterOptimizationOperator.java | 4 +- .../meta/RandomOptimizationChain.java | 4 +- .../operator/meta/RatioSplitChain.java | 4 +- .../meta/RepeatUntilOperatorChain.java | 4 +- .../operator/meta/RepositoryIterator.java | 4 +- .../operator/meta/ThrowExceptionOperator.java | 4 +- .../operator/meta/ValueIteration.java | 4 +- .../operator/meta/ValueSubgroupIteration.java | 4 +- .../operator/meta/XVPrediction.java | 4 +- .../operator/meta/ZippedFileIterator.java | 4 +- .../branch/AttributeAvailableCondition.java | 4 +- .../meta/branch/DataValueCondition.java | 4 +- .../meta/branch/ExpressionCondition.java | 4 +- .../meta/branch/FileExistsCondition.java | 4 +- .../meta/branch/InputExistsCondition.java | 4 +- .../meta/branch/MacroDefinedCondition.java | 4 +- .../meta/branch/MaxFitnessCondition.java | 4 +- .../MaxNumberOfAttributesCondition.java | 4 +- .../branch/MaxNumberOfExamplesCondition.java | 4 +- .../branch/MaxPerformanceValueCondition.java | 4 +- .../meta/branch/MinFitnessCondition.java | 4 +- .../MinNumberOfAttributesCondition.java | 4 +- .../branch/MinNumberOfExamplesCondition.java | 4 +- .../branch/MinPerformanceValueCondition.java | 4 +- .../operator/meta/branch/ProcessBranch.java | 4 +- .../meta/branch/ProcessBranchCondition.java | 4 +- .../nio/AbstractDataImportWizard.java | 4 +- .../operator/nio/AnnotationCellEditor.java | 4 +- .../nio/AnnotationDeclarationWizardStep.java | 4 +- .../operator/nio/AnnotationTableModel.java | 4 +- .../operator/nio/CSVExampleSource.java | 4 +- ...ampleSourceConfigurationWizardCreator.java | 4 +- .../nio/CSVFileSelectionWizardStep.java | 4 +- .../operator/nio/CSVImportWizard.java | 4 +- .../nio/CSVSyntaxConfigurationWizardStep.java | 4 +- .../operator/nio/ErrorTableModel.java | 4 +- .../nio/Excel2007SheetTableModel.java | 4 +- .../operator/nio/ExcelExampleSource.java | 4 +- ...ampleSourceConfigurationWizardCreator.java | 4 +- .../nio/ExcelFileSelectionWizardStep.java | 4 +- .../nio/ExcelFormatExampleSource.java | 4 +- .../operator/nio/ExcelImportWizard.java | 4 +- .../nio/ExcelSheetSelectionWizardStep.java | 4 +- .../operator/nio/ExcelSheetTableModel.java | 4 +- .../operator/nio/ExcelTableModel.java | 4 +- .../operator/nio/ExcelWorkbookPane.java | 4 +- .../operator/nio/ImportWizardUtils.java | 4 +- .../operator/nio/LoadingContentPane.java | 4 +- .../nio/MetaDataDeclarationWizardStep.java | 5 +- .../nio/MetaDataTableHeaderCellEditor.java | 4 +- .../operator/nio/MetaDataValidator.java | 4 +- .../operator/nio/RowFilteringTableModel.java | 4 +- .../operator/nio/SASExampleReader.java | 4 +- .../operator/nio/SASExampleSource.java | 4 +- .../operator/nio/StoreDataWizardStep.java | 5 +- .../operator/nio/file/BufferedFileObject.java | 4 +- .../nio/file/FileInputPortHandler.java | 4 +- .../operator/nio/file/FileObject.java | 5 +- .../nio/file/FileOutputPortHandler.java | 4 +- .../operator/nio/file/LoadFileOperator.java | 4 +- .../nio/file/RepositoryBlobObject.java | 4 +- .../operator/nio/file/SimpleFileObject.java | 4 +- .../operator/nio/file/WriteFileOperator.java | 4 +- .../operator/nio/file/ZipEntryObject.java | 4 +- .../compression/AddEntryToArchiveFile.java | 4 +- .../file/compression/ArchiveFileObject.java | 5 +- .../CreateArchiveFileOperator.java | 4 +- .../nio/file/compression/ZipFileObject.java | 4 +- .../model/AbstractDataResultSetReader.java | 4 +- .../operator/nio/model/CSVResultSet.java | 4 +- .../nio/model/CSVResultSetConfiguration.java | 4 +- .../operator/nio/model/ColumnMetaData.java | 4 +- .../operator/nio/model/DataResultSet.java | 4 +- .../nio/model/DataResultSetFactory.java | 4 +- ...DataResultSetTranslationConfiguration.java | 4 +- .../nio/model/DataResultSetTranslator.java | 4 +- .../operator/nio/model/DefaultPreview.java | 4 +- .../nio/model/Excel2007ResultSet.java | 5 +- .../operator/nio/model/ExcelResultSet.java | 4 +- .../model/ExcelResultSetConfiguration.java | 4 +- .../operator/nio/model/ParseException.java | 4 +- .../operator/nio/model/ParsingError.java | 4 +- .../operator/nio/model/WizardState.java | 4 +- .../nio/xml/NamespaceMapTableModel.java | 4 +- .../xml/XMLAttributeExpressionWizardStep.java | 4 +- .../operator/nio/xml/XMLDomHelper.java | 4 +- .../xml/XMLExampleExpressionWizardStep.java | 4 +- .../operator/nio/xml/XMLExampleSource.java | 4 +- ...ampleSourceConfigurationWizardCreator.java | 4 +- .../nio/xml/XMLFileSelectionWizardStep.java | 4 +- .../operator/nio/xml/XMLImportWizard.java | 5 +- .../nio/xml/XMLNamespaceMapWizardStep.java | 4 +- .../operator/nio/xml/XMLResultSet.java | 4 +- .../nio/xml/XMLResultSetConfiguration.java | 4 +- .../operator/nio/xml/XMLTreeModel.java | 4 +- .../operator/nio/xml/XMLTreeView.java | 4 +- .../nio/xml/XPathMatchesListModel.java | 4 +- .../operator/performance/AbsoluteError.java | 4 +- .../AbstractExampleSetEvaluator.java | 4 +- .../AbstractPerformanceEvaluator.java | 4 +- .../operator/performance/AreaUnderCurve.java | 4 +- .../performance/AttributeCounter.java | 4 +- .../BinaryClassificationPerformance.java | 4 +- ...nalClassificationPerformanceEvaluator.java | 4 +- .../performance/ClassWeightedPerformance.java | 4 +- .../performance/CorrelationCriterion.java | 4 +- .../operator/performance/CrossEntropy.java | 4 +- .../performance/Data2Performance.java | 4 +- .../performance/EstimatedPerformance.java | 4 +- .../performance/LenientRelativeError.java | 4 +- .../operator/performance/LogisticLoss.java | 4 +- .../operator/performance/MDLCriterion.java | 4 +- .../operator/performance/Margin.java | 4 +- .../performance/MeasuredPerformance.java | 4 +- .../operator/performance/MinMaxCriterion.java | 4 +- .../operator/performance/MinMaxWrapper.java | 4 +- .../MultiClassificationPerformance.java | 4 +- .../performance/NormalizedAbsoluteError.java | 4 +- ...meterizedMeasuredPerformanceCriterion.java | 4 +- .../performance/PerformanceComparator.java | 4 +- .../performance/PerformanceCriterion.java | 4 +- .../performance/PerformanceEvaluator.java | 4 +- .../performance/PerformanceVector.java | 4 +- .../PerformanceVectorToExampleSet.java | 4 +- ...nalClassificationPerformanceEvaluator.java | 4 +- .../performance/PredictionAverage.java | 4 +- .../operator/performance/RankCorrelation.java | 4 +- .../operator/performance/RankStatistics.java | 4 +- .../RegressionPerformanceEvaluator.java | 4 +- .../operator/performance/RelativeError.java | 4 +- .../performance/RootMeanSquaredError.java | 4 +- .../performance/RootRelativeSquaredError.java | 4 +- .../SimpleClassificationError.java | 4 +- .../operator/performance/SimpleCriterion.java | 4 +- .../SimplePerformanceEvaluator.java | 4 +- .../operator/performance/SoftMarginLoss.java | 4 +- .../SquaredCorrelationCriterion.java | 4 +- .../operator/performance/SquaredError.java | 4 +- .../performance/StrictRelativeError.java | 4 +- .../performance/SupportVectorCounter.java | 4 +- .../UserBasedPerformanceEvaluator.java | 4 +- .../WeightedMultiClassPerformance.java | 4 +- .../WeightedPerformanceCreator.java | 4 +- .../cost/ClassificationCostCriterion.java | 4 +- .../performance/cost/CostEvaluator.java | 4 +- .../performance/cost/RankingCriterion.java | 4 +- .../performance/cost/RankingEvaluator.java | 4 +- .../ports/CollectingPortPairExtender.java | 4 +- .../operator/ports/DummyPortPairExtender.java | 4 +- .../rapidminer/operator/ports/InputPort.java | 4 +- .../operator/ports/InputPortExtender.java | 4 +- .../rapidminer/operator/ports/InputPorts.java | 4 +- .../ports/MetaDataChangeListener.java | 4 +- .../ports/MultiInputPortPairExtender.java | 4 +- .../ports/MultiOutputPortPairExtender.java | 4 +- .../operator/ports/MultiPortPairExtender.java | 4 +- .../operator/ports/Multiplicity.java | 4 +- .../rapidminer/operator/ports/OutputPort.java | 4 +- .../operator/ports/OutputPortExtender.java | 4 +- .../operator/ports/OutputPorts.java | 4 +- src/com/rapidminer/operator/ports/Port.java | 4 +- .../operator/ports/PortException.java | 4 +- .../operator/ports/PortExtender.java | 4 +- .../rapidminer/operator/ports/PortOwner.java | 4 +- .../operator/ports/PortPairExtender.java | 4 +- src/com/rapidminer/operator/ports/Ports.java | 4 +- .../operator/ports/ProcessingStep.java | 4 +- .../operator/ports/SinglePortExtender.java | 4 +- .../ports/impl/AbstractInputPort.java | 4 +- .../ports/impl/AbstractOutputPort.java | 4 +- .../operator/ports/impl/AbstractPort.java | 4 +- .../operator/ports/impl/AbstractPorts.java | 4 +- .../impl/CannotConnectPortException.java | 5 +- .../operator/ports/impl/InputPortImpl.java | 4 +- .../operator/ports/impl/InputPortsImpl.java | 4 +- .../operator/ports/impl/OutputPortImpl.java | 4 +- .../operator/ports/impl/OutputPortsImpl.java | 4 +- .../ports/metadata/AbstractPrecondition.java | 4 +- ...ributeAddingExampleSetPassThroughRule.java | 4 +- .../ports/metadata/AttributeMetaData.java | 4 +- .../AttributeParameterPrecondition.java | 4 +- .../metadata/AttributeSetPrecondition.java | 4 +- .../AttributeSubsetPassThroughRule.java | 4 +- .../metadata/CapabilityPrecondition.java | 4 +- .../ports/metadata/CollectionMetaData.java | 4 +- .../metadata/CollectionPrecondition.java | 4 +- .../ports/metadata/CompatibilityLevel.java | 4 +- .../metadata/DistanceMeasurePrecondition.java | 4 +- .../ports/metadata/DummyMetaData.java | 4 +- .../ExampleSetContainsSeriesPrecondition.java | 4 +- .../ports/metadata/ExampleSetMetaData.java | 4 +- .../metadata/ExampleSetPassThroughRule.java | 4 +- .../metadata/ExampleSetPrecondition.java | 4 +- .../metadata/ExampleSetSizePrecondition.java | 4 +- .../ports/metadata/ExampleSetUnionRule.java | 4 +- .../metadata/FlatteningPassThroughRule.java | 4 +- .../GenerateModelTransformationRule.java | 4 +- .../metadata/GenerateNewExampleSetMDRule.java | 4 +- .../ports/metadata/GenerateNewMDRule.java | 4 +- ...ratePredictionModelTransformationRule.java | 4 +- .../metadata/InputMissingMetaDataError.java | 4 +- .../ports/metadata/LearnerPrecondition.java | 4 +- .../operator/ports/metadata/MDInteger.java | 4 +- .../operator/ports/metadata/MDNumber.java | 4 +- .../operator/ports/metadata/MDReal.java | 4 +- .../ports/metadata/MDTransformationRule.java | 4 +- .../ports/metadata/MDTransformer.java | 4 +- .../metadata/ManyToManyPassThroughRule.java | 4 +- .../metadata/ManyToOnePassThroughRule.java | 4 +- .../operator/ports/metadata/MetaData.java | 4 +- .../ports/metadata/MetaDataError.java | 4 +- .../operator/ports/metadata/MetaDataInfo.java | 4 +- .../metadata/MetaDataUnderspecifiedError.java | 4 +- .../ports/metadata/ModelApplicationRule.java | 4 +- .../ports/metadata/ModelMetaData.java | 4 +- .../metadata/OneToManyPassThroughRule.java | 4 +- .../ports/metadata/OperatorLoopError.java | 4 +- .../ParameterConditionedPrecondition.java | 4 +- .../metadata/PassThroughOrGenerateRule.java | 4 +- .../PassThroughOrGenerateRuleCondition.java | 4 +- .../ports/metadata/PassThroughRule.java | 4 +- .../operator/ports/metadata/Precondition.java | 4 +- .../metadata/PredictionModelMetaData.java | 4 +- .../operator/ports/metadata/SetRelation.java | 4 +- .../ports/metadata/SimpleMetaDataError.java | 4 +- .../ports/metadata/SimplePrecondition.java | 4 +- .../metadata/SubprocessTransformRule.java | 4 +- .../ports/quickfix/AbstractQuickFix.java | 4 +- .../AddCompatibleOperatorQuickFix.java | 4 +- .../quickfix/AttributeSelectionQuickFix.java | 4 +- .../quickfix/CategorySelectionQuickFix.java | 4 +- .../quickfix/ChangeAttributeRoleQuickFix.java | 4 +- .../ports/quickfix/ConnectToQuickFix.java | 4 +- .../ports/quickfix/DictionaryQuickFix.java | 4 +- .../ports/quickfix/DisconnectQuickFix.java | 4 +- .../quickfix/OperatorInsertionQuickFix.java | 4 +- .../quickfix/ParameterSettingQuickFix.java | 4 +- .../operator/ports/quickfix/QuickFix.java | 4 +- .../RelativizeRepositoryLocationQuickfix.java | 4 +- .../GeneratePredictionOperator.java | 4 +- .../GeneratePredictionRankingOperator.java | 4 +- .../postprocessing/PlattParameters.java | 4 +- .../operator/postprocessing/PlattScaling.java | 4 +- .../postprocessing/PlattScalingModel.java | 4 +- .../postprocessing/RecallChooser.java | 4 +- ...pleUncertainPredictionsTransformation.java | 4 +- .../operator/postprocessing/Threshold.java | 4 +- .../postprocessing/ThresholdApplier.java | 4 +- .../postprocessing/ThresholdCreator.java | 4 +- .../postprocessing/ThresholdFinder.java | 4 +- .../preprocessing/AbstractDataProcessing.java | 4 +- .../AbstractValueProcessing.java | 4 +- .../AttributeSubsetPreprocessing.java | 4 +- .../operator/preprocessing/Deobfuscator.java | 4 +- .../preprocessing/ExampleSetTranspose.java | 4 +- .../preprocessing/GroupByOperator.java | 4 +- .../preprocessing/GuessValueTypes.java | 4 +- .../operator/preprocessing/IdTagging.java | 4 +- .../MaterializeDataInMemory.java | 4 +- .../operator/preprocessing/NoiseModel.java | 4 +- .../operator/preprocessing/NoiseOperator.java | 4 +- .../operator/preprocessing/Obfuscator.java | 4 +- .../preprocessing/PreprocessingModel.java | 4 +- .../preprocessing/PreprocessingOperator.java | 4 +- .../RemoveUnusedNominalValuesModel.java | 4 +- .../RemoveUnusedNominalValuesOperator.java | 4 +- .../preprocessing/UseRowAsAttributeNames.java | 4 +- .../AbsoluteDiscretization.java | 4 +- .../AbstractDiscretizationOperator.java | 4 +- .../discretization/BinDiscretization.java | 4 +- .../discretization/DiscretizationModel.java | 4 +- .../FrequencyDiscretization.java | 4 +- .../MinMaxBinDiscretization.java | 4 +- .../MinimalEntropyDiscretization.java | 4 +- .../UserBasedDiscretization.java | 4 +- .../filter/AbsoluteValueFilter.java | 4 +- .../filter/AbstractDateDataProcessing.java | 4 +- .../AbstractFilteredDataProcessing.java | 4 +- .../preprocessing/filter/AddNominalValue.java | 4 +- .../preprocessing/filter/AttributeAdd.java | 4 +- .../preprocessing/filter/AttributeCopy.java | 4 +- .../preprocessing/filter/AttributeMerge.java | 4 +- .../filter/AttributeValueMapper.java | 4 +- .../filter/AttributeValueReplace.java | 4 +- .../filter/AttributeValueSplit.java | 4 +- .../filter/AttributeValueSubstring.java | 4 +- .../filter/AttributeValueTrim.java | 4 +- .../filter/ChangeAttributeName.java | 5 +- .../filter/ChangeAttributeNames2Generic.java | 4 +- .../filter/ChangeAttributeNamesReplace.java | 4 +- .../filter/ChangeAttributeRole.java | 4 +- .../filter/Construction2Names.java | 4 +- .../preprocessing/filter/Date2Nominal.java | 4 +- .../preprocessing/filter/Date2Numerical.java | 4 +- .../preprocessing/filter/DateAdjust.java | 4 +- .../filter/DeclareMissingValueOperator.java | 4 +- .../preprocessing/filter/Dictionary.java | 4 +- .../preprocessing/filter/ExampleFilter.java | 4 +- .../filter/ExampleRangeFilter.java | 4 +- .../filter/ExampleSetToDictionary.java | 4 +- .../filter/ExchangeAttributeRoles.java | 4 +- .../filter/FeatureBlockTypeFilter.java | 4 +- .../preprocessing/filter/FeatureFilter.java | 4 +- .../filter/FeatureNameFilter.java | 4 +- .../filter/FeatureRangeRemoval.java | 4 +- .../filter/FeatureValueTypeFilter.java | 4 +- .../preprocessing/filter/FillDataGaps.java | 4 +- .../filter/InfiniteValueReplenishment.java | 4 +- .../filter/InternalBinominalRemapping.java | 4 +- .../filter/MergeNominalValues.java | 4 +- .../filter/MissingValueImputation.java | 4 +- .../filter/MissingValueReplenishment.java | 4 +- .../filter/MissingValueReplenishmentView.java | 4 +- .../preprocessing/filter/Nominal2Date.java | 4 +- .../preprocessing/filter/Nominal2String.java | 4 +- .../filter/NominalNumbers2Numerical.java | 4 +- .../filter/NominalToBinominal.java | 4 +- .../filter/NominalToBinominalModel.java | 4 +- .../filter/NominalToNumeric.java | 4 +- .../filter/NominalToNumericModel.java | 4 +- .../filter/NonDominatedSorting.java | 4 +- .../filter/NumericToBinominal.java | 4 +- .../filter/NumericToFormattedNominal.java | 4 +- .../filter/NumericToNominal.java | 4 +- .../filter/NumericToPolynominal.java | 4 +- .../preprocessing/filter/Numerical2Date.java | 4 +- .../preprocessing/filter/Numerical2Real.java | 4 +- .../filter/PermutationOperator.java | 4 +- .../preprocessing/filter/Real2Integer.java | 4 +- .../filter/RemoveDuplicates.java | 4 +- .../preprocessing/filter/SetData.java | 4 +- .../preprocessing/filter/Sorting.java | 4 +- .../preprocessing/filter/String2Nominal.java | 4 +- .../preprocessing/filter/TFIDFFilter.java | 4 +- .../filter/ValueReplenishment.java | 4 +- .../filter/ValueReplenishmentModel.java | 4 +- .../AbstractAttributeFilterCondition.java | 4 +- .../filter/attributes/AttributeFilter.java | 4 +- .../attributes/AttributeFilterCondition.java | 4 +- .../attributes/AttributeOrderingOperator.java | 4 +- .../attributes/BlockTypeAttributeFilter.java | 4 +- .../attributes/DateAttributeFilter.java | 4 +- .../MissingValuesAttributeFilter.java | 4 +- .../NoMissingValuesAttributeFilter.java | 4 +- .../attributes/NominalAttributeFilter.java | 4 +- .../NumericValueAttributeFilter.java | 4 +- .../attributes/NumericalAttributeFilter.java | 4 +- .../attributes/RegexpAttributeFilter.java | 4 +- .../attributes/SingleAttributeFilter.java | 4 +- .../attributes/SubsetAttributeFilter.java | 4 +- .../TransparentAttributeFilter.java | 4 +- .../attributes/ValueTypeAttributeFilter.java | 4 +- .../join/AbstractExampleSetJoin.java | 4 +- .../join/ExampleSetCartesian.java | 4 +- .../join/ExampleSetIntersect.java | 4 +- .../preprocessing/join/ExampleSetJoin.java | 4 +- .../preprocessing/join/ExampleSetMerge.java | 4 +- .../preprocessing/join/ExampleSetMinus.java | 4 +- .../join/ExampleSetSuperset.java | 4 +- .../preprocessing/join/ExampleSetUnion.java | 4 +- .../AbstractNormalizationMethod.java | 4 +- .../AbstractNormalizationModel.java | 4 +- .../normalization/DenormalizationModel.java | 4 +- .../DenormalizationOperator.java | 4 +- .../normalization/IQRNormalizationMethod.java | 4 +- .../normalization/IQRNormalizationModel.java | 4 +- .../MinMaxNormalizationModel.java | 4 +- .../normalization/Normalization.java | 4 +- .../normalization/NormalizationMethod.java | 4 +- .../ProportionNormalizationMethod.java | 4 +- .../ProportionNormalizationModel.java | 4 +- .../RangeNormalizationMethod.java | 4 +- .../normalization/ZTransformationModel.java | 4 +- .../ZTransformationNormalizationMethod.java | 4 +- .../outlier/AbstractOutlierDetection.java | 4 +- .../preprocessing/outlier/COFKnn.java | 4 +- .../preprocessing/outlier/COFObject.java | 4 +- .../outlier/DBOutlierOperator.java | 4 +- .../outlier/DKNOutlierOperator.java | 4 +- .../preprocessing/outlier/EcodbOperator.java | 4 +- .../outlier/KdistanceContainer.java | 4 +- .../outlier/LOFOutlierOperator.java | 4 +- .../preprocessing/outlier/SearchObject.java | 4 +- .../preprocessing/outlier/SearchSpace.java | 4 +- .../sampling/AbsoluteSampling.java | 4 +- .../sampling/AbsoluteStratifiedSampling.java | 4 +- .../sampling/AbstractBootstrapping.java | 4 +- .../sampling/AbstractSamplingOperator.java | 4 +- .../sampling/AbstractStratifiedSampling.java | 4 +- .../preprocessing/sampling/Bootstrapping.java | 4 +- .../sampling/BootstrappingOperator.java | 4 +- .../sampling/KennardStoneSampling.java | 4 +- .../sampling/ModelBasedSampling.java | 4 +- .../sampling/PartitionOperator.java | 4 +- .../sampling/RatioStratifiedSampling.java | 4 +- .../sampling/SamplingOperator.java | 4 +- .../sampling/StratifiedSamplingOperator.java | 4 +- .../sampling/WeightedBootstrapping.java | 4 +- .../AbsoluteSamplingSequenceGenerator.java | 4 +- .../ProbabilitySamplingSequenceGenerator.java | 4 +- .../RelativeSamplingSequenceGenerator.java | 4 +- .../sequences/SamplingSequenceGenerator.java | 4 +- .../transformation/AggregationOperator.java | 4 +- .../Attribute2ExamplePivoting.java | 4 +- .../Example2AttributePivoting.java | 4 +- .../ExampleSetTransformationOperator.java | 4 +- .../transformation/GroupedANOVAOperator.java | 4 +- ...AbstractCountRatioAggregationFunction.java | 4 +- .../aggregation/AggregationFunction.java | 4 +- .../AggregationFunctionMetaDataProvider.java | 4 +- .../aggregation/AggregationOperator.java | 5 +- .../aggregation/Aggregator.java | 4 +- .../ConcatAggregationFunction.java | 4 +- .../aggregation/ConcatAggregator.java | 4 +- .../aggregation/CountAggregationFunction.java | 4 +- .../aggregation/CountAggregator.java | 4 +- .../CountFractionalAggregationFunction.java | 4 +- ...ntIgnoringMissingsAggregationFunction.java | 4 +- .../CountIgnoringMissingsAggregator.java | 4 +- ...tIncludingMissingsAggregationFunction.java | 4 +- .../CountIncludingMissingsAggregator.java | 4 +- .../CountPercentageAggregationFunction.java | 4 +- ...ltAggregationFunctionMetaDataProvider.java | 4 +- .../aggregation/LeastAggregationFunction.java | 4 +- .../aggregation/LeastAggregator.java | 4 +- .../LeastOccurringAggregationFunction.java | 4 +- .../aggregation/LeastOccurringAggregator.java | 4 +- .../LogProductAggregationFunction.java | 4 +- .../aggregation/LogProductAggregator.java | 4 +- .../aggregation/MaxAggregationFunction.java | 4 +- .../aggregation/MaxAggregator.java | 4 +- .../aggregation/MeanAggregationFunction.java | 4 +- .../aggregation/MeanAggregator.java | 4 +- .../MedianAggregationFunction.java | 4 +- .../aggregation/MedianAggregator.java | 5 +- .../aggregation/MinAggregationFunction.java | 4 +- .../aggregation/MinAggregator.java | 4 +- .../aggregation/ModeAggregationFunction.java | 4 +- .../aggregation/ModeAggregator.java | 4 +- .../NominalAggregationFunction.java | 4 +- .../NumericalAggregationFunction.java | 4 +- .../aggregation/NumericalAggregator.java | 4 +- .../ProductAggregationFunction.java | 4 +- .../aggregation/ProductAggregator.java | 4 +- .../StandardDeviationAggregationFunction.java | 4 +- .../StandardDeviationAggregator.java | 4 +- .../aggregation/SumAggregationFunction.java | 4 +- .../aggregation/SumAggregator.java | 4 +- .../SumFractionalAggregationFunction.java | 4 +- .../VarianceAggregationFunction.java | 4 +- .../aggregation/VarianceAggregator.java | 4 +- .../weighting/AbstractExampleWeighting.java | 4 +- .../weighting/EqualLabelWeighting.java | 4 +- ...calPolynomialExampleWeightingOperator.java | 4 +- ...ractRepositoryEntryRelocationOperator.java | 4 +- .../AbstractRepositoryManagerOperator.java | 4 +- .../RepositoryEntryCopyOperator.java | 4 +- .../RepositoryEntryDeleteOperator.java | 4 +- .../RepositoryEntryMoveOperator.java | 4 +- .../RepositoryEntryRenameOperator.java | 4 +- .../similarity/CrossDistancesOperator.java | 4 +- .../similarity/ExampleSet2Similarity.java | 4 +- .../ExampleSet2SimilarityExampleSet.java | 4 +- .../similarity/Similarity2ExampleSet.java | 4 +- .../similarity/SimilarityMeasureObject.java | 4 +- .../tools/AttributeSubsetSelector.java | 5 +- .../operator/tools/BodySerializer.java | 4 +- .../operator/tools/ConsolePrintOperator.java | 4 +- .../operator/tools/DelayOperator.java | 4 +- .../operator/tools/ExampleSetToStream.java | 4 +- .../operator/tools/IOObjectSerializer.java | 4 +- .../operator/tools/OperatorCreationHook.java | 4 +- .../operator/tools/RMObjectInputStream.java | 4 +- .../operator/tools/SendMailOperator.java | 4 +- .../operator/tools/SerializationType.java | 4 +- .../StreamedExampleSetBodySerializer.java | 4 +- .../util/annotations/AnnotateOperator.java | 5 +- .../util/annotations/AnnotationsToData.java | 5 +- .../util/annotations/DataToAnnotations.java | 5 +- .../util/annotations/ExtractAnnotation.java | 5 +- .../AbstractBootstrappingValidation.java | 4 +- .../operator/validation/BatchXValidation.java | 4 +- .../validation/BootstrappingValidation.java | 4 +- .../validation/FixedSplitValidationChain.java | 4 +- .../IteratingPerformanceAverage.java | 4 +- .../RandomSplitValidationChain.java | 4 +- .../RandomSplitWrapperValidationChain.java | 4 +- .../validation/SplitValidationOperator.java | 4 +- .../rapidminer/operator/validation/Tools.java | 4 +- .../operator/validation/ValidationChain.java | 4 +- .../WeightedBootstrappingValidation.java | 4 +- .../validation/WrapperValidationChain.java | 4 +- .../validation/WrapperXValidation.java | 4 +- .../operator/validation/XValidation.java | 4 +- .../clustering/CentroidBasedEvaluator.java | 4 +- .../clustering/ClusterDensityEvaluator.java | 4 +- .../clustering/ClusterNumberEvaluator.java | 4 +- .../ExampleDistributionEvaluator.java | 4 +- .../ExampleDistributionMeasure.java | 4 +- .../exampledistribution/GiniCoefficient.java | 4 +- .../exampledistribution/SumOfSquares.java | 4 +- .../AnovaSignificanceTestOperator.java | 4 +- .../SignificanceTestOperator.java | 4 +- .../TTestSignificanceTestOperator.java | 4 +- .../visualization/ClearProcessLog.java | 4 +- .../operator/visualization/Data2Log.java | 4 +- .../visualization/DataStatistics.java | 4 +- .../visualization/DataStatisticsOperator.java | 4 +- .../DatabaseExampleVisualizationOperator.java | 4 +- .../ExampleVisualizationOperator.java | 4 +- .../visualization/FormulaExtractor.java | 4 +- .../visualization/LiftChartGenerator.java | 4 +- .../visualization/LiftParetoChart.java | 4 +- .../LiftParetoChartGenerator.java | 4 +- .../operator/visualization/Macro2Log.java | 4 +- .../visualization/ProcessLog2ExampleSet.java | 4 +- .../visualization/ProcessLogOperator.java | 4 +- .../ROCBasedComparisonOperator.java | 4 +- .../visualization/ROCChartGenerator.java | 4 +- .../operator/visualization/ROCComparison.java | 4 +- .../visualization/SOMModelPlotter.java | 4 +- .../visualization/SOMModelVisualization.java | 4 +- .../dependencies/ANOVAMatrix.java | 4 +- .../dependencies/ANOVAMatrixOperator.java | 4 +- .../AbstractPairwiseMatrixOperator.java | 4 +- .../CorrelationMatrixOperator.java | 4 +- .../CovarianceMatrixOperator.java | 4 +- .../MutualInformationMatrixOperator.java | 4 +- .../dependencies/NumericalMatrix.java | 4 +- .../dependencies/RainflowMatrix.java | 4 +- .../dependencies/RainflowMatrixOperator.java | 4 +- .../dependencies/TransitionGraph.java | 4 +- .../dependencies/TransitionGraphOperator.java | 4 +- .../TransitionMatrixOperator.java | 4 +- .../parameter/CombinedParameterType.java | 4 +- .../parameter/MetaDataProvider.java | 4 +- .../parameter/ParameterHandler.java | 4 +- .../rapidminer/parameter/ParameterType.java | 4 +- .../parameter/ParameterTypeAttribute.java | 4 +- .../parameter/ParameterTypeAttributeFile.java | 4 +- .../ParameterTypeAttributeOrderingRules.java | 4 +- .../parameter/ParameterTypeAttributes.java | 4 +- .../parameter/ParameterTypeBoolean.java | 4 +- .../parameter/ParameterTypeCategory.java | 4 +- .../parameter/ParameterTypeChar.java | 4 +- .../parameter/ParameterTypeColor.java | 4 +- .../parameter/ParameterTypeConfiguration.java | 4 +- .../ParameterTypeCronExpression.java | 4 +- .../ParameterTypeDatabaseConnection.java | 4 +- .../ParameterTypeDatabaseSchema.java | 4 +- .../parameter/ParameterTypeDatabaseTable.java | 4 +- .../parameter/ParameterTypeDate.java | 4 +- .../parameter/ParameterTypeDateFormat.java | 4 +- .../parameter/ParameterTypeDirectory.java | 4 +- .../parameter/ParameterTypeDouble.java | 4 +- .../parameter/ParameterTypeEnumeration.java | 4 +- .../parameter/ParameterTypeExpression.java | 4 +- .../parameter/ParameterTypeFile.java | 4 +- .../parameter/ParameterTypeInnerOperator.java | 4 +- .../parameter/ParameterTypeInt.java | 4 +- .../parameter/ParameterTypeList.java | 4 +- .../parameter/ParameterTypeLong.java | 4 +- .../parameter/ParameterTypeMatrix.java | 4 +- .../parameter/ParameterTypeNumber.java | 4 +- .../ParameterTypeParameterValue.java | 4 +- .../parameter/ParameterTypePassword.java | 4 +- .../parameter/ParameterTypePreview.java | 4 +- .../parameter/ParameterTypeRegexp.java | 4 +- .../ParameterTypeRepositoryLocation.java | 4 +- .../parameter/ParameterTypeSQLQuery.java | 4 +- .../parameter/ParameterTypeSingle.java | 4 +- .../parameter/ParameterTypeString.java | 4 +- .../ParameterTypeStringCategory.java | 4 +- .../parameter/ParameterTypeText.java | 4 +- .../parameter/ParameterTypeTupel.java | 4 +- .../parameter/ParameterTypeValue.java | 4 +- src/com/rapidminer/parameter/Parameters.java | 4 +- .../rapidminer/parameter/PortProvider.java | 4 +- .../parameter/StaticMetaDataProvider.java | 4 +- src/com/rapidminer/parameter/TextType.java | 4 +- .../parameter/UndefinedParameterError.java | 4 +- .../AboveOperatorVersionCondition.java | 4 +- .../conditions/BooleanParameterCondition.java | 4 +- .../EqualOperatorVersionCondition.java | 4 +- .../conditions/EqualStringCondition.java | 4 +- .../conditions/EqualTypeCondition.java | 4 +- .../InputPortNotConnectedCondition.java | 4 +- .../conditions/NonEqualStringCondition.java | 4 +- .../conditions/NonEqualTypeCondition.java | 4 +- .../conditions/OrParameterCondition.java | 4 +- .../OutputPortNotConnectedCondition.java | 4 +- .../conditions/ParameterCondition.java | 4 +- .../conditions/PortConnectedCondition.java | 4 +- .../parameter/value/ParameterValueGrid.java | 4 +- .../parameter/value/ParameterValueList.java | 4 +- .../parameter/value/ParameterValueRange.java | 4 +- .../parameter/value/ParameterValues.java | 4 +- src/com/rapidminer/report/Readable.java | 4 +- src/com/rapidminer/report/Renderable.java | 4 +- .../rapidminer/report/ReportException.java | 4 +- src/com/rapidminer/report/ReportStream.java | 4 +- src/com/rapidminer/report/Reportable.java | 4 +- src/com/rapidminer/report/Tableable.java | 4 +- src/com/rapidminer/repository/AccessFlag.java | 4 +- src/com/rapidminer/repository/AccessType.java | 4 +- src/com/rapidminer/repository/BlobEntry.java | 4 +- src/com/rapidminer/repository/DataEntry.java | 4 +- src/com/rapidminer/repository/Entry.java | 4 +- src/com/rapidminer/repository/Folder.java | 4 +- .../rapidminer/repository/IOObjectEntry.java | 4 +- .../MalformedRepositoryLocationException.java | 4 +- .../rapidminer/repository/ProcessEntry.java | 4 +- .../repository/RemoteProcessState.java | 4 +- src/com/rapidminer/repository/Repository.java | 4 +- .../repository/RepositoryAccessor.java | 4 +- .../repository/RepositoryActionCondition.java | 4 +- ...ryActionConditionImplConfigRepository.java | 4 +- ...oryActionConditionImplExampleSetsOnly.java | 4 +- ...RepositoryActionConditionImplStandard.java | 4 +- ...tionConditionImplStandardNoRepository.java | 4 +- .../repository/RepositoryConstants.java | 4 +- .../repository/RepositoryException.java | 4 +- .../repository/RepositoryFactory.java | 4 +- .../repository/RepositoryListener.java | 4 +- .../repository/RepositoryLocation.java | 5 +- .../repository/RepositoryManager.java | 5 +- .../repository/RepositoryVisitor.java | 4 +- .../db/DBConnectionConverterFolder.java | 4 +- .../repository/db/DBConnectionEntry.java | 4 +- .../repository/db/DBConnectionFolder.java | 4 +- .../db/DBConnectionToIOObjectConverter.java | 4 +- .../repository/db/DBRepository.java | 4 +- ...andardDBConnectionToIOObjectConverter.java | 4 +- .../repository/gui/LocalRepositoryPanel.java | 5 +- .../repository/gui/NewRepositoryDialog.java | 4 +- .../repository/gui/RemoteRepositoryPanel.java | 5 +- .../repository/gui/RepositoryBrowser.java | 4 +- .../gui/RepositoryConfigurationDialog.java | 4 +- .../gui/RepositoryConfigurationPanel.java | 4 +- .../gui/RepositoryLocationChooser.java | 4 +- .../gui/RepositorySelectionEvent.java | 4 +- .../gui/RepositorySelectionListener.java | 4 +- .../repository/gui/RepositoryTree.java | 5 +- .../gui/RepositoryTreeCellRenderer.java | 5 +- .../repository/gui/RepositoryTreeModel.java | 5 +- .../repository/gui/RepositoryTreeUtil.java | 5 +- .../repository/gui/RunRemoteDialog.java | 4 +- .../repository/gui/ToolTipProviderHelper.java | 4 +- .../gui/actions/AbstractRepositoryAction.java | 4 +- .../actions/ConfigureRepositoryAction.java | 4 +- .../actions/CopyEntryRepositoryAction.java | 4 +- .../gui/actions/CopyLocationAction.java | 4 +- .../gui/actions/CreateFolderAction.java | 4 +- .../actions/DeleteRepositoryEntryAction.java | 4 +- .../gui/actions/OpenEntryAction.java | 4 +- .../gui/actions/OpenInFileBrowserAction.java | 4 +- .../actions/PasteEntryRepositoryAction.java | 4 +- .../actions/RefreshRepositoryEntryAction.java | 4 +- .../actions/RenameRepositoryEntryAction.java | 4 +- .../actions/RunRemoteNowProcessAction.java | 4 +- .../ShowProcessInRepositoryAction.java | 4 +- .../gui/actions/StoreProcessAction.java | 5 +- .../gui/process/ExceptionWrapper.java | 4 +- .../gui/process/OutputLocation.java | 4 +- .../RemoteProcessTreeCellRenderer.java | 4 +- .../gui/process/RemoteProcessViewer.java | 5 +- .../gui/process/RemoteProcessesTreeModel.java | 7 +- .../repository/local/LocalRepository.java | 5 +- .../repository/local/SimpleBlobEntry.java | 5 +- .../repository/local/SimpleDataEntry.java | 4 +- .../repository/local/SimpleEntry.java | 5 +- .../repository/local/SimpleFolder.java | 4 +- .../repository/local/SimpleIOObjectEntry.java | 5 +- .../repository/local/SimpleProcessEntry.java | 4 +- .../repository/remote/AccessRightsAction.java | 4 +- .../repository/remote/AccessRightsDialog.java | 4 +- .../repository/remote/ConnectionListener.java | 4 +- .../repository/remote/NewRevisionAction.java | 4 +- .../repository/remote/ProcessScheduler.java | 4 +- .../remote/ProcessSchedulerConfig.java | 4 +- .../remote/ProcessSchedulerFactory.java | 4 +- .../remote/ProcessServiceFacade.java | 4 +- .../repository/remote/RMContentType.java | 4 +- .../remote/RapidAnalyticsCLTool.java | 4 +- .../repository/remote/RemoteBlobEntry.java | 4 +- .../repository/remote/RemoteDataEntry.java | 4 +- .../repository/remote/RemoteEntry.java | 4 +- .../repository/remote/RemoteFolder.java | 4 +- .../remote/RemoteIOObjectEntry.java | 4 +- .../repository/remote/RemoteProcessEntry.java | 4 +- .../remote/RemoteProcessScheduler.java | 4 +- .../repository/remote/RemoteRepository.java | 5 +- .../repository/remote/SchedulerResponse.java | 4 +- .../remote/SchedulingException.java | 4 +- .../resource/ResourceDataEntry.java | 4 +- .../repository/resource/ResourceEntry.java | 4 +- .../repository/resource/ResourceFolder.java | 5 +- .../resource/ResourceIOObjectEntry.java | 5 +- .../resource/ResourceProcessEntry.java | 5 +- .../resource/ResourceRepository.java | 4 +- .../test/asserter/AsserterFactory.java | 4 +- .../asserter/AsserterFactoryRapidMiner.java | 4 +- src/com/rapidminer/test_utils/Asserter.java | 4 +- .../test_utils/AsserterRegistry.java | 4 +- .../rapidminer/test_utils/RapidAssert.java | 4 +- src/com/rapidminer/test_utils/Util.java | 4 +- .../tools/AbstractChangeAwareSaveable.java | 5 +- .../rapidminer/tools/AbstractObservable.java | 4 +- src/com/rapidminer/tools/BugReport.java | 4 +- .../tools/BuildingBlockService.java | 4 +- .../rapidminer/tools/CSVParseException.java | 4 +- .../rapidminer/tools/ChangeAwareSaveable.java | 4 +- src/com/rapidminer/tools/ClassColorMap.java | 4 +- src/com/rapidminer/tools/ClassNameMapper.java | 4 +- src/com/rapidminer/tools/DateParser.java | 4 +- .../tools/DefaultMailSessionFactory.java | 4 +- .../rapidminer/tools/DelegatingObserver.java | 4 +- .../tools/DynamicIconUrlStreamHandler.java | 6 +- .../tools/ExtensibleResourceBundle.java | 4 +- .../rapidminer/tools/FileSystemService.java | 4 +- .../rapidminer/tools/FixedConsoleHandler.java | 4 +- .../tools/GenericOperatorFactory.java | 4 +- src/com/rapidminer/tools/GlobCompiler.java | 4 +- .../rapidminer/tools/GlobalAuthenticator.java | 4 +- src/com/rapidminer/tools/GroupTree.java | 4 +- src/com/rapidminer/tools/GroupTreeNode.java | 4 +- src/com/rapidminer/tools/GroupTreeRoot.java | 4 +- src/com/rapidminer/tools/I18N.java | 4 +- .../rapidminer/tools/IterationArrayList.java | 4 +- src/com/rapidminer/tools/LaunchListener.java | 4 +- src/com/rapidminer/tools/LineParser.java | 4 +- src/com/rapidminer/tools/LogService.java | 4 +- src/com/rapidminer/tools/LoggingHandler.java | 4 +- src/com/rapidminer/tools/MailSender.java | 4 +- src/com/rapidminer/tools/MailSenderSMTP.java | 4 +- .../rapidminer/tools/MailSenderSendmail.java | 4 +- .../rapidminer/tools/MailSessionFactory.java | 4 +- src/com/rapidminer/tools/MailUtilities.java | 4 +- src/com/rapidminer/tools/NetTools.java | 4 +- src/com/rapidminer/tools/NumberParser.java | 4 +- .../tools/ObjectVisualizerService.java | 4 +- src/com/rapidminer/tools/Observable.java | 4 +- src/com/rapidminer/tools/Observer.java | 4 +- src/com/rapidminer/tools/Ontology.java | 4 +- .../OperatorResourceConsumptionHandler.java | 4 +- src/com/rapidminer/tools/OperatorService.java | 4 +- .../tools/OutputStreamMultiplier.java | 4 +- .../rapidminer/tools/ParameterService.java | 4 +- .../rapidminer/tools/ParentResolvingMap.java | 4 +- .../tools/PasswortInputCanceledException.java | 4 +- .../rapidminer/tools/ProgressListener.java | 4 +- src/com/rapidminer/tools/RMUrlHandler.java | 4 +- src/com/rapidminer/tools/RandomGenerator.java | 4 +- src/com/rapidminer/tools/ResourceSource.java | 4 +- src/com/rapidminer/tools/ResultService.java | 4 +- .../rapidminer/tools/StrictDecimalFormat.java | 4 +- src/com/rapidminer/tools/StringColorMap.java | 4 +- .../rapidminer/tools/StringProperties.java | 4 +- src/com/rapidminer/tools/TimeFormat.java | 4 +- src/com/rapidminer/tools/Tools.java | 5 +- src/com/rapidminer/tools/WebServiceTools.java | 4 +- src/com/rapidminer/tools/WeightedObject.java | 4 +- .../tools/WrapperLoggingHandler.java | 4 +- .../rapidminer/tools/WriterMultiplier.java | 4 +- src/com/rapidminer/tools/XMLException.java | 4 +- .../rapidminer/tools/XMLSerialization.java | 4 +- src/com/rapidminer/tools/XmlRpcHandler.java | 4 +- .../tools/att/AttributeDataSource.java | 4 +- .../tools/att/AttributeDataSourceCreator.java | 4 +- .../tools/att/AttributeDataSources.java | 4 +- .../rapidminer/tools/att/AttributeSet.java | 4 +- .../tools/cipher/CipherException.java | 4 +- .../rapidminer/tools/cipher/CipherTools.java | 4 +- .../tools/cipher/KeyGenerationException.java | 4 +- .../tools/cipher/KeyGeneratorTool.java | 4 +- .../tools/config/AbstractConfigurable.java | 4 +- .../config/ClientConfigurationManager.java | 4 +- .../rapidminer/tools/config/Configurable.java | 4 +- .../tools/config/ConfigurationException.java | 4 +- .../tools/config/ConfigurationManager.java | 5 +- .../rapidminer/tools/config/Configurator.java | 4 +- .../config/ParameterTypeConfigurable.java | 4 +- .../tools/config/gui/ConfigurationDialog.java | 4 +- .../tools/config/gui/ConfigurationPanel.java | 4 +- .../config/gui/DefaultConfigurationPanel.java | 4 +- .../container/MultidimensionalArraySet.java | 4 +- src/com/rapidminer/tools/container/Pair.java | 4 +- .../rapidminer/tools/container/Triple.java | 4 +- src/com/rapidminer/tools/container/Tupel.java | 4 +- .../rapidminer/tools/container/ValueSet.java | 4 +- .../tools/documentation/ExampleProcess.java | 4 +- .../documentation/GroupDocumentation.java | 4 +- .../documentation/OperatorDocBundle.java | 4 +- .../documentation/OperatorDocumentation.java | 4 +- .../documentation/XMLOperatorDocBundle.java | 4 +- .../parser/AbstractExpressionParser.java | 7 +- .../parser/ExpressionParserConstants.java | 4 +- .../parser/ExpressionParserFactory.java | 5 +- .../tools/expression/parser/Function.java | 4 +- .../parser/FunctionDescription.java | 5 +- .../parser/JEPFunctionException.java | 4 +- .../tools/expression/parser/UnknownValue.java | 4 +- src/com/rapidminer/tools/io/Encoding.java | 4 +- .../tools/io/GlobFilenameFilter.java | 4 +- .../tools/io/TransferableImage.java | 4 +- .../tools/jdbc/ColumnIdentifier.java | 4 +- .../tools/jdbc/DataTypeSyntaxInformation.java | 4 +- .../tools/jdbc/DatabaseHandler.java | 5 +- .../tools/jdbc/DatabaseService.java | 5 +- .../rapidminer/tools/jdbc/DriverAdapter.java | 4 +- src/com/rapidminer/tools/jdbc/DriverInfo.java | 4 +- .../rapidminer/tools/jdbc/JDBCProperties.java | 4 +- .../tools/jdbc/StatementCreator.java | 4 +- .../tools/jdbc/TableMetaDataCache.java | 4 +- src/com/rapidminer/tools/jdbc/TableName.java | 4 +- .../connection/AccessConnectionEntry.java | 4 +- .../jdbc/connection/ConnectionEntry.java | 4 +- .../jdbc/connection/ConnectionProvider.java | 4 +- .../connection/DatabaseConnectionService.java | 4 +- .../jdbc/connection/FieldConnectionEntry.java | 4 +- .../tools/math/AnovaCalculator.java | 4 +- src/com/rapidminer/tools/math/Averagable.java | 4 +- .../rapidminer/tools/math/AverageVector.java | 4 +- .../tools/math/BinaryPeakFinder.java | 4 +- .../tools/math/CombinationGenerator.java | 4 +- src/com/rapidminer/tools/math/Complex.java | 4 +- .../tools/math/ContingencyTableTools.java | 4 +- .../rapidminer/tools/math/FDistribution.java | 4 +- .../tools/math/FastFourierTransform.java | 4 +- .../tools/math/LiftDataGenerator.java | 4 +- .../tools/math/LinearRegression.java | 4 +- .../rapidminer/tools/math/MathFunctions.java | 4 +- src/com/rapidminer/tools/math/Peak.java | 4 +- src/com/rapidminer/tools/math/PeakFinder.java | 4 +- src/com/rapidminer/tools/math/ROCBias.java | 4 +- src/com/rapidminer/tools/math/ROCData.java | 4 +- .../tools/math/ROCDataGenerator.java | 4 +- src/com/rapidminer/tools/math/ROCPoint.java | 4 +- src/com/rapidminer/tools/math/RunVector.java | 4 +- .../SignificanceCalculationException.java | 4 +- .../tools/math/SignificanceTestResult.java | 4 +- .../tools/math/SimplePeakFinder.java | 4 +- .../rapidminer/tools/math/SpectrumFilter.java | 4 +- .../tools/math/StringToMatrixConverter.java | 4 +- src/com/rapidminer/tools/math/TestGroup.java | 4 +- src/com/rapidminer/tools/math/VectorMath.java | 4 +- .../math/WeightedConfidenceAndLabel.java | 4 +- .../rapidminer/tools/math/WindowFunction.java | 4 +- .../tools/math/container/BallTree.java | 4 +- .../tools/math/container/BallTreeNode.java | 4 +- .../math/container/BoundedPriorityQueue.java | 4 +- .../container/GeometricDataCollection.java | 4 +- .../tools/math/container/KDTree.java | 4 +- .../tools/math/container/KDTreeNode.java | 4 +- .../tools/math/container/LinearList.java | 4 +- .../tools/math/container/Range.java | 4 +- .../ReverseComparableComparator.java | 4 +- .../math/container/ReverseComparator.java | 4 +- .../distribution/ContinuousDistribution.java | 4 +- .../distribution/DiscreteDistribution.java | 4 +- .../tools/math/distribution/Distribution.java | 4 +- .../distribution/EmpiricalDistribution.java | 4 +- .../EmpiricalNormalDistribution.java | 4 +- .../math/distribution/NormalDistribution.java | 4 +- .../kernel/FullKernelDistribution.java | 4 +- .../kernel/GreedyKernelDistribution.java | 4 +- .../kernel/KernelDistribution.java | 4 +- .../distribution/kernel/NormalKernel.java | 4 +- .../AbstractAggregationFunction.java | 4 +- .../aggregation/AggregationFunction.java | 4 +- .../function/aggregation/AverageFunction.java | 4 +- .../function/aggregation/CountFunction.java | 4 +- .../function/aggregation/MaxFunction.java | 4 +- .../function/aggregation/MedianFunction.java | 4 +- .../function/aggregation/MinFunction.java | 4 +- .../function/aggregation/ModeFunction.java | 4 +- .../function/aggregation/ProductFunction.java | 4 +- .../StandardDeviationFunction.java | 4 +- .../function/aggregation/SumFunction.java | 4 +- .../aggregation/VarianceFunction.java | 4 +- .../window/BartlettWindowFunction.java | 4 +- .../window/BlackmanHarrisWindowFunction.java | 4 +- .../window/BlackmanWindowFunction.java | 4 +- .../window/GaussianWindowFunction.java | 4 +- .../window/HammingWindowFunction.java | 4 +- .../function/window/HannWindowFunction.java | 4 +- .../window/RectangularWindowFunction.java | 4 +- .../window/TriangularWindowFunction.java | 4 +- .../math/function/window/WindowFunction.java | 4 +- .../tools/math/kernels/AnovaKernel.java | 4 +- .../tools/math/kernels/DotKernel.java | 4 +- .../math/kernels/EpanechnikovKernel.java | 4 +- .../tools/math/kernels/FullCache.java | 4 +- .../kernels/GaussianCombinationKernel.java | 4 +- .../rapidminer/tools/math/kernels/Kernel.java | 4 +- .../tools/math/kernels/KernelCache.java | 4 +- .../tools/math/kernels/MapBasedCache.java | 4 +- .../math/kernels/MultiquadricKernel.java | 4 +- .../tools/math/kernels/PolynomialKernel.java | 4 +- .../tools/math/kernels/RBFKernel.java | 4 +- .../tools/math/kernels/SigmoidKernel.java | 4 +- .../tools/math/matrix/CovarianceMatrix.java | 4 +- .../tools/math/matrix/MatrixTools.java | 4 +- .../tools/math/optimization/Optimization.java | 4 +- .../ec/es/BoltzmannSelection.java | 4 +- .../math/optimization/ec/es/Crossover.java | 4 +- .../math/optimization/ec/es/CutSelection.java | 4 +- .../optimization/ec/es/ESOptimization.java | 4 +- .../optimization/ec/es/ElitistSelection.java | 4 +- .../optimization/ec/es/GaussianMutation.java | 4 +- .../math/optimization/ec/es/Individual.java | 4 +- .../math/optimization/ec/es/Mutation.java | 4 +- .../ec/es/NonDominatedSortingSelection.java | 4 +- .../ec/es/OptimizationValueType.java | 4 +- .../math/optimization/ec/es/Population.java | 4 +- .../ec/es/PopulationOperator.java | 4 +- .../optimization/ec/es/PopulationPlotter.java | 4 +- .../optimization/ec/es/RankSelection.java | 4 +- .../optimization/ec/es/RouletteWheel.java | 4 +- .../optimization/ec/es/SparsityMutation.java | 4 +- .../ec/es/StochasticUniversalSampling.java | 4 +- .../optimization/ec/es/SwitchingMutation.java | 4 +- .../ec/es/TournamentSelection.java | 4 +- .../optimization/ec/es/UniformSelection.java | 4 +- .../optimization/ec/es/VarianceAdaption.java | 4 +- .../optimization/ec/pso/PSOOptimization.java | 4 +- .../math/optimization/ec/pso/Population.java | 4 +- .../OrderedSamplingWithoutReplacement.java | 4 +- .../math/similarity/BregmanDivergence.java | 4 +- .../math/similarity/DistanceMeasure.java | 4 +- .../similarity/DistanceMeasureHelper.java | 4 +- .../math/similarity/DistanceMeasures.java | 4 +- .../math/similarity/SimilarityMeasure.java | 4 +- .../divergences/GeneralizedIDivergence.java | 4 +- .../divergences/ItakuraSaitoDistance.java | 4 +- .../similarity/divergences/KLDivergence.java | 4 +- .../divergences/LogarithmicLoss.java | 4 +- .../similarity/divergences/LogisticLoss.java | 4 +- .../divergences/MahalanobisDistance.java | 4 +- .../divergences/SquaredEuclideanDistance.java | 4 +- .../similarity/divergences/SquaredLoss.java | 4 +- .../mixed/MixedEuclideanDistance.java | 4 +- .../nominal/AbstractNominalSimilarity.java | 4 +- .../nominal/DiceNominalSimilarity.java | 4 +- .../nominal/JaccardNominalSimilarity.java | 4 +- .../nominal/KulczynskiNominalSimilarity.java | 4 +- .../nominal/LevenshteinDistance.java | 4 +- .../similarity/nominal/NominalDistance.java | 4 +- .../RogersTanimotoNominalSimilarity.java | 4 +- .../nominal/RussellRaoNominalSimilarity.java | 4 +- .../SimpleMatchingNominalSimilarity.java | 4 +- .../numerical/CamberraNumericalDistance.java | 4 +- .../numerical/ChebychevNumericalDistance.java | 4 +- .../numerical/CorrelationSimilarity.java | 4 +- .../numerical/CosineSimilarity.java | 4 +- .../similarity/numerical/DTWDistance.java | 4 +- .../numerical/DiceNumericalSimilarity.java | 4 +- .../numerical/EuclideanDistance.java | 4 +- .../numerical/InnerProductSimilarity.java | 4 +- .../numerical/JaccardNumericalSimilarity.java | 4 +- .../numerical/KernelEuclideanDistance.java | 4 +- .../numerical/ManhattanDistance.java | 4 +- .../numerical/MaxProductSimilarity.java | 4 +- .../numerical/OverlapNumericalSimilarity.java | 4 +- .../smoothing/BisquareSmoothingKernel.java | 4 +- .../EpanechnikovSmoothingKernel.java | 4 +- .../smoothing/ExponentialSmoothingKernel.java | 4 +- .../smoothing/GaussianSmoothingKernel.java | 4 +- .../math/smoothing/McLainSmoothingKernel.java | 4 +- .../smoothing/RectangularSmoothingKernel.java | 4 +- .../tools/math/smoothing/SmoothingKernel.java | 4 +- .../math/smoothing/SmoothingKernels.java | 4 +- .../smoothing/TriangularSmoothingKernel.java | 4 +- .../smoothing/TricubeSmoothingKernel.java | 4 +- .../smoothing/TriweightSmoothingKernel.java | 4 +- .../tools/math/som/AdaptationFunction.java | 4 +- .../tools/math/som/DistanceFunction.java | 4 +- .../tools/math/som/EuclideanDistance.java | 4 +- .../rapidminer/tools/math/som/KohonenNet.java | 4 +- .../tools/math/som/KohonenNode.java | 4 +- .../tools/math/som/KohonenTrainingsData.java | 4 +- .../tools/math/som/ProgressListener.java | 4 +- .../tools/math/som/RandomDataContainer.java | 4 +- .../tools/math/som/RitterAdaptation.java | 4 +- .../tools/metadata/MetaDataTools.java | 4 +- .../rapidminer/tools/parameter/Parameter.java | 4 +- .../parameter/ParameterChangeListener.java | 4 +- .../tools/parameter/ParameterScope.java | 4 +- .../tools/parameter/ParameterWriter.java | 4 +- .../parameter/WindowsBatParameterWriter.java | 4 +- .../parameter/WindowsExeParameterWriter.java | 4 +- .../rapidminer/tools/patterns/Visitor.java | 4 +- .../tools/plugin/AllPluginsClassLoader.java | 4 +- .../rapidminer/tools/plugin/Dependency.java | 4 +- src/com/rapidminer/tools/plugin/Plugin.java | 5 +- .../tools/plugin/PluginClassLoader.java | 4 +- .../tools/plugin/PluginException.java | 4 +- .../OperatorStatisticsComparator.java | 4 +- .../OperatorStatisticsDataTable.java | 4 +- .../usagestats/OperatorStatisticsValue.java | 4 +- .../usagestats/OperatorUsageStatistics.java | 4 +- .../tools/usagestats/UsageStatistics.java | 4 +- .../UsageStatsTransmissionDialog.java | 4 +- .../tools/xml/MapBasedNamespaceContext.java | 4 +- .../tools/xml/XHTMLEntityResolver.java | 4 +- .../madm/operator/ClusteringAlgorithms.java | 4 +- src/de/dfki/madm/operator/KMeanspp.java | 4 +- .../madm/operator/clustering/XMeansCore.java | 4 +- ...AutoMLPImprovedNeuralNetModelRenderer.java | 4 +- .../AutoMLPImprovedNeuralNetLearner.java | 4 +- .../AutoMLPImprovedNeuralNetModel.java | 4 +- .../AutoMLPImprovedNeuralNetVisualizer.java | 4 +- src/liblinear/ArraySorter.java | 4 +- src/liblinear/DoubleArrayPointer.java | 4 +- src/liblinear/FeatureNode.java | 4 +- src/liblinear/Function.java | 4 +- src/liblinear/IntArrayPointer.java | 4 +- src/liblinear/L2LossSVMFunction.java | 4 +- src/liblinear/L2LrFunction.java | 4 +- src/liblinear/Linear.java | 4 +- src/liblinear/Model.java | 4 +- src/liblinear/Parameter.java | 4 +- src/liblinear/Predict.java | 4 +- src/liblinear/Problem.java | 4 +- src/liblinear/SolverMCSVM_CS.java | 4 +- src/liblinear/SolverType.java | 4 +- src/liblinear/Train.java | 4 +- src/liblinear/Tron.java | 4 +- src/libsvm/Kernel.java | 4 +- src/libsvm/Svm.java | 4 +- src/libsvm/svm_model.java | 4 +- src/libsvm/svm_node.java | 4 +- src/libsvm/svm_parameter.java | 4 +- src/libsvm/svm_problem.java | 4 +- .../tools/jep/function/ExpressionParser.java | 5 +- .../jep/function/expressions/Average.java | 4 +- .../jep/function/expressions/BitwiseAnd.java | 4 +- .../jep/function/expressions/BitwiseNot.java | 4 +- .../jep/function/expressions/BitwiseOr.java | 4 +- .../jep/function/expressions/BitwiseXor.java | 4 +- .../jep/function/expressions/Constant.java | 4 +- .../function/expressions/LogarithmDualis.java | 4 +- .../jep/function/expressions/MacroValue.java | 4 +- .../jep/function/expressions/Maximum.java | 4 +- .../jep/function/expressions/Minimum.java | 4 +- .../jep/function/expressions/Missing.java | 4 +- .../function/expressions/ParameterValue.java | 4 +- .../jep/function/expressions/Random.java | 4 +- .../jep/function/expressions/Signum.java | 4 +- .../expressions/date/Date2String.java | 4 +- .../expressions/date/Date2StringCustom.java | 4 +- .../date/Date2StringWithLocale.java | 4 +- .../function/expressions/date/DateAdd.java | 4 +- .../function/expressions/date/DateAfter.java | 4 +- .../function/expressions/date/DateBefore.java | 4 +- .../function/expressions/date/DateCreate.java | 4 +- .../function/expressions/date/DateDiff.java | 4 +- .../function/expressions/date/DateGet.java | 4 +- .../function/expressions/date/DateParse.java | 4 +- .../expressions/date/DateParseCustom.java | 4 +- .../expressions/date/DateParseWithLocale.java | 4 +- .../function/expressions/date/DateSet.java | 4 +- .../jep/function/expressions/number/Str.java | 4 +- .../jep/function/expressions/text/CharAt.java | 4 +- .../function/expressions/text/Compare.java | 4 +- .../jep/function/expressions/text/Concat.java | 4 +- .../function/expressions/text/Contains.java | 4 +- .../function/expressions/text/EndsWith.java | 4 +- .../jep/function/expressions/text/Equals.java | 4 +- .../function/expressions/text/EscapeHTML.java | 4 +- .../jep/function/expressions/text/Finds.java | 4 +- .../function/expressions/text/IndexOf.java | 4 +- .../jep/function/expressions/text/Length.java | 4 +- .../function/expressions/text/LowerCase.java | 4 +- .../function/expressions/text/Matches.java | 4 +- .../expressions/text/ParseNumber.java | 4 +- .../jep/function/expressions/text/Prefix.java | 4 +- .../function/expressions/text/Replace.java | 4 +- .../expressions/text/ReplaceRegex.java | 4 +- .../function/expressions/text/StartsWith.java | 4 +- .../function/expressions/text/Substring.java | 4 +- .../jep/function/expressions/text/Suffix.java | 4 +- .../jep/function/expressions/text/Trim.java | 4 +- .../function/expressions/text/UpperCase.java | 4 +- src_launcher/com/rapid_i/Launcher.java | 23 +- .../com/rapid_i/SystemInfoUtilities.java | 5 +- .../AbstractCommandLineConfigurator.java | 5 +- .../command_line/CommandLineConfigurator.java | 7 +- .../OSXCommandLineConfigurator.java | 5 +- .../SolarisCommandLineConfigurator.java | 5 +- .../UnixCommandLineConfigurator.java | 4 +- .../WindowsCommandLineConfigurator.java | 5 +- src_test/com/rapidminer/test/TestContext.java | 4 +- 3145 files changed, 6396 insertions(+), 6875 deletions(-) diff --git a/src/HTMLImageAdder.java b/src/HTMLImageAdder.java index 9754c14..5b88d1d 100644 --- a/src/HTMLImageAdder.java +++ b/src/HTMLImageAdder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2013 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/LicensePrepender.java b/src/LicensePrepender.java index e031db0..45170f6 100644 --- a/src/LicensePrepender.java +++ b/src/LicensePrepender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2013 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/OperatorListCreator.java b/src/OperatorListCreator.java index b023c10..ccb9217 100644 --- a/src/OperatorListCreator.java +++ b/src/OperatorListCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2013 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/ParameterRefactoring.java b/src/ParameterRefactoring.java index 28fb98c..96ea125 100644 --- a/src/ParameterRefactoring.java +++ b/src/ParameterRefactoring.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2013 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/RemoveClassVersionTags.java b/src/RemoveClassVersionTags.java index 27e944d..2c05f95 100644 --- a/src/RemoveClassVersionTags.java +++ b/src/RemoveClassVersionTags.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2013 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/StyleCheck.java b/src/StyleCheck.java index 6d38397..67f1a49 100644 --- a/src/StyleCheck.java +++ b/src/StyleCheck.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2013 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/AbstractPackageDescriptorListCellRenderer.java b/src/com/rapid_i/deployment/update/client/AbstractPackageDescriptorListCellRenderer.java index 6534f50..46bffec 100644 --- a/src/com/rapid_i/deployment/update/client/AbstractPackageDescriptorListCellRenderer.java +++ b/src/com/rapid_i/deployment/update/client/AbstractPackageDescriptorListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/ChecksumException.java b/src/com/rapid_i/deployment/update/client/ChecksumException.java index 78ec358..fc91468 100644 --- a/src/com/rapid_i/deployment/update/client/ChecksumException.java +++ b/src/com/rapid_i/deployment/update/client/ChecksumException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/ConfirmLicensesDialog.java b/src/com/rapid_i/deployment/update/client/ConfirmLicensesDialog.java index f8762b8..593fd07 100644 --- a/src/com/rapid_i/deployment/update/client/ConfirmLicensesDialog.java +++ b/src/com/rapid_i/deployment/update/client/ConfirmLicensesDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.awt.Color; diff --git a/src/com/rapid_i/deployment/update/client/ExtensionDialog.java b/src/com/rapid_i/deployment/update/client/ExtensionDialog.java index 0391789..bdae444 100644 --- a/src/com/rapid_i/deployment/update/client/ExtensionDialog.java +++ b/src/com/rapid_i/deployment/update/client/ExtensionDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/InMemoryZipFile.java b/src/com/rapid_i/deployment/update/client/InMemoryZipFile.java index cd3d607..018844b 100644 --- a/src/com/rapid_i/deployment/update/client/InMemoryZipFile.java +++ b/src/com/rapid_i/deployment/update/client/InMemoryZipFile.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/ManagedExtension.java b/src/com/rapid_i/deployment/update/client/ManagedExtension.java index 1d36f2f..0b781db 100644 --- a/src/com/rapid_i/deployment/update/client/ManagedExtension.java +++ b/src/com/rapid_i/deployment/update/client/ManagedExtension.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/PackageDescriptorCache.java b/src/com/rapid_i/deployment/update/client/PackageDescriptorCache.java index 69f3db8..4af2211 100644 --- a/src/com/rapid_i/deployment/update/client/PackageDescriptorCache.java +++ b/src/com/rapid_i/deployment/update/client/PackageDescriptorCache.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/PackageListCellRenderer.java b/src/com/rapid_i/deployment/update/client/PackageListCellRenderer.java index a32eae1..786e3fc 100644 --- a/src/com/rapid_i/deployment/update/client/PackageListCellRenderer.java +++ b/src/com/rapid_i/deployment/update/client/PackageListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.awt.Color; diff --git a/src/com/rapid_i/deployment/update/client/PendingPurchasesInstallationDialog.java b/src/com/rapid_i/deployment/update/client/PendingPurchasesInstallationDialog.java index e20c1fa..1853bd8 100644 --- a/src/com/rapid_i/deployment/update/client/PendingPurchasesInstallationDialog.java +++ b/src/com/rapid_i/deployment/update/client/PendingPurchasesInstallationDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.awt.BorderLayout; diff --git a/src/com/rapid_i/deployment/update/client/ProgressReportingInputStream.java b/src/com/rapid_i/deployment/update/client/ProgressReportingInputStream.java index 449347f..99bdb44 100644 --- a/src/com/rapid_i/deployment/update/client/ProgressReportingInputStream.java +++ b/src/com/rapid_i/deployment/update/client/ProgressReportingInputStream.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/ProgressReportingOutputStream.java b/src/com/rapid_i/deployment/update/client/ProgressReportingOutputStream.java index e570101..7b08f5f 100644 --- a/src/com/rapid_i/deployment/update/client/ProgressReportingOutputStream.java +++ b/src/com/rapid_i/deployment/update/client/ProgressReportingOutputStream.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/UpdateDialog.java b/src/com/rapid_i/deployment/update/client/UpdateDialog.java index 08a981b..33f6c7b 100644 --- a/src/com/rapid_i/deployment/update/client/UpdateDialog.java +++ b/src/com/rapid_i/deployment/update/client/UpdateDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.awt.BorderLayout; diff --git a/src/com/rapid_i/deployment/update/client/UpdateListCellRenderer.java b/src/com/rapid_i/deployment/update/client/UpdateListCellRenderer.java index 7ec2c15..4d46e45 100644 --- a/src/com/rapid_i/deployment/update/client/UpdateListCellRenderer.java +++ b/src/com/rapid_i/deployment/update/client/UpdateListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.awt.Color; diff --git a/src/com/rapid_i/deployment/update/client/UpdateManager.java b/src/com/rapid_i/deployment/update/client/UpdateManager.java index e139819..7c37838 100644 --- a/src/com/rapid_i/deployment/update/client/UpdateManager.java +++ b/src/com/rapid_i/deployment/update/client/UpdateManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.io.BufferedReader; diff --git a/src/com/rapid_i/deployment/update/client/UpdatePackagesModel.java b/src/com/rapid_i/deployment/update/client/UpdatePackagesModel.java index cbebc99..0fb4cee 100644 --- a/src/com/rapid_i/deployment/update/client/UpdatePackagesModel.java +++ b/src/com/rapid_i/deployment/update/client/UpdatePackagesModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.util.Date; diff --git a/src/com/rapid_i/deployment/update/client/UpdatePanel.java b/src/com/rapid_i/deployment/update/client/UpdatePanel.java index 266b174..a36e038 100644 --- a/src/com/rapid_i/deployment/update/client/UpdatePanel.java +++ b/src/com/rapid_i/deployment/update/client/UpdatePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/UpdatePanelSearchTab.java b/src/com/rapid_i/deployment/update/client/UpdatePanelSearchTab.java index 0e77296..bc07381 100644 --- a/src/com/rapid_i/deployment/update/client/UpdatePanelSearchTab.java +++ b/src/com/rapid_i/deployment/update/client/UpdatePanelSearchTab.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/UpdatePanelTab.java b/src/com/rapid_i/deployment/update/client/UpdatePanelTab.java index 224c6b3..b776712 100644 --- a/src/com/rapid_i/deployment/update/client/UpdatePanelTab.java +++ b/src/com/rapid_i/deployment/update/client/UpdatePanelTab.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.awt.BorderLayout; diff --git a/src/com/rapid_i/deployment/update/client/UpdatePanelUpdatesTab.java b/src/com/rapid_i/deployment/update/client/UpdatePanelUpdatesTab.java index 8741b40..7d3ea60 100644 --- a/src/com/rapid_i/deployment/update/client/UpdatePanelUpdatesTab.java +++ b/src/com/rapid_i/deployment/update/client/UpdatePanelUpdatesTab.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.awt.Color; diff --git a/src/com/rapid_i/deployment/update/client/UpdateServerAccount.java b/src/com/rapid_i/deployment/update/client/UpdateServerAccount.java index 51a2404..131d133 100644 --- a/src/com/rapid_i/deployment/update/client/UpdateServerAccount.java +++ b/src/com/rapid_i/deployment/update/client/UpdateServerAccount.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.deployment.update.client; import java.net.PasswordAuthentication; diff --git a/src/com/rapid_i/deployment/update/client/listmodels/AbstractPackageListModel.java b/src/com/rapid_i/deployment/update/client/listmodels/AbstractPackageListModel.java index d5301e4..708b8a5 100644 --- a/src/com/rapid_i/deployment/update/client/listmodels/AbstractPackageListModel.java +++ b/src/com/rapid_i/deployment/update/client/listmodels/AbstractPackageListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/listmodels/BookmarksPackageListModel.java b/src/com/rapid_i/deployment/update/client/listmodels/BookmarksPackageListModel.java index b0a5deb..7f1057b 100644 --- a/src/com/rapid_i/deployment/update/client/listmodels/BookmarksPackageListModel.java +++ b/src/com/rapid_i/deployment/update/client/listmodels/BookmarksPackageListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/listmodels/LicencedPackageListModel.java b/src/com/rapid_i/deployment/update/client/listmodels/LicencedPackageListModel.java index 075dae6..fddd3fd 100644 --- a/src/com/rapid_i/deployment/update/client/listmodels/LicencedPackageListModel.java +++ b/src/com/rapid_i/deployment/update/client/listmodels/LicencedPackageListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/listmodels/SearchPackageListModel.java b/src/com/rapid_i/deployment/update/client/listmodels/SearchPackageListModel.java index 3732256..a2da868 100644 --- a/src/com/rapid_i/deployment/update/client/listmodels/SearchPackageListModel.java +++ b/src/com/rapid_i/deployment/update/client/listmodels/SearchPackageListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/listmodels/TopDownloadsPackageListModel.java b/src/com/rapid_i/deployment/update/client/listmodels/TopDownloadsPackageListModel.java index 5c2cf91..8db47df 100644 --- a/src/com/rapid_i/deployment/update/client/listmodels/TopDownloadsPackageListModel.java +++ b/src/com/rapid_i/deployment/update/client/listmodels/TopDownloadsPackageListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/listmodels/TopRatedPackageListModel.java b/src/com/rapid_i/deployment/update/client/listmodels/TopRatedPackageListModel.java index f7e947d..254daeb 100644 --- a/src/com/rapid_i/deployment/update/client/listmodels/TopRatedPackageListModel.java +++ b/src/com/rapid_i/deployment/update/client/listmodels/TopRatedPackageListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapid_i/deployment/update/client/listmodels/UpdatesPackageListModel.java b/src/com/rapid_i/deployment/update/client/listmodels/UpdatesPackageListModel.java index c6e48ee..32531b7 100644 --- a/src/com/rapid_i/deployment/update/client/listmodels/UpdatesPackageListModel.java +++ b/src/com/rapid_i/deployment/update/client/listmodels/UpdatesPackageListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/BreakpointListener.java b/src/com/rapidminer/BreakpointListener.java index 74a2794..3c60bc0 100644 --- a/src/com/rapidminer/BreakpointListener.java +++ b/src/com/rapidminer/BreakpointListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/ConsoleInputHandler.java b/src/com/rapidminer/ConsoleInputHandler.java index 7d0dab8..a9b46b4 100644 --- a/src/com/rapidminer/ConsoleInputHandler.java +++ b/src/com/rapidminer/ConsoleInputHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/Experiment.java b/src/com/rapidminer/Experiment.java index 68128e3..40c3060 100644 --- a/src/com/rapidminer/Experiment.java +++ b/src/com/rapidminer/Experiment.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/FileProcessLocation.java b/src/com/rapidminer/FileProcessLocation.java index 1ea4d07..c13e21a 100644 --- a/src/com/rapidminer/FileProcessLocation.java +++ b/src/com/rapidminer/FileProcessLocation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/InputHandler.java b/src/com/rapidminer/InputHandler.java index bf7d174..5f9ca0a 100644 --- a/src/com/rapidminer/InputHandler.java +++ b/src/com/rapidminer/InputHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/LoggingListener.java b/src/com/rapidminer/LoggingListener.java index db8d284..6f01fd5 100644 --- a/src/com/rapidminer/LoggingListener.java +++ b/src/com/rapidminer/LoggingListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/MacroHandler.java b/src/com/rapidminer/MacroHandler.java index 76043c9..c338752 100644 --- a/src/com/rapidminer/MacroHandler.java +++ b/src/com/rapidminer/MacroHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/NoBugError.java b/src/com/rapidminer/NoBugError.java index b6ef7a0..7ca6c7c 100644 --- a/src/com/rapidminer/NoBugError.java +++ b/src/com/rapidminer/NoBugError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/NoOpUserError.java b/src/com/rapidminer/NoOpUserError.java index 0a042b2..e50fda9 100644 --- a/src/com/rapidminer/NoOpUserError.java +++ b/src/com/rapidminer/NoOpUserError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/ObjectVisualizer.java b/src/com/rapidminer/ObjectVisualizer.java index a6c3aa5..0780b61 100644 --- a/src/com/rapidminer/ObjectVisualizer.java +++ b/src/com/rapidminer/ObjectVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/OperatorLibraryService.java b/src/com/rapidminer/OperatorLibraryService.java index 2f44c56..b354258 100644 --- a/src/com/rapidminer/OperatorLibraryService.java +++ b/src/com/rapidminer/OperatorLibraryService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/Process.java b/src/com/rapidminer/Process.java index 87ff490..a377ff3 100644 --- a/src/com/rapidminer/Process.java +++ b/src/com/rapidminer/Process.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/ProcessContext.java b/src/com/rapidminer/ProcessContext.java index dab6e40..3d82d1c 100644 --- a/src/com/rapidminer/ProcessContext.java +++ b/src/com/rapidminer/ProcessContext.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/ProcessListener.java b/src/com/rapidminer/ProcessListener.java index 0975f68..df535e1 100644 --- a/src/com/rapidminer/ProcessListener.java +++ b/src/com/rapidminer/ProcessListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/ProcessLocation.java b/src/com/rapidminer/ProcessLocation.java index d2e56b4..d2c5a0f 100644 --- a/src/com/rapidminer/ProcessLocation.java +++ b/src/com/rapidminer/ProcessLocation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/ProcessSetupListener.java b/src/com/rapidminer/ProcessSetupListener.java index cdacbc7..3edc45b 100644 --- a/src/com/rapidminer/ProcessSetupListener.java +++ b/src/com/rapidminer/ProcessSetupListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/ProcessStorageListener.java b/src/com/rapidminer/ProcessStorageListener.java index 139a708..7e8f8b4 100644 --- a/src/com/rapidminer/ProcessStorageListener.java +++ b/src/com/rapidminer/ProcessStorageListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/RapidMiner.java b/src/com/rapidminer/RapidMiner.java index 559de14..4efcf8a 100644 --- a/src/com/rapidminer/RapidMiner.java +++ b/src/com/rapidminer/RapidMiner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -124,7 +124,7 @@ public enum ExecutionMode { private final boolean hasMainFrame; private final boolean loadManagedExtensions; - private ExecutionMode(boolean isHeadless, boolean canAccessFilesystem, boolean hasMainFrame, boolean loadManagedExtensions) { + private ExecutionMode(final boolean isHeadless, final boolean canAccessFilesystem, final boolean hasMainFrame, final boolean loadManagedExtensions) { this.isHeadless = isHeadless; this.canAccessFilesystem = canAccessFilesystem; this.hasMainFrame = hasMainFrame; @@ -428,33 +428,6 @@ public boolean isLoadingManagedExtensions() { ParameterService.registerParameter(new ParameterTypeString(PROPERTY_RAPIDMINER_SOCKS_PROXY_HOST, "The proxy host to use for SOCKS.", true), "system"); ParameterService.registerParameter(new ParameterTypeInt(PROPERTY_RAPIDMINER_SOCKS_PROXY_PORT, "The proxy port to use for SOCKS.", 0, 65535, true), "system"); ParameterService.registerParameter(new ParameterTypeInt(WebServiceTools.WEB_SERVICE_TIMEOUT, "The timeout in milliseconds for webservice and url connections. Restart required to take effect.", 1, Integer.MAX_VALUE, 20000),"system"); - //TODO: Re-add this after the 5.3.001 Release - /* - ParameterService.registerParameter(new ParameterTypeInt(PROPERTY_RAPIDMINER_MAX_MEMORY, "The amount of memory (in MB) used by RapidMiner.", 64, Integer.MAX_VALUE, 512), "system"); - - // add parameter change listener early so we are guaranteed to notice changes to MAX_MEMORY setting by the user - ParameterService.registerParameterChangeListener(new ParameterChangeListener() { - - @Override - public void informParameterSaved() { - // nothing to do here - } - - @Override - public void informParameterChanged(String key, String value) { - if (PROPERTY_RAPIDMINER_MAX_MEMORY.equals(key)) { - try { - // make sure it's an int - Integer.parseInt(value); - Tools.writeTextFile(FileSystemService.getMemoryConfigFile(), value); - } catch (IOException e) { - LogService.getRoot().log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.writing_memory_file_error", e.getMessage()), e); - } catch (NumberFormatException e) { - LogService.getRoot().log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.writing_memory_file_error", e.getMessage()), e); - } - } - } - });*/ } private static InputHandler inputHandler = new ConsoleInputHandler(); @@ -485,20 +458,18 @@ public static VersionNumber getVersion() { * @deprecated Use {@link #readProcessFile(File)} instead */ @Deprecated - public static Process readExperimentFile(File experimentfile) throws XMLException, IOException, InstantiationException, IllegalAccessException { + public static Process readExperimentFile(final File experimentfile) throws XMLException, IOException, InstantiationException, IllegalAccessException { return readProcessFile(experimentfile); } - public static Process readProcessFile(File processFile) throws XMLException, IOException, InstantiationException, IllegalAccessException { + public static Process readProcessFile(final File processFile) throws XMLException, IOException, InstantiationException, IllegalAccessException { return readProcessFile(processFile, null); } - public static Process readProcessFile(File processFile, ProgressListener progressListener) throws XMLException, IOException, InstantiationException, IllegalAccessException { + public static Process readProcessFile(final File processFile, final ProgressListener progressListener) throws XMLException, IOException, InstantiationException, IllegalAccessException { try { - //LogService.getRoot().fine("Reading process file '" + processFile + "'."); LogService.getRoot().log(Level.FINE, "com.rapidminer.RapidMiner.reading_process_file", processFile); if (!processFile.exists() || !processFile.canRead()) { - //LogService.getRoot().severe("Cannot read process definition file '" + processFile + "'!"); LogService.getRoot().log(Level.SEVERE, "com.rapidminer.RapidMiner.reading_process_definition_file_error", processFile); } return new Process(processFile, progressListener); @@ -551,10 +522,6 @@ public static void init() { Plugin.initPluginSplashTexts(RapidMiner.splashScreen); RapidMiner.showSplashInfos(); - //RapidMiner.splashMessage("init_setup"); - - //LogService.getRoot().config("Default encoding is " + Tools.getDefaultEncoding()+"."); - RapidMiner.splashMessage("init_ops"); OperatorService.init(); @@ -562,26 +529,25 @@ public static void init() { RapidMiner.splashMessage("xml_transformer"); XMLImporter.init(); - - RapidMiner.splashMessage("load_jdbc_drivers"); - DatabaseService.init(); - DatabaseConnectionService.init(); - - RapidMiner.splashMessage("init_configurables"); - ConfigurationManager.getInstance().initialize(); - + // generate encryption key if necessary if (!CipherTools.isKeyAvailable()) { RapidMiner.splashMessage("gen_key"); try { KeyGeneratorTool.createAndStoreKey(); } catch (KeyGenerationException e) { - //LogService.getRoot().log(Level.WARNING, "Cannot generate encryption key: " + e.getMessage(), e); LogService.getRoot().log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.generating_encryption_key_error", e.getMessage()), e); } } + RapidMiner.splashMessage("load_jdbc_drivers"); + DatabaseService.init(); + DatabaseConnectionService.init(); + + RapidMiner.splashMessage("init_configurables"); + ConfigurationManager.getInstance().initialize(); + // initialize renderers RapidMiner.splashMessage("init_renderers"); RendererService.init(); @@ -611,25 +577,16 @@ public static void initAsserters() { } private static void showSplashInfos() { - if (getSplashScreen() != null) + if (getSplashScreen() != null) { getSplashScreen().setInfosVisible(true); + } } public static SplashScreen showSplash() { - URL url = Tools.getResource("rapidminer_logo.png"); - Image logo = null; - try { - if (url != null) { - logo = ImageIO.read(url); - } - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return showSplash(logo); + return showSplash(null); } - public static SplashScreen showSplash(Image productLogo) { + public static SplashScreen showSplash(final Image productLogo) { RapidMiner.splashScreen = new SplashScreen(getShortVersion(), productLogo); RapidMiner.splashScreen.showSplashScreen(); return RapidMiner.splashScreen; @@ -640,7 +597,7 @@ public static void hideSplash() { } /** Displays the message with 18n key gui.splash.messageKey. */ - public static void splashMessage(String messageKey) { + public static void splashMessage(final String messageKey) { performInitialSettings(); if (RapidMiner.splashScreen != null) { RapidMiner.splashScreen.setMessage(I18N.getMessage(I18N.getGUIBundle(), "gui.splash." + messageKey)); @@ -650,7 +607,7 @@ public static void splashMessage(String messageKey) { } /** Displays the formatted message with 18n key gui.splash.messageKey. */ - public static void splashMessage(String messageKey, Object... args) { + public static void splashMessage(final String messageKey, final Object... args) { performInitialSettings(); if (RapidMiner.splashScreen != null) { RapidMiner.splashScreen.setMessage(I18N.getMessage(I18N.getGUIBundle(), "gui.splash." + messageKey, args)); @@ -676,7 +633,6 @@ private static void performInitialSettings() { in = new BufferedReader(new FileReader(lastVersionFile)); versionString = in.readLine(); } catch (IOException e) { - //LogService.getRoot().log(Level.WARNING, "Cannot read global version file of last used version.", e); LogService.getRoot() .log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.reading_global_version_file_error"), e); } finally { @@ -684,7 +640,6 @@ private static void performInitialSettings() { try { in.close(); } catch (IOException e) { - //LogService.getRoot().log(Level.WARNING, "Cannnot close stream to file " + lastVersionFile, e); LogService.getRoot().log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.closing_stream_error", lastVersionFile), e); } @@ -717,25 +672,25 @@ private static void performInitialSettings() { performedInitialSettings = true; } - private static void writeLastVersion(File versionFile) { + private static void writeLastVersion(final File versionFile) { PrintWriter out = null; try { out = new PrintWriter(new FileWriter(versionFile)); out.println(getLongVersion()); } catch (IOException e) { - //LogService.getRoot().log(Level.WARNING, "Cannot write current version into property file.", e); LogService.getRoot().log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.writing_current_version_error"), e); } finally { - if (out != null) + if (out != null) { out.close(); + } } } - private static void performFirstInitialization(VersionNumber lastVersion, VersionNumber currentVersion) { - if (currentVersion != null) - //LogService.getRoot().info("Performing upgrade" + (lastVersion != null ? " from version " + lastVersion : "") + " to version " + currentVersion); + private static void performFirstInitialization(final VersionNumber lastVersion, final VersionNumber currentVersion) { + if (currentVersion != null) { LogService.getRoot().log(Level.INFO, "com.rapidminer.RapidMiner.performing_upgrade", new Object[] { (lastVersion != null ? " from version " + lastVersion : ""), currentVersion }); + } // copy old settings to new version file ParameterService.copyMainUserConfigFile(lastVersion, currentVersion); @@ -748,13 +703,14 @@ public static SplashScreen getSplashScreen() { public static Frame getSplashScreenFrame() { performInitialSettings(); - if (RapidMiner.splashScreen != null) + if (RapidMiner.splashScreen != null) { return RapidMiner.splashScreen.getSplashScreenFrame(); - else + } else { return null; + } } - public static void setInputHandler(InputHandler inputHandler) { + public static void setInputHandler(final InputHandler inputHandler) { RapidMiner.inputHandler = inputHandler; } @@ -762,7 +718,7 @@ public static InputHandler getInputHandler() { return inputHandler; } - public synchronized static void addShutdownHook(Runnable runnable) { + public synchronized static void addShutdownHook(final Runnable runnable) { shutdownHooks.add(runnable); } @@ -771,7 +727,7 @@ public synchronized static void addShutdownHook(Runnable runnable) { * after initiation of RapidMiner. If RapidMiner is already initiated the given * {@link Runnable} will be executed immediately. */ - public synchronized static void addStartupHook(Runnable runnable) { + public synchronized static void addStartupHook(final Runnable runnable) { if(isInitiated) { runStartupHook(runnable); } @@ -789,7 +745,7 @@ public static boolean isInitialized() { return isInitiated; } - private static void runStartupHook(Runnable runnable) { + private static void runStartupHook(final Runnable runnable) { try { runnable.run(); } catch (Exception e) { @@ -798,12 +754,11 @@ private static void runStartupHook(Runnable runnable) { } } - public synchronized static void quit(ExitMode exitMode) { + public synchronized static void quit(final ExitMode exitMode) { for (Runnable hook : shutdownHooks) { try { hook.run(); } catch (Exception e) { - //LogService.getRoot().log(Level.WARNING, "Error executing shutdown hook: " + e.getMessage(), e); LogService.getRoot().log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.executing_shotdown_hook_error", e.getMessage()), e); } @@ -811,7 +766,6 @@ public synchronized static void quit(ExitMode exitMode) { try { Runtime.getRuntime().runFinalization(); } catch (Exception e) { - //LogService.getRoot().log(Level.WARNING, "Error during finalization: " + e.getMessage(), e); LogService.getRoot().log(Level.WARNING, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.RapidMiner.error_during_finalization", e.getMessage()), e); } @@ -842,7 +796,7 @@ public static ExecutionMode getExecutionMode() { return executionMode; } - public static void setExecutionMode(ExecutionMode executionMode) { + public static void setExecutionMode(final ExecutionMode executionMode) { RapidMiner.executionMode = executionMode; } @@ -866,7 +820,7 @@ public static Set getRapidMinerProperties() { * @deprecated Use {@link #ParameterService.registerParameter(ParameterType)} instead */ @Deprecated - public static void registerYaleProperty(ParameterType type) { + public static void registerYaleProperty(final ParameterType type) { ParameterService.registerParameter(type); } @@ -877,7 +831,7 @@ public static void registerYaleProperty(ParameterType type) { * the property is of this type, for offering the user a reasonable interface. */ @Deprecated - public static void registerRapidMinerProperty(ParameterType type) { + public static void registerRapidMinerProperty(final ParameterType type) { ParameterService.registerParameter(type); } @@ -891,7 +845,7 @@ public static void registerRapidMinerProperty(ParameterType type) { * @return the String value of the property or null if property is unknown. */ @Deprecated - public static String getRapidMinerPropertyValue(String property) { + public static String getRapidMinerPropertyValue(final String property) { return ParameterService.getParameterValue(property); } @@ -900,7 +854,7 @@ public static String getRapidMinerPropertyValue(String property) { * Please use {@link ParameterService#setParameterValue(String, String)} instead of this method. */ @Deprecated - public static void setRapidMinerPropertyValue(String property, String value) { + public static void setRapidMinerPropertyValue(final String property, final String value) { ParameterService.setParameterValue(property, value); } } diff --git a/src/com/rapidminer/RapidMinerCommandLine.java b/src/com/rapidminer/RapidMinerCommandLine.java index 0f8a1ca..d928a6b 100644 --- a/src/com/rapidminer/RapidMinerCommandLine.java +++ b/src/com/rapidminer/RapidMinerCommandLine.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/RapidMinerVersion.java b/src/com/rapidminer/RapidMinerVersion.java index e470283..9b66260 100644 --- a/src/com/rapidminer/RapidMinerVersion.java +++ b/src/com/rapidminer/RapidMinerVersion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ * @author Simon Fischer */ public class RapidMinerVersion extends VersionNumber { - private static final String VERSION_STRING = "5.3.012"; + private static final String VERSION_STRING = "5.3.015"; public RapidMinerVersion() { super(VERSION_STRING); } diff --git a/src/com/rapidminer/RepositoryProcessLocation.java b/src/com/rapidminer/RepositoryProcessLocation.java index f07cf7e..9a411dd 100644 --- a/src/com/rapidminer/RepositoryProcessLocation.java +++ b/src/com/rapidminer/RepositoryProcessLocation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/AbstractDataTable.java b/src/com/rapidminer/datatable/AbstractDataTable.java index 5666cc3..c353028 100644 --- a/src/com/rapidminer/datatable/AbstractDataTable.java +++ b/src/com/rapidminer/datatable/AbstractDataTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/BidirectionalMappingProvider.java b/src/com/rapidminer/datatable/BidirectionalMappingProvider.java index 48d501e..2b2c57b 100644 --- a/src/com/rapidminer/datatable/BidirectionalMappingProvider.java +++ b/src/com/rapidminer/datatable/BidirectionalMappingProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowIterator.java b/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowIterator.java index a6f4422..079af93 100644 --- a/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowIterator.java +++ b/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowWrapper.java b/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowWrapper.java index 9ec15b8..642d931 100644 --- a/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowWrapper.java +++ b/src/com/rapidminer/datatable/CorrelationMatrixRow2DataTableRowWrapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTable.java b/src/com/rapidminer/datatable/DataTable.java index 09a11b6..4e5ac1e 100644 --- a/src/com/rapidminer/datatable/DataTable.java +++ b/src/com/rapidminer/datatable/DataTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableExampleSetAdapter.java b/src/com/rapidminer/datatable/DataTableExampleSetAdapter.java index 92f8e36..dd85a31 100644 --- a/src/com/rapidminer/datatable/DataTableExampleSetAdapter.java +++ b/src/com/rapidminer/datatable/DataTableExampleSetAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableFilterCondition.java b/src/com/rapidminer/datatable/DataTableFilterCondition.java index 943471e..2d6ca52 100644 --- a/src/com/rapidminer/datatable/DataTableFilterCondition.java +++ b/src/com/rapidminer/datatable/DataTableFilterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableKernelModelAdapter.java b/src/com/rapidminer/datatable/DataTableKernelModelAdapter.java index c412cc4..64a9335 100644 --- a/src/com/rapidminer/datatable/DataTableKernelModelAdapter.java +++ b/src/com/rapidminer/datatable/DataTableKernelModelAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableListener.java b/src/com/rapidminer/datatable/DataTableListener.java index a5c5d24..2bb2a8b 100644 --- a/src/com/rapidminer/datatable/DataTableListener.java +++ b/src/com/rapidminer/datatable/DataTableListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableMappingProvider.java b/src/com/rapidminer/datatable/DataTableMappingProvider.java index 0a869f0..9765a17 100644 --- a/src/com/rapidminer/datatable/DataTableMappingProvider.java +++ b/src/com/rapidminer/datatable/DataTableMappingProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableNaturalSortProvider.java b/src/com/rapidminer/datatable/DataTableNaturalSortProvider.java index 903dc64..36b9bbd 100644 --- a/src/com/rapidminer/datatable/DataTableNaturalSortProvider.java +++ b/src/com/rapidminer/datatable/DataTableNaturalSortProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTablePairwiseMatrixExtractionAdapter.java b/src/com/rapidminer/datatable/DataTablePairwiseMatrixExtractionAdapter.java index 6c7d4c1..cd6e2de 100644 --- a/src/com/rapidminer/datatable/DataTablePairwiseMatrixExtractionAdapter.java +++ b/src/com/rapidminer/datatable/DataTablePairwiseMatrixExtractionAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableRow.java b/src/com/rapidminer/datatable/DataTableRow.java index fcbdb46..0ff4f12 100644 --- a/src/com/rapidminer/datatable/DataTableRow.java +++ b/src/com/rapidminer/datatable/DataTableRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableSortProvider.java b/src/com/rapidminer/datatable/DataTableSortProvider.java index a79faf9..5b0c043 100644 --- a/src/com/rapidminer/datatable/DataTableSortProvider.java +++ b/src/com/rapidminer/datatable/DataTableSortProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableSymmetricalMatrixAdapter.java b/src/com/rapidminer/datatable/DataTableSymmetricalMatrixAdapter.java index 65f54b5..565c800 100644 --- a/src/com/rapidminer/datatable/DataTableSymmetricalMatrixAdapter.java +++ b/src/com/rapidminer/datatable/DataTableSymmetricalMatrixAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/DataTableView.java b/src/com/rapidminer/datatable/DataTableView.java index 7a9655c..0b293de 100644 --- a/src/com/rapidminer/datatable/DataTableView.java +++ b/src/com/rapidminer/datatable/DataTableView.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/Example2DataTableRowIterator.java b/src/com/rapidminer/datatable/Example2DataTableRowIterator.java index 72ce513..ebfce4a 100644 --- a/src/com/rapidminer/datatable/Example2DataTableRowIterator.java +++ b/src/com/rapidminer/datatable/Example2DataTableRowIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/Example2DataTableRowWrapper.java b/src/com/rapidminer/datatable/Example2DataTableRowWrapper.java index 2701b47..f845abf 100644 --- a/src/com/rapidminer/datatable/Example2DataTableRowWrapper.java +++ b/src/com/rapidminer/datatable/Example2DataTableRowWrapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/FilteredDataTable.java b/src/com/rapidminer/datatable/FilteredDataTable.java index ec04a12..aaa587c 100644 --- a/src/com/rapidminer/datatable/FilteredDataTable.java +++ b/src/com/rapidminer/datatable/FilteredDataTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/GnuPlotDataTableHandler.java b/src/com/rapidminer/datatable/GnuPlotDataTableHandler.java index 8f8d826..c96a96f 100644 --- a/src/com/rapidminer/datatable/GnuPlotDataTableHandler.java +++ b/src/com/rapidminer/datatable/GnuPlotDataTableHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/KernelModelRow2DataTableRowWrapper.java b/src/com/rapidminer/datatable/KernelModelRow2DataTableRowWrapper.java index 46e400b..7a2b72f 100644 --- a/src/com/rapidminer/datatable/KernelModelRow2DataTableRowWrapper.java +++ b/src/com/rapidminer/datatable/KernelModelRow2DataTableRowWrapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/NominalSortingDataTableMapping.java b/src/com/rapidminer/datatable/NominalSortingDataTableMapping.java index 6c588a1..224f140 100644 --- a/src/com/rapidminer/datatable/NominalSortingDataTableMapping.java +++ b/src/com/rapidminer/datatable/NominalSortingDataTableMapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowIterator.java b/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowIterator.java index a893f56..7fe15a9 100644 --- a/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowIterator.java +++ b/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowWrapper.java b/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowWrapper.java index 3f14573..3a079a8 100644 --- a/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowWrapper.java +++ b/src/com/rapidminer/datatable/PairwiseMatrix2DataTableRowWrapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/RangeFilterCondition.java b/src/com/rapidminer/datatable/RangeFilterCondition.java index 6a718e0..13b7264 100644 --- a/src/com/rapidminer/datatable/RangeFilterCondition.java +++ b/src/com/rapidminer/datatable/RangeFilterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/RegionFilterCondition.java b/src/com/rapidminer/datatable/RegionFilterCondition.java index 041c7f4..c6fdd38 100644 --- a/src/com/rapidminer/datatable/RegionFilterCondition.java +++ b/src/com/rapidminer/datatable/RegionFilterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/SimpleDataTable.java b/src/com/rapidminer/datatable/SimpleDataTable.java index a7f77e2..5335d6c 100644 --- a/src/com/rapidminer/datatable/SimpleDataTable.java +++ b/src/com/rapidminer/datatable/SimpleDataTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/SimpleDataTableRow.java b/src/com/rapidminer/datatable/SimpleDataTableRow.java index fdea91d..78d2ca8 100644 --- a/src/com/rapidminer/datatable/SimpleDataTableRow.java +++ b/src/com/rapidminer/datatable/SimpleDataTableRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/SortedDataTableView.java b/src/com/rapidminer/datatable/SortedDataTableView.java index 8731d01..cc9b6c9 100644 --- a/src/com/rapidminer/datatable/SortedDataTableView.java +++ b/src/com/rapidminer/datatable/SortedDataTableView.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/ValueMappingDataTableRow.java b/src/com/rapidminer/datatable/ValueMappingDataTableRow.java index 294f701..830be7e 100644 --- a/src/com/rapidminer/datatable/ValueMappingDataTableRow.java +++ b/src/com/rapidminer/datatable/ValueMappingDataTableRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/datatable/ValueMappingDataTableView.java b/src/com/rapidminer/datatable/ValueMappingDataTableView.java index 75ed503..8cb86c8 100644 --- a/src/com/rapidminer/datatable/ValueMappingDataTableView.java +++ b/src/com/rapidminer/datatable/ValueMappingDataTableView.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/AbstractOperatorDocGenerator.java b/src/com/rapidminer/doc/AbstractOperatorDocGenerator.java index 7ea847c..315ac47 100644 --- a/src/com/rapidminer/doc/AbstractOperatorDocGenerator.java +++ b/src/com/rapidminer/doc/AbstractOperatorDocGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/CiteTaglet.java b/src/com/rapidminer/doc/CiteTaglet.java index e3926b3..8b8a311 100644 --- a/src/com/rapidminer/doc/CiteTaglet.java +++ b/src/com/rapidminer/doc/CiteTaglet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/CommentStripper.java b/src/com/rapidminer/doc/CommentStripper.java index 0bb2559..f8db314 100644 --- a/src/com/rapidminer/doc/CommentStripper.java +++ b/src/com/rapidminer/doc/CommentStripper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/DocumentationGenerator.java b/src/com/rapidminer/doc/DocumentationGenerator.java index 32728a1..decf2b8 100644 --- a/src/com/rapidminer/doc/DocumentationGenerator.java +++ b/src/com/rapidminer/doc/DocumentationGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/LatexOperatorDocGenerator.java b/src/com/rapidminer/doc/LatexOperatorDocGenerator.java index b9cb75d..434614c 100644 --- a/src/com/rapidminer/doc/LatexOperatorDocGenerator.java +++ b/src/com/rapidminer/doc/LatexOperatorDocGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/MathTaglet.java b/src/com/rapidminer/doc/MathTaglet.java index a9ab9a4..b67a1fd 100644 --- a/src/com/rapidminer/doc/MathTaglet.java +++ b/src/com/rapidminer/doc/MathTaglet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/OperatorDocGenerator.java b/src/com/rapidminer/doc/OperatorDocGenerator.java index 9ae1d91..a122d40 100644 --- a/src/com/rapidminer/doc/OperatorDocGenerator.java +++ b/src/com/rapidminer/doc/OperatorDocGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/ProgramHTMLOperatorDocGenerator.java b/src/com/rapidminer/doc/ProgramHTMLOperatorDocGenerator.java index 887123a..6d7fe59 100644 --- a/src/com/rapidminer/doc/ProgramHTMLOperatorDocGenerator.java +++ b/src/com/rapidminer/doc/ProgramHTMLOperatorDocGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/RefTaglet.java b/src/com/rapidminer/doc/RefTaglet.java index 5a13473..d3bfaaa 100644 --- a/src/com/rapidminer/doc/RefTaglet.java +++ b/src/com/rapidminer/doc/RefTaglet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/ReferenceTaglet.java b/src/com/rapidminer/doc/ReferenceTaglet.java index ac94b6f..fcdc41f 100644 --- a/src/com/rapidminer/doc/ReferenceTaglet.java +++ b/src/com/rapidminer/doc/ReferenceTaglet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/TexTaglet.java b/src/com/rapidminer/doc/TexTaglet.java index 63cbe3c..1501be7 100644 --- a/src/com/rapidminer/doc/TexTaglet.java +++ b/src/com/rapidminer/doc/TexTaglet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/doc/XMLExampleTaglet.java b/src/com/rapidminer/doc/XMLExampleTaglet.java index 66b40bc..6cd80a2 100644 --- a/src/com/rapidminer/doc/XMLExampleTaglet.java +++ b/src/com/rapidminer/doc/XMLExampleTaglet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AbstractAttributes.java b/src/com/rapidminer/example/AbstractAttributes.java index 8ca3dd5..7fdf0c9 100644 --- a/src/com/rapidminer/example/AbstractAttributes.java +++ b/src/com/rapidminer/example/AbstractAttributes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/Attribute.java b/src/com/rapidminer/example/Attribute.java index a31f7ab..0459f6b 100644 --- a/src/com/rapidminer/example/Attribute.java +++ b/src/com/rapidminer/example/Attribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeDescription.java b/src/com/rapidminer/example/AttributeDescription.java index 297fb87..016aaaa 100644 --- a/src/com/rapidminer/example/AttributeDescription.java +++ b/src/com/rapidminer/example/AttributeDescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeIterator.java b/src/com/rapidminer/example/AttributeIterator.java index 85f552f..aa950fa 100644 --- a/src/com/rapidminer/example/AttributeIterator.java +++ b/src/com/rapidminer/example/AttributeIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeParser.java b/src/com/rapidminer/example/AttributeParser.java index 5158ea7..ed3fbbe 100644 --- a/src/com/rapidminer/example/AttributeParser.java +++ b/src/com/rapidminer/example/AttributeParser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeRole.java b/src/com/rapidminer/example/AttributeRole.java index e982fc1..61efa9e 100644 --- a/src/com/rapidminer/example/AttributeRole.java +++ b/src/com/rapidminer/example/AttributeRole.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeRoleIterator.java b/src/com/rapidminer/example/AttributeRoleIterator.java index 1f91730..adf2234 100644 --- a/src/com/rapidminer/example/AttributeRoleIterator.java +++ b/src/com/rapidminer/example/AttributeRoleIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeTransformation.java b/src/com/rapidminer/example/AttributeTransformation.java index bc1b111..383d717 100644 --- a/src/com/rapidminer/example/AttributeTransformation.java +++ b/src/com/rapidminer/example/AttributeTransformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeTypeException.java b/src/com/rapidminer/example/AttributeTypeException.java index 27c1446..d9e603d 100644 --- a/src/com/rapidminer/example/AttributeTypeException.java +++ b/src/com/rapidminer/example/AttributeTypeException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeWeight.java b/src/com/rapidminer/example/AttributeWeight.java index 4673ea4..ee36bcd 100644 --- a/src/com/rapidminer/example/AttributeWeight.java +++ b/src/com/rapidminer/example/AttributeWeight.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/AttributeWeights.java b/src/com/rapidminer/example/AttributeWeights.java index f2d15f5..897b6f4 100644 --- a/src/com/rapidminer/example/AttributeWeights.java +++ b/src/com/rapidminer/example/AttributeWeights.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/Attributes.java b/src/com/rapidminer/example/Attributes.java index c572ace..7ae6895 100644 --- a/src/com/rapidminer/example/Attributes.java +++ b/src/com/rapidminer/example/Attributes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/DelegateAttributes.java b/src/com/rapidminer/example/DelegateAttributes.java index 500a438..0822d78 100644 --- a/src/com/rapidminer/example/DelegateAttributes.java +++ b/src/com/rapidminer/example/DelegateAttributes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/Example.java b/src/com/rapidminer/example/Example.java index ab53833..60c7c2e 100644 --- a/src/com/rapidminer/example/Example.java +++ b/src/com/rapidminer/example/Example.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/ExampleFormatter.java b/src/com/rapidminer/example/ExampleFormatter.java index 00a93a9..867b309 100644 --- a/src/com/rapidminer/example/ExampleFormatter.java +++ b/src/com/rapidminer/example/ExampleFormatter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/ExampleReader.java b/src/com/rapidminer/example/ExampleReader.java index 0b932df..cc6a5f6 100644 --- a/src/com/rapidminer/example/ExampleReader.java +++ b/src/com/rapidminer/example/ExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/ExampleSet.java b/src/com/rapidminer/example/ExampleSet.java index 211381e..c748627 100644 --- a/src/com/rapidminer/example/ExampleSet.java +++ b/src/com/rapidminer/example/ExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/ExampleSetFactory.java b/src/com/rapidminer/example/ExampleSetFactory.java index edcb9ce..e6157ef 100644 --- a/src/com/rapidminer/example/ExampleSetFactory.java +++ b/src/com/rapidminer/example/ExampleSetFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/FastExample2SparseTransform.java b/src/com/rapidminer/example/FastExample2SparseTransform.java index 0da7e27..6a893ba 100644 --- a/src/com/rapidminer/example/FastExample2SparseTransform.java +++ b/src/com/rapidminer/example/FastExample2SparseTransform.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/FormatterException.java b/src/com/rapidminer/example/FormatterException.java index e013278..00b84c9 100644 --- a/src/com/rapidminer/example/FormatterException.java +++ b/src/com/rapidminer/example/FormatterException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/MinMaxStatistics.java b/src/com/rapidminer/example/MinMaxStatistics.java index 512ac68..61bbc60 100644 --- a/src/com/rapidminer/example/MinMaxStatistics.java +++ b/src/com/rapidminer/example/MinMaxStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/NominalStatistics.java b/src/com/rapidminer/example/NominalStatistics.java index dc73b2b..f64d23f 100644 --- a/src/com/rapidminer/example/NominalStatistics.java +++ b/src/com/rapidminer/example/NominalStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/NumericalStatistics.java b/src/com/rapidminer/example/NumericalStatistics.java index feba999..1c35a49 100644 --- a/src/com/rapidminer/example/NumericalStatistics.java +++ b/src/com/rapidminer/example/NumericalStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/SimpleAttributes.java b/src/com/rapidminer/example/SimpleAttributes.java index 30d1a32..044948d 100644 --- a/src/com/rapidminer/example/SimpleAttributes.java +++ b/src/com/rapidminer/example/SimpleAttributes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/Statistics.java b/src/com/rapidminer/example/Statistics.java index 6fdfe73..5ef27f8 100644 --- a/src/com/rapidminer/example/Statistics.java +++ b/src/com/rapidminer/example/Statistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/Tools.java b/src/com/rapidminer/example/Tools.java index 4c9acd8..030b3bb 100644 --- a/src/com/rapidminer/example/Tools.java +++ b/src/com/rapidminer/example/Tools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/UnknownStatistics.java b/src/com/rapidminer/example/UnknownStatistics.java index 4adc104..0a5803e 100644 --- a/src/com/rapidminer/example/UnknownStatistics.java +++ b/src/com/rapidminer/example/UnknownStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/WeightedNumericalStatistics.java b/src/com/rapidminer/example/WeightedNumericalStatistics.java index b79d456..2affaf5 100644 --- a/src/com/rapidminer/example/WeightedNumericalStatistics.java +++ b/src/com/rapidminer/example/WeightedNumericalStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AbstractExampleReader.java b/src/com/rapidminer/example/set/AbstractExampleReader.java index 88531ee..e5a12c4 100644 --- a/src/com/rapidminer/example/set/AbstractExampleReader.java +++ b/src/com/rapidminer/example/set/AbstractExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AbstractExampleSet.java b/src/com/rapidminer/example/set/AbstractExampleSet.java index ecd6985..fe18681 100644 --- a/src/com/rapidminer/example/set/AbstractExampleSet.java +++ b/src/com/rapidminer/example/set/AbstractExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AcceptAllCondition.java b/src/com/rapidminer/example/set/AcceptAllCondition.java index 2072898..34d32b3 100644 --- a/src/com/rapidminer/example/set/AcceptAllCondition.java +++ b/src/com/rapidminer/example/set/AcceptAllCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributeSelectionExampleSet.java b/src/com/rapidminer/example/set/AttributeSelectionExampleSet.java index 71c302e..0ae5dd0 100644 --- a/src/com/rapidminer/example/set/AttributeSelectionExampleSet.java +++ b/src/com/rapidminer/example/set/AttributeSelectionExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributeTransformationRemapping.java b/src/com/rapidminer/example/set/AttributeTransformationRemapping.java index bd6410c..572d276 100644 --- a/src/com/rapidminer/example/set/AttributeTransformationRemapping.java +++ b/src/com/rapidminer/example/set/AttributeTransformationRemapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributeTransformationReplaceMissing.java b/src/com/rapidminer/example/set/AttributeTransformationReplaceMissing.java index 1dc2a3e..b086862 100644 --- a/src/com/rapidminer/example/set/AttributeTransformationReplaceMissing.java +++ b/src/com/rapidminer/example/set/AttributeTransformationReplaceMissing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributeTransformationWeighting.java b/src/com/rapidminer/example/set/AttributeTransformationWeighting.java index 379c488..ae2a869 100644 --- a/src/com/rapidminer/example/set/AttributeTransformationWeighting.java +++ b/src/com/rapidminer/example/set/AttributeTransformationWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributeValueFilter.java b/src/com/rapidminer/example/set/AttributeValueFilter.java index 89df4f6..6e2875d 100644 --- a/src/com/rapidminer/example/set/AttributeValueFilter.java +++ b/src/com/rapidminer/example/set/AttributeValueFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributeValueFilterSingleCondition.java b/src/com/rapidminer/example/set/AttributeValueFilterSingleCondition.java index 29b0096..1766e54 100644 --- a/src/com/rapidminer/example/set/AttributeValueFilterSingleCondition.java +++ b/src/com/rapidminer/example/set/AttributeValueFilterSingleCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributeWeightedExampleSet.java b/src/com/rapidminer/example/set/AttributeWeightedExampleSet.java index 6e715a7..d18e1a6 100644 --- a/src/com/rapidminer/example/set/AttributeWeightedExampleSet.java +++ b/src/com/rapidminer/example/set/AttributeWeightedExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/AttributesExampleReader.java b/src/com/rapidminer/example/set/AttributesExampleReader.java index 01a7ae8..669fd42 100644 --- a/src/com/rapidminer/example/set/AttributesExampleReader.java +++ b/src/com/rapidminer/example/set/AttributesExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/Condition.java b/src/com/rapidminer/example/set/Condition.java index 93b471c..4ce65aa 100644 --- a/src/com/rapidminer/example/set/Condition.java +++ b/src/com/rapidminer/example/set/Condition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/ConditionCreationException.java b/src/com/rapidminer/example/set/ConditionCreationException.java index 6a167a6..ea49620 100644 --- a/src/com/rapidminer/example/set/ConditionCreationException.java +++ b/src/com/rapidminer/example/set/ConditionCreationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/ConditionExampleReader.java b/src/com/rapidminer/example/set/ConditionExampleReader.java index 475bbaf..f49b4f9 100644 --- a/src/com/rapidminer/example/set/ConditionExampleReader.java +++ b/src/com/rapidminer/example/set/ConditionExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/ConditionedExampleSet.java b/src/com/rapidminer/example/set/ConditionedExampleSet.java index dd6820c..39b4d96 100644 --- a/src/com/rapidminer/example/set/ConditionedExampleSet.java +++ b/src/com/rapidminer/example/set/ConditionedExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/CorrectPredictionCondition.java b/src/com/rapidminer/example/set/CorrectPredictionCondition.java index 1e80505..9fe90bf 100644 --- a/src/com/rapidminer/example/set/CorrectPredictionCondition.java +++ b/src/com/rapidminer/example/set/CorrectPredictionCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/HeaderExampleSet.java b/src/com/rapidminer/example/set/HeaderExampleSet.java index 37e336f..a471ff6 100644 --- a/src/com/rapidminer/example/set/HeaderExampleSet.java +++ b/src/com/rapidminer/example/set/HeaderExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/IndexBasedExampleSetReader.java b/src/com/rapidminer/example/set/IndexBasedExampleSetReader.java index 21d9bd1..2343906 100644 --- a/src/com/rapidminer/example/set/IndexBasedExampleSetReader.java +++ b/src/com/rapidminer/example/set/IndexBasedExampleSetReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/MappedExampleReader.java b/src/com/rapidminer/example/set/MappedExampleReader.java index 2a4fb3d..3d210ca 100644 --- a/src/com/rapidminer/example/set/MappedExampleReader.java +++ b/src/com/rapidminer/example/set/MappedExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/MappedExampleSet.java b/src/com/rapidminer/example/set/MappedExampleSet.java index 576fa09..f3e815e 100644 --- a/src/com/rapidminer/example/set/MappedExampleSet.java +++ b/src/com/rapidminer/example/set/MappedExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/MissingAttributesCondition.java b/src/com/rapidminer/example/set/MissingAttributesCondition.java index ce93985..9f1dae8 100644 --- a/src/com/rapidminer/example/set/MissingAttributesCondition.java +++ b/src/com/rapidminer/example/set/MissingAttributesCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/MissingLabelsCondition.java b/src/com/rapidminer/example/set/MissingLabelsCondition.java index fc17b02..9c4034d 100644 --- a/src/com/rapidminer/example/set/MissingLabelsCondition.java +++ b/src/com/rapidminer/example/set/MissingLabelsCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/ModelViewExampleSet.java b/src/com/rapidminer/example/set/ModelViewExampleSet.java index 6fc40dd..ce580f9 100644 --- a/src/com/rapidminer/example/set/ModelViewExampleSet.java +++ b/src/com/rapidminer/example/set/ModelViewExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/NoMissingAttributeValueCondition.java b/src/com/rapidminer/example/set/NoMissingAttributeValueCondition.java index c0356c1..542b7c9 100644 --- a/src/com/rapidminer/example/set/NoMissingAttributeValueCondition.java +++ b/src/com/rapidminer/example/set/NoMissingAttributeValueCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/NoMissingAttributesCondition.java b/src/com/rapidminer/example/set/NoMissingAttributesCondition.java index 810ee3b..6c3be7a 100644 --- a/src/com/rapidminer/example/set/NoMissingAttributesCondition.java +++ b/src/com/rapidminer/example/set/NoMissingAttributesCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/NoMissingLabelsCondition.java b/src/com/rapidminer/example/set/NoMissingLabelsCondition.java index a57a704..c5c1933 100644 --- a/src/com/rapidminer/example/set/NoMissingLabelsCondition.java +++ b/src/com/rapidminer/example/set/NoMissingLabelsCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/NonSpecialAttributesExampleSet.java b/src/com/rapidminer/example/set/NonSpecialAttributesExampleSet.java index f3a257e..8e72a7c 100644 --- a/src/com/rapidminer/example/set/NonSpecialAttributesExampleSet.java +++ b/src/com/rapidminer/example/set/NonSpecialAttributesExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/Partition.java b/src/com/rapidminer/example/set/Partition.java index 8fd2956..c716cc2 100644 --- a/src/com/rapidminer/example/set/Partition.java +++ b/src/com/rapidminer/example/set/Partition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/PartitionBuilder.java b/src/com/rapidminer/example/set/PartitionBuilder.java index 4c76bad..5ba0c16 100644 --- a/src/com/rapidminer/example/set/PartitionBuilder.java +++ b/src/com/rapidminer/example/set/PartitionBuilder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/RemappedExampleSet.java b/src/com/rapidminer/example/set/RemappedExampleSet.java index f96da89..1b04d9a 100644 --- a/src/com/rapidminer/example/set/RemappedExampleSet.java +++ b/src/com/rapidminer/example/set/RemappedExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/ReplaceMissingExampleSet.java b/src/com/rapidminer/example/set/ReplaceMissingExampleSet.java index 14f5e0c..5c55eaf 100644 --- a/src/com/rapidminer/example/set/ReplaceMissingExampleSet.java +++ b/src/com/rapidminer/example/set/ReplaceMissingExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/ShuffledPartitionBuilder.java b/src/com/rapidminer/example/set/ShuffledPartitionBuilder.java index 0aab1b9..a378934 100644 --- a/src/com/rapidminer/example/set/ShuffledPartitionBuilder.java +++ b/src/com/rapidminer/example/set/ShuffledPartitionBuilder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SimilarityExampleSet.java b/src/com/rapidminer/example/set/SimilarityExampleSet.java index aee1530..92c72bb 100644 --- a/src/com/rapidminer/example/set/SimilarityExampleSet.java +++ b/src/com/rapidminer/example/set/SimilarityExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SimpleExampleReader.java b/src/com/rapidminer/example/set/SimpleExampleReader.java index d1561ce..1e491c7 100644 --- a/src/com/rapidminer/example/set/SimpleExampleReader.java +++ b/src/com/rapidminer/example/set/SimpleExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SimpleExampleSet.java b/src/com/rapidminer/example/set/SimpleExampleSet.java index 88b6705..b60145b 100644 --- a/src/com/rapidminer/example/set/SimpleExampleSet.java +++ b/src/com/rapidminer/example/set/SimpleExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SimplePartitionBuilder.java b/src/com/rapidminer/example/set/SimplePartitionBuilder.java index 6c2c9c7..910392f 100644 --- a/src/com/rapidminer/example/set/SimplePartitionBuilder.java +++ b/src/com/rapidminer/example/set/SimplePartitionBuilder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SingleExampleExampleSet.java b/src/com/rapidminer/example/set/SingleExampleExampleSet.java index b5c931b..cc65e1b 100644 --- a/src/com/rapidminer/example/set/SingleExampleExampleSet.java +++ b/src/com/rapidminer/example/set/SingleExampleExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SkipNANExampleReader.java b/src/com/rapidminer/example/set/SkipNANExampleReader.java index 36f6344..6b0fdd2 100644 --- a/src/com/rapidminer/example/set/SkipNANExampleReader.java +++ b/src/com/rapidminer/example/set/SkipNANExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SortedExampleReader.java b/src/com/rapidminer/example/set/SortedExampleReader.java index 0f4a71b..82b0cc6 100644 --- a/src/com/rapidminer/example/set/SortedExampleReader.java +++ b/src/com/rapidminer/example/set/SortedExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SortedExampleSet.java b/src/com/rapidminer/example/set/SortedExampleSet.java index 99ceb2d..416df64 100644 --- a/src/com/rapidminer/example/set/SortedExampleSet.java +++ b/src/com/rapidminer/example/set/SortedExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/SplittedExampleSet.java b/src/com/rapidminer/example/set/SplittedExampleSet.java index 1ef8e9e..a47a332 100644 --- a/src/com/rapidminer/example/set/SplittedExampleSet.java +++ b/src/com/rapidminer/example/set/SplittedExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/StratifiedPartitionBuilder.java b/src/com/rapidminer/example/set/StratifiedPartitionBuilder.java index 16af926..ef1f745 100644 --- a/src/com/rapidminer/example/set/StratifiedPartitionBuilder.java +++ b/src/com/rapidminer/example/set/StratifiedPartitionBuilder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/set/WrongPredictionCondition.java b/src/com/rapidminer/example/set/WrongPredictionCondition.java index cc552b0..1d2bff9 100644 --- a/src/com/rapidminer/example/set/WrongPredictionCondition.java +++ b/src/com/rapidminer/example/set/WrongPredictionCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/AbstractAttribute.java b/src/com/rapidminer/example/table/AbstractAttribute.java index 7bfcacf..d676212 100644 --- a/src/com/rapidminer/example/table/AbstractAttribute.java +++ b/src/com/rapidminer/example/table/AbstractAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/AbstractDataRowReader.java b/src/com/rapidminer/example/table/AbstractDataRowReader.java index 744ea76..322b5d4 100644 --- a/src/com/rapidminer/example/table/AbstractDataRowReader.java +++ b/src/com/rapidminer/example/table/AbstractDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/AbstractExampleTable.java b/src/com/rapidminer/example/table/AbstractExampleTable.java index 1cdb12f..452c3b4 100644 --- a/src/com/rapidminer/example/table/AbstractExampleTable.java +++ b/src/com/rapidminer/example/table/AbstractExampleTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/AbstractSparseArrayDataRow.java b/src/com/rapidminer/example/table/AbstractSparseArrayDataRow.java index 2c40e6b..cbdc27c 100644 --- a/src/com/rapidminer/example/table/AbstractSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/AbstractSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/AttributeFactory.java b/src/com/rapidminer/example/table/AttributeFactory.java index 526ecdd..b4b508a 100644 --- a/src/com/rapidminer/example/table/AttributeFactory.java +++ b/src/com/rapidminer/example/table/AttributeFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/BinominalAttribute.java b/src/com/rapidminer/example/table/BinominalAttribute.java index afd4b94..95ae607 100644 --- a/src/com/rapidminer/example/table/BinominalAttribute.java +++ b/src/com/rapidminer/example/table/BinominalAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/BinominalMapping.java b/src/com/rapidminer/example/table/BinominalMapping.java index 3cbdbcf..e82fc59 100644 --- a/src/com/rapidminer/example/table/BinominalMapping.java +++ b/src/com/rapidminer/example/table/BinominalMapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/BooleanArrayDataRow.java b/src/com/rapidminer/example/table/BooleanArrayDataRow.java index 653eba0..ff7f69c 100644 --- a/src/com/rapidminer/example/table/BooleanArrayDataRow.java +++ b/src/com/rapidminer/example/table/BooleanArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/BooleanSparseArrayDataRow.java b/src/com/rapidminer/example/table/BooleanSparseArrayDataRow.java index 6e22bf9..e4fc7ee 100644 --- a/src/com/rapidminer/example/table/BooleanSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/BooleanSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ByteArrayDataRow.java b/src/com/rapidminer/example/table/ByteArrayDataRow.java index 7a43265..9e6ea15 100644 --- a/src/com/rapidminer/example/table/ByteArrayDataRow.java +++ b/src/com/rapidminer/example/table/ByteArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ByteSparseArrayDataRow.java b/src/com/rapidminer/example/table/ByteSparseArrayDataRow.java index 968fd91..2c99ab9 100644 --- a/src/com/rapidminer/example/table/ByteSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/ByteSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DataRow.java b/src/com/rapidminer/example/table/DataRow.java index 15c2160..d47cf0b 100644 --- a/src/com/rapidminer/example/table/DataRow.java +++ b/src/com/rapidminer/example/table/DataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DataRowFactory.java b/src/com/rapidminer/example/table/DataRowFactory.java index a783024..17236ff 100644 --- a/src/com/rapidminer/example/table/DataRowFactory.java +++ b/src/com/rapidminer/example/table/DataRowFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DataRowReader.java b/src/com/rapidminer/example/table/DataRowReader.java index bc4fe54..eafbf11 100644 --- a/src/com/rapidminer/example/table/DataRowReader.java +++ b/src/com/rapidminer/example/table/DataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DatabaseDataRow.java b/src/com/rapidminer/example/table/DatabaseDataRow.java index cf15abe..591bdaf 100644 --- a/src/com/rapidminer/example/table/DatabaseDataRow.java +++ b/src/com/rapidminer/example/table/DatabaseDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DatabaseDataRowReader.java b/src/com/rapidminer/example/table/DatabaseDataRowReader.java index 16fa0fa..7975510 100644 --- a/src/com/rapidminer/example/table/DatabaseDataRowReader.java +++ b/src/com/rapidminer/example/table/DatabaseDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DatabaseExampleTable.java b/src/com/rapidminer/example/table/DatabaseExampleTable.java index 25059c4..ecc333d 100644 --- a/src/com/rapidminer/example/table/DatabaseExampleTable.java +++ b/src/com/rapidminer/example/table/DatabaseExampleTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DateAttribute.java b/src/com/rapidminer/example/table/DateAttribute.java index b51ba2d..412a734 100644 --- a/src/com/rapidminer/example/table/DateAttribute.java +++ b/src/com/rapidminer/example/table/DateAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DoubleArrayDataRow.java b/src/com/rapidminer/example/table/DoubleArrayDataRow.java index f4cb017..5bcec0a 100644 --- a/src/com/rapidminer/example/table/DoubleArrayDataRow.java +++ b/src/com/rapidminer/example/table/DoubleArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/DoubleSparseArrayDataRow.java b/src/com/rapidminer/example/table/DoubleSparseArrayDataRow.java index edada82..1dd7945 100644 --- a/src/com/rapidminer/example/table/DoubleSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/DoubleSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ExampleTable.java b/src/com/rapidminer/example/table/ExampleTable.java index 0b91a0c..8b73cd5 100644 --- a/src/com/rapidminer/example/table/ExampleTable.java +++ b/src/com/rapidminer/example/table/ExampleTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/FastSparseDoubleArrayDataRow.java b/src/com/rapidminer/example/table/FastSparseDoubleArrayDataRow.java index f5b0a2c..21a959a 100644 --- a/src/com/rapidminer/example/table/FastSparseDoubleArrayDataRow.java +++ b/src/com/rapidminer/example/table/FastSparseDoubleArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/FileDataRowReader.java b/src/com/rapidminer/example/table/FileDataRowReader.java index 4fa3b30..efe715f 100644 --- a/src/com/rapidminer/example/table/FileDataRowReader.java +++ b/src/com/rapidminer/example/table/FileDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/FloatArrayDataRow.java b/src/com/rapidminer/example/table/FloatArrayDataRow.java index 676abb9..316a1c9 100644 --- a/src/com/rapidminer/example/table/FloatArrayDataRow.java +++ b/src/com/rapidminer/example/table/FloatArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/FloatSparseArrayDataRow.java b/src/com/rapidminer/example/table/FloatSparseArrayDataRow.java index 47c8eea..de76ba2 100644 --- a/src/com/rapidminer/example/table/FloatSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/FloatSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/IndexCachedDatabaseExampleTable.java b/src/com/rapidminer/example/table/IndexCachedDatabaseExampleTable.java index 7d06985..b12c587 100644 --- a/src/com/rapidminer/example/table/IndexCachedDatabaseExampleTable.java +++ b/src/com/rapidminer/example/table/IndexCachedDatabaseExampleTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/IntArrayDataRow.java b/src/com/rapidminer/example/table/IntArrayDataRow.java index 868def3..9e18b19 100644 --- a/src/com/rapidminer/example/table/IntArrayDataRow.java +++ b/src/com/rapidminer/example/table/IntArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/IntSparseArrayDataRow.java b/src/com/rapidminer/example/table/IntSparseArrayDataRow.java index 4a1f109..63353f5 100644 --- a/src/com/rapidminer/example/table/IntSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/IntSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/LimitCachedDatabaseExampleTable.java b/src/com/rapidminer/example/table/LimitCachedDatabaseExampleTable.java index 7f4e4e4..b554a2a 100644 --- a/src/com/rapidminer/example/table/LimitCachedDatabaseExampleTable.java +++ b/src/com/rapidminer/example/table/LimitCachedDatabaseExampleTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ListDataRowReader.java b/src/com/rapidminer/example/table/ListDataRowReader.java index feb0db4..945335a 100644 --- a/src/com/rapidminer/example/table/ListDataRowReader.java +++ b/src/com/rapidminer/example/table/ListDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/LongArrayDataRow.java b/src/com/rapidminer/example/table/LongArrayDataRow.java index db827bb..09d69a7 100644 --- a/src/com/rapidminer/example/table/LongArrayDataRow.java +++ b/src/com/rapidminer/example/table/LongArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/LongSparseArrayDataRow.java b/src/com/rapidminer/example/table/LongSparseArrayDataRow.java index e557922..40d9119 100644 --- a/src/com/rapidminer/example/table/LongSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/LongSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/MemoryExampleTable.java b/src/com/rapidminer/example/table/MemoryExampleTable.java index feed259..eb842b6 100644 --- a/src/com/rapidminer/example/table/MemoryExampleTable.java +++ b/src/com/rapidminer/example/table/MemoryExampleTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/NominalAttribute.java b/src/com/rapidminer/example/table/NominalAttribute.java index bf8b38a..ba4fe2d 100644 --- a/src/com/rapidminer/example/table/NominalAttribute.java +++ b/src/com/rapidminer/example/table/NominalAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/NominalMapping.java b/src/com/rapidminer/example/table/NominalMapping.java index f28503c..51a5dec 100644 --- a/src/com/rapidminer/example/table/NominalMapping.java +++ b/src/com/rapidminer/example/table/NominalMapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/NonWritableDataRow.java b/src/com/rapidminer/example/table/NonWritableDataRow.java index 8beb7ce..de3a587 100644 --- a/src/com/rapidminer/example/table/NonWritableDataRow.java +++ b/src/com/rapidminer/example/table/NonWritableDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/NumericalAttribute.java b/src/com/rapidminer/example/table/NumericalAttribute.java index 0c1a2cc..c47fba3 100644 --- a/src/com/rapidminer/example/table/NumericalAttribute.java +++ b/src/com/rapidminer/example/table/NumericalAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/PolynominalAttribute.java b/src/com/rapidminer/example/table/PolynominalAttribute.java index f5af2c6..93da297 100644 --- a/src/com/rapidminer/example/table/PolynominalAttribute.java +++ b/src/com/rapidminer/example/table/PolynominalAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/PolynominalMapping.java b/src/com/rapidminer/example/table/PolynominalMapping.java index 0057372..19879dd 100644 --- a/src/com/rapidminer/example/table/PolynominalMapping.java +++ b/src/com/rapidminer/example/table/PolynominalMapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/RandomDataRowReader.java b/src/com/rapidminer/example/table/RandomDataRowReader.java index 0857fb7..d18e17b 100644 --- a/src/com/rapidminer/example/table/RandomDataRowReader.java +++ b/src/com/rapidminer/example/table/RandomDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/RandomExampleTable.java b/src/com/rapidminer/example/table/RandomExampleTable.java index 5dc72ef..eac6ca3 100644 --- a/src/com/rapidminer/example/table/RandomExampleTable.java +++ b/src/com/rapidminer/example/table/RandomExampleTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/RapidMinerLineReader.java b/src/com/rapidminer/example/table/RapidMinerLineReader.java index 19dc8fb..628d43f 100644 --- a/src/com/rapidminer/example/table/RapidMinerLineReader.java +++ b/src/com/rapidminer/example/table/RapidMinerLineReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ResultSetDataRowReader.java b/src/com/rapidminer/example/table/ResultSetDataRowReader.java index 1ec8bc0..6ef3358 100644 --- a/src/com/rapidminer/example/table/ResultSetDataRowReader.java +++ b/src/com/rapidminer/example/table/ResultSetDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ShortArrayDataRow.java b/src/com/rapidminer/example/table/ShortArrayDataRow.java index 6466d64..9b37db8 100644 --- a/src/com/rapidminer/example/table/ShortArrayDataRow.java +++ b/src/com/rapidminer/example/table/ShortArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ShortSparseArrayDataRow.java b/src/com/rapidminer/example/table/ShortSparseArrayDataRow.java index 906ca4a..e2ea39c 100644 --- a/src/com/rapidminer/example/table/ShortSparseArrayDataRow.java +++ b/src/com/rapidminer/example/table/ShortSparseArrayDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/SimpleArrayData.java b/src/com/rapidminer/example/table/SimpleArrayData.java index 068313b..d01ec61 100644 --- a/src/com/rapidminer/example/table/SimpleArrayData.java +++ b/src/com/rapidminer/example/table/SimpleArrayData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/SimpleArrayDataRowReader.java b/src/com/rapidminer/example/table/SimpleArrayDataRowReader.java index 83776c8..ddb1812 100644 --- a/src/com/rapidminer/example/table/SimpleArrayDataRowReader.java +++ b/src/com/rapidminer/example/table/SimpleArrayDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/SparseDataRow.java b/src/com/rapidminer/example/table/SparseDataRow.java index ea623c7..c22ffd4 100644 --- a/src/com/rapidminer/example/table/SparseDataRow.java +++ b/src/com/rapidminer/example/table/SparseDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/SparseFormatDataRowReader.java b/src/com/rapidminer/example/table/SparseFormatDataRowReader.java index 2fbe3b6..05b488f 100644 --- a/src/com/rapidminer/example/table/SparseFormatDataRowReader.java +++ b/src/com/rapidminer/example/table/SparseFormatDataRowReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/SparseMapDataRow.java b/src/com/rapidminer/example/table/SparseMapDataRow.java index 6fad6c5..333ea27 100644 --- a/src/com/rapidminer/example/table/SparseMapDataRow.java +++ b/src/com/rapidminer/example/table/SparseMapDataRow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/example/table/ViewAttribute.java b/src/com/rapidminer/example/table/ViewAttribute.java index 5d26693..a36c9d4 100644 --- a/src/com/rapidminer/example/table/ViewAttribute.java +++ b/src/com/rapidminer/example/table/ViewAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/AbsoluteValueGenerator.java b/src/com/rapidminer/generator/AbsoluteValueGenerator.java index c8034da..19088cf 100644 --- a/src/com/rapidminer/generator/AbsoluteValueGenerator.java +++ b/src/com/rapidminer/generator/AbsoluteValueGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/AlgebraicOrGenerator.java b/src/com/rapidminer/generator/AlgebraicOrGenerator.java index 31dd6fb..9e6fbf7 100644 --- a/src/com/rapidminer/generator/AlgebraicOrGenerator.java +++ b/src/com/rapidminer/generator/AlgebraicOrGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/AttributePeak.java b/src/com/rapidminer/generator/AttributePeak.java index f682a81..02e2ee7 100644 --- a/src/com/rapidminer/generator/AttributePeak.java +++ b/src/com/rapidminer/generator/AttributePeak.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/AverageGenerator.java b/src/com/rapidminer/generator/AverageGenerator.java index 6c9e5e2..4d53293 100644 --- a/src/com/rapidminer/generator/AverageGenerator.java +++ b/src/com/rapidminer/generator/AverageGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/BasicArithmeticOperationGenerator.java b/src/com/rapidminer/generator/BasicArithmeticOperationGenerator.java index 380320b..9684429 100644 --- a/src/com/rapidminer/generator/BasicArithmeticOperationGenerator.java +++ b/src/com/rapidminer/generator/BasicArithmeticOperationGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/BinaryNumericalGenerator.java b/src/com/rapidminer/generator/BinaryNumericalGenerator.java index 8c64d72..2f7a38e 100644 --- a/src/com/rapidminer/generator/BinaryNumericalGenerator.java +++ b/src/com/rapidminer/generator/BinaryNumericalGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/ConstantGenerator.java b/src/com/rapidminer/generator/ConstantGenerator.java index 151e099..8937c04 100644 --- a/src/com/rapidminer/generator/ConstantGenerator.java +++ b/src/com/rapidminer/generator/ConstantGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/ExponentialFunctionGenerator.java b/src/com/rapidminer/generator/ExponentialFunctionGenerator.java index ec48b8c..2aa189e 100644 --- a/src/com/rapidminer/generator/ExponentialFunctionGenerator.java +++ b/src/com/rapidminer/generator/ExponentialFunctionGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/FeatureGenerator.java b/src/com/rapidminer/generator/FeatureGenerator.java index cebb7c6..061140c 100644 --- a/src/com/rapidminer/generator/FeatureGenerator.java +++ b/src/com/rapidminer/generator/FeatureGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/FloorCeilGenerator.java b/src/com/rapidminer/generator/FloorCeilGenerator.java index 1d050b7..84e9e32 100644 --- a/src/com/rapidminer/generator/FloorCeilGenerator.java +++ b/src/com/rapidminer/generator/FloorCeilGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/GenerationException.java b/src/com/rapidminer/generator/GenerationException.java index fb807de..d694696 100644 --- a/src/com/rapidminer/generator/GenerationException.java +++ b/src/com/rapidminer/generator/GenerationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/MinMaxGenerator.java b/src/com/rapidminer/generator/MinMaxGenerator.java index c685091..aece066 100644 --- a/src/com/rapidminer/generator/MinMaxGenerator.java +++ b/src/com/rapidminer/generator/MinMaxGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/PowerGenerator.java b/src/com/rapidminer/generator/PowerGenerator.java index a0d0726..c6776df 100644 --- a/src/com/rapidminer/generator/PowerGenerator.java +++ b/src/com/rapidminer/generator/PowerGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/ReciprocalValueGenerator.java b/src/com/rapidminer/generator/ReciprocalValueGenerator.java index 25b23f0..8cfa567 100644 --- a/src/com/rapidminer/generator/ReciprocalValueGenerator.java +++ b/src/com/rapidminer/generator/ReciprocalValueGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/SignumGenerator.java b/src/com/rapidminer/generator/SignumGenerator.java index 373c7f9..e6da7d4 100644 --- a/src/com/rapidminer/generator/SignumGenerator.java +++ b/src/com/rapidminer/generator/SignumGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/SingularNumericalGenerator.java b/src/com/rapidminer/generator/SingularNumericalGenerator.java index 890999d..e89127f 100644 --- a/src/com/rapidminer/generator/SingularNumericalGenerator.java +++ b/src/com/rapidminer/generator/SingularNumericalGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/SinusFactory.java b/src/com/rapidminer/generator/SinusFactory.java index 8fcc04d..6a94e70 100644 --- a/src/com/rapidminer/generator/SinusFactory.java +++ b/src/com/rapidminer/generator/SinusFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/SquareRootGenerator.java b/src/com/rapidminer/generator/SquareRootGenerator.java index 5c250f9..6ea87c1 100644 --- a/src/com/rapidminer/generator/SquareRootGenerator.java +++ b/src/com/rapidminer/generator/SquareRootGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/generator/TrigonometricFunctionGenerator.java b/src/com/rapidminer/generator/TrigonometricFunctionGenerator.java index afd9562..78fcace 100644 --- a/src/com/rapidminer/generator/TrigonometricFunctionGenerator.java +++ b/src/com/rapidminer/generator/TrigonometricFunctionGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/ApplicationFrame.java b/src/com/rapidminer/gui/ApplicationFrame.java index 7f3e6d5..b96b00a 100644 --- a/src/com/rapidminer/gui/ApplicationFrame.java +++ b/src/com/rapidminer/gui/ApplicationFrame.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/ApplicationPerspectives.java b/src/com/rapidminer/gui/ApplicationPerspectives.java index e6d26b7..1d2e4ee 100644 --- a/src/com/rapidminer/gui/ApplicationPerspectives.java +++ b/src/com/rapidminer/gui/ApplicationPerspectives.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/ConditionalAction.java b/src/com/rapidminer/gui/ConditionalAction.java index 73dc420..71969bc 100644 --- a/src/com/rapidminer/gui/ConditionalAction.java +++ b/src/com/rapidminer/gui/ConditionalAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/DatabaseExampleVisualization.java b/src/com/rapidminer/gui/DatabaseExampleVisualization.java index a7089bf..3824b91 100644 --- a/src/com/rapidminer/gui/DatabaseExampleVisualization.java +++ b/src/com/rapidminer/gui/DatabaseExampleVisualization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/DockableMenu.java b/src/com/rapidminer/gui/DockableMenu.java index 40998a4..d9b3697 100644 --- a/src/com/rapidminer/gui/DockableMenu.java +++ b/src/com/rapidminer/gui/DockableMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/DummyObjectVisualizer.java b/src/com/rapidminer/gui/DummyObjectVisualizer.java index 74af1b8..18e9220 100644 --- a/src/com/rapidminer/gui/DummyObjectVisualizer.java +++ b/src/com/rapidminer/gui/DummyObjectVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/EditorCellRenderer.java b/src/com/rapidminer/gui/EditorCellRenderer.java index 02b5c6c..12a0ec5 100644 --- a/src/com/rapidminer/gui/EditorCellRenderer.java +++ b/src/com/rapidminer/gui/EditorCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/ExampleVisualizer.java b/src/com/rapidminer/gui/ExampleVisualizer.java index 08f549c..fd5b6eb 100644 --- a/src/com/rapidminer/gui/ExampleVisualizer.java +++ b/src/com/rapidminer/gui/ExampleVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/GUIInputHandler.java b/src/com/rapidminer/gui/GUIInputHandler.java index b796e85..e38d665 100644 --- a/src/com/rapidminer/gui/GUIInputHandler.java +++ b/src/com/rapidminer/gui/GUIInputHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/GeneralProcessListener.java b/src/com/rapidminer/gui/GeneralProcessListener.java index 95d8e60..8e4bfad 100644 --- a/src/com/rapidminer/gui/GeneralProcessListener.java +++ b/src/com/rapidminer/gui/GeneralProcessListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/MainFrame.java b/src/com/rapidminer/gui/MainFrame.java index 26a1a29..d9e5fba 100644 --- a/src/com/rapidminer/gui/MainFrame.java +++ b/src/com/rapidminer/gui/MainFrame.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/MetaDataUpdateQueue.java b/src/com/rapidminer/gui/MetaDataUpdateQueue.java index 97f5cf8..41b2885 100644 --- a/src/com/rapidminer/gui/MetaDataUpdateQueue.java +++ b/src/com/rapidminer/gui/MetaDataUpdateQueue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/OperatorDocEditor.java b/src/com/rapidminer/gui/OperatorDocEditor.java index 4ba677b..50924b9 100644 --- a/src/com/rapidminer/gui/OperatorDocEditor.java +++ b/src/com/rapidminer/gui/OperatorDocEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/OperatorDocLoader.java b/src/com/rapidminer/gui/OperatorDocLoader.java index 713d78e..1ac2b83 100644 --- a/src/com/rapidminer/gui/OperatorDocLoader.java +++ b/src/com/rapidminer/gui/OperatorDocLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -25,11 +25,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2012 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/OperatorDocToHtmlConverter.java b/src/com/rapidminer/gui/OperatorDocToHtmlConverter.java index 7c44fa0..8c70324 100644 --- a/src/com/rapidminer/gui/OperatorDocToHtmlConverter.java +++ b/src/com/rapidminer/gui/OperatorDocToHtmlConverter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/OperatorDocViewer.java b/src/com/rapidminer/gui/OperatorDocViewer.java index e187191..be7c2ed 100644 --- a/src/com/rapidminer/gui/OperatorDocViewer.java +++ b/src/com/rapidminer/gui/OperatorDocViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/OperatorDocumentationBrowser.java b/src/com/rapidminer/gui/OperatorDocumentationBrowser.java index 58c2b30..9a41179 100644 --- a/src/com/rapidminer/gui/OperatorDocumentationBrowser.java +++ b/src/com/rapidminer/gui/OperatorDocumentationBrowser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/Perspective.java b/src/com/rapidminer/gui/Perspective.java index 04e4cd8..c3c4811 100644 --- a/src/com/rapidminer/gui/Perspective.java +++ b/src/com/rapidminer/gui/Perspective.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/PerspectiveChangeListener.java b/src/com/rapidminer/gui/PerspectiveChangeListener.java index f3689a1..cd708a8 100644 --- a/src/com/rapidminer/gui/PerspectiveChangeListener.java +++ b/src/com/rapidminer/gui/PerspectiveChangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/Perspectives.java b/src/com/rapidminer/gui/Perspectives.java index a90872d..6dc81fd 100644 --- a/src/com/rapidminer/gui/Perspectives.java +++ b/src/com/rapidminer/gui/Perspectives.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/ProcessThread.java b/src/com/rapidminer/gui/ProcessThread.java index 7d1e176..3349101 100644 --- a/src/com/rapidminer/gui/ProcessThread.java +++ b/src/com/rapidminer/gui/ProcessThread.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/RapidMinerGUI.java b/src/com/rapidminer/gui/RapidMinerGUI.java index a67b5cd..8587431 100644 --- a/src/com/rapidminer/gui/RapidMinerGUI.java +++ b/src/com/rapidminer/gui/RapidMinerGUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui; import java.awt.Color; @@ -173,7 +172,7 @@ public class RapidMinerGUI extends RapidMiner { ParameterService.registerParameter(new ParameterTypeBoolean(PROPERTY_AUTOWIRE_INPUT, "If checked, operator's inputs are wired automatically when added. Can be checked also in the \"Operators\" tree.", false)); ParameterService.registerParameter(new ParameterTypeBoolean(PROPERTY_AUTOWIRE_OUTPUT, "If checked, operator's outputs are wired automatically when added. Can be checked also in the \"Operators\" tree.", false)); ParameterService.registerParameter(new ParameterTypeCategory(PROPERTY_CLOSE_RESULTS_BEFORE_RUN, "Close active result tabs when new process starts?", DecisionRememberingConfirmDialog.PROPERTY_VALUES, DecisionRememberingConfirmDialog.TRUE)); - ParameterService.registerParameter(new ParameterTypeCategory(PROPERTY_RUN_REMOTE_NOW, "Execute the process on RapidAnalytics now?", DecisionRememberingConfirmDialog.PROPERTY_VALUES, DecisionRememberingConfirmDialog.ASK)); + ParameterService.registerParameter(new ParameterTypeCategory(PROPERTY_RUN_REMOTE_NOW, "Execute the process on RapidMiner Server now?", DecisionRememberingConfirmDialog.PROPERTY_VALUES, DecisionRememberingConfirmDialog.ASK)); ParameterService.registerParameter(new ParameterTypeCategory(PROPERTY_CLOSE_ALL_RESULTS_NOW, "Close all results on button pressed?", DecisionRememberingConfirmDialog.PROPERTY_VALUES, DecisionRememberingConfirmDialog.ASK)); ParameterService.registerParameter(new ParameterTypeBoolean(PROPERTY_FETCH_DATA_BASE_TABLES_NAMES, "Fetch the data base tables names in the SQL query dialog of all SQL operators.", true)); diff --git a/src/com/rapidminer/gui/actions/AboutAction.java b/src/com/rapidminer/gui/actions/AboutAction.java index aa161d8..6551147 100644 --- a/src/com/rapidminer/gui/actions/AboutAction.java +++ b/src/com/rapidminer/gui/actions/AboutAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/Actions.java b/src/com/rapidminer/gui/actions/Actions.java index 4204bc3..2146223 100644 --- a/src/com/rapidminer/gui/actions/Actions.java +++ b/src/com/rapidminer/gui/actions/Actions.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/AnovaCalculatorAction.java b/src/com/rapidminer/gui/actions/AnovaCalculatorAction.java index 5faf083..bedaf05 100644 --- a/src/com/rapidminer/gui/actions/AnovaCalculatorAction.java +++ b/src/com/rapidminer/gui/actions/AnovaCalculatorAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/AttributeDescriptionFileWizardAction.java b/src/com/rapidminer/gui/actions/AttributeDescriptionFileWizardAction.java index e312924..675452b 100644 --- a/src/com/rapidminer/gui/actions/AttributeDescriptionFileWizardAction.java +++ b/src/com/rapidminer/gui/actions/AttributeDescriptionFileWizardAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/AttributeEditorAction.java b/src/com/rapidminer/gui/actions/AttributeEditorAction.java index 2db9a10..9932e7d 100644 --- a/src/com/rapidminer/gui/actions/AttributeEditorAction.java +++ b/src/com/rapidminer/gui/actions/AttributeEditorAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/AutoWireAction.java b/src/com/rapidminer/gui/actions/AutoWireAction.java index dc365f4..af37398 100644 --- a/src/com/rapidminer/gui/actions/AutoWireAction.java +++ b/src/com/rapidminer/gui/actions/AutoWireAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/BrowseAction.java b/src/com/rapidminer/gui/actions/BrowseAction.java index 5481b83..33d1a3f 100644 --- a/src/com/rapidminer/gui/actions/BrowseAction.java +++ b/src/com/rapidminer/gui/actions/BrowseAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/CheckForJDBCDriversAction.java b/src/com/rapidminer/gui/actions/CheckForJDBCDriversAction.java index b4a074b..8e72dc9 100644 --- a/src/com/rapidminer/gui/actions/CheckForJDBCDriversAction.java +++ b/src/com/rapidminer/gui/actions/CheckForJDBCDriversAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/CloseAllResultsAction.java b/src/com/rapidminer/gui/actions/CloseAllResultsAction.java index 6949b4a..da5dbcf 100644 --- a/src/com/rapidminer/gui/actions/CloseAllResultsAction.java +++ b/src/com/rapidminer/gui/actions/CloseAllResultsAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ConnectPortToRepositoryAction.java b/src/com/rapidminer/gui/actions/ConnectPortToRepositoryAction.java index 6c862ea..2f5c46b 100644 --- a/src/com/rapidminer/gui/actions/ConnectPortToRepositoryAction.java +++ b/src/com/rapidminer/gui/actions/ConnectPortToRepositoryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/EditViewAction.java b/src/com/rapidminer/gui/actions/EditViewAction.java index a48d2c0..830faea 100644 --- a/src/com/rapidminer/gui/actions/EditViewAction.java +++ b/src/com/rapidminer/gui/actions/EditViewAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ExitAction.java b/src/com/rapidminer/gui/actions/ExitAction.java index 02ec320..bc8fb36 100644 --- a/src/com/rapidminer/gui/actions/ExitAction.java +++ b/src/com/rapidminer/gui/actions/ExitAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ExportPdfAction.java b/src/com/rapidminer/gui/actions/ExportPdfAction.java index e687260..4f96640 100644 --- a/src/com/rapidminer/gui/actions/ExportPdfAction.java +++ b/src/com/rapidminer/gui/actions/ExportPdfAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ExportProcessAction.java b/src/com/rapidminer/gui/actions/ExportProcessAction.java index 81f2d09..460019a 100644 --- a/src/com/rapidminer/gui/actions/ExportProcessAction.java +++ b/src/com/rapidminer/gui/actions/ExportProcessAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ExportViewAction.java b/src/com/rapidminer/gui/actions/ExportViewAction.java index 729f837..832556d 100644 --- a/src/com/rapidminer/gui/actions/ExportViewAction.java +++ b/src/com/rapidminer/gui/actions/ExportViewAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ImportProcessAction.java b/src/com/rapidminer/gui/actions/ImportProcessAction.java index 04ebdd1..9e66439 100644 --- a/src/com/rapidminer/gui/actions/ImportProcessAction.java +++ b/src/com/rapidminer/gui/actions/ImportProcessAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ManageBuildingBlocksAction.java b/src/com/rapidminer/gui/actions/ManageBuildingBlocksAction.java index 08921d7..76fa63e 100644 --- a/src/com/rapidminer/gui/actions/ManageBuildingBlocksAction.java +++ b/src/com/rapidminer/gui/actions/ManageBuildingBlocksAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ManageTemplatesAction.java b/src/com/rapidminer/gui/actions/ManageTemplatesAction.java index f8d5173..af48e3a 100644 --- a/src/com/rapidminer/gui/actions/ManageTemplatesAction.java +++ b/src/com/rapidminer/gui/actions/ManageTemplatesAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/MoveColumnAction.java b/src/com/rapidminer/gui/actions/MoveColumnAction.java index 746fed4..0d81070 100644 --- a/src/com/rapidminer/gui/actions/MoveColumnAction.java +++ b/src/com/rapidminer/gui/actions/MoveColumnAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/NewAction.java b/src/com/rapidminer/gui/actions/NewAction.java index 2175b33..1deb4aa 100644 --- a/src/com/rapidminer/gui/actions/NewAction.java +++ b/src/com/rapidminer/gui/actions/NewAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/NewBuildingBlockAction.java b/src/com/rapidminer/gui/actions/NewBuildingBlockAction.java index 202b3ce..2ac387b 100644 --- a/src/com/rapidminer/gui/actions/NewBuildingBlockAction.java +++ b/src/com/rapidminer/gui/actions/NewBuildingBlockAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/NewOperatorAction.java b/src/com/rapidminer/gui/actions/NewOperatorAction.java index f24852a..1404ccc 100644 --- a/src/com/rapidminer/gui/actions/NewOperatorAction.java +++ b/src/com/rapidminer/gui/actions/NewOperatorAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/NewPerspectiveAction.java b/src/com/rapidminer/gui/actions/NewPerspectiveAction.java index 0ff15d4..8d35d82 100644 --- a/src/com/rapidminer/gui/actions/NewPerspectiveAction.java +++ b/src/com/rapidminer/gui/actions/NewPerspectiveAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/OpenAction.java b/src/com/rapidminer/gui/actions/OpenAction.java index 06a650a..a53184e 100644 --- a/src/com/rapidminer/gui/actions/OpenAction.java +++ b/src/com/rapidminer/gui/actions/OpenAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/PageSetupAction.java b/src/com/rapidminer/gui/actions/PageSetupAction.java index 59bd689..213aef3 100644 --- a/src/com/rapidminer/gui/actions/PageSetupAction.java +++ b/src/com/rapidminer/gui/actions/PageSetupAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/PauseAction.java b/src/com/rapidminer/gui/actions/PauseAction.java index 00bba6e..4e0733e 100644 --- a/src/com/rapidminer/gui/actions/PauseAction.java +++ b/src/com/rapidminer/gui/actions/PauseAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/PrintAction.java b/src/com/rapidminer/gui/actions/PrintAction.java index a8f7e2d..069820e 100644 --- a/src/com/rapidminer/gui/actions/PrintAction.java +++ b/src/com/rapidminer/gui/actions/PrintAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/PrintPreviewAction.java b/src/com/rapidminer/gui/actions/PrintPreviewAction.java index f5abe57..c96b06e 100644 --- a/src/com/rapidminer/gui/actions/PrintPreviewAction.java +++ b/src/com/rapidminer/gui/actions/PrintPreviewAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/PropagateRealMetaDataAction.java b/src/com/rapidminer/gui/actions/PropagateRealMetaDataAction.java index 96aaf62..d994265 100644 --- a/src/com/rapidminer/gui/actions/PropagateRealMetaDataAction.java +++ b/src/com/rapidminer/gui/actions/PropagateRealMetaDataAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/RedoAction.java b/src/com/rapidminer/gui/actions/RedoAction.java index 511c5e9..0e5d636 100644 --- a/src/com/rapidminer/gui/actions/RedoAction.java +++ b/src/com/rapidminer/gui/actions/RedoAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/RefreshHelpTextFromWikiAction.java b/src/com/rapidminer/gui/actions/RefreshHelpTextFromWikiAction.java index f926fe6..60e502b 100644 --- a/src/com/rapidminer/gui/actions/RefreshHelpTextFromWikiAction.java +++ b/src/com/rapidminer/gui/actions/RefreshHelpTextFromWikiAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/RunAction.java b/src/com/rapidminer/gui/actions/RunAction.java index ccd7afe..4202f12 100644 --- a/src/com/rapidminer/gui/actions/RunAction.java +++ b/src/com/rapidminer/gui/actions/RunAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/RunRemoteAction.java b/src/com/rapidminer/gui/actions/RunRemoteAction.java index 01414a4..f2f0fd4 100644 --- a/src/com/rapidminer/gui/actions/RunRemoteAction.java +++ b/src/com/rapidminer/gui/actions/RunRemoteAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/RunRemoteNowAction.java b/src/com/rapidminer/gui/actions/RunRemoteNowAction.java index c54ac80..85e3821 100644 --- a/src/com/rapidminer/gui/actions/RunRemoteNowAction.java +++ b/src/com/rapidminer/gui/actions/RunRemoteNowAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/SaveAction.java b/src/com/rapidminer/gui/actions/SaveAction.java index 7b608b2..24efe02 100644 --- a/src/com/rapidminer/gui/actions/SaveAction.java +++ b/src/com/rapidminer/gui/actions/SaveAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/SaveAsAction.java b/src/com/rapidminer/gui/actions/SaveAsAction.java index 964c71b..bbf0e73 100644 --- a/src/com/rapidminer/gui/actions/SaveAsAction.java +++ b/src/com/rapidminer/gui/actions/SaveAsAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/SaveAsTemplateAction.java b/src/com/rapidminer/gui/actions/SaveAsTemplateAction.java index cc02314..0a803c6 100644 --- a/src/com/rapidminer/gui/actions/SaveAsTemplateAction.java +++ b/src/com/rapidminer/gui/actions/SaveAsTemplateAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/SettingsAction.java b/src/com/rapidminer/gui/actions/SettingsAction.java index e9f3a49..cbaeaee 100644 --- a/src/com/rapidminer/gui/actions/SettingsAction.java +++ b/src/com/rapidminer/gui/actions/SettingsAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ShowHelpTextAction.java b/src/com/rapidminer/gui/actions/ShowHelpTextAction.java index 80d77a9..9d8ae03 100644 --- a/src/com/rapidminer/gui/actions/ShowHelpTextAction.java +++ b/src/com/rapidminer/gui/actions/ShowHelpTextAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ShowHelpTextInBrowserAction.java b/src/com/rapidminer/gui/actions/ShowHelpTextInBrowserAction.java index 8d223ae..241d65d 100644 --- a/src/com/rapidminer/gui/actions/ShowHelpTextInBrowserAction.java +++ b/src/com/rapidminer/gui/actions/ShowHelpTextInBrowserAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/StopAction.java b/src/com/rapidminer/gui/actions/StopAction.java index df536c0..f69898c 100644 --- a/src/com/rapidminer/gui/actions/StopAction.java +++ b/src/com/rapidminer/gui/actions/StopAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/StoreInRepositoryAction.java b/src/com/rapidminer/gui/actions/StoreInRepositoryAction.java index 765bf2c..5b686ef 100644 --- a/src/com/rapidminer/gui/actions/StoreInRepositoryAction.java +++ b/src/com/rapidminer/gui/actions/StoreInRepositoryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ToggleAction.java b/src/com/rapidminer/gui/actions/ToggleAction.java index ee88fc6..32ea135 100644 --- a/src/com/rapidminer/gui/actions/ToggleAction.java +++ b/src/com/rapidminer/gui/actions/ToggleAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ToggleExpertModeAction.java b/src/com/rapidminer/gui/actions/ToggleExpertModeAction.java index c1a117e..9434e56 100644 --- a/src/com/rapidminer/gui/actions/ToggleExpertModeAction.java +++ b/src/com/rapidminer/gui/actions/ToggleExpertModeAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/TourAction.java b/src/com/rapidminer/gui/actions/TourAction.java index bb64eeb..93f8474 100644 --- a/src/com/rapidminer/gui/actions/TourAction.java +++ b/src/com/rapidminer/gui/actions/TourAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/TutorialAction.java b/src/com/rapidminer/gui/actions/TutorialAction.java index d313a9f..9e1e7aa 100644 --- a/src/com/rapidminer/gui/actions/TutorialAction.java +++ b/src/com/rapidminer/gui/actions/TutorialAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/UndoAction.java b/src/com/rapidminer/gui/actions/UndoAction.java index 595328b..e70da3f 100644 --- a/src/com/rapidminer/gui/actions/UndoAction.java +++ b/src/com/rapidminer/gui/actions/UndoAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ValidateAutomaticallyAction.java b/src/com/rapidminer/gui/actions/ValidateAutomaticallyAction.java index 5eb3068..6733a01 100644 --- a/src/com/rapidminer/gui/actions/ValidateAutomaticallyAction.java +++ b/src/com/rapidminer/gui/actions/ValidateAutomaticallyAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/ValidateProcessAction.java b/src/com/rapidminer/gui/actions/ValidateProcessAction.java index ee6a84c..32bbf58 100644 --- a/src/com/rapidminer/gui/actions/ValidateProcessAction.java +++ b/src/com/rapidminer/gui/actions/ValidateProcessAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WelcomeNewAction.java b/src/com/rapidminer/gui/actions/WelcomeNewAction.java index 2b0cced..639f626 100644 --- a/src/com/rapidminer/gui/actions/WelcomeNewAction.java +++ b/src/com/rapidminer/gui/actions/WelcomeNewAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WelcomeOpenAction.java b/src/com/rapidminer/gui/actions/WelcomeOpenAction.java index 29768d0..3c681af 100644 --- a/src/com/rapidminer/gui/actions/WelcomeOpenAction.java +++ b/src/com/rapidminer/gui/actions/WelcomeOpenAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WelcomeOpenRecentAction.java b/src/com/rapidminer/gui/actions/WelcomeOpenRecentAction.java index cf18e79..5a75eca 100644 --- a/src/com/rapidminer/gui/actions/WelcomeOpenRecentAction.java +++ b/src/com/rapidminer/gui/actions/WelcomeOpenRecentAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WelcomeTourAction.java b/src/com/rapidminer/gui/actions/WelcomeTourAction.java index b1b1c59..680990d 100644 --- a/src/com/rapidminer/gui/actions/WelcomeTourAction.java +++ b/src/com/rapidminer/gui/actions/WelcomeTourAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WelcomeTutorialAction.java b/src/com/rapidminer/gui/actions/WelcomeTutorialAction.java index b216dde..734801d 100644 --- a/src/com/rapidminer/gui/actions/WelcomeTutorialAction.java +++ b/src/com/rapidminer/gui/actions/WelcomeTutorialAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WelcomeWizardAction.java b/src/com/rapidminer/gui/actions/WelcomeWizardAction.java index 4bc7a2f..8762b7e 100644 --- a/src/com/rapidminer/gui/actions/WelcomeWizardAction.java +++ b/src/com/rapidminer/gui/actions/WelcomeWizardAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WizardAction.java b/src/com/rapidminer/gui/actions/WizardAction.java index 88de651..dc6cc89 100644 --- a/src/com/rapidminer/gui/actions/WizardAction.java +++ b/src/com/rapidminer/gui/actions/WizardAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/actions/WorkspaceAction.java b/src/com/rapidminer/gui/actions/WorkspaceAction.java index 9227fce..f1bf0ef 100644 --- a/src/com/rapidminer/gui/actions/WorkspaceAction.java +++ b/src/com/rapidminer/gui/actions/WorkspaceAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/AttributeEditor.java b/src/com/rapidminer/gui/attributeeditor/AttributeEditor.java index b5f2fad..629bdee 100644 --- a/src/com/rapidminer/gui/attributeeditor/AttributeEditor.java +++ b/src/com/rapidminer/gui/attributeeditor/AttributeEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/AttributeEditorDialog.java b/src/com/rapidminer/gui/attributeeditor/AttributeEditorDialog.java index 11b3ed8..9df4c2c 100644 --- a/src/com/rapidminer/gui/attributeeditor/AttributeEditorDialog.java +++ b/src/com/rapidminer/gui/attributeeditor/AttributeEditorDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/CellEditors.java b/src/com/rapidminer/gui/attributeeditor/CellEditors.java index a22d0cb..7d52ab4 100644 --- a/src/com/rapidminer/gui/attributeeditor/CellEditors.java +++ b/src/com/rapidminer/gui/attributeeditor/CellEditors.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/CellRenderers.java b/src/com/rapidminer/gui/attributeeditor/CellRenderers.java index 6eb752d..3b2487a 100644 --- a/src/com/rapidminer/gui/attributeeditor/CellRenderers.java +++ b/src/com/rapidminer/gui/attributeeditor/CellRenderers.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/DataControl.java b/src/com/rapidminer/gui/attributeeditor/DataControl.java index d85a847..5294c94 100644 --- a/src/com/rapidminer/gui/attributeeditor/DataControl.java +++ b/src/com/rapidminer/gui/attributeeditor/DataControl.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/DataControlListener.java b/src/com/rapidminer/gui/attributeeditor/DataControlListener.java index 0cce0ed..c460741 100644 --- a/src/com/rapidminer/gui/attributeeditor/DataControlListener.java +++ b/src/com/rapidminer/gui/attributeeditor/DataControlListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/ClearAction.java b/src/com/rapidminer/gui/attributeeditor/actions/ClearAction.java index 5533377..bdc2901 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/ClearAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/ClearAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/CloseAction.java b/src/com/rapidminer/gui/attributeeditor/actions/CloseAction.java index c8762bd..0973efb 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/CloseAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/CloseAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/GuessAllTypesAction.java b/src/com/rapidminer/gui/attributeeditor/actions/GuessAllTypesAction.java index e6b7d42..002d7bb 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/GuessAllTypesAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/GuessAllTypesAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/GuessTypeAction.java b/src/com/rapidminer/gui/attributeeditor/actions/GuessTypeAction.java index 1e5e023..da42dd3 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/GuessTypeAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/GuessTypeAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/LoadDataAction.java b/src/com/rapidminer/gui/attributeeditor/actions/LoadDataAction.java index 803348b..c700a69 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/LoadDataAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/LoadDataAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/LoadSeriesDataAction.java b/src/com/rapidminer/gui/attributeeditor/actions/LoadSeriesDataAction.java index c66ba05..4a543f3 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/LoadSeriesDataAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/LoadSeriesDataAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/OpenAttributeFileAction.java b/src/com/rapidminer/gui/attributeeditor/actions/OpenAttributeFileAction.java index 8bc5126..3422311 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/OpenAttributeFileAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/OpenAttributeFileAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/RemoveColumnAction.java b/src/com/rapidminer/gui/attributeeditor/actions/RemoveColumnAction.java index b0ec157..799430f 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/RemoveColumnAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/RemoveColumnAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/RemoveRowAction.java b/src/com/rapidminer/gui/attributeeditor/actions/RemoveRowAction.java index 3813812..e0acb58 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/RemoveRowAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/RemoveRowAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/SaveAttributeFileAction.java b/src/com/rapidminer/gui/attributeeditor/actions/SaveAttributeFileAction.java index ced8f8e..f3125d5 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/SaveAttributeFileAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/SaveAttributeFileAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/SaveDataAction.java b/src/com/rapidminer/gui/attributeeditor/actions/SaveDataAction.java index 33d18ee..a947f3a 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/SaveDataAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/SaveDataAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/attributeeditor/actions/UseRowAsNamesAction.java b/src/com/rapidminer/gui/attributeeditor/actions/UseRowAsNamesAction.java index ad1851f..852e9e7 100644 --- a/src/com/rapidminer/gui/attributeeditor/actions/UseRowAsNamesAction.java +++ b/src/com/rapidminer/gui/attributeeditor/actions/UseRowAsNamesAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/autosave/AutoSave.java b/src/com/rapidminer/gui/autosave/AutoSave.java index 98c08d3..4afdb33 100644 --- a/src/com/rapidminer/gui/autosave/AutoSave.java +++ b/src/com/rapidminer/gui/autosave/AutoSave.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.autosave; import java.io.File; diff --git a/src/com/rapidminer/gui/autosave/RecoverDialog.java b/src/com/rapidminer/gui/autosave/RecoverDialog.java index 9b6d696..cbb8e28 100644 --- a/src/com/rapidminer/gui/autosave/RecoverDialog.java +++ b/src/com/rapidminer/gui/autosave/RecoverDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.autosave; import java.awt.event.ActionEvent; diff --git a/src/com/rapidminer/gui/dialog/AnovaCalculatorDialog.java b/src/com/rapidminer/gui/dialog/AnovaCalculatorDialog.java index 42483f0..d3936f5 100644 --- a/src/com/rapidminer/gui/dialog/AnovaCalculatorDialog.java +++ b/src/com/rapidminer/gui/dialog/AnovaCalculatorDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/AttributeWeightCellEditor.java b/src/com/rapidminer/gui/dialog/AttributeWeightCellEditor.java index 4349a87..1ac689a 100644 --- a/src/com/rapidminer/gui/dialog/AttributeWeightCellEditor.java +++ b/src/com/rapidminer/gui/dialog/AttributeWeightCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/AttributeWeightsDialog.java b/src/com/rapidminer/gui/dialog/AttributeWeightsDialog.java index 15868d5..1b11b9e 100644 --- a/src/com/rapidminer/gui/dialog/AttributeWeightsDialog.java +++ b/src/com/rapidminer/gui/dialog/AttributeWeightsDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/AttributeWeightsTableModel.java b/src/com/rapidminer/gui/dialog/AttributeWeightsTableModel.java index 9eb03e7..42c53b0 100644 --- a/src/com/rapidminer/gui/dialog/AttributeWeightsTableModel.java +++ b/src/com/rapidminer/gui/dialog/AttributeWeightsTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/Browser.java b/src/com/rapidminer/gui/dialog/Browser.java index a959808..e4341f0 100644 --- a/src/com/rapidminer/gui/dialog/Browser.java +++ b/src/com/rapidminer/gui/dialog/Browser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/BugZillaAssistant.java b/src/com/rapidminer/gui/dialog/BugZillaAssistant.java index a69a5c6..4bb986f 100644 --- a/src/com/rapidminer/gui/dialog/BugZillaAssistant.java +++ b/src/com/rapidminer/gui/dialog/BugZillaAssistant.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/CronEditorDialog.java b/src/com/rapidminer/gui/dialog/CronEditorDialog.java index 7b07752..c6a2464 100644 --- a/src/com/rapidminer/gui/dialog/CronEditorDialog.java +++ b/src/com/rapidminer/gui/dialog/CronEditorDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/IndividualSelector.java b/src/com/rapidminer/gui/dialog/IndividualSelector.java index e10ae4d..e1670f3 100644 --- a/src/com/rapidminer/gui/dialog/IndividualSelector.java +++ b/src/com/rapidminer/gui/dialog/IndividualSelector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/IndividualSelectorTableModel.java b/src/com/rapidminer/gui/dialog/IndividualSelectorTableModel.java index 27eb3bf..fa571ac 100644 --- a/src/com/rapidminer/gui/dialog/IndividualSelectorTableModel.java +++ b/src/com/rapidminer/gui/dialog/IndividualSelectorTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/NewOperatorDialog.java b/src/com/rapidminer/gui/dialog/NewOperatorDialog.java index d99809a..3d0c3e9 100644 --- a/src/com/rapidminer/gui/dialog/NewOperatorDialog.java +++ b/src/com/rapidminer/gui/dialog/NewOperatorDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/OperatorInfoPanel.java b/src/com/rapidminer/gui/dialog/OperatorInfoPanel.java index b1b0a16..63325c4 100644 --- a/src/com/rapidminer/gui/dialog/OperatorInfoPanel.java +++ b/src/com/rapidminer/gui/dialog/OperatorInfoPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/OperatorInfoScreen.java b/src/com/rapidminer/gui/dialog/OperatorInfoScreen.java index d97d1a9..b5b755c 100644 --- a/src/com/rapidminer/gui/dialog/OperatorInfoScreen.java +++ b/src/com/rapidminer/gui/dialog/OperatorInfoScreen.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/ProcessInfoScreen.java b/src/com/rapidminer/gui/dialog/ProcessInfoScreen.java index 2693fff..6a1f07d 100644 --- a/src/com/rapidminer/gui/dialog/ProcessInfoScreen.java +++ b/src/com/rapidminer/gui/dialog/ProcessInfoScreen.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/ResultContainer.java b/src/com/rapidminer/gui/dialog/ResultContainer.java index f46e361..d79e91f 100644 --- a/src/com/rapidminer/gui/dialog/ResultContainer.java +++ b/src/com/rapidminer/gui/dialog/ResultContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/SearchDialog.java b/src/com/rapidminer/gui/dialog/SearchDialog.java index 3cbeb5e..d6564b2 100644 --- a/src/com/rapidminer/gui/dialog/SearchDialog.java +++ b/src/com/rapidminer/gui/dialog/SearchDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/SearchableJEditTextArea.java b/src/com/rapidminer/gui/dialog/SearchableJEditTextArea.java index 7ed0124..899ee3d 100644 --- a/src/com/rapidminer/gui/dialog/SearchableJEditTextArea.java +++ b/src/com/rapidminer/gui/dialog/SearchableJEditTextArea.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/SearchableJTextComponent.java b/src/com/rapidminer/gui/dialog/SearchableJTextComponent.java index acecd93..b7585da 100644 --- a/src/com/rapidminer/gui/dialog/SearchableJTextComponent.java +++ b/src/com/rapidminer/gui/dialog/SearchableJTextComponent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/SearchableTextComponent.java b/src/com/rapidminer/gui/dialog/SearchableTextComponent.java index 3f5263f..8b89bd2 100644 --- a/src/com/rapidminer/gui/dialog/SearchableTextComponent.java +++ b/src/com/rapidminer/gui/dialog/SearchableTextComponent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/StopDialog.java b/src/com/rapidminer/gui/dialog/StopDialog.java index e6b29f4..2e58e4e 100644 --- a/src/com/rapidminer/gui/dialog/StopDialog.java +++ b/src/com/rapidminer/gui/dialog/StopDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/TemplateWizardDialog.java b/src/com/rapidminer/gui/dialog/TemplateWizardDialog.java index 2d17f45..1a2f3b2 100644 --- a/src/com/rapidminer/gui/dialog/TemplateWizardDialog.java +++ b/src/com/rapidminer/gui/dialog/TemplateWizardDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dialog/Tutorial.java b/src/com/rapidminer/gui/dialog/Tutorial.java index 099df33..2ab0e20 100644 --- a/src/com/rapidminer/gui/dialog/Tutorial.java +++ b/src/com/rapidminer/gui/dialog/Tutorial.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -67,7 +67,7 @@ public class Tutorial extends ButtonDialog implements WindowListener { uiDefaults.put("EditorPane.font", font); } - private static final String START_TEXT = "

Welcome to the RapidMiner online tutorial!

This tutorial demonstrates basic concepts of RapidMiner and simple process setups which can be performed. The user should have some knowledge in the domains of data mining and ETL.

Whenever this tutorial refers to the "RapidMiner Tutorial / Manual", it means the printed version of the RapidMiner manual available at

http://rapid-i.com

You should read the RapidMiner Manual for better motivation and an idea of the basic concepts of RapidMiner, but you can also try to start with the online tutorial without reading the printed version first. Please read the texts carefully and try at least the suggested steps. The online tutorial will take about one hour.


Please note:

Most parts of RapidMiner provide additional information if you hold the mouse pointer a few moments on the part (tool tip texts). In this way all operators and parameters are described too.

"; + private static final String START_TEXT = "

Welcome to the RapidMiner online tutorial!

This tutorial demonstrates basic concepts of RapidMiner and simple process setups which can be performed. The user should have some knowledge in the domains of data mining and ETL.

Whenever this tutorial refers to the "RapidMiner Tutorial / Manual", it means the printed version of the RapidMiner manual available at

http://rapidminer.com

You should read the RapidMiner Manual for better motivation and an idea of the basic concepts of RapidMiner, but you can also try to start with the online tutorial without reading the printed version first. Please read the texts carefully and try at least the suggested steps. The online tutorial will take about one hour.


Please note:

Most parts of RapidMiner provide additional information if you hold the mouse pointer a few moments on the part (tool tip texts). In this way all operators and parameters are described too.

"; private static final String END_TEXT = "

Congratulations!

You have finished the RapidMiner online tutorial. You should be able to perform many of the possible process definitions. Now, you know the most important building blocks of the possible data mining process definitions. Of course these building blocks can be arbitrarily nested in RapidMiner as long as their input and output types fits. For a reference of all operators please refer to the RapidMiner Tutorial. Check also the other sample process setups which can be found in the sample directory of RapidMiner.

We have added many known preprocessing steps and learning operators to RapidMiner. Most data formats can also be handled. If you need to adapt RapidMiner you should read the chapter of the RapidMiner Tutorial which describes the creation of operators and the extension mechanism. RapidMiner can easily be extended. Have fun!

"; diff --git a/src/com/rapidminer/gui/dialog/UnknownParametersInfoDialog.java b/src/com/rapidminer/gui/dialog/UnknownParametersInfoDialog.java index e473946..e8d150a 100644 --- a/src/com/rapidminer/gui/dialog/UnknownParametersInfoDialog.java +++ b/src/com/rapidminer/gui/dialog/UnknownParametersInfoDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dnd/AbstractPatchedTransferHandler.java b/src/com/rapidminer/gui/dnd/AbstractPatchedTransferHandler.java index 22173b5..d7926af 100644 --- a/src/com/rapidminer/gui/dnd/AbstractPatchedTransferHandler.java +++ b/src/com/rapidminer/gui/dnd/AbstractPatchedTransferHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.dnd; import java.awt.Cursor; diff --git a/src/com/rapidminer/gui/dnd/DragListener.java b/src/com/rapidminer/gui/dnd/DragListener.java index 6be0a03..5c1e537 100644 --- a/src/com/rapidminer/gui/dnd/DragListener.java +++ b/src/com/rapidminer/gui/dnd/DragListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.dnd; import java.awt.datatransfer.Transferable; diff --git a/src/com/rapidminer/gui/dnd/OperatorTransferHandler.java b/src/com/rapidminer/gui/dnd/OperatorTransferHandler.java index 7ccedf9..b561e11 100644 --- a/src/com/rapidminer/gui/dnd/OperatorTransferHandler.java +++ b/src/com/rapidminer/gui/dnd/OperatorTransferHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.dnd; import java.awt.datatransfer.Transferable; diff --git a/src/com/rapidminer/gui/dnd/OperatorTreeTransferHandler.java b/src/com/rapidminer/gui/dnd/OperatorTreeTransferHandler.java index b9557b6..abda02f 100644 --- a/src/com/rapidminer/gui/dnd/OperatorTreeTransferHandler.java +++ b/src/com/rapidminer/gui/dnd/OperatorTreeTransferHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/dnd/ReceivingOperatorTransferHandler.java b/src/com/rapidminer/gui/dnd/ReceivingOperatorTransferHandler.java index 186c88c..95ed83d 100644 --- a/src/com/rapidminer/gui/dnd/ReceivingOperatorTransferHandler.java +++ b/src/com/rapidminer/gui/dnd/ReceivingOperatorTransferHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.dnd; import java.awt.Point; diff --git a/src/com/rapidminer/gui/dnd/TransferableOperator.java b/src/com/rapidminer/gui/dnd/TransferableOperator.java index 696f488..c5339dd 100644 --- a/src/com/rapidminer/gui/dnd/TransferableOperator.java +++ b/src/com/rapidminer/gui/dnd/TransferableOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.dnd; import java.awt.datatransfer.DataFlavor; diff --git a/src/com/rapidminer/gui/docking/DetachedDockViewAsTab.java b/src/com/rapidminer/gui/docking/DetachedDockViewAsTab.java index 4e409c3..3458b72 100644 --- a/src/com/rapidminer/gui/docking/DetachedDockViewAsTab.java +++ b/src/com/rapidminer/gui/docking/DetachedDockViewAsTab.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/docking/RapidDockableContainerFactory.java b/src/com/rapidminer/gui/docking/RapidDockableContainerFactory.java index 892b2d4..349eb55 100644 --- a/src/com/rapidminer/gui/docking/RapidDockableContainerFactory.java +++ b/src/com/rapidminer/gui/docking/RapidDockableContainerFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/docking/RapidDockingToolbar.java b/src/com/rapidminer/gui/docking/RapidDockingToolbar.java index e24323b..b5a9828 100644 --- a/src/com/rapidminer/gui/docking/RapidDockingToolbar.java +++ b/src/com/rapidminer/gui/docking/RapidDockingToolbar.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/docking/RapidFloatingDialog.java b/src/com/rapidminer/gui/docking/RapidFloatingDialog.java index 38879b8..53ef6b8 100644 --- a/src/com/rapidminer/gui/docking/RapidFloatingDialog.java +++ b/src/com/rapidminer/gui/docking/RapidFloatingDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/AutoWireThread.java b/src/com/rapidminer/gui/flow/AutoWireThread.java index 236905b..94090e6 100644 --- a/src/com/rapidminer/gui/flow/AutoWireThread.java +++ b/src/com/rapidminer/gui/flow/AutoWireThread.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ErrorTable.java b/src/com/rapidminer/gui/flow/ErrorTable.java index f951652..4be13ca 100644 --- a/src/com/rapidminer/gui/flow/ErrorTable.java +++ b/src/com/rapidminer/gui/flow/ErrorTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ExampleSetMetaDataTableModel.java b/src/com/rapidminer/gui/flow/ExampleSetMetaDataTableModel.java index 8853a40..50ec0f2 100644 --- a/src/com/rapidminer/gui/flow/ExampleSetMetaDataTableModel.java +++ b/src/com/rapidminer/gui/flow/ExampleSetMetaDataTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ExtensionButton.java b/src/com/rapidminer/gui/flow/ExtensionButton.java index fb8ede0..9b8e810 100644 --- a/src/com/rapidminer/gui/flow/ExtensionButton.java +++ b/src/com/rapidminer/gui/flow/ExtensionButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/FlowVisualizer.java b/src/com/rapidminer/gui/flow/FlowVisualizer.java index 2d24d24..8942187 100644 --- a/src/com/rapidminer/gui/flow/FlowVisualizer.java +++ b/src/com/rapidminer/gui/flow/FlowVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/InterpolationMap.java b/src/com/rapidminer/gui/flow/InterpolationMap.java index c971841..af616a0 100644 --- a/src/com/rapidminer/gui/flow/InterpolationMap.java +++ b/src/com/rapidminer/gui/flow/InterpolationMap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/OverviewPanel.java b/src/com/rapidminer/gui/flow/OverviewPanel.java index 3f7bf8f..1dee7fb 100644 --- a/src/com/rapidminer/gui/flow/OverviewPanel.java +++ b/src/com/rapidminer/gui/flow/OverviewPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/PanningManager.java b/src/com/rapidminer/gui/flow/PanningManager.java index f652c51..7c7c2df 100644 --- a/src/com/rapidminer/gui/flow/PanningManager.java +++ b/src/com/rapidminer/gui/flow/PanningManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ProcessButtonBar.java b/src/com/rapidminer/gui/flow/ProcessButtonBar.java index d2ea3ad..52b1a29 100644 --- a/src/com/rapidminer/gui/flow/ProcessButtonBar.java +++ b/src/com/rapidminer/gui/flow/ProcessButtonBar.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ProcessInteractionListener.java b/src/com/rapidminer/gui/flow/ProcessInteractionListener.java index f9fb2a7..77adbd0 100644 --- a/src/com/rapidminer/gui/flow/ProcessInteractionListener.java +++ b/src/com/rapidminer/gui/flow/ProcessInteractionListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ProcessPanel.java b/src/com/rapidminer/gui/flow/ProcessPanel.java index 1f376b7..931b76a 100644 --- a/src/com/rapidminer/gui/flow/ProcessPanel.java +++ b/src/com/rapidminer/gui/flow/ProcessPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ProcessParentButtonModel.java b/src/com/rapidminer/gui/flow/ProcessParentButtonModel.java index b366a79..112d6c9 100644 --- a/src/com/rapidminer/gui/flow/ProcessParentButtonModel.java +++ b/src/com/rapidminer/gui/flow/ProcessParentButtonModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ProcessRenderer.java b/src/com/rapidminer/gui/flow/ProcessRenderer.java index fbb0d77..68dfc75 100644 --- a/src/com/rapidminer/gui/flow/ProcessRenderer.java +++ b/src/com/rapidminer/gui/flow/ProcessRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/ProcessUndoManager.java b/src/com/rapidminer/gui/flow/ProcessUndoManager.java index e93fc2b..9ad63bf 100644 --- a/src/com/rapidminer/gui/flow/ProcessUndoManager.java +++ b/src/com/rapidminer/gui/flow/ProcessUndoManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/flow/QuickFixDialog.java b/src/com/rapidminer/gui/flow/QuickFixDialog.java index 793a06a..d01646a 100644 --- a/src/com/rapidminer/gui/flow/QuickFixDialog.java +++ b/src/com/rapidminer/gui/flow/QuickFixDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/AssociationRulesGraphCreator.java b/src/com/rapidminer/gui/graphs/AssociationRulesGraphCreator.java index c1d0a50..bc151d6 100644 --- a/src/com/rapidminer/gui/graphs/AssociationRulesGraphCreator.java +++ b/src/com/rapidminer/gui/graphs/AssociationRulesGraphCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/BasicVertexShapeTransformer.java b/src/com/rapidminer/gui/graphs/BasicVertexShapeTransformer.java index fddd3e4..ec9ee34 100644 --- a/src/com/rapidminer/gui/graphs/BasicVertexShapeTransformer.java +++ b/src/com/rapidminer/gui/graphs/BasicVertexShapeTransformer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/ClusterModelGraphCreator.java b/src/com/rapidminer/gui/graphs/ClusterModelGraphCreator.java index 50dc77d..0a63aeb 100644 --- a/src/com/rapidminer/gui/graphs/ClusterModelGraphCreator.java +++ b/src/com/rapidminer/gui/graphs/ClusterModelGraphCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/ClusterModelObjectViewer.java b/src/com/rapidminer/gui/graphs/ClusterModelObjectViewer.java index ae87735..d643114 100644 --- a/src/com/rapidminer/gui/graphs/ClusterModelObjectViewer.java +++ b/src/com/rapidminer/gui/graphs/ClusterModelObjectViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/DefaultObjectViewer.java b/src/com/rapidminer/gui/graphs/DefaultObjectViewer.java index 8ee8a8e..b18ccde 100644 --- a/src/com/rapidminer/gui/graphs/DefaultObjectViewer.java +++ b/src/com/rapidminer/gui/graphs/DefaultObjectViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/ExtendedVertexShapeTransformer.java b/src/com/rapidminer/gui/graphs/ExtendedVertexShapeTransformer.java index b351924..cae446b 100644 --- a/src/com/rapidminer/gui/graphs/ExtendedVertexShapeTransformer.java +++ b/src/com/rapidminer/gui/graphs/ExtendedVertexShapeTransformer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/GraphCreator.java b/src/com/rapidminer/gui/graphs/GraphCreator.java index 579db3a..33618b7 100644 --- a/src/com/rapidminer/gui/graphs/GraphCreator.java +++ b/src/com/rapidminer/gui/graphs/GraphCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/GraphCreatorAdaptor.java b/src/com/rapidminer/gui/graphs/GraphCreatorAdaptor.java index 1e37527..90c41e8 100644 --- a/src/com/rapidminer/gui/graphs/GraphCreatorAdaptor.java +++ b/src/com/rapidminer/gui/graphs/GraphCreatorAdaptor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/GraphObjectViewer.java b/src/com/rapidminer/gui/graphs/GraphObjectViewer.java index ae0cbd4..ce5f373 100644 --- a/src/com/rapidminer/gui/graphs/GraphObjectViewer.java +++ b/src/com/rapidminer/gui/graphs/GraphObjectViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/GraphViewer.java b/src/com/rapidminer/gui/graphs/GraphViewer.java index 34041a5..b4d2a13 100644 --- a/src/com/rapidminer/gui/graphs/GraphViewer.java +++ b/src/com/rapidminer/gui/graphs/GraphViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/LayoutSelection.java b/src/com/rapidminer/gui/graphs/LayoutSelection.java index e7c6707..d12c2f2 100644 --- a/src/com/rapidminer/gui/graphs/LayoutSelection.java +++ b/src/com/rapidminer/gui/graphs/LayoutSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/ShapeBasedTreeLayout.java b/src/com/rapidminer/gui/graphs/ShapeBasedTreeLayout.java index 32b5555..2b45f3b 100644 --- a/src/com/rapidminer/gui/graphs/ShapeBasedTreeLayout.java +++ b/src/com/rapidminer/gui/graphs/ShapeBasedTreeLayout.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/SimilarityGraphCreator.java b/src/com/rapidminer/gui/graphs/SimilarityGraphCreator.java index 7484086..c9bfdc6 100644 --- a/src/com/rapidminer/gui/graphs/SimilarityGraphCreator.java +++ b/src/com/rapidminer/gui/graphs/SimilarityGraphCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/SortableEdge.java b/src/com/rapidminer/gui/graphs/SortableEdge.java index a08e3c3..0f487bb 100644 --- a/src/com/rapidminer/gui/graphs/SortableEdge.java +++ b/src/com/rapidminer/gui/graphs/SortableEdge.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/TransitionGraphCreator.java b/src/com/rapidminer/gui/graphs/TransitionGraphCreator.java index b23bda6..1cb560b 100644 --- a/src/com/rapidminer/gui/graphs/TransitionGraphCreator.java +++ b/src/com/rapidminer/gui/graphs/TransitionGraphCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/TreeModelEdgeLabelRenderer.java b/src/com/rapidminer/gui/graphs/TreeModelEdgeLabelRenderer.java index 2127c49..cd920f4 100644 --- a/src/com/rapidminer/gui/graphs/TreeModelEdgeLabelRenderer.java +++ b/src/com/rapidminer/gui/graphs/TreeModelEdgeLabelRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/TreeModelGraphCreator.java b/src/com/rapidminer/gui/graphs/TreeModelGraphCreator.java index b2795b6..9bb5647 100644 --- a/src/com/rapidminer/gui/graphs/TreeModelGraphCreator.java +++ b/src/com/rapidminer/gui/graphs/TreeModelGraphCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/TreeModelNodeLabelRenderer.java b/src/com/rapidminer/gui/graphs/TreeModelNodeLabelRenderer.java index 30bc8d1..f78ed1c 100644 --- a/src/com/rapidminer/gui/graphs/TreeModelNodeLabelRenderer.java +++ b/src/com/rapidminer/gui/graphs/TreeModelNodeLabelRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/TreeModelNodeRenderer.java b/src/com/rapidminer/gui/graphs/TreeModelNodeRenderer.java index db224de..ba6bec5 100644 --- a/src/com/rapidminer/gui/graphs/TreeModelNodeRenderer.java +++ b/src/com/rapidminer/gui/graphs/TreeModelNodeRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/actions/PickingModeAction.java b/src/com/rapidminer/gui/graphs/actions/PickingModeAction.java index 4c63fe6..99885ba 100644 --- a/src/com/rapidminer/gui/graphs/actions/PickingModeAction.java +++ b/src/com/rapidminer/gui/graphs/actions/PickingModeAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/actions/TransformingModeAction.java b/src/com/rapidminer/gui/graphs/actions/TransformingModeAction.java index 8f273dd..c82c5e2 100644 --- a/src/com/rapidminer/gui/graphs/actions/TransformingModeAction.java +++ b/src/com/rapidminer/gui/graphs/actions/TransformingModeAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/actions/ZoomInAction.java b/src/com/rapidminer/gui/graphs/actions/ZoomInAction.java index 4afa3e4..ea498c8 100644 --- a/src/com/rapidminer/gui/graphs/actions/ZoomInAction.java +++ b/src/com/rapidminer/gui/graphs/actions/ZoomInAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/graphs/actions/ZoomOutAction.java b/src/com/rapidminer/gui/graphs/actions/ZoomOutAction.java index a2a2e60..59be5f3 100644 --- a/src/com/rapidminer/gui/graphs/actions/ZoomOutAction.java +++ b/src/com/rapidminer/gui/graphs/actions/ZoomOutAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ButtonListener.java b/src/com/rapidminer/gui/look/ButtonListener.java index 56a739a..8a6d139 100644 --- a/src/com/rapidminer/gui/look/ButtonListener.java +++ b/src/com/rapidminer/gui/look/ButtonListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ClipboardActionsPopup.java b/src/com/rapidminer/gui/look/ClipboardActionsPopup.java index 2e22fb3..0d29391 100644 --- a/src/com/rapidminer/gui/look/ClipboardActionsPopup.java +++ b/src/com/rapidminer/gui/look/ClipboardActionsPopup.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/Colors.java b/src/com/rapidminer/gui/look/Colors.java index 9afcefe..643354b 100644 --- a/src/com/rapidminer/gui/look/Colors.java +++ b/src/com/rapidminer/gui/look/Colors.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/GenericArrowButton.java b/src/com/rapidminer/gui/look/GenericArrowButton.java index 06ecaf0..fd50ffd 100644 --- a/src/com/rapidminer/gui/look/GenericArrowButton.java +++ b/src/com/rapidminer/gui/look/GenericArrowButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ImageIconUIResource.java b/src/com/rapidminer/gui/look/ImageIconUIResource.java index 2163743..98e2206 100644 --- a/src/com/rapidminer/gui/look/ImageIconUIResource.java +++ b/src/com/rapidminer/gui/look/ImageIconUIResource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/InternalFrameTitlePane.java b/src/com/rapidminer/gui/look/InternalFrameTitlePane.java index 7f0ee51..b6a7827 100644 --- a/src/com/rapidminer/gui/look/InternalFrameTitlePane.java +++ b/src/com/rapidminer/gui/look/InternalFrameTitlePane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/RapidLookAndFeel.java b/src/com/rapidminer/gui/look/RapidLookAndFeel.java index aafa942..bcd8517 100644 --- a/src/com/rapidminer/gui/look/RapidLookAndFeel.java +++ b/src/com/rapidminer/gui/look/RapidLookAndFeel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/RapidLookComboBoxEditor.java b/src/com/rapidminer/gui/look/RapidLookComboBoxEditor.java index ebc26b3..f2b6215 100644 --- a/src/com/rapidminer/gui/look/RapidLookComboBoxEditor.java +++ b/src/com/rapidminer/gui/look/RapidLookComboBoxEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/RapidLookListCellRenderer.java b/src/com/rapidminer/gui/look/RapidLookListCellRenderer.java index 972ca63..2fefc86 100644 --- a/src/com/rapidminer/gui/look/RapidLookListCellRenderer.java +++ b/src/com/rapidminer/gui/look/RapidLookListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/RapidLookTools.java b/src/com/rapidminer/gui/look/RapidLookTools.java index ab0c9d9..c136275 100644 --- a/src/com/rapidminer/gui/look/RapidLookTools.java +++ b/src/com/rapidminer/gui/look/RapidLookTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/RoundedPopupFactory.java b/src/com/rapidminer/gui/look/RoundedPopupFactory.java index a0ad4ba..f96d7c3 100644 --- a/src/com/rapidminer/gui/look/RoundedPopupFactory.java +++ b/src/com/rapidminer/gui/look/RoundedPopupFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/RoundedRectanglePopup.java b/src/com/rapidminer/gui/look/RoundedRectanglePopup.java index 106da74..152e805 100644 --- a/src/com/rapidminer/gui/look/RoundedRectanglePopup.java +++ b/src/com/rapidminer/gui/look/RoundedRectanglePopup.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/TextActions.java b/src/com/rapidminer/gui/look/TextActions.java index 8587dc5..95770e0 100644 --- a/src/com/rapidminer/gui/look/TextActions.java +++ b/src/com/rapidminer/gui/look/TextActions.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ToggleButtonListener.java b/src/com/rapidminer/gui/look/ToggleButtonListener.java index fea3051..db21889 100644 --- a/src/com/rapidminer/gui/look/ToggleButtonListener.java +++ b/src/com/rapidminer/gui/look/ToggleButtonListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ToolbarHandlerBuffer.java b/src/com/rapidminer/gui/look/ToolbarHandlerBuffer.java index 62cb2ee..a86074c 100644 --- a/src/com/rapidminer/gui/look/ToolbarHandlerBuffer.java +++ b/src/com/rapidminer/gui/look/ToolbarHandlerBuffer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ToolbarHandlerIcon.java b/src/com/rapidminer/gui/look/ToolbarHandlerIcon.java index 683fbeb..71f3404 100644 --- a/src/com/rapidminer/gui/look/ToolbarHandlerIcon.java +++ b/src/com/rapidminer/gui/look/ToolbarHandlerIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/Borders.java b/src/com/rapidminer/gui/look/borders/Borders.java index 4673e0d..11aab90 100644 --- a/src/com/rapidminer/gui/look/borders/Borders.java +++ b/src/com/rapidminer/gui/look/borders/Borders.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ButtonBorder.java b/src/com/rapidminer/gui/look/borders/ButtonBorder.java index a3921ec..175e274 100644 --- a/src/com/rapidminer/gui/look/borders/ButtonBorder.java +++ b/src/com/rapidminer/gui/look/borders/ButtonBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/CheckBoxBorder.java b/src/com/rapidminer/gui/look/borders/CheckBoxBorder.java index bcffeb8..252bfd6 100644 --- a/src/com/rapidminer/gui/look/borders/CheckBoxBorder.java +++ b/src/com/rapidminer/gui/look/borders/CheckBoxBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ComboBoxBorder.java b/src/com/rapidminer/gui/look/borders/ComboBoxBorder.java index a9b4a09..9544f07 100644 --- a/src/com/rapidminer/gui/look/borders/ComboBoxBorder.java +++ b/src/com/rapidminer/gui/look/borders/ComboBoxBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ComboBoxEditorBorder.java b/src/com/rapidminer/gui/look/borders/ComboBoxEditorBorder.java index eeab1f0..16bab80 100644 --- a/src/com/rapidminer/gui/look/borders/ComboBoxEditorBorder.java +++ b/src/com/rapidminer/gui/look/borders/ComboBoxEditorBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ComboBoxListCellRendererFocusBorder.java b/src/com/rapidminer/gui/look/borders/ComboBoxListCellRendererFocusBorder.java index 37e8441..d6412d7 100644 --- a/src/com/rapidminer/gui/look/borders/ComboBoxListCellRendererFocusBorder.java +++ b/src/com/rapidminer/gui/look/borders/ComboBoxListCellRendererFocusBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/DummyBorder.java b/src/com/rapidminer/gui/look/borders/DummyBorder.java index 7b5d7ef..c23680b 100644 --- a/src/com/rapidminer/gui/look/borders/DummyBorder.java +++ b/src/com/rapidminer/gui/look/borders/DummyBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/EmptyBorder.java b/src/com/rapidminer/gui/look/borders/EmptyBorder.java index 0ebef8b..6e2cbdc 100644 --- a/src/com/rapidminer/gui/look/borders/EmptyBorder.java +++ b/src/com/rapidminer/gui/look/borders/EmptyBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/EmptyButtonBorder.java b/src/com/rapidminer/gui/look/borders/EmptyButtonBorder.java index 3ac65e7..d00af77 100644 --- a/src/com/rapidminer/gui/look/borders/EmptyButtonBorder.java +++ b/src/com/rapidminer/gui/look/borders/EmptyButtonBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/EmptyComboBoxBorder.java b/src/com/rapidminer/gui/look/borders/EmptyComboBoxBorder.java index be793ee..2761335 100644 --- a/src/com/rapidminer/gui/look/borders/EmptyComboBoxBorder.java +++ b/src/com/rapidminer/gui/look/borders/EmptyComboBoxBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/InternalFrameBorder.java b/src/com/rapidminer/gui/look/borders/InternalFrameBorder.java index b88bd53..5ca7f6a 100644 --- a/src/com/rapidminer/gui/look/borders/InternalFrameBorder.java +++ b/src/com/rapidminer/gui/look/borders/InternalFrameBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/MenuBarBorder.java b/src/com/rapidminer/gui/look/borders/MenuBarBorder.java index da06ea6..c70cc95 100644 --- a/src/com/rapidminer/gui/look/borders/MenuBarBorder.java +++ b/src/com/rapidminer/gui/look/borders/MenuBarBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/MenuBorder.java b/src/com/rapidminer/gui/look/borders/MenuBorder.java index 3433062..46eb2fc 100644 --- a/src/com/rapidminer/gui/look/borders/MenuBorder.java +++ b/src/com/rapidminer/gui/look/borders/MenuBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/PopupBorder.java b/src/com/rapidminer/gui/look/borders/PopupBorder.java index 25bc58c..c9ae5d4 100644 --- a/src/com/rapidminer/gui/look/borders/PopupBorder.java +++ b/src/com/rapidminer/gui/look/borders/PopupBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/PopupMenuBorder.java b/src/com/rapidminer/gui/look/borders/PopupMenuBorder.java index 52d80b9..1376736 100644 --- a/src/com/rapidminer/gui/look/borders/PopupMenuBorder.java +++ b/src/com/rapidminer/gui/look/borders/PopupMenuBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ProgressBarBorder.java b/src/com/rapidminer/gui/look/borders/ProgressBarBorder.java index ee3f31d..03c64f0 100644 --- a/src/com/rapidminer/gui/look/borders/ProgressBarBorder.java +++ b/src/com/rapidminer/gui/look/borders/ProgressBarBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ScrollPaneBorder.java b/src/com/rapidminer/gui/look/borders/ScrollPaneBorder.java index 19eb2bb..48d9391 100644 --- a/src/com/rapidminer/gui/look/borders/ScrollPaneBorder.java +++ b/src/com/rapidminer/gui/look/borders/ScrollPaneBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ShadowedPopupMenuBorder.java b/src/com/rapidminer/gui/look/borders/ShadowedPopupMenuBorder.java index f48960d..8cb6c49 100644 --- a/src/com/rapidminer/gui/look/borders/ShadowedPopupMenuBorder.java +++ b/src/com/rapidminer/gui/look/borders/ShadowedPopupMenuBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/SpinnerBorder.java b/src/com/rapidminer/gui/look/borders/SpinnerBorder.java index 2fa886f..72163fb 100644 --- a/src/com/rapidminer/gui/look/borders/SpinnerBorder.java +++ b/src/com/rapidminer/gui/look/borders/SpinnerBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/SplitPaneBorder.java b/src/com/rapidminer/gui/look/borders/SplitPaneBorder.java index 56f666f..cff9f36 100644 --- a/src/com/rapidminer/gui/look/borders/SplitPaneBorder.java +++ b/src/com/rapidminer/gui/look/borders/SplitPaneBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/TableHeaderBorder.java b/src/com/rapidminer/gui/look/borders/TableHeaderBorder.java index a1b21a5..df6c54e 100644 --- a/src/com/rapidminer/gui/look/borders/TableHeaderBorder.java +++ b/src/com/rapidminer/gui/look/borders/TableHeaderBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/TextFieldBorder.java b/src/com/rapidminer/gui/look/borders/TextFieldBorder.java index e6acbde..f268fd0 100644 --- a/src/com/rapidminer/gui/look/borders/TextFieldBorder.java +++ b/src/com/rapidminer/gui/look/borders/TextFieldBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ToolBarBorder.java b/src/com/rapidminer/gui/look/borders/ToolBarBorder.java index af7a1bf..de05f64 100644 --- a/src/com/rapidminer/gui/look/borders/ToolBarBorder.java +++ b/src/com/rapidminer/gui/look/borders/ToolBarBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/borders/ToolTipBorder.java b/src/com/rapidminer/gui/look/borders/ToolTipBorder.java index 44d86e8..1dc1db3 100644 --- a/src/com/rapidminer/gui/look/borders/ToolTipBorder.java +++ b/src/com/rapidminer/gui/look/borders/ToolTipBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/AutomaticTextField.java b/src/com/rapidminer/gui/look/fc/AutomaticTextField.java index cedb541..2406f5e 100644 --- a/src/com/rapidminer/gui/look/fc/AutomaticTextField.java +++ b/src/com/rapidminer/gui/look/fc/AutomaticTextField.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/Bookmark.java b/src/com/rapidminer/gui/look/fc/Bookmark.java index 9946c60..4364602 100644 --- a/src/com/rapidminer/gui/look/fc/Bookmark.java +++ b/src/com/rapidminer/gui/look/fc/Bookmark.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/BookmarkDialog.java b/src/com/rapidminer/gui/look/fc/BookmarkDialog.java index 790daf2..558dddb 100644 --- a/src/com/rapidminer/gui/look/fc/BookmarkDialog.java +++ b/src/com/rapidminer/gui/look/fc/BookmarkDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/BookmarkIO.java b/src/com/rapidminer/gui/look/fc/BookmarkIO.java index 72d7018..5419277 100644 --- a/src/com/rapidminer/gui/look/fc/BookmarkIO.java +++ b/src/com/rapidminer/gui/look/fc/BookmarkIO.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/BookmarkList.java b/src/com/rapidminer/gui/look/fc/BookmarkList.java index 43205f7..5abcb03 100644 --- a/src/com/rapidminer/gui/look/fc/BookmarkList.java +++ b/src/com/rapidminer/gui/look/fc/BookmarkList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/BookmarkListModel.java b/src/com/rapidminer/gui/look/fc/BookmarkListModel.java index fe96859..2e2d6b1 100644 --- a/src/com/rapidminer/gui/look/fc/BookmarkListModel.java +++ b/src/com/rapidminer/gui/look/fc/BookmarkListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/DragSelectionThread.java b/src/com/rapidminer/gui/look/fc/DragSelectionThread.java index c36631d..b27fbe6 100644 --- a/src/com/rapidminer/gui/look/fc/DragSelectionThread.java +++ b/src/com/rapidminer/gui/look/fc/DragSelectionThread.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/FileChooserUI.java b/src/com/rapidminer/gui/look/fc/FileChooserUI.java index 36ce87e..9036abc 100644 --- a/src/com/rapidminer/gui/look/fc/FileChooserUI.java +++ b/src/com/rapidminer/gui/look/fc/FileChooserUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/FileList.java b/src/com/rapidminer/gui/look/fc/FileList.java index a23f11f..06c185e 100644 --- a/src/com/rapidminer/gui/look/fc/FileList.java +++ b/src/com/rapidminer/gui/look/fc/FileList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/FileTable.java b/src/com/rapidminer/gui/look/fc/FileTable.java index 16299f9..f48258e 100644 --- a/src/com/rapidminer/gui/look/fc/FileTable.java +++ b/src/com/rapidminer/gui/look/fc/FileTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/FileTableLabel.java b/src/com/rapidminer/gui/look/fc/FileTableLabel.java index 4d89d5b..bfb4f34 100644 --- a/src/com/rapidminer/gui/look/fc/FileTableLabel.java +++ b/src/com/rapidminer/gui/look/fc/FileTableLabel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/Item.java b/src/com/rapidminer/gui/look/fc/Item.java index 36060a4..2e5382b 100644 --- a/src/com/rapidminer/gui/look/fc/Item.java +++ b/src/com/rapidminer/gui/look/fc/Item.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/ItemPanel.java b/src/com/rapidminer/gui/look/fc/ItemPanel.java index e669a54..e4a3dca 100644 --- a/src/com/rapidminer/gui/look/fc/ItemPanel.java +++ b/src/com/rapidminer/gui/look/fc/ItemPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/ItemPanelKeyboardListener.java b/src/com/rapidminer/gui/look/fc/ItemPanelKeyboardListener.java index 8b65495..614ae31 100644 --- a/src/com/rapidminer/gui/look/fc/ItemPanelKeyboardListener.java +++ b/src/com/rapidminer/gui/look/fc/ItemPanelKeyboardListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/MultipleLinesLabel.java b/src/com/rapidminer/gui/look/fc/MultipleLinesLabel.java index 139aaeb..362eab2 100644 --- a/src/com/rapidminer/gui/look/fc/MultipleLinesLabel.java +++ b/src/com/rapidminer/gui/look/fc/MultipleLinesLabel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/ThumbGeneratorThread.java b/src/com/rapidminer/gui/look/fc/ThumbGeneratorThread.java index 6cfdd38..7886539 100644 --- a/src/com/rapidminer/gui/look/fc/ThumbGeneratorThread.java +++ b/src/com/rapidminer/gui/look/fc/ThumbGeneratorThread.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/fc/Tools.java b/src/com/rapidminer/gui/look/fc/Tools.java index 6ca5a5a..a2a341d 100644 --- a/src/com/rapidminer/gui/look/fc/Tools.java +++ b/src/com/rapidminer/gui/look/fc/Tools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/CheckBoxIcon.java b/src/com/rapidminer/gui/look/icons/CheckBoxIcon.java index 4d767b3..3cb1400 100644 --- a/src/com/rapidminer/gui/look/icons/CheckBoxIcon.java +++ b/src/com/rapidminer/gui/look/icons/CheckBoxIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/CheckBoxMenuItemIcon.java b/src/com/rapidminer/gui/look/icons/CheckBoxMenuItemIcon.java index 38b7536..dc617f1 100644 --- a/src/com/rapidminer/gui/look/icons/CheckBoxMenuItemIcon.java +++ b/src/com/rapidminer/gui/look/icons/CheckBoxMenuItemIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/ExpandedTreeIcon.java b/src/com/rapidminer/gui/look/icons/ExpandedTreeIcon.java index a504b08..ab102e4 100644 --- a/src/com/rapidminer/gui/look/icons/ExpandedTreeIcon.java +++ b/src/com/rapidminer/gui/look/icons/ExpandedTreeIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/IconFactory.java b/src/com/rapidminer/gui/look/icons/IconFactory.java index 680c1a0..3f2618b 100644 --- a/src/com/rapidminer/gui/look/icons/IconFactory.java +++ b/src/com/rapidminer/gui/look/icons/IconFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/ListViewIcon.java b/src/com/rapidminer/gui/look/icons/ListViewIcon.java index dedc9be..35ca85b 100644 --- a/src/com/rapidminer/gui/look/icons/ListViewIcon.java +++ b/src/com/rapidminer/gui/look/icons/ListViewIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/RadioButtonIcon.java b/src/com/rapidminer/gui/look/icons/RadioButtonIcon.java index 96fd1b1..71015f3 100644 --- a/src/com/rapidminer/gui/look/icons/RadioButtonIcon.java +++ b/src/com/rapidminer/gui/look/icons/RadioButtonIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/RadioButtonMenuItemIcon.java b/src/com/rapidminer/gui/look/icons/RadioButtonMenuItemIcon.java index a6a8870..61f258b 100644 --- a/src/com/rapidminer/gui/look/icons/RadioButtonMenuItemIcon.java +++ b/src/com/rapidminer/gui/look/icons/RadioButtonMenuItemIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/icons/SliderThumb.java b/src/com/rapidminer/gui/look/icons/SliderThumb.java index 9797683..ab510ba 100644 --- a/src/com/rapidminer/gui/look/icons/SliderThumb.java +++ b/src/com/rapidminer/gui/look/icons/SliderThumb.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/AbstractCachedPainter.java b/src/com/rapidminer/gui/look/painters/AbstractCachedPainter.java index 2fbe0f1..f2ce49b 100644 --- a/src/com/rapidminer/gui/look/painters/AbstractCachedPainter.java +++ b/src/com/rapidminer/gui/look/painters/AbstractCachedPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/ButtonBorderPainter.java b/src/com/rapidminer/gui/look/painters/ButtonBorderPainter.java index 70ef454..cc9e46d 100644 --- a/src/com/rapidminer/gui/look/painters/ButtonBorderPainter.java +++ b/src/com/rapidminer/gui/look/painters/ButtonBorderPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/ButtonPainter.java b/src/com/rapidminer/gui/look/painters/ButtonPainter.java index bee164b..95bb60f 100644 --- a/src/com/rapidminer/gui/look/painters/ButtonPainter.java +++ b/src/com/rapidminer/gui/look/painters/ButtonPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/Cache.java b/src/com/rapidminer/gui/look/painters/Cache.java index 5d58dcf..ef4c4ef 100644 --- a/src/com/rapidminer/gui/look/painters/Cache.java +++ b/src/com/rapidminer/gui/look/painters/Cache.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/CashedPainter.java b/src/com/rapidminer/gui/look/painters/CashedPainter.java index 1da4b64..6b5030e 100644 --- a/src/com/rapidminer/gui/look/painters/CashedPainter.java +++ b/src/com/rapidminer/gui/look/painters/CashedPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/CheckboxPainter.java b/src/com/rapidminer/gui/look/painters/CheckboxPainter.java index ba12ba2..ab4fe56 100644 --- a/src/com/rapidminer/gui/look/painters/CheckboxPainter.java +++ b/src/com/rapidminer/gui/look/painters/CheckboxPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/ComboBoxPainter.java b/src/com/rapidminer/gui/look/painters/ComboBoxPainter.java index 65b72cb..390c540 100644 --- a/src/com/rapidminer/gui/look/painters/ComboBoxPainter.java +++ b/src/com/rapidminer/gui/look/painters/ComboBoxPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/DeterminateProgressBarPainter.java b/src/com/rapidminer/gui/look/painters/DeterminateProgressBarPainter.java index 56b6ce7..9ce21f4 100644 --- a/src/com/rapidminer/gui/look/painters/DeterminateProgressBarPainter.java +++ b/src/com/rapidminer/gui/look/painters/DeterminateProgressBarPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/InDeterminateProgressBarPainter.java b/src/com/rapidminer/gui/look/painters/InDeterminateProgressBarPainter.java index 65b29f4..16decf6 100644 --- a/src/com/rapidminer/gui/look/painters/InDeterminateProgressBarPainter.java +++ b/src/com/rapidminer/gui/look/painters/InDeterminateProgressBarPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/MenuBackgroundPainter.java b/src/com/rapidminer/gui/look/painters/MenuBackgroundPainter.java index f053511..66ae445 100644 --- a/src/com/rapidminer/gui/look/painters/MenuBackgroundPainter.java +++ b/src/com/rapidminer/gui/look/painters/MenuBackgroundPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/MenuBarBackgroundPainter.java b/src/com/rapidminer/gui/look/painters/MenuBarBackgroundPainter.java index 469e4d6..13ff373 100644 --- a/src/com/rapidminer/gui/look/painters/MenuBarBackgroundPainter.java +++ b/src/com/rapidminer/gui/look/painters/MenuBarBackgroundPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/MenuItemFadingPainter.java b/src/com/rapidminer/gui/look/painters/MenuItemFadingPainter.java index 83e627d..a837e7a 100644 --- a/src/com/rapidminer/gui/look/painters/MenuItemFadingPainter.java +++ b/src/com/rapidminer/gui/look/painters/MenuItemFadingPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/MenuSeparatorPainter.java b/src/com/rapidminer/gui/look/painters/MenuSeparatorPainter.java index f76635c..a5b9f27 100644 --- a/src/com/rapidminer/gui/look/painters/MenuSeparatorPainter.java +++ b/src/com/rapidminer/gui/look/painters/MenuSeparatorPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/painters/RadioButtonPainter.java b/src/com/rapidminer/gui/look/painters/RadioButtonPainter.java index 0fd2296..3e06f94 100644 --- a/src/com/rapidminer/gui/look/painters/RadioButtonPainter.java +++ b/src/com/rapidminer/gui/look/painters/RadioButtonPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ButtonUI.java b/src/com/rapidminer/gui/look/ui/ButtonUI.java index 10e24dd..5b012ae 100644 --- a/src/com/rapidminer/gui/look/ui/ButtonUI.java +++ b/src/com/rapidminer/gui/look/ui/ButtonUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/CheckBoxMenuItemUI.java b/src/com/rapidminer/gui/look/ui/CheckBoxMenuItemUI.java index 5a7d6e7..b612847 100644 --- a/src/com/rapidminer/gui/look/ui/CheckBoxMenuItemUI.java +++ b/src/com/rapidminer/gui/look/ui/CheckBoxMenuItemUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/CheckBoxUI.java b/src/com/rapidminer/gui/look/ui/CheckBoxUI.java index df6abfc..4a094d9 100644 --- a/src/com/rapidminer/gui/look/ui/CheckBoxUI.java +++ b/src/com/rapidminer/gui/look/ui/CheckBoxUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ComboBoxUI.java b/src/com/rapidminer/gui/look/ui/ComboBoxUI.java index 055081f..0535ea7 100644 --- a/src/com/rapidminer/gui/look/ui/ComboBoxUI.java +++ b/src/com/rapidminer/gui/look/ui/ComboBoxUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/DesktopIconUI.java b/src/com/rapidminer/gui/look/ui/DesktopIconUI.java index 28ed90e..bbf7ae0 100644 --- a/src/com/rapidminer/gui/look/ui/DesktopIconUI.java +++ b/src/com/rapidminer/gui/look/ui/DesktopIconUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/EditorPaneUI.java b/src/com/rapidminer/gui/look/ui/EditorPaneUI.java index d119adc..e18259b 100644 --- a/src/com/rapidminer/gui/look/ui/EditorPaneUI.java +++ b/src/com/rapidminer/gui/look/ui/EditorPaneUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ExtensionButtonUI.java b/src/com/rapidminer/gui/look/ui/ExtensionButtonUI.java index 8d186fc..7c795c3 100644 --- a/src/com/rapidminer/gui/look/ui/ExtensionButtonUI.java +++ b/src/com/rapidminer/gui/look/ui/ExtensionButtonUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/FormattedTextFieldUI.java b/src/com/rapidminer/gui/look/ui/FormattedTextFieldUI.java index a547a82..ae75de3 100644 --- a/src/com/rapidminer/gui/look/ui/FormattedTextFieldUI.java +++ b/src/com/rapidminer/gui/look/ui/FormattedTextFieldUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/InternalFrameUI.java b/src/com/rapidminer/gui/look/ui/InternalFrameUI.java index 0ff1f6c..a6c7b03 100644 --- a/src/com/rapidminer/gui/look/ui/InternalFrameUI.java +++ b/src/com/rapidminer/gui/look/ui/InternalFrameUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/LabelUI.java b/src/com/rapidminer/gui/look/ui/LabelUI.java index 159d273..3be5316 100644 --- a/src/com/rapidminer/gui/look/ui/LabelUI.java +++ b/src/com/rapidminer/gui/look/ui/LabelUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ListUI.java b/src/com/rapidminer/gui/look/ui/ListUI.java index 34f8d4c..0d7421d 100644 --- a/src/com/rapidminer/gui/look/ui/ListUI.java +++ b/src/com/rapidminer/gui/look/ui/ListUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/MenuBarUI.java b/src/com/rapidminer/gui/look/ui/MenuBarUI.java index cb1f1c1..a71f3f6 100644 --- a/src/com/rapidminer/gui/look/ui/MenuBarUI.java +++ b/src/com/rapidminer/gui/look/ui/MenuBarUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/MenuItemUI.java b/src/com/rapidminer/gui/look/ui/MenuItemUI.java index 2199ea7..52c72f2 100644 --- a/src/com/rapidminer/gui/look/ui/MenuItemUI.java +++ b/src/com/rapidminer/gui/look/ui/MenuItemUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/MenuUI.java b/src/com/rapidminer/gui/look/ui/MenuUI.java index 5122fbc..a1741ab 100644 --- a/src/com/rapidminer/gui/look/ui/MenuUI.java +++ b/src/com/rapidminer/gui/look/ui/MenuUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/PasswordFieldUI.java b/src/com/rapidminer/gui/look/ui/PasswordFieldUI.java index 0afa091..f850d27 100644 --- a/src/com/rapidminer/gui/look/ui/PasswordFieldUI.java +++ b/src/com/rapidminer/gui/look/ui/PasswordFieldUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/PopupMenuSeparatorUI.java b/src/com/rapidminer/gui/look/ui/PopupMenuSeparatorUI.java index 9a59d99..5f1576e 100644 --- a/src/com/rapidminer/gui/look/ui/PopupMenuSeparatorUI.java +++ b/src/com/rapidminer/gui/look/ui/PopupMenuSeparatorUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/PopupMenuUI.java b/src/com/rapidminer/gui/look/ui/PopupMenuUI.java index 4efa7b6..bb6663d 100644 --- a/src/com/rapidminer/gui/look/ui/PopupMenuUI.java +++ b/src/com/rapidminer/gui/look/ui/PopupMenuUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ProgressBarUI.java b/src/com/rapidminer/gui/look/ui/ProgressBarUI.java index 65c9981..67bd84d 100644 --- a/src/com/rapidminer/gui/look/ui/ProgressBarUI.java +++ b/src/com/rapidminer/gui/look/ui/ProgressBarUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/RadioButtonMenuItemUI.java b/src/com/rapidminer/gui/look/ui/RadioButtonMenuItemUI.java index 66f5356..c340c50 100644 --- a/src/com/rapidminer/gui/look/ui/RadioButtonMenuItemUI.java +++ b/src/com/rapidminer/gui/look/ui/RadioButtonMenuItemUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/RadioButtonUI.java b/src/com/rapidminer/gui/look/ui/RadioButtonUI.java index e991785..24349df 100644 --- a/src/com/rapidminer/gui/look/ui/RadioButtonUI.java +++ b/src/com/rapidminer/gui/look/ui/RadioButtonUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/RapidDockingUISettings.java b/src/com/rapidminer/gui/look/ui/RapidDockingUISettings.java index f8533e2..18b8a67 100644 --- a/src/com/rapidminer/gui/look/ui/RapidDockingUISettings.java +++ b/src/com/rapidminer/gui/look/ui/RapidDockingUISettings.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ScrollBarUI.java b/src/com/rapidminer/gui/look/ui/ScrollBarUI.java index 0dcbac2..d0ad2e7 100644 --- a/src/com/rapidminer/gui/look/ui/ScrollBarUI.java +++ b/src/com/rapidminer/gui/look/ui/ScrollBarUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/SliderUI.java b/src/com/rapidminer/gui/look/ui/SliderUI.java index 39665b2..60734d6 100644 --- a/src/com/rapidminer/gui/look/ui/SliderUI.java +++ b/src/com/rapidminer/gui/look/ui/SliderUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/SpinnerButton.java b/src/com/rapidminer/gui/look/ui/SpinnerButton.java index ede095c..70ef8a7 100644 --- a/src/com/rapidminer/gui/look/ui/SpinnerButton.java +++ b/src/com/rapidminer/gui/look/ui/SpinnerButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/SpinnerUI.java b/src/com/rapidminer/gui/look/ui/SpinnerUI.java index 42fe7e0..756777a 100644 --- a/src/com/rapidminer/gui/look/ui/SpinnerUI.java +++ b/src/com/rapidminer/gui/look/ui/SpinnerUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/SplitPaneDividerUI.java b/src/com/rapidminer/gui/look/ui/SplitPaneDividerUI.java index 6e8c3be..623a1fa 100644 --- a/src/com/rapidminer/gui/look/ui/SplitPaneDividerUI.java +++ b/src/com/rapidminer/gui/look/ui/SplitPaneDividerUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/SplitPaneUI.java b/src/com/rapidminer/gui/look/ui/SplitPaneUI.java index 77f0bb3..950ecf2 100644 --- a/src/com/rapidminer/gui/look/ui/SplitPaneUI.java +++ b/src/com/rapidminer/gui/look/ui/SplitPaneUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/TabbedPaneUI.java b/src/com/rapidminer/gui/look/ui/TabbedPaneUI.java index 3691e08..b0a6763 100644 --- a/src/com/rapidminer/gui/look/ui/TabbedPaneUI.java +++ b/src/com/rapidminer/gui/look/ui/TabbedPaneUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/TableHeaderUI.java b/src/com/rapidminer/gui/look/ui/TableHeaderUI.java index 279bcae..0fee6b3 100644 --- a/src/com/rapidminer/gui/look/ui/TableHeaderUI.java +++ b/src/com/rapidminer/gui/look/ui/TableHeaderUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/TableUI.java b/src/com/rapidminer/gui/look/ui/TableUI.java index 04a1429..0dc9f32 100644 --- a/src/com/rapidminer/gui/look/ui/TableUI.java +++ b/src/com/rapidminer/gui/look/ui/TableUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/TextAreaUI.java b/src/com/rapidminer/gui/look/ui/TextAreaUI.java index bc4fc36..4d547bf 100644 --- a/src/com/rapidminer/gui/look/ui/TextAreaUI.java +++ b/src/com/rapidminer/gui/look/ui/TextAreaUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/TextFieldUI.java b/src/com/rapidminer/gui/look/ui/TextFieldUI.java index 401ca55..ae48080 100644 --- a/src/com/rapidminer/gui/look/ui/TextFieldUI.java +++ b/src/com/rapidminer/gui/look/ui/TextFieldUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/TextPaneUI.java b/src/com/rapidminer/gui/look/ui/TextPaneUI.java index 29665c4..ed82059 100644 --- a/src/com/rapidminer/gui/look/ui/TextPaneUI.java +++ b/src/com/rapidminer/gui/look/ui/TextPaneUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ToggleButtonUI.java b/src/com/rapidminer/gui/look/ui/ToggleButtonUI.java index 3900e45..07ffe20 100644 --- a/src/com/rapidminer/gui/look/ui/ToggleButtonUI.java +++ b/src/com/rapidminer/gui/look/ui/ToggleButtonUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ToolBarUI.java b/src/com/rapidminer/gui/look/ui/ToolBarUI.java index 0d9b785..557ca1e 100644 --- a/src/com/rapidminer/gui/look/ui/ToolBarUI.java +++ b/src/com/rapidminer/gui/look/ui/ToolBarUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/ToolbarButtonUI.java b/src/com/rapidminer/gui/look/ui/ToolbarButtonUI.java index fdf789f..40cb968 100644 --- a/src/com/rapidminer/gui/look/ui/ToolbarButtonUI.java +++ b/src/com/rapidminer/gui/look/ui/ToolbarButtonUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/look/ui/TreeUI.java b/src/com/rapidminer/gui/look/ui/TreeUI.java index 40954f2..246c8d5 100644 --- a/src/com/rapidminer/gui/look/ui/TreeUI.java +++ b/src/com/rapidminer/gui/look/ui/TreeUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/metadata/MetaDataRendererFactory.java b/src/com/rapidminer/gui/metadata/MetaDataRendererFactory.java index a463fe3..86da390 100644 --- a/src/com/rapidminer/gui/metadata/MetaDataRendererFactory.java +++ b/src/com/rapidminer/gui/metadata/MetaDataRendererFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/metadata/MetaDataRendererFactoryRegistry.java b/src/com/rapidminer/gui/metadata/MetaDataRendererFactoryRegistry.java index 2012bd6..ce78a38 100644 --- a/src/com/rapidminer/gui/metadata/MetaDataRendererFactoryRegistry.java +++ b/src/com/rapidminer/gui/metadata/MetaDataRendererFactoryRegistry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/ChartConfigurationException.java b/src/com/rapidminer/gui/new_plotter/ChartConfigurationException.java index d3d0216..2899946 100644 --- a/src/com/rapidminer/gui/new_plotter/ChartConfigurationException.java +++ b/src/com/rapidminer/gui/new_plotter/ChartConfigurationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/ChartCreationException.java b/src/com/rapidminer/gui/new_plotter/ChartCreationException.java index 324139d..d45adb3 100644 --- a/src/com/rapidminer/gui/new_plotter/ChartCreationException.java +++ b/src/com/rapidminer/gui/new_plotter/ChartCreationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/ChartPlottimeException.java b/src/com/rapidminer/gui/new_plotter/ChartPlottimeException.java index 1a671ca..83a6de5 100644 --- a/src/com/rapidminer/gui/new_plotter/ChartPlottimeException.java +++ b/src/com/rapidminer/gui/new_plotter/ChartPlottimeException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/ConfigurationChangeResponse.java b/src/com/rapidminer/gui/new_plotter/ConfigurationChangeResponse.java index 44632ee..8432eff 100644 --- a/src/com/rapidminer/gui/new_plotter/ConfigurationChangeResponse.java +++ b/src/com/rapidminer/gui/new_plotter/ConfigurationChangeResponse.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/MasterOfDesaster.java b/src/com/rapidminer/gui/new_plotter/MasterOfDesaster.java index 02f2df3..95efef9 100644 --- a/src/com/rapidminer/gui/new_plotter/MasterOfDesaster.java +++ b/src/com/rapidminer/gui/new_plotter/MasterOfDesaster.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/PlotConfigurationError.java b/src/com/rapidminer/gui/new_plotter/PlotConfigurationError.java index c952c60..04ac146 100644 --- a/src/com/rapidminer/gui/new_plotter/PlotConfigurationError.java +++ b/src/com/rapidminer/gui/new_plotter/PlotConfigurationError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/PlotConfigurationQuickFix.java b/src/com/rapidminer/gui/new_plotter/PlotConfigurationQuickFix.java index d4e736b..2578a2d 100644 --- a/src/com/rapidminer/gui/new_plotter/PlotConfigurationQuickFix.java +++ b/src/com/rapidminer/gui/new_plotter/PlotConfigurationQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/StaticDebug.java b/src/com/rapidminer/gui/new_plotter/StaticDebug.java index ab74a35..610e5eb 100644 --- a/src/com/rapidminer/gui/new_plotter/StaticDebug.java +++ b/src/com/rapidminer/gui/new_plotter/StaticDebug.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/AbstractDimensionConfig.java b/src/com/rapidminer/gui/new_plotter/configuration/AbstractDimensionConfig.java index 769f2bf..b5916f9 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/AbstractDimensionConfig.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/AbstractDimensionConfig.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/AbstractValueGrouping.java b/src/com/rapidminer/gui/new_plotter/configuration/AbstractValueGrouping.java index 81d3088..4162438 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/AbstractValueGrouping.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/AbstractValueGrouping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/AggregationWindowing.java b/src/com/rapidminer/gui/new_plotter/configuration/AggregationWindowing.java index 3b0a58b..23d28ec 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/AggregationWindowing.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/AggregationWindowing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLineConfiguration.java b/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLineConfiguration.java index 28a98dc..83e6bf9 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLineConfiguration.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLineConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfiguration.java b/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfiguration.java index d37c50c..909c638 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfiguration.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfigurationListener.java b/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfigurationListener.java index 562211b..825c031 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfigurationListener.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/AxisParallelLinesConfigurationListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/DataTableColumn.java b/src/com/rapidminer/gui/new_plotter/configuration/DataTableColumn.java index 1e03b59..e86e0d7 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/DataTableColumn.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/DataTableColumn.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/DefaultDimensionConfig.java b/src/com/rapidminer/gui/new_plotter/configuration/DefaultDimensionConfig.java index 2492024..8d44ec8 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/DefaultDimensionConfig.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/DefaultDimensionConfig.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/DimensionConfig.java b/src/com/rapidminer/gui/new_plotter/configuration/DimensionConfig.java index cd507e7..4bf6d2e 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/DimensionConfig.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/DimensionConfig.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/DistinctValueGrouping.java b/src/com/rapidminer/gui/new_plotter/configuration/DistinctValueGrouping.java index 2157ba9..ea69cdc 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/DistinctValueGrouping.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/DistinctValueGrouping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/DomainConfigManager.java b/src/com/rapidminer/gui/new_plotter/configuration/DomainConfigManager.java index e2c7db9..60e5195 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/DomainConfigManager.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/DomainConfigManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/EqualDataFractionGrouping.java b/src/com/rapidminer/gui/new_plotter/configuration/EqualDataFractionGrouping.java index 977f40e..df2b545 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/EqualDataFractionGrouping.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/EqualDataFractionGrouping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/EquidistantFixedBinCountBinning.java b/src/com/rapidminer/gui/new_plotter/configuration/EquidistantFixedBinCountBinning.java index 767d0ed..5f8ebb6 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/EquidistantFixedBinCountBinning.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/EquidistantFixedBinCountBinning.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/GroupCellKey.java b/src/com/rapidminer/gui/new_plotter/configuration/GroupCellKey.java index 190149d..abd695a 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/GroupCellKey.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/GroupCellKey.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/LegendConfiguration.java b/src/com/rapidminer/gui/new_plotter/configuration/LegendConfiguration.java index 94e9cd9..6ef7efe 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/LegendConfiguration.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/LegendConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/LineFormat.java b/src/com/rapidminer/gui/new_plotter/configuration/LineFormat.java index c8739a3..f751b95 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/LineFormat.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/LineFormat.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/LineFormatListener.java b/src/com/rapidminer/gui/new_plotter/configuration/LineFormatListener.java index 5b1c302..93eb5ef 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/LineFormatListener.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/LineFormatListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/LinkAndBrushMaster.java b/src/com/rapidminer/gui/new_plotter/configuration/LinkAndBrushMaster.java index a7c4bf6..445bcd2 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/LinkAndBrushMaster.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/LinkAndBrushMaster.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/PlotConfiguration.java b/src/com/rapidminer/gui/new_plotter/configuration/PlotConfiguration.java index 47b4e77..8b51d5b 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/PlotConfiguration.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/PlotConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/RangeAxisConfig.java b/src/com/rapidminer/gui/new_plotter/configuration/RangeAxisConfig.java index a94e911..4bdf129 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/RangeAxisConfig.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/RangeAxisConfig.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/SeriesFormat.java b/src/com/rapidminer/gui/new_plotter/configuration/SeriesFormat.java index b914f4a..2b662d5 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/SeriesFormat.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/SeriesFormat.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/ValueGrouping.java b/src/com/rapidminer/gui/new_plotter/configuration/ValueGrouping.java index a122af4..c272247 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/ValueGrouping.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/ValueGrouping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/ValueSource.java b/src/com/rapidminer/gui/new_plotter/configuration/ValueSource.java index 6ea23e9..ab2c72e 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/ValueSource.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/ValueSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/configuration/event/AxisParallelLinesConfigurationChangeEvent.java b/src/com/rapidminer/gui/new_plotter/configuration/event/AxisParallelLinesConfigurationChangeEvent.java index 8709f8e..bd32fdf 100644 --- a/src/com/rapidminer/gui/new_plotter/configuration/event/AxisParallelLinesConfigurationChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/configuration/event/AxisParallelLinesConfigurationChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/DataTableColumnIndex.java b/src/com/rapidminer/gui/new_plotter/data/DataTableColumnIndex.java index 4752809..1b2e488 100644 --- a/src/com/rapidminer/gui/new_plotter/data/DataTableColumnIndex.java +++ b/src/com/rapidminer/gui/new_plotter/data/DataTableColumnIndex.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/DimensionConfigData.java b/src/com/rapidminer/gui/new_plotter/data/DimensionConfigData.java index ad63a18..26efd33 100644 --- a/src/com/rapidminer/gui/new_plotter/data/DimensionConfigData.java +++ b/src/com/rapidminer/gui/new_plotter/data/DimensionConfigData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/DomainConfigManagerData.java b/src/com/rapidminer/gui/new_plotter/data/DomainConfigManagerData.java index bc305c4..e5533f4 100644 --- a/src/com/rapidminer/gui/new_plotter/data/DomainConfigManagerData.java +++ b/src/com/rapidminer/gui/new_plotter/data/DomainConfigManagerData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/GroupCellData.java b/src/com/rapidminer/gui/new_plotter/data/GroupCellData.java index 75ca93a..8faea53 100644 --- a/src/com/rapidminer/gui/new_plotter/data/GroupCellData.java +++ b/src/com/rapidminer/gui/new_plotter/data/GroupCellData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/GroupCellKeyAndData.java b/src/com/rapidminer/gui/new_plotter/data/GroupCellKeyAndData.java index b00cc1a..74fc353 100644 --- a/src/com/rapidminer/gui/new_plotter/data/GroupCellKeyAndData.java +++ b/src/com/rapidminer/gui/new_plotter/data/GroupCellKeyAndData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/GroupCellSeriesData.java b/src/com/rapidminer/gui/new_plotter/data/GroupCellSeriesData.java index 68ff5cf..6e25b8e 100644 --- a/src/com/rapidminer/gui/new_plotter/data/GroupCellSeriesData.java +++ b/src/com/rapidminer/gui/new_plotter/data/GroupCellSeriesData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/PlotData.java b/src/com/rapidminer/gui/new_plotter/data/PlotData.java index 6461f3e..eca1266 100644 --- a/src/com/rapidminer/gui/new_plotter/data/PlotData.java +++ b/src/com/rapidminer/gui/new_plotter/data/PlotData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/PlotInstance.java b/src/com/rapidminer/gui/new_plotter/data/PlotInstance.java index 5a4adf4..09b0c16 100644 --- a/src/com/rapidminer/gui/new_plotter/data/PlotInstance.java +++ b/src/com/rapidminer/gui/new_plotter/data/PlotInstance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/RangeAxisData.java b/src/com/rapidminer/gui/new_plotter/data/RangeAxisData.java index cebaa4d..ef3b322 100644 --- a/src/com/rapidminer/gui/new_plotter/data/RangeAxisData.java +++ b/src/com/rapidminer/gui/new_plotter/data/RangeAxisData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/data/ValueSourceData.java b/src/com/rapidminer/gui/new_plotter/data/ValueSourceData.java index c2d42a6..6c1eb2f 100644 --- a/src/com/rapidminer/gui/new_plotter/data/ValueSourceData.java +++ b/src/com/rapidminer/gui/new_plotter/data/ValueSourceData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/PlotEngine.java b/src/com/rapidminer/gui/new_plotter/engine/PlotEngine.java index be4a671..f0b7a8a 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/PlotEngine.java +++ b/src/com/rapidminer/gui/new_plotter/engine/PlotEngine.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartAxisFactory.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartAxisFactory.java index d2d2350..6ce0925 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartAxisFactory.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartAxisFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartDatasetFactory.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartDatasetFactory.java index 4117477..eafc145 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartDatasetFactory.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartDatasetFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartRendererFactory.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartRendererFactory.java index 7bf0c58..a089299 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartRendererFactory.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/ChartRendererFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/JFreeChartPlotEngine.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/JFreeChartPlotEngine.java index 3d6fbc6..6bef2e2 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/JFreeChartPlotEngine.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/JFreeChartPlotEngine.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/MultiAxesCrosshairOverlay.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/MultiAxesCrosshairOverlay.java index f176148..3e853cb 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/MultiAxesCrosshairOverlay.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/MultiAxesCrosshairOverlay.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/PlotInstanceLegendCreator.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/PlotInstanceLegendCreator.java index 11cf120..2a64a9d 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/PlotInstanceLegendCreator.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/PlotInstanceLegendCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/RenderFormatDelegate.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/RenderFormatDelegate.java index 4852997..f4df84a 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/RenderFormatDelegate.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/RenderFormatDelegate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/AddParallelLineAction.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/AddParallelLineAction.java index 99a797a..ba3c568 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/AddParallelLineAction.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/AddParallelLineAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ClearParallelLinesAction.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ClearParallelLinesAction.java index 4d619e3..d00d832 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ClearParallelLinesAction.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ClearParallelLinesAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/CopyChartAction.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/CopyChartAction.java index f8a0bff..b72a312 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/CopyChartAction.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/CopyChartAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageParallelLinesAction.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageParallelLinesAction.java index ca5cb3f..a412314 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageParallelLinesAction.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageParallelLinesAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageZoomAction.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageZoomAction.java index d45a895..e8f2856 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageZoomAction.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/actions/ManageZoomAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/dataset/ValueSourceToMultiValueCategoryDatasetAdapter.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/dataset/ValueSourceToMultiValueCategoryDatasetAdapter.java index 8774522..79e0814 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/dataset/ValueSourceToMultiValueCategoryDatasetAdapter.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/dataset/ValueSourceToMultiValueCategoryDatasetAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/ColoredBlockContainer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/ColoredBlockContainer.java index a304041..a0601dc 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/ColoredBlockContainer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/ColoredBlockContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendGraphic.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendGraphic.java index db90ebe..16e1ce3 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendGraphic.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendGraphic.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendItem.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendItem.java index b949df9..9ab527a 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendItem.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/CustomLegendItem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/FlankedShapeLegendItem.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/FlankedShapeLegendItem.java index 8981658..b2a4fd4 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/FlankedShapeLegendItem.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/FlankedShapeLegendItem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/SmartLegendTitle.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/SmartLegendTitle.java index 9225540..1dc1b6b 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/SmartLegendTitle.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/legend/SmartLegendTitle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/LinkAndBrushChartPanel.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/LinkAndBrushChartPanel.java index 2f97d21..7dbaa05 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/LinkAndBrushChartPanel.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/LinkAndBrushChartPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomDateAxis.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomDateAxis.java index 64a6fdd..91837cb 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomDateAxis.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomDateAxis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomLogarithmicAxis.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomLogarithmicAxis.java index 2ae266c..3833f47 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomLogarithmicAxis.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomLogarithmicAxis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomNumberAxis.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomNumberAxis.java index 2ed9d68..0bf2f7e 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomNumberAxis.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomNumberAxis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomSymbolAxis.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomSymbolAxis.java index 18c7b10..805a260 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomSymbolAxis.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/CustomSymbolAxis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/LinkAndBrushAxis.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/LinkAndBrushAxis.java index 0d2baf9..5f05de3 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/LinkAndBrushAxis.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/axis/LinkAndBrushAxis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushListener.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushListener.java index aa0a6ce..09e8711 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushListener.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelection.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelection.java index 5fcaf08..d53080a 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelection.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelectionListener.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelectionListener.java index 20dbe01..c6e0c31 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelectionListener.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/listener/LinkAndBrushSelectionListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushCategoryPlot.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushCategoryPlot.java index 1ec1e7f..b914d4f 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushCategoryPlot.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushCategoryPlot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushPlot.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushPlot.java index b569619..df19d2b 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushPlot.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushPlot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushXYPlot.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushXYPlot.java index f3566cc..a2a3b28 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushXYPlot.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/link_and_brush/plots/LinkAndBrushXYPlot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedAreaRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedAreaRenderer.java index aa2a152..5e4ec85 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedAreaRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedAreaRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedBarRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedBarRenderer.java index 3487f28..155eb7e 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedBarRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedBarRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedClusteredXYBarRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedClusteredXYBarRenderer.java index 6a56db5..7ab62b3 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedClusteredXYBarRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedClusteredXYBarRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedDeviationRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedDeviationRenderer.java index a94ce97..24ee560 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedDeviationRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedDeviationRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedLineAndShapeRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedLineAndShapeRenderer.java index 4583fe1..6897dd0 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedLineAndShapeRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedLineAndShapeRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedRenderer.java index 347bc7a..7e03b6c 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedScatterRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedScatterRenderer.java index 84c6fb8..7d1eeb8 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedScatterRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedScatterRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedAreaRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedAreaRenderer.java index e646b4e..1c7d9e6 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedAreaRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedAreaRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedBarRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedBarRenderer.java index aaf78bb..8aba6aa 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedBarRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedBarRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYAreaRenderer2.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYAreaRenderer2.java index 1ee0879..dd1c601 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYAreaRenderer2.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYAreaRenderer2.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYBarRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYBarRenderer.java index fa00eca..340dbca 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYBarRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYBarRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalBarRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalBarRenderer.java index 4df10c1..de59b91 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalBarRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalBarRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalLineAndShapeRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalLineAndShapeRenderer.java index 87d2784..c285f8a 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalLineAndShapeRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStatisticalLineAndShapeRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYAreaRenderer2.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYAreaRenderer2.java index 4a537af..625c8a5 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYAreaRenderer2.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYAreaRenderer2.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYDifferenceRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYDifferenceRenderer.java index 125baaf..af6dd9f 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYDifferenceRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYDifferenceRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYErrorRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYErrorRenderer.java index e0a3938..26ada9a 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYErrorRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYErrorRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYLineAndShapeRenderer.java b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYLineAndShapeRenderer.java index aebe885..b9bfbfb 100644 --- a/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYLineAndShapeRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedXYLineAndShapeRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/event/AxisParallelLineConfigurationChangeEvent.java b/src/com/rapidminer/gui/new_plotter/event/AxisParallelLineConfigurationChangeEvent.java index ddcb886..dfb6319 100644 --- a/src/com/rapidminer/gui/new_plotter/event/AxisParallelLineConfigurationChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/event/AxisParallelLineConfigurationChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/AbstractConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/AbstractConfigurationPanel.java index 102227d..2e0e3aa 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/AbstractConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/AbstractConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/AbstractTreeSelectionDependentPanel.java b/src/com/rapidminer/gui/new_plotter/gui/AbstractTreeSelectionDependentPanel.java index 61f1a17..a23a2a9 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/AbstractTreeSelectionDependentPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/AbstractTreeSelectionDependentPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/AreaAndBarChartConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/AreaAndBarChartConfigurationPanel.java index bd638c2..ce7c252 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/AreaAndBarChartConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/AreaAndBarChartConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/AttributeDropTextField.java b/src/com/rapidminer/gui/new_plotter/gui/AttributeDropTextField.java index 738eca3..9428c63 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/AttributeDropTextField.java +++ b/src/com/rapidminer/gui/new_plotter/gui/AttributeDropTextField.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.new_plotter.gui; import java.awt.Color; diff --git a/src/com/rapidminer/gui/new_plotter/gui/AttributeSelectionDialog.java b/src/com/rapidminer/gui/new_plotter/gui/AttributeSelectionDialog.java index 22aea66..701ff91 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/AttributeSelectionDialog.java +++ b/src/com/rapidminer/gui/new_plotter/gui/AttributeSelectionDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/AxisConfigurationContainer.java b/src/com/rapidminer/gui/new_plotter/gui/AxisConfigurationContainer.java index e815b0e..f20c918 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/AxisConfigurationContainer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/AxisConfigurationContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/ChartConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/ChartConfigurationPanel.java index 68e7b25..248677f 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/ChartConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/ChartConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/ChartTitleConfigurationContainer.java b/src/com/rapidminer/gui/new_plotter/gui/ChartTitleConfigurationContainer.java index 3fe8e8f..336f789 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/ChartTitleConfigurationContainer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/ChartTitleConfigurationContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/ColorSchemeDialog.java b/src/com/rapidminer/gui/new_plotter/gui/ColorSchemeDialog.java index 0def68f..d5e7fc6 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/ColorSchemeDialog.java +++ b/src/com/rapidminer/gui/new_plotter/gui/ColorSchemeDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/DimensionConfigPanel.java b/src/com/rapidminer/gui/new_plotter/gui/DimensionConfigPanel.java index f439570..e5263ad 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/DimensionConfigPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/DimensionConfigPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/FontDialog.java b/src/com/rapidminer/gui/new_plotter/gui/FontDialog.java index b5e5b4f..1d18784 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/FontDialog.java +++ b/src/com/rapidminer/gui/new_plotter/gui/FontDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/GlobalConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/GlobalConfigurationPanel.java index 145e0e8..742006d 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/GlobalConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/GlobalConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/GroupingConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/GroupingConfigurationPanel.java index 02ffd67..6a951f9 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/GroupingConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/GroupingConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/LegendConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/LegendConfigurationPanel.java index 669adfa..9056102 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/LegendConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/LegendConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/LineChartConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/LineChartConfigurationPanel.java index 8ef57f4..776f53c 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/LineChartConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/LineChartConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTree.java b/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTree.java index 283dc53..9e1a736 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTree.java +++ b/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTreeModel.java b/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTreeModel.java index 1b2a80d..be10094 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTreeModel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/PlotConfigurationTreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/RangeAxisConfigPanel.java b/src/com/rapidminer/gui/new_plotter/gui/RangeAxisConfigPanel.java index 06fa89b..f91974f 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/RangeAxisConfigPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/RangeAxisConfigPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/SeriesFormatConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/SeriesFormatConfigurationPanel.java index 4884be3..ef1ab5b 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/SeriesFormatConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/SeriesFormatConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/ValueSourceConfigurationPanel.java b/src/com/rapidminer/gui/new_plotter/gui/ValueSourceConfigurationPanel.java index ed931bd..120fbf2 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/ValueSourceConfigurationPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/ValueSourceConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/WindowingConfigurationContainer.java b/src/com/rapidminer/gui/new_plotter/gui/WindowingConfigurationContainer.java index e0469e6..509b507 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/WindowingConfigurationContainer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/WindowingConfigurationContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorListCellRenderer.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorListCellRenderer.java index ae2a3b5..38e62ec 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorListCellRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorRGBComboBoxCellRenderer.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorRGBComboBoxCellRenderer.java index d42954f..ed95f1a 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorRGBComboBoxCellRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorRGBComboBoxCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorSchemeComboBoxRenderer.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorSchemeComboBoxRenderer.java index a3df3cf..7e17eef 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorSchemeComboBoxRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ColorSchemeComboBoxRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ComboSeparatorsRenderer.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ComboSeparatorsRenderer.java index f64323f..d2ecd0b 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ComboSeparatorsRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/ComboSeparatorsRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/DataTableColumnListCellRenderer.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/DataTableColumnListCellRenderer.java index 653e828..c57c419 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/DataTableColumnListCellRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/DataTableColumnListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/EnumComboBoxCellRenderer.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/EnumComboBoxCellRenderer.java index 334bfa3..532a272 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/EnumComboBoxCellRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/EnumComboBoxCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/PlotConfigurationTreeCellRenderer.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/PlotConfigurationTreeCellRenderer.java index 02932e4..d989c05 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/PlotConfigurationTreeCellRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/PlotConfigurationTreeCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/TreeNodeColors.java b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/TreeNodeColors.java index 84e15de..d871fa9 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/TreeNodeColors.java +++ b/src/com/rapidminer/gui/new_plotter/gui/cellrenderer/TreeNodeColors.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dialog/AddParallelLineDialog.java b/src/com/rapidminer/gui/new_plotter/gui/dialog/AddParallelLineDialog.java index 08079a1..67b4ed5 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dialog/AddParallelLineDialog.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dialog/AddParallelLineDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dialog/EditParallelLineDialog.java b/src/com/rapidminer/gui/new_plotter/gui/dialog/EditParallelLineDialog.java index 47157bc..f47dc76 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dialog/EditParallelLineDialog.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dialog/EditParallelLineDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageParallelLinesDialog.java b/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageParallelLinesDialog.java index 38cff3d..b1b521d 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageParallelLinesDialog.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageParallelLinesDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageZoomDialog.java b/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageZoomDialog.java index 57bbb9b..860ecba 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageZoomDialog.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dialog/ManageZoomDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollection.java b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollection.java index daa9577..d400076 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollection.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.new_plotter.gui.dnd; import java.awt.datatransfer.DataFlavor; diff --git a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollectionTransferable.java b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollectionTransferable.java index bc465a6..25f4d1a 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollectionTransferable.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnCollectionTransferable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnDropTextFieldTransferHandler.java b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnDropTextFieldTransferHandler.java index 771cedc..ce3216f 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnDropTextFieldTransferHandler.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnDropTextFieldTransferHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnListTransferHandler.java b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnListTransferHandler.java index 80a21a5..ce78448 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnListTransferHandler.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dnd/DataTableColumnListTransferHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/dnd/PlotConfigurationTreeTransferHandler.java b/src/com/rapidminer/gui/new_plotter/gui/dnd/PlotConfigurationTreeTransferHandler.java index 070f435..7d8e55e 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/dnd/PlotConfigurationTreeTransferHandler.java +++ b/src/com/rapidminer/gui/new_plotter/gui/dnd/PlotConfigurationTreeTransferHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/AbstractGroupingCardPanel.java b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/AbstractGroupingCardPanel.java index 21fa98c..b24a38d 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/AbstractGroupingCardPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/AbstractGroupingCardPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/DistinctValueGroupingCardPanel.java b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/DistinctValueGroupingCardPanel.java index b528e9a..bca40da 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/DistinctValueGroupingCardPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/DistinctValueGroupingCardPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EqualDataFractionCardPanel.java b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EqualDataFractionCardPanel.java index c5a0a3a..baf93b6 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EqualDataFractionCardPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EqualDataFractionCardPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EquidistantFixedBinCountCardPanel.java b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EquidistantFixedBinCountCardPanel.java index 06ac323..beb5c26 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EquidistantFixedBinCountCardPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/groupingpanel/EquidistantFixedBinCountCardPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/popup/PopupAction.java b/src/com/rapidminer/gui/new_plotter/gui/popup/PopupAction.java index ab5f99b..0d921fd 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/popup/PopupAction.java +++ b/src/com/rapidminer/gui/new_plotter/gui/popup/PopupAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/popup/PopupComponentListener.java b/src/com/rapidminer/gui/new_plotter/gui/popup/PopupComponentListener.java index 5ee0ba3..7a71e1b 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/popup/PopupComponentListener.java +++ b/src/com/rapidminer/gui/new_plotter/gui/popup/PopupComponentListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/popup/PopupPanel.java b/src/com/rapidminer/gui/new_plotter/gui/popup/PopupPanel.java index 29e8675..24925eb 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/popup/PopupPanel.java +++ b/src/com/rapidminer/gui/new_plotter/gui/popup/PopupPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/treenodes/DimensionConfigTreeNode.java b/src/com/rapidminer/gui/new_plotter/gui/treenodes/DimensionConfigTreeNode.java index 85e2d18..4e36736 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/treenodes/DimensionConfigTreeNode.java +++ b/src/com/rapidminer/gui/new_plotter/gui/treenodes/DimensionConfigTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/treenodes/PlotConfigurationTreeNode.java b/src/com/rapidminer/gui/new_plotter/gui/treenodes/PlotConfigurationTreeNode.java index b3bd9b3..cdf0bc5 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/treenodes/PlotConfigurationTreeNode.java +++ b/src/com/rapidminer/gui/new_plotter/gui/treenodes/PlotConfigurationTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/gui/treenodes/RangeAxisConfigTreeNode.java b/src/com/rapidminer/gui/new_plotter/gui/treenodes/RangeAxisConfigTreeNode.java index b6c2533..30ee726 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/treenodes/RangeAxisConfigTreeNode.java +++ b/src/com/rapidminer/gui/new_plotter/gui/treenodes/RangeAxisConfigTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.new_plotter.gui.treenodes; import java.awt.datatransfer.DataFlavor; diff --git a/src/com/rapidminer/gui/new_plotter/gui/treenodes/ValueSourceTreeNode.java b/src/com/rapidminer/gui/new_plotter/gui/treenodes/ValueSourceTreeNode.java index 013c7b2..c1aeb9d 100644 --- a/src/com/rapidminer/gui/new_plotter/gui/treenodes/ValueSourceTreeNode.java +++ b/src/com/rapidminer/gui/new_plotter/gui/treenodes/ValueSourceTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.new_plotter.gui.treenodes; import java.awt.datatransfer.DataFlavor; diff --git a/src/com/rapidminer/gui/new_plotter/integration/ExpertDataTableRenderer.java b/src/com/rapidminer/gui/new_plotter/integration/ExpertDataTableRenderer.java index d08c4dc..e0fe3b2 100644 --- a/src/com/rapidminer/gui/new_plotter/integration/ExpertDataTableRenderer.java +++ b/src/com/rapidminer/gui/new_plotter/integration/ExpertDataTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/integration/PlotConfigurationHistory.java b/src/com/rapidminer/gui/new_plotter/integration/PlotConfigurationHistory.java index 2da4416..8742b72 100644 --- a/src/com/rapidminer/gui/new_plotter/integration/PlotConfigurationHistory.java +++ b/src/com/rapidminer/gui/new_plotter/integration/PlotConfigurationHistory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/AggregationWindowingListener.java b/src/com/rapidminer/gui/new_plotter/listener/AggregationWindowingListener.java index b5f076f..5769032 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/AggregationWindowingListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/AggregationWindowingListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/AxisParallelLineConfigurationListener.java b/src/com/rapidminer/gui/new_plotter/listener/AxisParallelLineConfigurationListener.java index a8b8476..437a487 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/AxisParallelLineConfigurationListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/AxisParallelLineConfigurationListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/DimensionConfigListener.java b/src/com/rapidminer/gui/new_plotter/listener/DimensionConfigListener.java index 298edda..b709464 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/DimensionConfigListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/DimensionConfigListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/JFreeChartPlotEngineListener.java b/src/com/rapidminer/gui/new_plotter/listener/JFreeChartPlotEngineListener.java index 8d9fc7e..a3b7ab7 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/JFreeChartPlotEngineListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/JFreeChartPlotEngineListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/LegendConfigurationListener.java b/src/com/rapidminer/gui/new_plotter/listener/LegendConfigurationListener.java index 05b171f..15d7028 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/LegendConfigurationListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/LegendConfigurationListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/MasterOfDesasterListener.java b/src/com/rapidminer/gui/new_plotter/listener/MasterOfDesasterListener.java index f2f35a4..bb7eb5e 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/MasterOfDesasterListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/MasterOfDesasterListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationListener.java b/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationListener.java index 48eeeb4..12d7443 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationProcessingListener.java b/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationProcessingListener.java index 6798d3b..ada5e37 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationProcessingListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/PlotConfigurationProcessingListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/PlotInstanceChangedListener.java b/src/com/rapidminer/gui/new_plotter/listener/PlotInstanceChangedListener.java index da88fcd..e251067 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/PlotInstanceChangedListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/PlotInstanceChangedListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/RangeAxisConfigListener.java b/src/com/rapidminer/gui/new_plotter/listener/RangeAxisConfigListener.java index 6fcc63a..f3d84d9 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/RangeAxisConfigListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/RangeAxisConfigListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/RenderFormatDelegateChangeListener.java b/src/com/rapidminer/gui/new_plotter/listener/RenderFormatDelegateChangeListener.java index c882aaa..f0012ff 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/RenderFormatDelegateChangeListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/RenderFormatDelegateChangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/SeriesFormatListener.java b/src/com/rapidminer/gui/new_plotter/listener/SeriesFormatListener.java index a34e46d..d4d1ac8 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/SeriesFormatListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/SeriesFormatListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/ValueGroupingListener.java b/src/com/rapidminer/gui/new_plotter/listener/ValueGroupingListener.java index d71e242..21dcf1c 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/ValueGroupingListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/ValueGroupingListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/ValueRangeListener.java b/src/com/rapidminer/gui/new_plotter/listener/ValueRangeListener.java index 9f08986..9b69f86 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/ValueRangeListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/ValueRangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/ValueSourceListener.java b/src/com/rapidminer/gui/new_plotter/listener/ValueSourceListener.java index 68c1ac8..d26b353 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/ValueSourceListener.java +++ b/src/com/rapidminer/gui/new_plotter/listener/ValueSourceListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/ConfigurationChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/ConfigurationChangeEvent.java index dae58de..05db44a 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/ConfigurationChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/ConfigurationChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/DimensionConfigChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/DimensionConfigChangeEvent.java index 3cb469e..926dc85 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/DimensionConfigChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/DimensionConfigChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/LegendConfigurationChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/LegendConfigurationChangeEvent.java index 34b1dc0..fdddee4 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/LegendConfigurationChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/LegendConfigurationChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/LineFormatChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/LineFormatChangeEvent.java index 9698d60..fb61c2c 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/LineFormatChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/LineFormatChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/PlotConfigurationChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/PlotConfigurationChangeEvent.java index c0b090f..ea995b0 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/PlotConfigurationChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/PlotConfigurationChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/RangeAxisConfigChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/RangeAxisConfigChangeEvent.java index 7cd76de..a9af335 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/RangeAxisConfigChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/RangeAxisConfigChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/SeriesFormatChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/SeriesFormatChangeEvent.java index 22da9dd..331c4c7 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/SeriesFormatChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/SeriesFormatChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/ValueGroupingChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/ValueGroupingChangeEvent.java index 21e69c5..abaac4b 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/ValueGroupingChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/ValueGroupingChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/ValueRangeChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/ValueRangeChangeEvent.java index 82b9eb2..edb583d 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/ValueRangeChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/ValueRangeChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/listener/events/ValueSourceChangeEvent.java b/src/com/rapidminer/gui/new_plotter/listener/events/ValueSourceChangeEvent.java index 18dbda1..7204f5b 100644 --- a/src/com/rapidminer/gui/new_plotter/listener/events/ValueSourceChangeEvent.java +++ b/src/com/rapidminer/gui/new_plotter/listener/events/ValueSourceChangeEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/HistogramTemplate.java b/src/com/rapidminer/gui/new_plotter/templates/HistogramTemplate.java index 7655861..3e64002 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/HistogramTemplate.java +++ b/src/com/rapidminer/gui/new_plotter/templates/HistogramTemplate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplate.java b/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplate.java index d5495d6..f186607 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplate.java +++ b/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplateWrapper.java b/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplateWrapper.java index 9730ad8..ec1d545 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplateWrapper.java +++ b/src/com/rapidminer/gui/new_plotter/templates/PlotterTemplateWrapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/ScatterTemplate.java b/src/com/rapidminer/gui/new_plotter/templates/ScatterTemplate.java index 7413183..6d38c54 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/ScatterTemplate.java +++ b/src/com/rapidminer/gui/new_plotter/templates/ScatterTemplate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/SeriesMultipleTemplate.java b/src/com/rapidminer/gui/new_plotter/templates/SeriesMultipleTemplate.java index 73b14db..3ee3090 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/SeriesMultipleTemplate.java +++ b/src/com/rapidminer/gui/new_plotter/templates/SeriesMultipleTemplate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/SeriesTemplate.java b/src/com/rapidminer/gui/new_plotter/templates/SeriesTemplate.java index 17c24a5..298e95d 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/SeriesTemplate.java +++ b/src/com/rapidminer/gui/new_plotter/templates/SeriesTemplate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/TemplateChooser.java b/src/com/rapidminer/gui/new_plotter/templates/TemplateChooser.java index a1dc8ab..ba65da5 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/TemplateChooser.java +++ b/src/com/rapidminer/gui/new_plotter/templates/TemplateChooser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/actions/ExportImageAction.java b/src/com/rapidminer/gui/new_plotter/templates/actions/ExportImageAction.java index 1269b93..e031504 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/actions/ExportImageAction.java +++ b/src/com/rapidminer/gui/new_plotter/templates/actions/ExportImageAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/gui/HistogrammTemplatePanel.java b/src/com/rapidminer/gui/new_plotter/templates/gui/HistogrammTemplatePanel.java index ea75b1f..5a58b75 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/gui/HistogrammTemplatePanel.java +++ b/src/com/rapidminer/gui/new_plotter/templates/gui/HistogrammTemplatePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/gui/PlotterTemplatePanel.java b/src/com/rapidminer/gui/new_plotter/templates/gui/PlotterTemplatePanel.java index 83d86e1..b17033d 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/gui/PlotterTemplatePanel.java +++ b/src/com/rapidminer/gui/new_plotter/templates/gui/PlotterTemplatePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/gui/ScatterTemplatePanel.java b/src/com/rapidminer/gui/new_plotter/templates/gui/ScatterTemplatePanel.java index c3c1ddf..c5b211b 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/gui/ScatterTemplatePanel.java +++ b/src/com/rapidminer/gui/new_plotter/templates/gui/ScatterTemplatePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesMultipleTemplatePanel.java b/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesMultipleTemplatePanel.java index b7a533d..006f64c 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesMultipleTemplatePanel.java +++ b/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesMultipleTemplatePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesTemplatePanel.java b/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesTemplatePanel.java index 10665d3..30446b3 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesTemplatePanel.java +++ b/src/com/rapidminer/gui/new_plotter/templates/gui/SeriesTemplatePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/style/ColorRGB.java b/src/com/rapidminer/gui/new_plotter/templates/style/ColorRGB.java index 69e7e78..acf5518 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/style/ColorRGB.java +++ b/src/com/rapidminer/gui/new_plotter/templates/style/ColorRGB.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.new_plotter.templates.style; import java.awt.Color; diff --git a/src/com/rapidminer/gui/new_plotter/templates/style/ColorScheme.java b/src/com/rapidminer/gui/new_plotter/templates/style/ColorScheme.java index ef0a871..68c8a1c 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/style/ColorScheme.java +++ b/src/com/rapidminer/gui/new_plotter/templates/style/ColorScheme.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.new_plotter.templates.style; import java.util.Collection; diff --git a/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProvider.java b/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProvider.java index b33fed8..35b0549 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProvider.java +++ b/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProviderGUI.java b/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProviderGUI.java index eae8fc8..8f38933 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProviderGUI.java +++ b/src/com/rapidminer/gui/new_plotter/templates/style/DefaultPlotterStyleProviderGUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/templates/style/PlotterStyleProvider.java b/src/com/rapidminer/gui/new_plotter/templates/style/PlotterStyleProvider.java index bb7d4b9..ba43b6f 100644 --- a/src/com/rapidminer/gui/new_plotter/templates/style/PlotterStyleProvider.java +++ b/src/com/rapidminer/gui/new_plotter/templates/style/PlotterStyleProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/AbstractValueRange.java b/src/com/rapidminer/gui/new_plotter/utility/AbstractValueRange.java index ec81bcd..e2cc615 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/AbstractValueRange.java +++ b/src/com/rapidminer/gui/new_plotter/utility/AbstractValueRange.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/AggregatedValueRange.java b/src/com/rapidminer/gui/new_plotter/utility/AggregatedValueRange.java index 1d2f10f..fb11cb9 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/AggregatedValueRange.java +++ b/src/com/rapidminer/gui/new_plotter/utility/AggregatedValueRange.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/CategoricalColorProvider.java b/src/com/rapidminer/gui/new_plotter/utility/CategoricalColorProvider.java index 06849a3..dc4f07c 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/CategoricalColorProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/CategoricalColorProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/CategoricalSizeProvider.java b/src/com/rapidminer/gui/new_plotter/utility/CategoricalSizeProvider.java index 5183ea6..39710f2 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/CategoricalSizeProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/CategoricalSizeProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/ColorProvider.java b/src/com/rapidminer/gui/new_plotter/utility/ColorProvider.java index 08201a7..c6f63a5 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/ColorProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/ColorProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/ContinuousColorProvider.java b/src/com/rapidminer/gui/new_plotter/utility/ContinuousColorProvider.java index 5088b88..d38ec80 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/ContinuousColorProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/ContinuousColorProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/ContinuousSizeProvider.java b/src/com/rapidminer/gui/new_plotter/utility/ContinuousSizeProvider.java index 8d17550..7dbe60f 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/ContinuousSizeProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/ContinuousSizeProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/DataStructureUtils.java b/src/com/rapidminer/gui/new_plotter/utility/DataStructureUtils.java index ddf7486..2c49d53 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/DataStructureUtils.java +++ b/src/com/rapidminer/gui/new_plotter/utility/DataStructureUtils.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/DataTransformation.java b/src/com/rapidminer/gui/new_plotter/utility/DataTransformation.java index 06c02d5..2854897 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/DataTransformation.java +++ b/src/com/rapidminer/gui/new_plotter/utility/DataTransformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/ListUtility.java b/src/com/rapidminer/gui/new_plotter/utility/ListUtility.java index 98a9352..5bb025a 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/ListUtility.java +++ b/src/com/rapidminer/gui/new_plotter/utility/ListUtility.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/NumericalValueRange.java b/src/com/rapidminer/gui/new_plotter/utility/NumericalValueRange.java index c97077a..17a2025 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/NumericalValueRange.java +++ b/src/com/rapidminer/gui/new_plotter/utility/NumericalValueRange.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/SayNoValueRange.java b/src/com/rapidminer/gui/new_plotter/utility/SayNoValueRange.java index 9655627..34eace1 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/SayNoValueRange.java +++ b/src/com/rapidminer/gui/new_plotter/utility/SayNoValueRange.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/ShapeProvider.java b/src/com/rapidminer/gui/new_plotter/utility/ShapeProvider.java index cab1793..2c2006c 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/ShapeProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/ShapeProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/SingleValueValueRange.java b/src/com/rapidminer/gui/new_plotter/utility/SingleValueValueRange.java index eb7c054..50ee950 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/SingleValueValueRange.java +++ b/src/com/rapidminer/gui/new_plotter/utility/SingleValueValueRange.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/SizeProvider.java b/src/com/rapidminer/gui/new_plotter/utility/SizeProvider.java index 8441dd2..6d3b628 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/SizeProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/SizeProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/SortProvider.java b/src/com/rapidminer/gui/new_plotter/utility/SortProvider.java index dd28d7b..24e8732 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/SortProvider.java +++ b/src/com/rapidminer/gui/new_plotter/utility/SortProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/new_plotter/utility/ValueRange.java b/src/com/rapidminer/gui/new_plotter/utility/ValueRange.java index 5ece79a..742a778 100644 --- a/src/com/rapidminer/gui/new_plotter/utility/ValueRange.java +++ b/src/com/rapidminer/gui/new_plotter/utility/ValueRange.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatormenu/NewOperatorMenu.java b/src/com/rapidminer/gui/operatormenu/NewOperatorMenu.java index 6d13a75..477d9eb 100644 --- a/src/com/rapidminer/gui/operatormenu/NewOperatorMenu.java +++ b/src/com/rapidminer/gui/operatormenu/NewOperatorMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatormenu/OperatorGroupMenu.java b/src/com/rapidminer/gui/operatormenu/OperatorGroupMenu.java index 586e89f..01d1c6e 100644 --- a/src/com/rapidminer/gui/operatormenu/OperatorGroupMenu.java +++ b/src/com/rapidminer/gui/operatormenu/OperatorGroupMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatormenu/OperatorMenu.java b/src/com/rapidminer/gui/operatormenu/OperatorMenu.java index bc3d0cd..35569ab 100644 --- a/src/com/rapidminer/gui/operatormenu/OperatorMenu.java +++ b/src/com/rapidminer/gui/operatormenu/OperatorMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatormenu/ReplaceOperatorMenu.java b/src/com/rapidminer/gui/operatormenu/ReplaceOperatorMenu.java index 16d9a07..7937049 100644 --- a/src/com/rapidminer/gui/operatormenu/ReplaceOperatorMenu.java +++ b/src/com/rapidminer/gui/operatormenu/ReplaceOperatorMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/OperatorTree.java b/src/com/rapidminer/gui/operatortree/OperatorTree.java index 7ccd537..83b413d 100644 --- a/src/com/rapidminer/gui/operatortree/OperatorTree.java +++ b/src/com/rapidminer/gui/operatortree/OperatorTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/OperatorTreeCellEditor.java b/src/com/rapidminer/gui/operatortree/OperatorTreeCellEditor.java index 6c5b1c3..9551e3b 100644 --- a/src/com/rapidminer/gui/operatortree/OperatorTreeCellEditor.java +++ b/src/com/rapidminer/gui/operatortree/OperatorTreeCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/OperatorTreeCellRenderer.java b/src/com/rapidminer/gui/operatortree/OperatorTreeCellRenderer.java index 5934136..f5a3438 100644 --- a/src/com/rapidminer/gui/operatortree/OperatorTreeCellRenderer.java +++ b/src/com/rapidminer/gui/operatortree/OperatorTreeCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/OperatorTreePanel.java b/src/com/rapidminer/gui/operatortree/OperatorTreePanel.java index 0507396..e895dcf 100644 --- a/src/com/rapidminer/gui/operatortree/OperatorTreePanel.java +++ b/src/com/rapidminer/gui/operatortree/OperatorTreePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/ProcessTree.java b/src/com/rapidminer/gui/operatortree/ProcessTree.java index 50a4f4f..eb24daa 100644 --- a/src/com/rapidminer/gui/operatortree/ProcessTree.java +++ b/src/com/rapidminer/gui/operatortree/ProcessTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/ProcessTreeModel.java b/src/com/rapidminer/gui/operatortree/ProcessTreeModel.java index f6e1997..2a8d9ec 100644 --- a/src/com/rapidminer/gui/operatortree/ProcessTreeModel.java +++ b/src/com/rapidminer/gui/operatortree/ProcessTreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/CollapseAllAction.java b/src/com/rapidminer/gui/operatortree/actions/CollapseAllAction.java index 9b59b7c..0809f71 100644 --- a/src/com/rapidminer/gui/operatortree/actions/CollapseAllAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/CollapseAllAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/CutCopyPasteDeleteAction.java b/src/com/rapidminer/gui/operatortree/actions/CutCopyPasteDeleteAction.java index dfa595c..2f735c3 100644 --- a/src/com/rapidminer/gui/operatortree/actions/CutCopyPasteDeleteAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/CutCopyPasteDeleteAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/DeleteOperatorAction.java b/src/com/rapidminer/gui/operatortree/actions/DeleteOperatorAction.java index c611194..4cfea56 100644 --- a/src/com/rapidminer/gui/operatortree/actions/DeleteOperatorAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/DeleteOperatorAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/ExpandAllAction.java b/src/com/rapidminer/gui/operatortree/actions/ExpandAllAction.java index aa43812..dcc19fb 100644 --- a/src/com/rapidminer/gui/operatortree/actions/ExpandAllAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/ExpandAllAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/InfoOperatorAction.java b/src/com/rapidminer/gui/operatortree/actions/InfoOperatorAction.java index 1cf5f18..ba36976 100644 --- a/src/com/rapidminer/gui/operatortree/actions/InfoOperatorAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/InfoOperatorAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/LockTreeStructureAction.java b/src/com/rapidminer/gui/operatortree/actions/LockTreeStructureAction.java index be1ba0a..a4a9b4f 100644 --- a/src/com/rapidminer/gui/operatortree/actions/LockTreeStructureAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/LockTreeStructureAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/RenameOperatorAction.java b/src/com/rapidminer/gui/operatortree/actions/RenameOperatorAction.java index cdeb254..64fc63c 100644 --- a/src/com/rapidminer/gui/operatortree/actions/RenameOperatorAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/RenameOperatorAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/SaveBuildingBlockAction.java b/src/com/rapidminer/gui/operatortree/actions/SaveBuildingBlockAction.java index a3e3235..d34d044 100644 --- a/src/com/rapidminer/gui/operatortree/actions/SaveBuildingBlockAction.java +++ b/src/com/rapidminer/gui/operatortree/actions/SaveBuildingBlockAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/ToggleActivationItem.java b/src/com/rapidminer/gui/operatortree/actions/ToggleActivationItem.java index bdd3070..a595c01 100644 --- a/src/com/rapidminer/gui/operatortree/actions/ToggleActivationItem.java +++ b/src/com/rapidminer/gui/operatortree/actions/ToggleActivationItem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/ToggleAllBreakpointsItem.java b/src/com/rapidminer/gui/operatortree/actions/ToggleAllBreakpointsItem.java index 19b187a..0d3198f 100644 --- a/src/com/rapidminer/gui/operatortree/actions/ToggleAllBreakpointsItem.java +++ b/src/com/rapidminer/gui/operatortree/actions/ToggleAllBreakpointsItem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/ToggleBreakpointItem.java b/src/com/rapidminer/gui/operatortree/actions/ToggleBreakpointItem.java index 0f47682..43fda23 100644 --- a/src/com/rapidminer/gui/operatortree/actions/ToggleBreakpointItem.java +++ b/src/com/rapidminer/gui/operatortree/actions/ToggleBreakpointItem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/ToggleShowDisabledItem.java b/src/com/rapidminer/gui/operatortree/actions/ToggleShowDisabledItem.java index 8e5ccb1..2c64036 100644 --- a/src/com/rapidminer/gui/operatortree/actions/ToggleShowDisabledItem.java +++ b/src/com/rapidminer/gui/operatortree/actions/ToggleShowDisabledItem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/operatortree/actions/TransferActionListener.java b/src/com/rapidminer/gui/operatortree/actions/TransferActionListener.java index ead82f2..b5a21ee 100644 --- a/src/com/rapidminer/gui/operatortree/actions/TransferActionListener.java +++ b/src/com/rapidminer/gui/operatortree/actions/TransferActionListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/AndrewsCurves.java b/src/com/rapidminer/gui/plotter/AndrewsCurves.java index f867d43..cf11e29 100644 --- a/src/com/rapidminer/gui/plotter/AndrewsCurves.java +++ b/src/com/rapidminer/gui/plotter/AndrewsCurves.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/AxisNameResolver.java b/src/com/rapidminer/gui/plotter/AxisNameResolver.java index 14cac02..0a0e85d 100644 --- a/src/com/rapidminer/gui/plotter/AxisNameResolver.java +++ b/src/com/rapidminer/gui/plotter/AxisNameResolver.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/AxisTransformation.java b/src/com/rapidminer/gui/plotter/AxisTransformation.java index 9f57143..adabfc3 100644 --- a/src/com/rapidminer/gui/plotter/AxisTransformation.java +++ b/src/com/rapidminer/gui/plotter/AxisTransformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/AxisTransformationId.java b/src/com/rapidminer/gui/plotter/AxisTransformationId.java index 3ee4316..53e7280 100644 --- a/src/com/rapidminer/gui/plotter/AxisTransformationId.java +++ b/src/com/rapidminer/gui/plotter/AxisTransformationId.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/AxisTransformationLog.java b/src/com/rapidminer/gui/plotter/AxisTransformationLog.java index 1d45855..3252341 100644 --- a/src/com/rapidminer/gui/plotter/AxisTransformationLog.java +++ b/src/com/rapidminer/gui/plotter/AxisTransformationLog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/BoundDiagram.java b/src/com/rapidminer/gui/plotter/BoundDiagram.java index c0a0b3c..05e8b84 100644 --- a/src/com/rapidminer/gui/plotter/BoundDiagram.java +++ b/src/com/rapidminer/gui/plotter/BoundDiagram.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ColorPlotterPoint.java b/src/com/rapidminer/gui/plotter/ColorPlotterPoint.java index d88ae7e..849d59c 100644 --- a/src/com/rapidminer/gui/plotter/ColorPlotterPoint.java +++ b/src/com/rapidminer/gui/plotter/ColorPlotterPoint.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ColorProvider.java b/src/com/rapidminer/gui/plotter/ColorProvider.java index 1ef14f7..2f1a957 100644 --- a/src/com/rapidminer/gui/plotter/ColorProvider.java +++ b/src/com/rapidminer/gui/plotter/ColorProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ColorQuartileMatrixPlotter.java b/src/com/rapidminer/gui/plotter/ColorQuartileMatrixPlotter.java index d00a65a..88f04bd 100644 --- a/src/com/rapidminer/gui/plotter/ColorQuartileMatrixPlotter.java +++ b/src/com/rapidminer/gui/plotter/ColorQuartileMatrixPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ColorQuartilePlotter.java b/src/com/rapidminer/gui/plotter/ColorQuartilePlotter.java index 40ab216..def11e8 100644 --- a/src/com/rapidminer/gui/plotter/ColorQuartilePlotter.java +++ b/src/com/rapidminer/gui/plotter/ColorQuartilePlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/CoordinateTransformation.java b/src/com/rapidminer/gui/plotter/CoordinateTransformation.java index a9ef304..6f24bda 100644 --- a/src/com/rapidminer/gui/plotter/CoordinateTransformation.java +++ b/src/com/rapidminer/gui/plotter/CoordinateTransformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/CoordinatesHandler.java b/src/com/rapidminer/gui/plotter/CoordinatesHandler.java index 1076aa5..58f64c7 100644 --- a/src/com/rapidminer/gui/plotter/CoordinatesHandler.java +++ b/src/com/rapidminer/gui/plotter/CoordinatesHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/DensityPlotter.java b/src/com/rapidminer/gui/plotter/DensityPlotter.java index e4c2eea..08ff5da 100644 --- a/src/com/rapidminer/gui/plotter/DensityPlotter.java +++ b/src/com/rapidminer/gui/plotter/DensityPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ExamplePlotterPoint.java b/src/com/rapidminer/gui/plotter/ExamplePlotterPoint.java index a165172..1e0f1c0 100644 --- a/src/com/rapidminer/gui/plotter/ExamplePlotterPoint.java +++ b/src/com/rapidminer/gui/plotter/ExamplePlotterPoint.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/GridVizPlotter.java b/src/com/rapidminer/gui/plotter/GridVizPlotter.java index f3555b9..bf81af9 100644 --- a/src/com/rapidminer/gui/plotter/GridVizPlotter.java +++ b/src/com/rapidminer/gui/plotter/GridVizPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/HintonDiagram.java b/src/com/rapidminer/gui/plotter/HintonDiagram.java index c35d145..ed15cef 100644 --- a/src/com/rapidminer/gui/plotter/HintonDiagram.java +++ b/src/com/rapidminer/gui/plotter/HintonDiagram.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/LabelRotatingPlotterAdapter.java b/src/com/rapidminer/gui/plotter/LabelRotatingPlotterAdapter.java index 2458c54..8ddc750 100644 --- a/src/com/rapidminer/gui/plotter/LabelRotatingPlotterAdapter.java +++ b/src/com/rapidminer/gui/plotter/LabelRotatingPlotterAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/LocalNormalizationPlotterAdapter.java b/src/com/rapidminer/gui/plotter/LocalNormalizationPlotterAdapter.java index c0de224..1d1d849 100644 --- a/src/com/rapidminer/gui/plotter/LocalNormalizationPlotterAdapter.java +++ b/src/com/rapidminer/gui/plotter/LocalNormalizationPlotterAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/NameValue.java b/src/com/rapidminer/gui/plotter/NameValue.java index cddb8fe..bd5800e 100644 --- a/src/com/rapidminer/gui/plotter/NameValue.java +++ b/src/com/rapidminer/gui/plotter/NameValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/NullCoordinateTransformation.java b/src/com/rapidminer/gui/plotter/NullCoordinateTransformation.java index ae89008..a8dfed2 100644 --- a/src/com/rapidminer/gui/plotter/NullCoordinateTransformation.java +++ b/src/com/rapidminer/gui/plotter/NullCoordinateTransformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ParallelPlotter.java b/src/com/rapidminer/gui/plotter/ParallelPlotter.java index 1b00753..f494073 100644 --- a/src/com/rapidminer/gui/plotter/ParallelPlotter.java +++ b/src/com/rapidminer/gui/plotter/ParallelPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/Plot.java b/src/com/rapidminer/gui/plotter/Plot.java index 834de8d..4524842 100644 --- a/src/com/rapidminer/gui/plotter/Plot.java +++ b/src/com/rapidminer/gui/plotter/Plot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/Plotter.java b/src/com/rapidminer/gui/plotter/Plotter.java index 3558ce7..2c984be 100644 --- a/src/com/rapidminer/gui/plotter/Plotter.java +++ b/src/com/rapidminer/gui/plotter/Plotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterAdapter.java b/src/com/rapidminer/gui/plotter/PlotterAdapter.java index 75efc4b..903a643 100644 --- a/src/com/rapidminer/gui/plotter/PlotterAdapter.java +++ b/src/com/rapidminer/gui/plotter/PlotterAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterConfigurationModel.java b/src/com/rapidminer/gui/plotter/PlotterConfigurationModel.java index c78acb2..ad66fd8 100644 --- a/src/com/rapidminer/gui/plotter/PlotterConfigurationModel.java +++ b/src/com/rapidminer/gui/plotter/PlotterConfigurationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterConfigurationSettings.java b/src/com/rapidminer/gui/plotter/PlotterConfigurationSettings.java index a0f202f..310ca15 100644 --- a/src/com/rapidminer/gui/plotter/PlotterConfigurationSettings.java +++ b/src/com/rapidminer/gui/plotter/PlotterConfigurationSettings.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterControlPanel.java b/src/com/rapidminer/gui/plotter/PlotterControlPanel.java index 7cef5f7..b7312c3 100644 --- a/src/com/rapidminer/gui/plotter/PlotterControlPanel.java +++ b/src/com/rapidminer/gui/plotter/PlotterControlPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterLegend.java b/src/com/rapidminer/gui/plotter/PlotterLegend.java index 21e52c9..c9d9186 100644 --- a/src/com/rapidminer/gui/plotter/PlotterLegend.java +++ b/src/com/rapidminer/gui/plotter/PlotterLegend.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterMouseHandler.java b/src/com/rapidminer/gui/plotter/PlotterMouseHandler.java index 08a224c..8728ffe 100644 --- a/src/com/rapidminer/gui/plotter/PlotterMouseHandler.java +++ b/src/com/rapidminer/gui/plotter/PlotterMouseHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterPanel.java b/src/com/rapidminer/gui/plotter/PlotterPanel.java index 3fa6dd1..84f40b2 100644 --- a/src/com/rapidminer/gui/plotter/PlotterPanel.java +++ b/src/com/rapidminer/gui/plotter/PlotterPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/PlotterPoint.java b/src/com/rapidminer/gui/plotter/PlotterPoint.java index a0f8a4b..5a926ab 100644 --- a/src/com/rapidminer/gui/plotter/PlotterPoint.java +++ b/src/com/rapidminer/gui/plotter/PlotterPoint.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/Quartile.java b/src/com/rapidminer/gui/plotter/Quartile.java index 342c4e0..48c518f 100644 --- a/src/com/rapidminer/gui/plotter/Quartile.java +++ b/src/com/rapidminer/gui/plotter/Quartile.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/QuartilePlotter.java b/src/com/rapidminer/gui/plotter/QuartilePlotter.java index 693c287..a664282 100644 --- a/src/com/rapidminer/gui/plotter/QuartilePlotter.java +++ b/src/com/rapidminer/gui/plotter/QuartilePlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/RadVizPlotter.java b/src/com/rapidminer/gui/plotter/RadVizPlotter.java index ab83475..c499c16 100644 --- a/src/com/rapidminer/gui/plotter/RadVizPlotter.java +++ b/src/com/rapidminer/gui/plotter/RadVizPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/RangeablePlotterAdapter.java b/src/com/rapidminer/gui/plotter/RangeablePlotterAdapter.java index 832b2d0..1a5243a 100644 --- a/src/com/rapidminer/gui/plotter/RangeablePlotterAdapter.java +++ b/src/com/rapidminer/gui/plotter/RangeablePlotterAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/RectangleStyle.java b/src/com/rapidminer/gui/plotter/RectangleStyle.java index 924cbb1..1378bab 100644 --- a/src/com/rapidminer/gui/plotter/RectangleStyle.java +++ b/src/com/rapidminer/gui/plotter/RectangleStyle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ScatterMatrixPlotter.java b/src/com/rapidminer/gui/plotter/ScatterMatrixPlotter.java index 9e402c5..1f1ef92 100644 --- a/src/com/rapidminer/gui/plotter/ScatterMatrixPlotter.java +++ b/src/com/rapidminer/gui/plotter/ScatterMatrixPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ScatterPlotter.java b/src/com/rapidminer/gui/plotter/ScatterPlotter.java index c07f554..0b82a2c 100644 --- a/src/com/rapidminer/gui/plotter/ScatterPlotter.java +++ b/src/com/rapidminer/gui/plotter/ScatterPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/SimplePlotterDialog.java b/src/com/rapidminer/gui/plotter/SimplePlotterDialog.java index 0dd52e6..64b284a 100644 --- a/src/com/rapidminer/gui/plotter/SimplePlotterDialog.java +++ b/src/com/rapidminer/gui/plotter/SimplePlotterDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/SimplePlotterPanelDialog.java b/src/com/rapidminer/gui/plotter/SimplePlotterPanelDialog.java index 44e4ee7..a9699f0 100644 --- a/src/com/rapidminer/gui/plotter/SimplePlotterPanelDialog.java +++ b/src/com/rapidminer/gui/plotter/SimplePlotterPanelDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/SurveyPlotter.java b/src/com/rapidminer/gui/plotter/SurveyPlotter.java index 6a8b051..61c4dbc 100644 --- a/src/com/rapidminer/gui/plotter/SurveyPlotter.java +++ b/src/com/rapidminer/gui/plotter/SurveyPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/ToolTip.java b/src/com/rapidminer/gui/plotter/ToolTip.java index 2f60d2c..c0c934e 100644 --- a/src/com/rapidminer/gui/plotter/ToolTip.java +++ b/src/com/rapidminer/gui/plotter/ToolTip.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/WeightIndex.java b/src/com/rapidminer/gui/plotter/WeightIndex.java index 69aa211..45da79d 100644 --- a/src/com/rapidminer/gui/plotter/WeightIndex.java +++ b/src/com/rapidminer/gui/plotter/WeightIndex.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/Abstract2DChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/Abstract2DChartPlotter.java index d272741..4d4526f 100644 --- a/src/com/rapidminer/gui/plotter/charts/Abstract2DChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/Abstract2DChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/AbstractChartPanel.java b/src/com/rapidminer/gui/plotter/charts/AbstractChartPanel.java index 941d586..85be594 100644 --- a/src/com/rapidminer/gui/plotter/charts/AbstractChartPanel.java +++ b/src/com/rapidminer/gui/plotter/charts/AbstractChartPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/AbstractPieChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/AbstractPieChartPlotter.java index 2709904..a46ce3f 100644 --- a/src/com/rapidminer/gui/plotter/charts/AbstractPieChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/AbstractPieChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/BarChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/BarChartPlotter.java index 11549c8..25d7c91 100644 --- a/src/com/rapidminer/gui/plotter/charts/BarChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/BarChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/BlockChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/BlockChartPlotter.java index 745d227..c2d301d 100644 --- a/src/com/rapidminer/gui/plotter/charts/BlockChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/BlockChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/BubbleChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/BubbleChartPlotter.java index e4e0b25..964da79 100644 --- a/src/com/rapidminer/gui/plotter/charts/BubbleChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/BubbleChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ChartPanelShiftController.java b/src/com/rapidminer/gui/plotter/charts/ChartPanelShiftController.java index e4703d7..2a2b553 100644 --- a/src/com/rapidminer/gui/plotter/charts/ChartPanelShiftController.java +++ b/src/com/rapidminer/gui/plotter/charts/ChartPanelShiftController.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ColorizedBarRenderer.java b/src/com/rapidminer/gui/plotter/charts/ColorizedBarRenderer.java index 640137f..c610aa7 100644 --- a/src/com/rapidminer/gui/plotter/charts/ColorizedBarRenderer.java +++ b/src/com/rapidminer/gui/plotter/charts/ColorizedBarRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -31,7 +31,7 @@ import com.rapidminer.tools.math.MathFunctions; /** - * Paints the bars in colorized Rapid-I style. + * Paints the bars in colorized RapidMiner style. * * @author Ingo Mierswa */ diff --git a/src/com/rapidminer/gui/plotter/charts/ColorizedBubbleRenderer.java b/src/com/rapidminer/gui/plotter/charts/ColorizedBubbleRenderer.java index e9845ba..5aee9b2 100644 --- a/src/com/rapidminer/gui/plotter/charts/ColorizedBubbleRenderer.java +++ b/src/com/rapidminer/gui/plotter/charts/ColorizedBubbleRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ColorizedLineAndShapeRenderer.java b/src/com/rapidminer/gui/plotter/charts/ColorizedLineAndShapeRenderer.java index e4a9ba3..8d21e88 100644 --- a/src/com/rapidminer/gui/plotter/charts/ColorizedLineAndShapeRenderer.java +++ b/src/com/rapidminer/gui/plotter/charts/ColorizedLineAndShapeRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ColorizedShapeItemRenderer.java b/src/com/rapidminer/gui/plotter/charts/ColorizedShapeItemRenderer.java index 1802925..b70c1e5 100644 --- a/src/com/rapidminer/gui/plotter/charts/ColorizedShapeItemRenderer.java +++ b/src/com/rapidminer/gui/plotter/charts/ColorizedShapeItemRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/DeviationChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/DeviationChartPlotter.java index 0d74973..6bbe1dd 100644 --- a/src/com/rapidminer/gui/plotter/charts/DeviationChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/DeviationChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/DistributionPlotter.java b/src/com/rapidminer/gui/plotter/charts/DistributionPlotter.java index 862212f..8638131 100644 --- a/src/com/rapidminer/gui/plotter/charts/DistributionPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/DistributionPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/HistogramChart.java b/src/com/rapidminer/gui/plotter/charts/HistogramChart.java index 5443918..9721a64 100644 --- a/src/com/rapidminer/gui/plotter/charts/HistogramChart.java +++ b/src/com/rapidminer/gui/plotter/charts/HistogramChart.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/HistogramColorChart.java b/src/com/rapidminer/gui/plotter/charts/HistogramColorChart.java index 1a9bdd0..6096396 100644 --- a/src/com/rapidminer/gui/plotter/charts/HistogramColorChart.java +++ b/src/com/rapidminer/gui/plotter/charts/HistogramColorChart.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/MultipleScatterPlotter.java b/src/com/rapidminer/gui/plotter/charts/MultipleScatterPlotter.java index b998f85..c44d7db 100644 --- a/src/com/rapidminer/gui/plotter/charts/MultipleScatterPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/MultipleScatterPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/MultipleSeriesChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/MultipleSeriesChartPlotter.java index 2d3c543..32c6eaa 100644 --- a/src/com/rapidminer/gui/plotter/charts/MultipleSeriesChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/MultipleSeriesChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ParallelPlotter2.java b/src/com/rapidminer/gui/plotter/charts/ParallelPlotter2.java index 810f9fb..9d04899 100644 --- a/src/com/rapidminer/gui/plotter/charts/ParallelPlotter2.java +++ b/src/com/rapidminer/gui/plotter/charts/ParallelPlotter2.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ParetoChartItemLabelGenerator.java b/src/com/rapidminer/gui/plotter/charts/ParetoChartItemLabelGenerator.java index 1847b5b..4211354 100644 --- a/src/com/rapidminer/gui/plotter/charts/ParetoChartItemLabelGenerator.java +++ b/src/com/rapidminer/gui/plotter/charts/ParetoChartItemLabelGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ParetoChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/ParetoChartPlotter.java index fafd5f1..71c4c5a 100644 --- a/src/com/rapidminer/gui/plotter/charts/ParetoChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/ParetoChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/PieChart2DPlotter.java b/src/com/rapidminer/gui/plotter/charts/PieChart2DPlotter.java index 9dd7d43..c0912f2 100644 --- a/src/com/rapidminer/gui/plotter/charts/PieChart2DPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/PieChart2DPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/PieChart3DPlotter.java b/src/com/rapidminer/gui/plotter/charts/PieChart3DPlotter.java index 77336c7..9c5753d 100644 --- a/src/com/rapidminer/gui/plotter/charts/PieChart3DPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/PieChart3DPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/PointsAndLinesDialog.java b/src/com/rapidminer/gui/plotter/charts/PointsAndLinesDialog.java index a37944b..5cc1037 100644 --- a/src/com/rapidminer/gui/plotter/charts/PointsAndLinesDialog.java +++ b/src/com/rapidminer/gui/plotter/charts/PointsAndLinesDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/RapidBarPainter.java b/src/com/rapidminer/gui/plotter/charts/RapidBarPainter.java index 05d8469..a0acedf 100644 --- a/src/com/rapidminer/gui/plotter/charts/RapidBarPainter.java +++ b/src/com/rapidminer/gui/plotter/charts/RapidBarPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/RapidHistogramDataset.java b/src/com/rapidminer/gui/plotter/charts/RapidHistogramDataset.java index 3fbfe19..616da9f 100644 --- a/src/com/rapidminer/gui/plotter/charts/RapidHistogramDataset.java +++ b/src/com/rapidminer/gui/plotter/charts/RapidHistogramDataset.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/RapidXYBarPainter.java b/src/com/rapidminer/gui/plotter/charts/RapidXYBarPainter.java index cc5b11a..074c3d0 100644 --- a/src/com/rapidminer/gui/plotter/charts/RapidXYBarPainter.java +++ b/src/com/rapidminer/gui/plotter/charts/RapidXYBarPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/RingChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/RingChartPlotter.java index bafff0d..e0e1c03 100644 --- a/src/com/rapidminer/gui/plotter/charts/RingChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/RingChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/ScatterPlotter2.java b/src/com/rapidminer/gui/plotter/charts/ScatterPlotter2.java index c60c2b3..24b1eb0 100644 --- a/src/com/rapidminer/gui/plotter/charts/ScatterPlotter2.java +++ b/src/com/rapidminer/gui/plotter/charts/ScatterPlotter2.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/SelectablePlotter.java b/src/com/rapidminer/gui/plotter/charts/SelectablePlotter.java index 847f523..cf1e902 100644 --- a/src/com/rapidminer/gui/plotter/charts/SelectablePlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/SelectablePlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/SeriesChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/SeriesChartPlotter.java index d08c59b..dd3cb65 100644 --- a/src/com/rapidminer/gui/plotter/charts/SeriesChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/SeriesChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/StackedBarChartPlotter.java b/src/com/rapidminer/gui/plotter/charts/StackedBarChartPlotter.java index 3e2c642..94eb43a 100644 --- a/src/com/rapidminer/gui/plotter/charts/StackedBarChartPlotter.java +++ b/src/com/rapidminer/gui/plotter/charts/StackedBarChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/charts/WeightBasedSymbolAxis.java b/src/com/rapidminer/gui/plotter/charts/WeightBasedSymbolAxis.java index 53d4066..99314dc 100644 --- a/src/com/rapidminer/gui/plotter/charts/WeightBasedSymbolAxis.java +++ b/src/com/rapidminer/gui/plotter/charts/WeightBasedSymbolAxis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/conditions/BasicPlotterCondition.java b/src/com/rapidminer/gui/plotter/conditions/BasicPlotterCondition.java index f5e4cfe..85bdf2e 100644 --- a/src/com/rapidminer/gui/plotter/conditions/BasicPlotterCondition.java +++ b/src/com/rapidminer/gui/plotter/conditions/BasicPlotterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/conditions/ColumnsPlotterCondition.java b/src/com/rapidminer/gui/plotter/conditions/ColumnsPlotterCondition.java index ab9cad0..11e500e 100644 --- a/src/com/rapidminer/gui/plotter/conditions/ColumnsPlotterCondition.java +++ b/src/com/rapidminer/gui/plotter/conditions/ColumnsPlotterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/conditions/CombinedPlotterCondition.java b/src/com/rapidminer/gui/plotter/conditions/CombinedPlotterCondition.java index a768983..a13b0e9 100644 --- a/src/com/rapidminer/gui/plotter/conditions/CombinedPlotterCondition.java +++ b/src/com/rapidminer/gui/plotter/conditions/CombinedPlotterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/conditions/PlotterCondition.java b/src/com/rapidminer/gui/plotter/conditions/PlotterCondition.java index d420df7..79b215e 100644 --- a/src/com/rapidminer/gui/plotter/conditions/PlotterCondition.java +++ b/src/com/rapidminer/gui/plotter/conditions/PlotterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/conditions/RowsPlotterCondition.java b/src/com/rapidminer/gui/plotter/conditions/RowsPlotterCondition.java index 23d233c..579aacf 100644 --- a/src/com/rapidminer/gui/plotter/conditions/RowsPlotterCondition.java +++ b/src/com/rapidminer/gui/plotter/conditions/RowsPlotterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/BoxPlot2D.java b/src/com/rapidminer/gui/plotter/mathplot/BoxPlot2D.java index 654ed50..61288d4 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/BoxPlot2D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/BoxPlot2D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/BoxPlot3D.java b/src/com/rapidminer/gui/plotter/mathplot/BoxPlot3D.java index 53c2e39..a4b5dfb 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/BoxPlot3D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/BoxPlot3D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter.java b/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter.java index cb8acc1..f7d44fc 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter.java +++ b/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter2D.java b/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter2D.java index cf8af32..b302dd1 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter2D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter2D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter3D.java b/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter3D.java index 19cdeda..499de9e 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter3D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/JMathPlotter3D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3D.java b/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3D.java index 87db05c..455523e 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3DColor.java b/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3DColor.java index b8816f9..0b91deb 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3DColor.java +++ b/src/com/rapidminer/gui/plotter/mathplot/ScatterPlot3DColor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/SticksPlot2D.java b/src/com/rapidminer/gui/plotter/mathplot/SticksPlot2D.java index f2a61d2..2316692 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/SticksPlot2D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/SticksPlot2D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/SticksPlot3D.java b/src/com/rapidminer/gui/plotter/mathplot/SticksPlot3D.java index 67d9451..4eca2fa 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/SticksPlot3D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/SticksPlot3D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/mathplot/SurfacePlot3D.java b/src/com/rapidminer/gui/plotter/mathplot/SurfacePlot3D.java index f68ebcc..f7f1b81 100644 --- a/src/com/rapidminer/gui/plotter/mathplot/SurfacePlot3D.java +++ b/src/com/rapidminer/gui/plotter/mathplot/SurfacePlot3D.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/settings/ListeningJCheckBox.java b/src/com/rapidminer/gui/plotter/settings/ListeningJCheckBox.java index 15df23a..e96e362 100644 --- a/src/com/rapidminer/gui/plotter/settings/ListeningJCheckBox.java +++ b/src/com/rapidminer/gui/plotter/settings/ListeningJCheckBox.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/settings/ListeningJComboBox.java b/src/com/rapidminer/gui/plotter/settings/ListeningJComboBox.java index c6c0c7a..1785ca0 100644 --- a/src/com/rapidminer/gui/plotter/settings/ListeningJComboBox.java +++ b/src/com/rapidminer/gui/plotter/settings/ListeningJComboBox.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/settings/ListeningJSlider.java b/src/com/rapidminer/gui/plotter/settings/ListeningJSlider.java index 009859d..1a21d0a 100644 --- a/src/com/rapidminer/gui/plotter/settings/ListeningJSlider.java +++ b/src/com/rapidminer/gui/plotter/settings/ListeningJSlider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/settings/ListeningListSelectionModel.java b/src/com/rapidminer/gui/plotter/settings/ListeningListSelectionModel.java index 59461ac..e62bea4 100644 --- a/src/com/rapidminer/gui/plotter/settings/ListeningListSelectionModel.java +++ b/src/com/rapidminer/gui/plotter/settings/ListeningListSelectionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/settings/PlotterSettingsHistory.java b/src/com/rapidminer/gui/plotter/settings/PlotterSettingsHistory.java index 29efc44..e0c380e 100644 --- a/src/com/rapidminer/gui/plotter/settings/PlotterSettingsHistory.java +++ b/src/com/rapidminer/gui/plotter/settings/PlotterSettingsHistory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/som/SOMClassColorizer.java b/src/com/rapidminer/gui/plotter/som/SOMClassColorizer.java index c009204..d25c065 100644 --- a/src/com/rapidminer/gui/plotter/som/SOMClassColorizer.java +++ b/src/com/rapidminer/gui/plotter/som/SOMClassColorizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/som/SOMFireColorizer.java b/src/com/rapidminer/gui/plotter/som/SOMFireColorizer.java index befe8ac..cb808cf 100644 --- a/src/com/rapidminer/gui/plotter/som/SOMFireColorizer.java +++ b/src/com/rapidminer/gui/plotter/som/SOMFireColorizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/som/SOMGreyColorizer.java b/src/com/rapidminer/gui/plotter/som/SOMGreyColorizer.java index 2aa5ded..a9c4085 100644 --- a/src/com/rapidminer/gui/plotter/som/SOMGreyColorizer.java +++ b/src/com/rapidminer/gui/plotter/som/SOMGreyColorizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/som/SOMLandscapeColorizer.java b/src/com/rapidminer/gui/plotter/som/SOMLandscapeColorizer.java index c8a532b..c5d7b5c 100644 --- a/src/com/rapidminer/gui/plotter/som/SOMLandscapeColorizer.java +++ b/src/com/rapidminer/gui/plotter/som/SOMLandscapeColorizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/som/SOMMatrixColorizer.java b/src/com/rapidminer/gui/plotter/som/SOMMatrixColorizer.java index 5ea2435..3c11314 100644 --- a/src/com/rapidminer/gui/plotter/som/SOMMatrixColorizer.java +++ b/src/com/rapidminer/gui/plotter/som/SOMMatrixColorizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/plotter/som/SOMPlotter.java b/src/com/rapidminer/gui/plotter/som/SOMPlotter.java index 64f8ffc..1992a28 100644 --- a/src/com/rapidminer/gui/plotter/som/SOMPlotter.java +++ b/src/com/rapidminer/gui/plotter/som/SOMPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/CommentEditor.java b/src/com/rapidminer/gui/processeditor/CommentEditor.java index 42e97c0..11162a7 100644 --- a/src/com/rapidminer/gui/processeditor/CommentEditor.java +++ b/src/com/rapidminer/gui/processeditor/CommentEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/MacroEditor.java b/src/com/rapidminer/gui/processeditor/MacroEditor.java index 261fd19..ea95814 100644 --- a/src/com/rapidminer/gui/processeditor/MacroEditor.java +++ b/src/com/rapidminer/gui/processeditor/MacroEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/MacroViewer.java b/src/com/rapidminer/gui/processeditor/MacroViewer.java index 6cec83b..db2b7b7 100644 --- a/src/com/rapidminer/gui/processeditor/MacroViewer.java +++ b/src/com/rapidminer/gui/processeditor/MacroViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/NewOperatorEditor.java b/src/com/rapidminer/gui/processeditor/NewOperatorEditor.java index c4e1631..640940d 100644 --- a/src/com/rapidminer/gui/processeditor/NewOperatorEditor.java +++ b/src/com/rapidminer/gui/processeditor/NewOperatorEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/NewOperatorGroupTree.java b/src/com/rapidminer/gui/processeditor/NewOperatorGroupTree.java index 702da63..6dbad56 100644 --- a/src/com/rapidminer/gui/processeditor/NewOperatorGroupTree.java +++ b/src/com/rapidminer/gui/processeditor/NewOperatorGroupTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeModel.java b/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeModel.java index b21b418..595a39d 100644 --- a/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeModel.java +++ b/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeRenderer.java b/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeRenderer.java index 0495914..8e3d60a 100644 --- a/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeRenderer.java +++ b/src/com/rapidminer/gui/processeditor/NewOperatorGroupTreeRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/ProcessContextEditor.java b/src/com/rapidminer/gui/processeditor/ProcessContextEditor.java index a834f30..c6c9756 100644 --- a/src/com/rapidminer/gui/processeditor/ProcessContextEditor.java +++ b/src/com/rapidminer/gui/processeditor/ProcessContextEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/ProcessContextProcessEditor.java b/src/com/rapidminer/gui/processeditor/ProcessContextProcessEditor.java index e923a65..b1c3be4 100644 --- a/src/com/rapidminer/gui/processeditor/ProcessContextProcessEditor.java +++ b/src/com/rapidminer/gui/processeditor/ProcessContextProcessEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/ProcessEditor.java b/src/com/rapidminer/gui/processeditor/ProcessEditor.java index 0733e92..666dd3a 100644 --- a/src/com/rapidminer/gui/processeditor/ProcessEditor.java +++ b/src/com/rapidminer/gui/processeditor/ProcessEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/ProcessLogTab.java b/src/com/rapidminer/gui/processeditor/ProcessLogTab.java index 4e5949b..45e00a4 100644 --- a/src/com/rapidminer/gui/processeditor/ProcessLogTab.java +++ b/src/com/rapidminer/gui/processeditor/ProcessLogTab.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/RepositoryLocationsEditor.java b/src/com/rapidminer/gui/processeditor/RepositoryLocationsEditor.java index 9b02798..e9ae557 100644 --- a/src/com/rapidminer/gui/processeditor/RepositoryLocationsEditor.java +++ b/src/com/rapidminer/gui/processeditor/RepositoryLocationsEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/XMLEditor.java b/src/com/rapidminer/gui/processeditor/XMLEditor.java index 88d80c2..d7886df 100644 --- a/src/com/rapidminer/gui/processeditor/XMLEditor.java +++ b/src/com/rapidminer/gui/processeditor/XMLEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/DockableResultDisplay.java b/src/com/rapidminer/gui/processeditor/results/DockableResultDisplay.java index b98e190..58de19f 100644 --- a/src/com/rapidminer/gui/processeditor/results/DockableResultDisplay.java +++ b/src/com/rapidminer/gui/processeditor/results/DockableResultDisplay.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/ProcessExecutionResultOverview.java b/src/com/rapidminer/gui/processeditor/results/ProcessExecutionResultOverview.java index 462c851..eb9dcc7 100644 --- a/src/com/rapidminer/gui/processeditor/results/ProcessExecutionResultOverview.java +++ b/src/com/rapidminer/gui/processeditor/results/ProcessExecutionResultOverview.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/RapidBorder.java b/src/com/rapidminer/gui/processeditor/results/RapidBorder.java index 38bccaa..9addfc8 100644 --- a/src/com/rapidminer/gui/processeditor/results/RapidBorder.java +++ b/src/com/rapidminer/gui/processeditor/results/RapidBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/ResultDisplay.java b/src/com/rapidminer/gui/processeditor/results/ResultDisplay.java index 808376e..4b164c9 100644 --- a/src/com/rapidminer/gui/processeditor/results/ResultDisplay.java +++ b/src/com/rapidminer/gui/processeditor/results/ResultDisplay.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/ResultDisplayTools.java b/src/com/rapidminer/gui/processeditor/results/ResultDisplayTools.java index bbba5bb..8fd31f5 100644 --- a/src/com/rapidminer/gui/processeditor/results/ResultDisplayTools.java +++ b/src/com/rapidminer/gui/processeditor/results/ResultDisplayTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/ResultOverview.java b/src/com/rapidminer/gui/processeditor/results/ResultOverview.java index 6e8f002..bb10efa 100644 --- a/src/com/rapidminer/gui/processeditor/results/ResultOverview.java +++ b/src/com/rapidminer/gui/processeditor/results/ResultOverview.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/ResultTab.java b/src/com/rapidminer/gui/processeditor/results/ResultTab.java index e0689fa..0bc32c9 100644 --- a/src/com/rapidminer/gui/processeditor/results/ResultTab.java +++ b/src/com/rapidminer/gui/processeditor/results/ResultTab.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/SingleResultOverview.java b/src/com/rapidminer/gui/processeditor/results/SingleResultOverview.java index 0582e19..06b7007 100644 --- a/src/com/rapidminer/gui/processeditor/results/SingleResultOverview.java +++ b/src/com/rapidminer/gui/processeditor/results/SingleResultOverview.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/processeditor/results/TabbedResultDisplay.java b/src/com/rapidminer/gui/processeditor/results/TabbedResultDisplay.java index 1b6085f..4686e0d 100644 --- a/src/com/rapidminer/gui/processeditor/results/TabbedResultDisplay.java +++ b/src/com/rapidminer/gui/processeditor/results/TabbedResultDisplay.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/AttributeOrderingDialog.java b/src/com/rapidminer/gui/properties/AttributeOrderingDialog.java index 33362e5..563227e 100644 --- a/src/com/rapidminer/gui/properties/AttributeOrderingDialog.java +++ b/src/com/rapidminer/gui/properties/AttributeOrderingDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/AttributesPropertyDialog.java b/src/com/rapidminer/gui/properties/AttributesPropertyDialog.java index 16eea52..740b99a 100644 --- a/src/com/rapidminer/gui/properties/AttributesPropertyDialog.java +++ b/src/com/rapidminer/gui/properties/AttributesPropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/BasicPropertyTable.java b/src/com/rapidminer/gui/properties/BasicPropertyTable.java index 45a1f4e..98f3124 100644 --- a/src/com/rapidminer/gui/properties/BasicPropertyTable.java +++ b/src/com/rapidminer/gui/properties/BasicPropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/CompatibilityLevelSpinnerModel.java b/src/com/rapidminer/gui/properties/CompatibilityLevelSpinnerModel.java index 5ae0419..94770c3 100644 --- a/src/com/rapidminer/gui/properties/CompatibilityLevelSpinnerModel.java +++ b/src/com/rapidminer/gui/properties/CompatibilityLevelSpinnerModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialog.java b/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialog.java index f9c54da..233dc7a 100644 --- a/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialog.java +++ b/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialogCreator.java b/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialogCreator.java index f8742b6..7d0b1ab 100644 --- a/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialogCreator.java +++ b/src/com/rapidminer/gui/properties/ConfigureParameterOptimizationDialogCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/DefaultPropertyTable.java b/src/com/rapidminer/gui/properties/DefaultPropertyTable.java index a8d54c4..7fbe0af 100644 --- a/src/com/rapidminer/gui/properties/DefaultPropertyTable.java +++ b/src/com/rapidminer/gui/properties/DefaultPropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/DefaultRMCellEditor.java b/src/com/rapidminer/gui/properties/DefaultRMCellEditor.java index 7e26530..7d20a82 100644 --- a/src/com/rapidminer/gui/properties/DefaultRMCellEditor.java +++ b/src/com/rapidminer/gui/properties/DefaultRMCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/EnumerationPropertyDialog.java b/src/com/rapidminer/gui/properties/EnumerationPropertyDialog.java index d94f8ec..2a55859 100644 --- a/src/com/rapidminer/gui/properties/EnumerationPropertyDialog.java +++ b/src/com/rapidminer/gui/properties/EnumerationPropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/EnumerationPropertyTable.java b/src/com/rapidminer/gui/properties/EnumerationPropertyTable.java index c7a24fd..f2bc726 100644 --- a/src/com/rapidminer/gui/properties/EnumerationPropertyTable.java +++ b/src/com/rapidminer/gui/properties/EnumerationPropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ExpressionPropertyDialog.java b/src/com/rapidminer/gui/properties/ExpressionPropertyDialog.java index ab49424..8ba8264 100644 --- a/src/com/rapidminer/gui/properties/ExpressionPropertyDialog.java +++ b/src/com/rapidminer/gui/properties/ExpressionPropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/FocusedComponentBorder.java b/src/com/rapidminer/gui/properties/FocusedComponentBorder.java index b98f12a..75bd056 100644 --- a/src/com/rapidminer/gui/properties/FocusedComponentBorder.java +++ b/src/com/rapidminer/gui/properties/FocusedComponentBorder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/GenericParameterPanel.java b/src/com/rapidminer/gui/properties/GenericParameterPanel.java index 085896c..014d2ab 100644 --- a/src/com/rapidminer/gui/properties/GenericParameterPanel.java +++ b/src/com/rapidminer/gui/properties/GenericParameterPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ListPropertyDialog.java b/src/com/rapidminer/gui/properties/ListPropertyDialog.java index 2146917..277bf67 100644 --- a/src/com/rapidminer/gui/properties/ListPropertyDialog.java +++ b/src/com/rapidminer/gui/properties/ListPropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ListPropertyTable.java b/src/com/rapidminer/gui/properties/ListPropertyTable.java index 82dd183..acb8b6e 100644 --- a/src/com/rapidminer/gui/properties/ListPropertyTable.java +++ b/src/com/rapidminer/gui/properties/ListPropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ListPropertyTable2.java b/src/com/rapidminer/gui/properties/ListPropertyTable2.java index 72b2052..134a2ed 100644 --- a/src/com/rapidminer/gui/properties/ListPropertyTable2.java +++ b/src/com/rapidminer/gui/properties/ListPropertyTable2.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ListTableModel.java b/src/com/rapidminer/gui/properties/ListTableModel.java index 0777d63..0c0dcdd 100644 --- a/src/com/rapidminer/gui/properties/ListTableModel.java +++ b/src/com/rapidminer/gui/properties/ListTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/MatrixPropertyDialog.java b/src/com/rapidminer/gui/properties/MatrixPropertyDialog.java index 0eec427..78982ee 100644 --- a/src/com/rapidminer/gui/properties/MatrixPropertyDialog.java +++ b/src/com/rapidminer/gui/properties/MatrixPropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/MatrixPropertyTable.java b/src/com/rapidminer/gui/properties/MatrixPropertyTable.java index 6dfd8ad..8062edc 100644 --- a/src/com/rapidminer/gui/properties/MatrixPropertyTable.java +++ b/src/com/rapidminer/gui/properties/MatrixPropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/MatrixPropertyTableModel.java b/src/com/rapidminer/gui/properties/MatrixPropertyTableModel.java index b02e30b..1228513 100644 --- a/src/com/rapidminer/gui/properties/MatrixPropertyTableModel.java +++ b/src/com/rapidminer/gui/properties/MatrixPropertyTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/OperatorPropertyPanel.java b/src/com/rapidminer/gui/properties/OperatorPropertyPanel.java index 1208694..c449910 100644 --- a/src/com/rapidminer/gui/properties/OperatorPropertyPanel.java +++ b/src/com/rapidminer/gui/properties/OperatorPropertyPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/OperatorPropertyTable.java b/src/com/rapidminer/gui/properties/OperatorPropertyTable.java index 09598de..9717932 100644 --- a/src/com/rapidminer/gui/properties/OperatorPropertyTable.java +++ b/src/com/rapidminer/gui/properties/OperatorPropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/ParameterChangeListener.java b/src/com/rapidminer/gui/properties/ParameterChangeListener.java index e12c5c9..8d31187 100644 --- a/src/com/rapidminer/gui/properties/ParameterChangeListener.java +++ b/src/com/rapidminer/gui/properties/ParameterChangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/PropertyDialog.java b/src/com/rapidminer/gui/properties/PropertyDialog.java index d044f89..7e1fa4c 100644 --- a/src/com/rapidminer/gui/properties/PropertyDialog.java +++ b/src/com/rapidminer/gui/properties/PropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/PropertyPanel.java b/src/com/rapidminer/gui/properties/PropertyPanel.java index 7daf38e..c20320e 100644 --- a/src/com/rapidminer/gui/properties/PropertyPanel.java +++ b/src/com/rapidminer/gui/properties/PropertyPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/PropertyTable.java b/src/com/rapidminer/gui/properties/PropertyTable.java index 6673625..a52088c 100644 --- a/src/com/rapidminer/gui/properties/PropertyTable.java +++ b/src/com/rapidminer/gui/properties/PropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/PropertyTableParameterChangeListener.java b/src/com/rapidminer/gui/properties/PropertyTableParameterChangeListener.java index 0eda951..926aa53 100644 --- a/src/com/rapidminer/gui/properties/PropertyTableParameterChangeListener.java +++ b/src/com/rapidminer/gui/properties/PropertyTableParameterChangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/RegexpPropertyDialog.java b/src/com/rapidminer/gui/properties/RegexpPropertyDialog.java index 74dbb70..3578d3f 100644 --- a/src/com/rapidminer/gui/properties/RegexpPropertyDialog.java +++ b/src/com/rapidminer/gui/properties/RegexpPropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/SettingsChangeListener.java b/src/com/rapidminer/gui/properties/SettingsChangeListener.java index 87752ee..58a093d 100644 --- a/src/com/rapidminer/gui/properties/SettingsChangeListener.java +++ b/src/com/rapidminer/gui/properties/SettingsChangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/SettingsDialog.java b/src/com/rapidminer/gui/properties/SettingsDialog.java index c90be59..76cbda8 100644 --- a/src/com/rapidminer/gui/properties/SettingsDialog.java +++ b/src/com/rapidminer/gui/properties/SettingsDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/SettingsPropertyPanel.java b/src/com/rapidminer/gui/properties/SettingsPropertyPanel.java index 99e0dfe..e4002e6 100644 --- a/src/com/rapidminer/gui/properties/SettingsPropertyPanel.java +++ b/src/com/rapidminer/gui/properties/SettingsPropertyPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/SettingsTabs.java b/src/com/rapidminer/gui/properties/SettingsTabs.java index 7504dc9..f076105 100644 --- a/src/com/rapidminer/gui/properties/SettingsTabs.java +++ b/src/com/rapidminer/gui/properties/SettingsTabs.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/TextPropertyDialog.java b/src/com/rapidminer/gui/properties/TextPropertyDialog.java index 29869fb..3afd140 100644 --- a/src/com/rapidminer/gui/properties/TextPropertyDialog.java +++ b/src/com/rapidminer/gui/properties/TextPropertyDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/WizardPropertyTable.java b/src/com/rapidminer/gui/properties/WizardPropertyTable.java index 448edc9..b285739 100644 --- a/src/com/rapidminer/gui/properties/WizardPropertyTable.java +++ b/src/com/rapidminer/gui/properties/WizardPropertyTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/key/DefaultPropertyKeyRenderer.java b/src/com/rapidminer/gui/properties/celleditors/key/DefaultPropertyKeyRenderer.java index f579758..0c6229d 100644 --- a/src/com/rapidminer/gui/properties/celleditors/key/DefaultPropertyKeyRenderer.java +++ b/src/com/rapidminer/gui/properties/celleditors/key/DefaultPropertyKeyRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/key/DelegationKeyCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/key/DelegationKeyCellEditor.java index b6b55c1..c2b9040 100644 --- a/src/com/rapidminer/gui/properties/celleditors/key/DelegationKeyCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/key/DelegationKeyCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/key/ParameterValueKeyCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/key/ParameterValueKeyCellEditor.java index f5b3de8..71394ad 100644 --- a/src/com/rapidminer/gui/properties/celleditors/key/ParameterValueKeyCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/key/ParameterValueKeyCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/key/PropertyKeyCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/key/PropertyKeyCellEditor.java index 360eaab..c6ddd7e 100644 --- a/src/com/rapidminer/gui/properties/celleditors/key/PropertyKeyCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/key/PropertyKeyCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/AbstractSuggestionBoxValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/AbstractSuggestionBoxValueCellEditor.java index 5fdaaa7..8bf5f59 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/AbstractSuggestionBoxValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/AbstractSuggestionBoxValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/AttributeComboBox.java b/src/com/rapidminer/gui/properties/celleditors/value/AttributeComboBox.java index 9bcf11f..2c26056 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/AttributeComboBox.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/AttributeComboBox.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/AttributeFileValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/AttributeFileValueCellEditor.java index bb40712..c25ab95 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/AttributeFileValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/AttributeFileValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/AttributeOrderingCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/AttributeOrderingCellEditor.java index 3b1969e..048117e 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/AttributeOrderingCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/AttributeOrderingCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/AttributeValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/AttributeValueCellEditor.java index 24eeb7f..1df5f30 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/AttributeValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/AttributeValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/AttributesValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/AttributesValueCellEditor.java index 11a4afe..74f3182 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/AttributesValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/AttributesValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/ColorValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/ColorValueCellEditor.java index 222bd04..3ed4c5e 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/ColorValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/ColorValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/ConfigurableValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/ConfigurableValueCellEditor.java index 27702b2..ca6d340 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/ConfigurableValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/ConfigurableValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/ConfigurationWizardValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/ConfigurationWizardValueCellEditor.java index 44b78c7..1d96025 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/ConfigurationWizardValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/ConfigurationWizardValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/CronExpressionCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/CronExpressionCellEditor.java index 37bbe3b..6e780b4 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/CronExpressionCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/CronExpressionCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/DatabaseConnectionValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/DatabaseConnectionValueCellEditor.java index f076729..e27a475 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/DatabaseConnectionValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/DatabaseConnectionValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/DatabaseTableValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/DatabaseTableValueCellEditor.java index 61095bf..5cd00cb 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/DatabaseTableValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/DatabaseTableValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/DateFormatValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/DateFormatValueCellEditor.java index 135d4ab..b38b825 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/DateFormatValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/DateFormatValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/DateValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/DateValueCellEditor.java index e803f8e..536200a 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/DateValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/DateValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/DefaultPropertyValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/DefaultPropertyValueCellEditor.java index 3800f7c..3afef63 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/DefaultPropertyValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/DefaultPropertyValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/EnumerationValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/EnumerationValueCellEditor.java index 5a00d1a..78156dd 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/EnumerationValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/EnumerationValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/ExpressionValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/ExpressionValueCellEditor.java index 2393018..30b0b2a 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/ExpressionValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/ExpressionValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/FileValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/FileValueCellEditor.java index 1dd8891..0b2b9d2 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/FileValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/FileValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/InnerOperatorValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/InnerOperatorValueCellEditor.java index 631f957..e64cf07 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/InnerOperatorValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/InnerOperatorValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/ListValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/ListValueCellEditor.java index 6a14d1a..b051202 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/ListValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/ListValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/MatrixValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/MatrixValueCellEditor.java index c7552fb..d11cb91 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/MatrixValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/MatrixValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/OperatorValueValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/OperatorValueValueCellEditor.java index ed8666b..0df9464 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/OperatorValueValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/OperatorValueValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/ParameterTupelCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/ParameterTupelCellEditor.java index 59cf6ce..78875f0 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/ParameterTupelCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/ParameterTupelCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/PreviewValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/PreviewValueCellEditor.java index 023a634..67b6f5d 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/PreviewValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/PreviewValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/PropertyValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/PropertyValueCellEditor.java index a4dbdaa..3ed3d5b 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/PropertyValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/PropertyValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/RegexpValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/RegexpValueCellEditor.java index 359c5a9..91c0c2c 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/RegexpValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/RegexpValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/RepositoryLocationValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/RepositoryLocationValueCellEditor.java index b091282..6c31754 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/RepositoryLocationValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/RepositoryLocationValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/SQLQueryValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/SQLQueryValueCellEditor.java index 55c5d88..7eda2cb 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/SQLQueryValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/SQLQueryValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/SimpleFileValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/SimpleFileValueCellEditor.java index f57077f..30af7b3 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/SimpleFileValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/SimpleFileValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/properties/celleditors/value/TextValueCellEditor.java b/src/com/rapidminer/gui/properties/celleditors/value/TextValueCellEditor.java index b1d1142..1c33f80 100644 --- a/src/com/rapidminer/gui/properties/celleditors/value/TextValueCellEditor.java +++ b/src/com/rapidminer/gui/properties/celleditors/value/TextValueCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/AbstractDataTablePlotterRenderer.java b/src/com/rapidminer/gui/renderer/AbstractDataTablePlotterRenderer.java index 53e4ef6..255e88f 100644 --- a/src/com/rapidminer/gui/renderer/AbstractDataTablePlotterRenderer.java +++ b/src/com/rapidminer/gui/renderer/AbstractDataTablePlotterRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/AbstractDataTableTableRenderer.java b/src/com/rapidminer/gui/renderer/AbstractDataTableTableRenderer.java index 8e81dde..44bf6e2 100644 --- a/src/com/rapidminer/gui/renderer/AbstractDataTableTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/AbstractDataTableTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/AbstractGraphRenderer.java b/src/com/rapidminer/gui/renderer/AbstractGraphRenderer.java index 26600fd..c60c83b 100644 --- a/src/com/rapidminer/gui/renderer/AbstractGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/AbstractGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/AbstractRenderer.java b/src/com/rapidminer/gui/renderer/AbstractRenderer.java index b1d8060..c79e631 100644 --- a/src/com/rapidminer/gui/renderer/AbstractRenderer.java +++ b/src/com/rapidminer/gui/renderer/AbstractRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/AbstractTableModelTableRenderer.java b/src/com/rapidminer/gui/renderer/AbstractTableModelTableRenderer.java index a3825fa..2b4d993 100644 --- a/src/com/rapidminer/gui/renderer/AbstractTableModelTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/AbstractTableModelTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/AnnotationsRenderer.java b/src/com/rapidminer/gui/renderer/AnnotationsRenderer.java index 3df36f7..a27029b 100644 --- a/src/com/rapidminer/gui/renderer/AnnotationsRenderer.java +++ b/src/com/rapidminer/gui/renderer/AnnotationsRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/AverageVectorRenderer.java b/src/com/rapidminer/gui/renderer/AverageVectorRenderer.java index a233f22..854e396 100644 --- a/src/com/rapidminer/gui/renderer/AverageVectorRenderer.java +++ b/src/com/rapidminer/gui/renderer/AverageVectorRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/CollectionRenderer.java b/src/com/rapidminer/gui/renderer/CollectionRenderer.java index af7cde5..8f30bac 100644 --- a/src/com/rapidminer/gui/renderer/CollectionRenderer.java +++ b/src/com/rapidminer/gui/renderer/CollectionRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/DefaultComponentRenderable.java b/src/com/rapidminer/gui/renderer/DefaultComponentRenderable.java index e31549d..0e162ee 100644 --- a/src/com/rapidminer/gui/renderer/DefaultComponentRenderable.java +++ b/src/com/rapidminer/gui/renderer/DefaultComponentRenderable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/DefaultComponentRenderer.java b/src/com/rapidminer/gui/renderer/DefaultComponentRenderer.java index 2a27e59..3c6a628 100644 --- a/src/com/rapidminer/gui/renderer/DefaultComponentRenderer.java +++ b/src/com/rapidminer/gui/renderer/DefaultComponentRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/DefaultReadable.java b/src/com/rapidminer/gui/renderer/DefaultReadable.java index 28424f7..169d345 100644 --- a/src/com/rapidminer/gui/renderer/DefaultReadable.java +++ b/src/com/rapidminer/gui/renderer/DefaultReadable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/DefaultTextRenderer.java b/src/com/rapidminer/gui/renderer/DefaultTextRenderer.java index 7c23355..24dc041 100644 --- a/src/com/rapidminer/gui/renderer/DefaultTextRenderer.java +++ b/src/com/rapidminer/gui/renderer/DefaultTextRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/NonGraphicalRenderer.java b/src/com/rapidminer/gui/renderer/NonGraphicalRenderer.java index 29465b3..4aaba49 100644 --- a/src/com/rapidminer/gui/renderer/NonGraphicalRenderer.java +++ b/src/com/rapidminer/gui/renderer/NonGraphicalRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/Renderer.java b/src/com/rapidminer/gui/renderer/Renderer.java index 4eeb35e..fb0413b 100644 --- a/src/com/rapidminer/gui/renderer/Renderer.java +++ b/src/com/rapidminer/gui/renderer/Renderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/RendererService.java b/src/com/rapidminer/gui/renderer/RendererService.java index 362849a..b550f33 100644 --- a/src/com/rapidminer/gui/renderer/RendererService.java +++ b/src/com/rapidminer/gui/renderer/RendererService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/associations/GSPRenderer.java b/src/com/rapidminer/gui/renderer/associations/GSPRenderer.java index 2287885..a00eddd 100644 --- a/src/com/rapidminer/gui/renderer/associations/GSPRenderer.java +++ b/src/com/rapidminer/gui/renderer/associations/GSPRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidPlotRenderer.java b/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidPlotRenderer.java index c52c7e5..7bfea47 100644 --- a/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidTableRenderer.java b/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidTableRenderer.java index e66e469..84f01c1 100644 --- a/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/cluster/ClusterModelCentroidTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/cluster/ClusterModelDendogrammRenderer.java b/src/com/rapidminer/gui/renderer/cluster/ClusterModelDendogrammRenderer.java index 1b15582..485ea66 100644 --- a/src/com/rapidminer/gui/renderer/cluster/ClusterModelDendogrammRenderer.java +++ b/src/com/rapidminer/gui/renderer/cluster/ClusterModelDendogrammRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/cluster/ClusterModelFolderRenderer.java b/src/com/rapidminer/gui/renderer/cluster/ClusterModelFolderRenderer.java index 5fa3311..3812f84 100644 --- a/src/com/rapidminer/gui/renderer/cluster/ClusterModelFolderRenderer.java +++ b/src/com/rapidminer/gui/renderer/cluster/ClusterModelFolderRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/cluster/ClusterModelGraphRenderer.java b/src/com/rapidminer/gui/renderer/cluster/ClusterModelGraphRenderer.java index b1bffe1..a890e16 100644 --- a/src/com/rapidminer/gui/renderer/cluster/ClusterModelGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/cluster/ClusterModelGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/data/ExampleSetDataRenderer.java b/src/com/rapidminer/gui/renderer/data/ExampleSetDataRenderer.java index ebd426c..a598cbb 100644 --- a/src/com/rapidminer/gui/renderer/data/ExampleSetDataRenderer.java +++ b/src/com/rapidminer/gui/renderer/data/ExampleSetDataRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/data/ExampleSetMetaDataRenderer.java b/src/com/rapidminer/gui/renderer/data/ExampleSetMetaDataRenderer.java index bbbbac5..0037215 100644 --- a/src/com/rapidminer/gui/renderer/data/ExampleSetMetaDataRenderer.java +++ b/src/com/rapidminer/gui/renderer/data/ExampleSetMetaDataRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/data/ExampleSetPlotRenderer.java b/src/com/rapidminer/gui/renderer/data/ExampleSetPlotRenderer.java index 54e55fa..8382610 100644 --- a/src/com/rapidminer/gui/renderer/data/ExampleSetPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/data/ExampleSetPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesGraphRenderer.java b/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesGraphRenderer.java index ac25a1d..3614485 100644 --- a/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesTableRenderer.java b/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesTableRenderer.java index 6d17990..569fa46 100644 --- a/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/itemsets/AssociationRulesTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/itemsets/FrequentItemSetsTableRenderer.java b/src/com/rapidminer/gui/renderer/itemsets/FrequentItemSetsTableRenderer.java index 73e51f7..6fc00a5 100644 --- a/src/com/rapidminer/gui/renderer/itemsets/FrequentItemSetsTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/itemsets/FrequentItemSetsTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/math/NumericalMatrixPairwiseRenderer.java b/src/com/rapidminer/gui/renderer/math/NumericalMatrixPairwiseRenderer.java index dce786c..18b1775 100644 --- a/src/com/rapidminer/gui/renderer/math/NumericalMatrixPairwiseRenderer.java +++ b/src/com/rapidminer/gui/renderer/math/NumericalMatrixPairwiseRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/math/NumericalMatrixPlotRenderer.java b/src/com/rapidminer/gui/renderer/math/NumericalMatrixPlotRenderer.java index dada571..328b7d6 100644 --- a/src/com/rapidminer/gui/renderer/math/NumericalMatrixPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/math/NumericalMatrixPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/math/NumericalMatrixTableRenderer.java b/src/com/rapidminer/gui/renderer/math/NumericalMatrixTableRenderer.java index 4e34787..4a1cf94 100644 --- a/src/com/rapidminer/gui/renderer/math/NumericalMatrixTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/math/NumericalMatrixTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/math/RainflowMatrixPlotRenderer.java b/src/com/rapidminer/gui/renderer/math/RainflowMatrixPlotRenderer.java index f7b0d3e..490d10c 100644 --- a/src/com/rapidminer/gui/renderer/math/RainflowMatrixPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/math/RainflowMatrixPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/math/RainflowMatrixTableRenderer.java b/src/com/rapidminer/gui/renderer/math/RainflowMatrixTableRenderer.java index 9b02625..99b6721 100644 --- a/src/com/rapidminer/gui/renderer/math/RainflowMatrixTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/math/RainflowMatrixTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/DelegationModelRenderer.java b/src/com/rapidminer/gui/renderer/models/DelegationModelRenderer.java index cd39f19..001df59 100644 --- a/src/com/rapidminer/gui/renderer/models/DelegationModelRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/DelegationModelRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/DistributionModelPlotRenderer.java b/src/com/rapidminer/gui/renderer/models/DistributionModelPlotRenderer.java index 2e8dce4..9a2d3e3 100644 --- a/src/com/rapidminer/gui/renderer/models/DistributionModelPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/DistributionModelPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/DistributionModelTableRenderer.java b/src/com/rapidminer/gui/renderer/models/DistributionModelTableRenderer.java index 9d6cae5..d89a5d2 100644 --- a/src/com/rapidminer/gui/renderer/models/DistributionModelTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/DistributionModelTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvalueRenderer.java b/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvalueRenderer.java index ba92614..8a2fe7f 100644 --- a/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvalueRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvalueRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvectorRenderer.java b/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvectorRenderer.java index 3c0eb02..fefa07e 100644 --- a/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvectorRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/EigenvectorModelEigenvectorRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/EigenvectorModelVariancePlotRenderer.java b/src/com/rapidminer/gui/renderer/models/EigenvectorModelVariancePlotRenderer.java index 36b12be..e3f1b5f 100644 --- a/src/com/rapidminer/gui/renderer/models/EigenvectorModelVariancePlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/EigenvectorModelVariancePlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/HyperModelWeightsRenderer.java b/src/com/rapidminer/gui/renderer/models/HyperModelWeightsRenderer.java index 69524f1..d57e7e7 100644 --- a/src/com/rapidminer/gui/renderer/models/HyperModelWeightsRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/HyperModelWeightsRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/HyperplaneModelRenderer.java b/src/com/rapidminer/gui/renderer/models/HyperplaneModelRenderer.java index 01ddb79..e91e3a4 100644 --- a/src/com/rapidminer/gui/renderer/models/HyperplaneModelRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/HyperplaneModelRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/ImprovedNeuralNetModelRenderer.java b/src/com/rapidminer/gui/renderer/models/ImprovedNeuralNetModelRenderer.java index 3306f3f..c40ec52 100644 --- a/src/com/rapidminer/gui/renderer/models/ImprovedNeuralNetModelRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/ImprovedNeuralNetModelRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/KernelModelPlotRenderer.java b/src/com/rapidminer/gui/renderer/models/KernelModelPlotRenderer.java index 49fefe8..fb9b24c 100644 --- a/src/com/rapidminer/gui/renderer/models/KernelModelPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/KernelModelPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/KernelModelSupportVectorRenderer.java b/src/com/rapidminer/gui/renderer/models/KernelModelSupportVectorRenderer.java index 92e3d7e..3d6a0e3 100644 --- a/src/com/rapidminer/gui/renderer/models/KernelModelSupportVectorRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/KernelModelSupportVectorRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/KernelModelWeightsRenderer.java b/src/com/rapidminer/gui/renderer/models/KernelModelWeightsRenderer.java index 16c2001..0ac41a3 100644 --- a/src/com/rapidminer/gui/renderer/models/KernelModelWeightsRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/KernelModelWeightsRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/LinearRegressionModelTableRenderer.java b/src/com/rapidminer/gui/renderer/models/LinearRegressionModelTableRenderer.java index 1d55f22..f68c098 100644 --- a/src/com/rapidminer/gui/renderer/models/LinearRegressionModelTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/LinearRegressionModelTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelPlotRenderer.java b/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelPlotRenderer.java index 667414d..fee950e 100644 --- a/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelTableRenderer.java b/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelTableRenderer.java index 1ecb357..f4f2255 100644 --- a/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/LocalPolynomialRegressionModelTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/MetaModelRenderer.java b/src/com/rapidminer/gui/renderer/models/MetaModelRenderer.java index a8b276d..2540c59 100644 --- a/src/com/rapidminer/gui/renderer/models/MetaModelRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/MetaModelRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/NeuralNetGraphRenderer.java b/src/com/rapidminer/gui/renderer/models/NeuralNetGraphRenderer.java index 5afbffb..be97986 100644 --- a/src/com/rapidminer/gui/renderer/models/NeuralNetGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/NeuralNetGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/RuleSetRenderer.java b/src/com/rapidminer/gui/renderer/models/RuleSetRenderer.java index 7c9c580..73f30c9 100644 --- a/src/com/rapidminer/gui/renderer/models/RuleSetRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/RuleSetRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/SVDModelCumulativePlotRenderer.java b/src/com/rapidminer/gui/renderer/models/SVDModelCumulativePlotRenderer.java index 4d0af9a..bed83f9 100644 --- a/src/com/rapidminer/gui/renderer/models/SVDModelCumulativePlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/SVDModelCumulativePlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/SVDModelValueRenderer.java b/src/com/rapidminer/gui/renderer/models/SVDModelValueRenderer.java index bf918fd..3062f69 100644 --- a/src/com/rapidminer/gui/renderer/models/SVDModelValueRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/SVDModelValueRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/SVDModelVectorRenderer.java b/src/com/rapidminer/gui/renderer/models/SVDModelVectorRenderer.java index 291b422..3ebf5ba 100644 --- a/src/com/rapidminer/gui/renderer/models/SVDModelVectorRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/SVDModelVectorRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/SimpleNeuralNetGraphRenderer.java b/src/com/rapidminer/gui/renderer/models/SimpleNeuralNetGraphRenderer.java index e022cc6..07c5958 100644 --- a/src/com/rapidminer/gui/renderer/models/SimpleNeuralNetGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/SimpleNeuralNetGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/models/TreeModelGraphRenderer.java b/src/com/rapidminer/gui/renderer/models/TreeModelGraphRenderer.java index b0108c1..ad8114f 100644 --- a/src/com/rapidminer/gui/renderer/models/TreeModelGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/models/TreeModelGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/AnovaCalculatorViewerRenderer.java b/src/com/rapidminer/gui/renderer/performance/AnovaCalculatorViewerRenderer.java index 4d8e606..22cde1c 100644 --- a/src/com/rapidminer/gui/renderer/performance/AnovaCalculatorViewerRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/AnovaCalculatorViewerRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/AreaUnderCurveRenderer.java b/src/com/rapidminer/gui/renderer/performance/AreaUnderCurveRenderer.java index 6f7901f..1bb704b 100644 --- a/src/com/rapidminer/gui/renderer/performance/AreaUnderCurveRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/AreaUnderCurveRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/BinaryClassificationPerformanceRenderer.java b/src/com/rapidminer/gui/renderer/performance/BinaryClassificationPerformanceRenderer.java index d4a23cc..3f0cce9 100644 --- a/src/com/rapidminer/gui/renderer/performance/BinaryClassificationPerformanceRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/BinaryClassificationPerformanceRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/MultiClassificationPerformanceRenderer.java b/src/com/rapidminer/gui/renderer/performance/MultiClassificationPerformanceRenderer.java index 97ce005..3cfb3aa 100644 --- a/src/com/rapidminer/gui/renderer/performance/MultiClassificationPerformanceRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/MultiClassificationPerformanceRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/PerformanceVectorRenderer.java b/src/com/rapidminer/gui/renderer/performance/PerformanceVectorRenderer.java index ebe18e1..ec0ce75 100644 --- a/src/com/rapidminer/gui/renderer/performance/PerformanceVectorRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/PerformanceVectorRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/ROCComparisonRenderer.java b/src/com/rapidminer/gui/renderer/performance/ROCComparisonRenderer.java index 34d4b5e..0170483 100644 --- a/src/com/rapidminer/gui/renderer/performance/ROCComparisonRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/ROCComparisonRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/TTestSignificanceTestRenderer.java b/src/com/rapidminer/gui/renderer/performance/TTestSignificanceTestRenderer.java index 40eeae9..be6f1e3 100644 --- a/src/com/rapidminer/gui/renderer/performance/TTestSignificanceTestRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/TTestSignificanceTestRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/performance/WeightedMultiClassPerformanceRenderer.java b/src/com/rapidminer/gui/renderer/performance/WeightedMultiClassPerformanceRenderer.java index c02d4d4..b28c9b6 100644 --- a/src/com/rapidminer/gui/renderer/performance/WeightedMultiClassPerformanceRenderer.java +++ b/src/com/rapidminer/gui/renderer/performance/WeightedMultiClassPerformanceRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/similarity/SimilarityGraphRenderer.java b/src/com/rapidminer/gui/renderer/similarity/SimilarityGraphRenderer.java index 1a9b4a4..0fa3948 100644 --- a/src/com/rapidminer/gui/renderer/similarity/SimilarityGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/similarity/SimilarityGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/similarity/SimilarityHistogramRenderer.java b/src/com/rapidminer/gui/renderer/similarity/SimilarityHistogramRenderer.java index c1b620b..62a7587 100644 --- a/src/com/rapidminer/gui/renderer/similarity/SimilarityHistogramRenderer.java +++ b/src/com/rapidminer/gui/renderer/similarity/SimilarityHistogramRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/similarity/SimilarityKDistanceRenderer.java b/src/com/rapidminer/gui/renderer/similarity/SimilarityKDistanceRenderer.java index 292a14d..d9a025a 100644 --- a/src/com/rapidminer/gui/renderer/similarity/SimilarityKDistanceRenderer.java +++ b/src/com/rapidminer/gui/renderer/similarity/SimilarityKDistanceRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/similarity/SimilarityTableRenderer.java b/src/com/rapidminer/gui/renderer/similarity/SimilarityTableRenderer.java index 7d42e1f..cad50c2 100644 --- a/src/com/rapidminer/gui/renderer/similarity/SimilarityTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/similarity/SimilarityTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/visualization/AnovaMatrixRenderer.java b/src/com/rapidminer/gui/renderer/visualization/AnovaMatrixRenderer.java index dc20bc7..03ed3dd 100644 --- a/src/com/rapidminer/gui/renderer/visualization/AnovaMatrixRenderer.java +++ b/src/com/rapidminer/gui/renderer/visualization/AnovaMatrixRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/visualization/LiftChartRenderer.java b/src/com/rapidminer/gui/renderer/visualization/LiftChartRenderer.java index f3fb5f6..995d4ef 100644 --- a/src/com/rapidminer/gui/renderer/visualization/LiftChartRenderer.java +++ b/src/com/rapidminer/gui/renderer/visualization/LiftChartRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/visualization/SOMModelVisualizationRenderer.java b/src/com/rapidminer/gui/renderer/visualization/SOMModelVisualizationRenderer.java index f6f3860..8c2e73e 100644 --- a/src/com/rapidminer/gui/renderer/visualization/SOMModelVisualizationRenderer.java +++ b/src/com/rapidminer/gui/renderer/visualization/SOMModelVisualizationRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/visualization/TransitionGraphRenderer.java b/src/com/rapidminer/gui/renderer/visualization/TransitionGraphRenderer.java index 8db684f..ee48477 100644 --- a/src/com/rapidminer/gui/renderer/visualization/TransitionGraphRenderer.java +++ b/src/com/rapidminer/gui/renderer/visualization/TransitionGraphRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/weights/AttributeWeightsPlotRenderer.java b/src/com/rapidminer/gui/renderer/weights/AttributeWeightsPlotRenderer.java index ae5c5a3..2587915 100644 --- a/src/com/rapidminer/gui/renderer/weights/AttributeWeightsPlotRenderer.java +++ b/src/com/rapidminer/gui/renderer/weights/AttributeWeightsPlotRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/renderer/weights/AttributeWeightsTableRenderer.java b/src/com/rapidminer/gui/renderer/weights/AttributeWeightsTableRenderer.java index 48b1e84..c3ecbb2 100644 --- a/src/com/rapidminer/gui/renderer/weights/AttributeWeightsTableRenderer.java +++ b/src/com/rapidminer/gui/renderer/weights/AttributeWeightsTableRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/safemode/SafeMode.java b/src/com/rapidminer/gui/safemode/SafeMode.java index 69e4a64..bdb677e 100644 --- a/src/com/rapidminer/gui/safemode/SafeMode.java +++ b/src/com/rapidminer/gui/safemode/SafeMode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/safemode/SafeModeDialog.java b/src/com/rapidminer/gui/safemode/SafeModeDialog.java index 1f7f15f..6fc6097 100644 --- a/src/com/rapidminer/gui/safemode/SafeModeDialog.java +++ b/src/com/rapidminer/gui/safemode/SafeModeDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/security/CredentialsTableModel.java b/src/com/rapidminer/gui/security/CredentialsTableModel.java index 9f58d23..d43e962 100644 --- a/src/com/rapidminer/gui/security/CredentialsTableModel.java +++ b/src/com/rapidminer/gui/security/CredentialsTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/security/PasswordManager.java b/src/com/rapidminer/gui/security/PasswordManager.java index 75f9c29..3ab4e7e 100644 --- a/src/com/rapidminer/gui/security/PasswordManager.java +++ b/src/com/rapidminer/gui/security/PasswordManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/security/UserCredential.java b/src/com/rapidminer/gui/security/UserCredential.java index a0bc3ed..57f4c42 100644 --- a/src/com/rapidminer/gui/security/UserCredential.java +++ b/src/com/rapidminer/gui/security/UserCredential.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/security/Wallet.java b/src/com/rapidminer/gui/security/Wallet.java index 4a6a694..1d704c6 100644 --- a/src/com/rapidminer/gui/security/Wallet.java +++ b/src/com/rapidminer/gui/security/Wallet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/BuildingBlock.java b/src/com/rapidminer/gui/templates/BuildingBlock.java index e8e7130..e78f30e 100644 --- a/src/com/rapidminer/gui/templates/BuildingBlock.java +++ b/src/com/rapidminer/gui/templates/BuildingBlock.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/BuildingBlockDialog.java b/src/com/rapidminer/gui/templates/BuildingBlockDialog.java index 886185d..30c6de0 100644 --- a/src/com/rapidminer/gui/templates/BuildingBlockDialog.java +++ b/src/com/rapidminer/gui/templates/BuildingBlockDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/ManageBuildingBlocksDialog.java b/src/com/rapidminer/gui/templates/ManageBuildingBlocksDialog.java index d1771a6..d846077 100644 --- a/src/com/rapidminer/gui/templates/ManageBuildingBlocksDialog.java +++ b/src/com/rapidminer/gui/templates/ManageBuildingBlocksDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/ManageTemplatesDialog.java b/src/com/rapidminer/gui/templates/ManageTemplatesDialog.java index c932463..4d347cd 100644 --- a/src/com/rapidminer/gui/templates/ManageTemplatesDialog.java +++ b/src/com/rapidminer/gui/templates/ManageTemplatesDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/NewBuildingBlockDialog.java b/src/com/rapidminer/gui/templates/NewBuildingBlockDialog.java index 612dce8..52f9ce6 100644 --- a/src/com/rapidminer/gui/templates/NewBuildingBlockDialog.java +++ b/src/com/rapidminer/gui/templates/NewBuildingBlockDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/NewBuildingBlockMenu.java b/src/com/rapidminer/gui/templates/NewBuildingBlockMenu.java index a800521..24ae9a9 100644 --- a/src/com/rapidminer/gui/templates/NewBuildingBlockMenu.java +++ b/src/com/rapidminer/gui/templates/NewBuildingBlockMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/OperatorParameterPair.java b/src/com/rapidminer/gui/templates/OperatorParameterPair.java index 8f7c274..277608c 100644 --- a/src/com/rapidminer/gui/templates/OperatorParameterPair.java +++ b/src/com/rapidminer/gui/templates/OperatorParameterPair.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/SaveAsBuildingBlockDialog.java b/src/com/rapidminer/gui/templates/SaveAsBuildingBlockDialog.java index 3e9d49c..7370862 100644 --- a/src/com/rapidminer/gui/templates/SaveAsBuildingBlockDialog.java +++ b/src/com/rapidminer/gui/templates/SaveAsBuildingBlockDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/SaveAsTemplateDialog.java b/src/com/rapidminer/gui/templates/SaveAsTemplateDialog.java index ac3ecd6..c4ad81f 100644 --- a/src/com/rapidminer/gui/templates/SaveAsTemplateDialog.java +++ b/src/com/rapidminer/gui/templates/SaveAsTemplateDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/Template.java b/src/com/rapidminer/gui/templates/Template.java index d05b12b..eaae2fb 100644 --- a/src/com/rapidminer/gui/templates/Template.java +++ b/src/com/rapidminer/gui/templates/Template.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/templates/TemplatesDialog.java b/src/com/rapidminer/gui/templates/TemplatesDialog.java index ab474e9..89e76da 100644 --- a/src/com/rapidminer/gui/templates/TemplatesDialog.java +++ b/src/com/rapidminer/gui/templates/TemplatesDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ArrowButton.java b/src/com/rapidminer/gui/tools/ArrowButton.java index c3af23c..d9de3b6 100644 --- a/src/com/rapidminer/gui/tools/ArrowButton.java +++ b/src/com/rapidminer/gui/tools/ArrowButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/AutoCompletionComboBox.java b/src/com/rapidminer/gui/tools/AutoCompletionComboBox.java index 54b3132..5038a57 100644 --- a/src/com/rapidminer/gui/tools/AutoCompletionComboBox.java +++ b/src/com/rapidminer/gui/tools/AutoCompletionComboBox.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/CamelCaseFilter.java b/src/com/rapidminer/gui/tools/CamelCaseFilter.java index cf08572..e3d081e 100644 --- a/src/com/rapidminer/gui/tools/CamelCaseFilter.java +++ b/src/com/rapidminer/gui/tools/CamelCaseFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/CellColorProvider.java b/src/com/rapidminer/gui/tools/CellColorProvider.java index 649b756..ba0c0c6 100644 --- a/src/com/rapidminer/gui/tools/CellColorProvider.java +++ b/src/com/rapidminer/gui/tools/CellColorProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/CellColorProviderAlternating.java b/src/com/rapidminer/gui/tools/CellColorProviderAlternating.java index a42ef28..c321d38 100644 --- a/src/com/rapidminer/gui/tools/CellColorProviderAlternating.java +++ b/src/com/rapidminer/gui/tools/CellColorProviderAlternating.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/CellColorProviderScaled.java b/src/com/rapidminer/gui/tools/CellColorProviderScaled.java index 1601fee..06887f9 100644 --- a/src/com/rapidminer/gui/tools/CellColorProviderScaled.java +++ b/src/com/rapidminer/gui/tools/CellColorProviderScaled.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/CellColorProviderWhite.java b/src/com/rapidminer/gui/tools/CellColorProviderWhite.java index 236949c..2d4cc81 100644 --- a/src/com/rapidminer/gui/tools/CellColorProviderWhite.java +++ b/src/com/rapidminer/gui/tools/CellColorProviderWhite.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/CellColorProviderYellow.java b/src/com/rapidminer/gui/tools/CellColorProviderYellow.java index dc239a3..68bb89c 100644 --- a/src/com/rapidminer/gui/tools/CellColorProviderYellow.java +++ b/src/com/rapidminer/gui/tools/CellColorProviderYellow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/CharTextField.java b/src/com/rapidminer/gui/tools/CharTextField.java index b232de8..2b48327 100644 --- a/src/com/rapidminer/gui/tools/CharTextField.java +++ b/src/com/rapidminer/gui/tools/CharTextField.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ColoredJTextPane.java b/src/com/rapidminer/gui/tools/ColoredJTextPane.java index f8cb74d..30ec976 100644 --- a/src/com/rapidminer/gui/tools/ColoredJTextPane.java +++ b/src/com/rapidminer/gui/tools/ColoredJTextPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ColoredTableCellRenderer.java b/src/com/rapidminer/gui/tools/ColoredTableCellRenderer.java index 5398346..3dcf76c 100644 --- a/src/com/rapidminer/gui/tools/ColoredTableCellRenderer.java +++ b/src/com/rapidminer/gui/tools/ColoredTableCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ComponentPrinter.java b/src/com/rapidminer/gui/tools/ComponentPrinter.java index 414e1b8..c6e7644 100644 --- a/src/com/rapidminer/gui/tools/ComponentPrinter.java +++ b/src/com/rapidminer/gui/tools/ComponentPrinter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/DefaultFrameIconProvider.java b/src/com/rapidminer/gui/tools/DefaultFrameIconProvider.java index c188856..d76a96a 100644 --- a/src/com/rapidminer/gui/tools/DefaultFrameIconProvider.java +++ b/src/com/rapidminer/gui/tools/DefaultFrameIconProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/EditBlockingProgressThread.java b/src/com/rapidminer/gui/tools/EditBlockingProgressThread.java index dff8a53..4c4f968 100644 --- a/src/com/rapidminer/gui/tools/EditBlockingProgressThread.java +++ b/src/com/rapidminer/gui/tools/EditBlockingProgressThread.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedCheckTree.java b/src/com/rapidminer/gui/tools/ExtendedCheckTree.java index 3a4db5c..a6db445 100644 --- a/src/com/rapidminer/gui/tools/ExtendedCheckTree.java +++ b/src/com/rapidminer/gui/tools/ExtendedCheckTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedCheckTreeCellRenderer.java b/src/com/rapidminer/gui/tools/ExtendedCheckTreeCellRenderer.java index 2da15ec..963e1c5 100644 --- a/src/com/rapidminer/gui/tools/ExtendedCheckTreeCellRenderer.java +++ b/src/com/rapidminer/gui/tools/ExtendedCheckTreeCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedCheckTreeMouseSelectionManager.java b/src/com/rapidminer/gui/tools/ExtendedCheckTreeMouseSelectionManager.java index 81b2cb0..3855ce3 100644 --- a/src/com/rapidminer/gui/tools/ExtendedCheckTreeMouseSelectionManager.java +++ b/src/com/rapidminer/gui/tools/ExtendedCheckTreeMouseSelectionManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedCheckTreeSelectionModel.java b/src/com/rapidminer/gui/tools/ExtendedCheckTreeSelectionModel.java index aa2193c..2717461 100644 --- a/src/com/rapidminer/gui/tools/ExtendedCheckTreeSelectionModel.java +++ b/src/com/rapidminer/gui/tools/ExtendedCheckTreeSelectionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedFixedColumnJTable.java b/src/com/rapidminer/gui/tools/ExtendedFixedColumnJTable.java index 3ba7227..93a614b 100644 --- a/src/com/rapidminer/gui/tools/ExtendedFixedColumnJTable.java +++ b/src/com/rapidminer/gui/tools/ExtendedFixedColumnJTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedHTMLEditorKit.java b/src/com/rapidminer/gui/tools/ExtendedHTMLEditorKit.java index f2a5b7b..44c62f0 100644 --- a/src/com/rapidminer/gui/tools/ExtendedHTMLEditorKit.java +++ b/src/com/rapidminer/gui/tools/ExtendedHTMLEditorKit.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedHTMLJEditorPane.java b/src/com/rapidminer/gui/tools/ExtendedHTMLJEditorPane.java index bbc04ba..5e4846e 100644 --- a/src/com/rapidminer/gui/tools/ExtendedHTMLJEditorPane.java +++ b/src/com/rapidminer/gui/tools/ExtendedHTMLJEditorPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJComboBox.java b/src/com/rapidminer/gui/tools/ExtendedJComboBox.java index a206166..08f54f5 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJComboBox.java +++ b/src/com/rapidminer/gui/tools/ExtendedJComboBox.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJFileChooser.java b/src/com/rapidminer/gui/tools/ExtendedJFileChooser.java index 4d7de6c..bc71da1 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJFileChooser.java +++ b/src/com/rapidminer/gui/tools/ExtendedJFileChooser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJList.java b/src/com/rapidminer/gui/tools/ExtendedJList.java index 9198072..9f47a9c 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJList.java +++ b/src/com/rapidminer/gui/tools/ExtendedJList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJScrollPane.java b/src/com/rapidminer/gui/tools/ExtendedJScrollPane.java index 826cc43..44faa35 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJScrollPane.java +++ b/src/com/rapidminer/gui/tools/ExtendedJScrollPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJSlider.java b/src/com/rapidminer/gui/tools/ExtendedJSlider.java index 61ac933..39f26fd 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJSlider.java +++ b/src/com/rapidminer/gui/tools/ExtendedJSlider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJSliderToolTips.java b/src/com/rapidminer/gui/tools/ExtendedJSliderToolTips.java index 803fe80..d19d844 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJSliderToolTips.java +++ b/src/com/rapidminer/gui/tools/ExtendedJSliderToolTips.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJTabbedPane.java b/src/com/rapidminer/gui/tools/ExtendedJTabbedPane.java index 207fc7e..5c59afc 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJTabbedPane.java +++ b/src/com/rapidminer/gui/tools/ExtendedJTabbedPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJTable.java b/src/com/rapidminer/gui/tools/ExtendedJTable.java index 59507e9..1e580c0 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJTable.java +++ b/src/com/rapidminer/gui/tools/ExtendedJTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJTableColumnFitMouseListener.java b/src/com/rapidminer/gui/tools/ExtendedJTableColumnFitMouseListener.java index 2d32af2..5baee3b 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJTableColumnFitMouseListener.java +++ b/src/com/rapidminer/gui/tools/ExtendedJTableColumnFitMouseListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJTablePacker.java b/src/com/rapidminer/gui/tools/ExtendedJTablePacker.java index 2f26b36..2fb5503 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJTablePacker.java +++ b/src/com/rapidminer/gui/tools/ExtendedJTablePacker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJTableSorterModel.java b/src/com/rapidminer/gui/tools/ExtendedJTableSorterModel.java index 761b282..8fa117a 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJTableSorterModel.java +++ b/src/com/rapidminer/gui/tools/ExtendedJTableSorterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJTextField.java b/src/com/rapidminer/gui/tools/ExtendedJTextField.java index 935c6b7..fa3b352 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJTextField.java +++ b/src/com/rapidminer/gui/tools/ExtendedJTextField.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedJToolBar.java b/src/com/rapidminer/gui/tools/ExtendedJToolBar.java index 977e462..2800e89 100644 --- a/src/com/rapidminer/gui/tools/ExtendedJToolBar.java +++ b/src/com/rapidminer/gui/tools/ExtendedJToolBar.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedListCellRenderer.java b/src/com/rapidminer/gui/tools/ExtendedListCellRenderer.java index 00d5ea7..c437d95 100644 --- a/src/com/rapidminer/gui/tools/ExtendedListCellRenderer.java +++ b/src/com/rapidminer/gui/tools/ExtendedListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedListModel.java b/src/com/rapidminer/gui/tools/ExtendedListModel.java index 78e9046..a205e80 100644 --- a/src/com/rapidminer/gui/tools/ExtendedListModel.java +++ b/src/com/rapidminer/gui/tools/ExtendedListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ExtendedTriStateCheckBox.java b/src/com/rapidminer/gui/tools/ExtendedTriStateCheckBox.java index ece16fa..b4e4968 100644 --- a/src/com/rapidminer/gui/tools/ExtendedTriStateCheckBox.java +++ b/src/com/rapidminer/gui/tools/ExtendedTriStateCheckBox.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/FilterListener.java b/src/com/rapidminer/gui/tools/FilterListener.java index 673320b..7f3d811 100644 --- a/src/com/rapidminer/gui/tools/FilterListener.java +++ b/src/com/rapidminer/gui/tools/FilterListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/FilterTextField.java b/src/com/rapidminer/gui/tools/FilterTextField.java index e417422..b4b8025 100644 --- a/src/com/rapidminer/gui/tools/FilterTextField.java +++ b/src/com/rapidminer/gui/tools/FilterTextField.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/FilterableListModel.java b/src/com/rapidminer/gui/tools/FilterableListModel.java index ba3ce49..2c15754 100644 --- a/src/com/rapidminer/gui/tools/FilterableListModel.java +++ b/src/com/rapidminer/gui/tools/FilterableListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/FrameIconProvider.java b/src/com/rapidminer/gui/tools/FrameIconProvider.java index f2ac0ef..de9d803 100644 --- a/src/com/rapidminer/gui/tools/FrameIconProvider.java +++ b/src/com/rapidminer/gui/tools/FrameIconProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/HTMLEditor.java b/src/com/rapidminer/gui/tools/HTMLEditor.java index e0f3172..da855aa 100644 --- a/src/com/rapidminer/gui/tools/HTMLEditor.java +++ b/src/com/rapidminer/gui/tools/HTMLEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/IconSize.java b/src/com/rapidminer/gui/tools/IconSize.java index cd3b9fc..964f9a8 100644 --- a/src/com/rapidminer/gui/tools/IconSize.java +++ b/src/com/rapidminer/gui/tools/IconSize.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ImagePanel.java b/src/com/rapidminer/gui/tools/ImagePanel.java index c1494bb..996d753 100644 --- a/src/com/rapidminer/gui/tools/ImagePanel.java +++ b/src/com/rapidminer/gui/tools/ImagePanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ImageTextPanel.java b/src/com/rapidminer/gui/tools/ImageTextPanel.java index 359ce25..e5fa03a 100644 --- a/src/com/rapidminer/gui/tools/ImageTextPanel.java +++ b/src/com/rapidminer/gui/tools/ImageTextPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/JDBCDriverTable.java b/src/com/rapidminer/gui/tools/JDBCDriverTable.java index 6f0e202..671592d 100644 --- a/src/com/rapidminer/gui/tools/JDBCDriverTable.java +++ b/src/com/rapidminer/gui/tools/JDBCDriverTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/JDBCDriverTableModel.java b/src/com/rapidminer/gui/tools/JDBCDriverTableModel.java index 53f6c2d..1fd561b 100644 --- a/src/com/rapidminer/gui/tools/JDBCDriverTableModel.java +++ b/src/com/rapidminer/gui/tools/JDBCDriverTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/JDelayedCalculationPanel.java b/src/com/rapidminer/gui/tools/JDelayedCalculationPanel.java index 00bfd91..cb9fa47 100644 --- a/src/com/rapidminer/gui/tools/JDelayedCalculationPanel.java +++ b/src/com/rapidminer/gui/tools/JDelayedCalculationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/JRadioSelectionPanel.java b/src/com/rapidminer/gui/tools/JRadioSelectionPanel.java index e45d8db..4233e86 100644 --- a/src/com/rapidminer/gui/tools/JRadioSelectionPanel.java +++ b/src/com/rapidminer/gui/tools/JRadioSelectionPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/JavaEditor.java b/src/com/rapidminer/gui/tools/JavaEditor.java index f8fa51a..4a84bfb 100644 --- a/src/com/rapidminer/gui/tools/JavaEditor.java +++ b/src/com/rapidminer/gui/tools/JavaEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/LeanFormatter.java b/src/com/rapidminer/gui/tools/LeanFormatter.java index 0cd8504..c78f658 100644 --- a/src/com/rapidminer/gui/tools/LeanFormatter.java +++ b/src/com/rapidminer/gui/tools/LeanFormatter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/LoggingLevelMenu.java b/src/com/rapidminer/gui/tools/LoggingLevelMenu.java index f34187c..3fba14d 100644 --- a/src/com/rapidminer/gui/tools/LoggingLevelMenu.java +++ b/src/com/rapidminer/gui/tools/LoggingLevelMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/LoggingViewer.java b/src/com/rapidminer/gui/tools/LoggingViewer.java index a54947a..63d2e33 100644 --- a/src/com/rapidminer/gui/tools/LoggingViewer.java +++ b/src/com/rapidminer/gui/tools/LoggingViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/OperatorList.java b/src/com/rapidminer/gui/tools/OperatorList.java index 28e6e60..a6916f7 100644 --- a/src/com/rapidminer/gui/tools/OperatorList.java +++ b/src/com/rapidminer/gui/tools/OperatorList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/OperatorListCellRenderer.java b/src/com/rapidminer/gui/tools/OperatorListCellRenderer.java index 7a0856e..8378473 100644 --- a/src/com/rapidminer/gui/tools/OperatorListCellRenderer.java +++ b/src/com/rapidminer/gui/tools/OperatorListCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ParentButtonModel.java b/src/com/rapidminer/gui/tools/ParentButtonModel.java index 62f3f0b..6e2b32f 100644 --- a/src/com/rapidminer/gui/tools/ParentButtonModel.java +++ b/src/com/rapidminer/gui/tools/ParentButtonModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ParentButtonPanel.java b/src/com/rapidminer/gui/tools/ParentButtonPanel.java index d2e876c..f098690 100644 --- a/src/com/rapidminer/gui/tools/ParentButtonPanel.java +++ b/src/com/rapidminer/gui/tools/ParentButtonPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/PasswordDialog.java b/src/com/rapidminer/gui/tools/PasswordDialog.java index 530b0f8..4f07820 100644 --- a/src/com/rapidminer/gui/tools/PasswordDialog.java +++ b/src/com/rapidminer/gui/tools/PasswordDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.tools; import java.awt.GridBagConstraints; diff --git a/src/com/rapidminer/gui/tools/PlainTextEditor.java b/src/com/rapidminer/gui/tools/PlainTextEditor.java index 05d3e4d..6540c5e 100644 --- a/src/com/rapidminer/gui/tools/PlainTextEditor.java +++ b/src/com/rapidminer/gui/tools/PlainTextEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/PrintingTools.java b/src/com/rapidminer/gui/tools/PrintingTools.java index 97ba040..2e63d81 100644 --- a/src/com/rapidminer/gui/tools/PrintingTools.java +++ b/src/com/rapidminer/gui/tools/PrintingTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressDialog.java b/src/com/rapidminer/gui/tools/ProgressDialog.java index 5d5600f..ce394cd 100644 --- a/src/com/rapidminer/gui/tools/ProgressDialog.java +++ b/src/com/rapidminer/gui/tools/ProgressDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressDisplay.java b/src/com/rapidminer/gui/tools/ProgressDisplay.java index 06dd6c8..5e6dad3 100644 --- a/src/com/rapidminer/gui/tools/ProgressDisplay.java +++ b/src/com/rapidminer/gui/tools/ProgressDisplay.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressMonitor.java b/src/com/rapidminer/gui/tools/ProgressMonitor.java index 558e49d..d759350 100644 --- a/src/com/rapidminer/gui/tools/ProgressMonitor.java +++ b/src/com/rapidminer/gui/tools/ProgressMonitor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressThread.java b/src/com/rapidminer/gui/tools/ProgressThread.java index 00d3d09..c5a01e1 100644 --- a/src/com/rapidminer/gui/tools/ProgressThread.java +++ b/src/com/rapidminer/gui/tools/ProgressThread.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressThreadDialog.java b/src/com/rapidminer/gui/tools/ProgressThreadDialog.java index c855a77..01680e2 100644 --- a/src/com/rapidminer/gui/tools/ProgressThreadDialog.java +++ b/src/com/rapidminer/gui/tools/ProgressThreadDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressThreadListener.java b/src/com/rapidminer/gui/tools/ProgressThreadListener.java index 6af9f13..be6f3c4 100644 --- a/src/com/rapidminer/gui/tools/ProgressThreadListener.java +++ b/src/com/rapidminer/gui/tools/ProgressThreadListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressThreadStoppedException.java b/src/com/rapidminer/gui/tools/ProgressThreadStoppedException.java index f660a80..005ce93 100644 --- a/src/com/rapidminer/gui/tools/ProgressThreadStoppedException.java +++ b/src/com/rapidminer/gui/tools/ProgressThreadStoppedException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ProgressUtils.java b/src/com/rapidminer/gui/tools/ProgressUtils.java index 73d07f4..5f3d725 100644 --- a/src/com/rapidminer/gui/tools/ProgressUtils.java +++ b/src/com/rapidminer/gui/tools/ProgressUtils.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/RadioCardPanel.java b/src/com/rapidminer/gui/tools/RadioCardPanel.java index d40e4d0..d7412b6 100644 --- a/src/com/rapidminer/gui/tools/RadioCardPanel.java +++ b/src/com/rapidminer/gui/tools/RadioCardPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/RepositoryEntryTextField.java b/src/com/rapidminer/gui/tools/RepositoryEntryTextField.java index 8fc1c4a..5c97818 100644 --- a/src/com/rapidminer/gui/tools/RepositoryEntryTextField.java +++ b/src/com/rapidminer/gui/tools/RepositoryEntryTextField.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/RepositoryGuiTools.java b/src/com/rapidminer/gui/tools/RepositoryGuiTools.java index 075c19f..6573b89 100644 --- a/src/com/rapidminer/gui/tools/RepositoryGuiTools.java +++ b/src/com/rapidminer/gui/tools/RepositoryGuiTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ResourceAction.java b/src/com/rapidminer/gui/tools/ResourceAction.java index 96471c6..14ff070 100644 --- a/src/com/rapidminer/gui/tools/ResourceAction.java +++ b/src/com/rapidminer/gui/tools/ResourceAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ResourceActionAdapter.java b/src/com/rapidminer/gui/tools/ResourceActionAdapter.java index c3a4300..04e0cb4 100644 --- a/src/com/rapidminer/gui/tools/ResourceActionAdapter.java +++ b/src/com/rapidminer/gui/tools/ResourceActionAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ResourceActionTransmitter.java b/src/com/rapidminer/gui/tools/ResourceActionTransmitter.java index 900a547..a4ddd5c 100644 --- a/src/com/rapidminer/gui/tools/ResourceActionTransmitter.java +++ b/src/com/rapidminer/gui/tools/ResourceActionTransmitter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ResourceDockKey.java b/src/com/rapidminer/gui/tools/ResourceDockKey.java index 5f969f4..95e0aee 100644 --- a/src/com/rapidminer/gui/tools/ResourceDockKey.java +++ b/src/com/rapidminer/gui/tools/ResourceDockKey.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ResourceLabel.java b/src/com/rapidminer/gui/tools/ResourceLabel.java index 8d68ae7..8394e5f 100644 --- a/src/com/rapidminer/gui/tools/ResourceLabel.java +++ b/src/com/rapidminer/gui/tools/ResourceLabel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ResourceMenu.java b/src/com/rapidminer/gui/tools/ResourceMenu.java index 21238e6..91fdc46 100644 --- a/src/com/rapidminer/gui/tools/ResourceMenu.java +++ b/src/com/rapidminer/gui/tools/ResourceMenu.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ResourceTabbedPane.java b/src/com/rapidminer/gui/tools/ResourceTabbedPane.java index 7eb220f..258cde7 100644 --- a/src/com/rapidminer/gui/tools/ResourceTabbedPane.java +++ b/src/com/rapidminer/gui/tools/ResourceTabbedPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/SQLEditor.java b/src/com/rapidminer/gui/tools/SQLEditor.java index bec0c7e..0e4eb2d 100644 --- a/src/com/rapidminer/gui/tools/SQLEditor.java +++ b/src/com/rapidminer/gui/tools/SQLEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/SelectionNavigationListener.java b/src/com/rapidminer/gui/tools/SelectionNavigationListener.java index 7c56eb7..e8fea69 100644 --- a/src/com/rapidminer/gui/tools/SelectionNavigationListener.java +++ b/src/com/rapidminer/gui/tools/SelectionNavigationListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/SimpleFileFilter.java b/src/com/rapidminer/gui/tools/SimpleFileFilter.java index 8d0bc28..b242922 100644 --- a/src/com/rapidminer/gui/tools/SimpleFileFilter.java +++ b/src/com/rapidminer/gui/tools/SimpleFileFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/SplashScreen.java b/src/com/rapidminer/gui/tools/SplashScreen.java index 0954442..64fd35c 100644 --- a/src/com/rapidminer/gui/tools/SplashScreen.java +++ b/src/com/rapidminer/gui/tools/SplashScreen.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -63,7 +63,7 @@ public class SplashScreen extends JPanel implements ActionListener { private static final int EXTENSION_GAP = 400; private static final float EXTENSION_FADE_TIME = 1000; - private static final int MAX_NUMBER_EXTENSION_ICONS = 7; + private static final int MAX_NUMBER_EXTENSION_ICONS = 6; private static final long serialVersionUID = -1525644776910410809L; @@ -78,7 +78,7 @@ public class SplashScreen extends JPanel implements ActionListener { static { try { if (backgroundImage == null) { - URL url = Tools.getResource("splashscreen_community.png"); + URL url = Tools.getResource("splashscreen_rm6.png"); if (url != null) backgroundImage = ImageIO.read(url); } @@ -100,14 +100,14 @@ public class SplashScreen extends JPanel implements ActionListener { private Timer animationTimer; private List animationRenderers = new LinkedList(); - + private List> extensionIcons = Collections.synchronizedList(new LinkedList>()); private long lastExtensionAdd = 0; public SplashScreen(String productVersion, Image productLogo) { this(productLogo, createDefaultProperties(productVersion)); } - + public SplashScreen(String productVersion, Image productLogo, URL propertyFile) { this(productLogo, createProperties(productVersion, propertyFile)); } @@ -129,7 +129,7 @@ public SplashScreen(Image productLogo, Properties properties) { else splashScreenFrame.setSize(450, 350); splashScreenFrame.setLocationRelativeTo(null); - + animationTimer = new Timer(10, this); animationTimer.setRepeats(true); animationTimer.start(); @@ -148,7 +148,7 @@ private static Properties createProperties(String productVersion, URL propertyFi in.close(); } catch (Exception e) { //LogService.getGlobal().logError("Cannot read splash screen infos: " + e.getMessage()); - LogService.getRoot().log(Level.SEVERE, "com.rapidminer.gui.tools.dialogs.SplashScreen.reading_splash_screen_error", e.getMessage()); + LogService.getRoot().log(Level.SEVERE, "com.rapidminer.gui.tools.dialogs.SplashScreen.reading_splash_screen_error", e.getMessage()); } } properties.setProperty("version", productVersion); @@ -181,11 +181,11 @@ public void paint(Graphics g) { int size = currentExtensionIcons.size(); if (size > 0) { Graphics2D g2d = (Graphics2D) g; - + g2d.setRenderingHint(RenderingHints.KEY_RENDERING, RenderingHints.VALUE_RENDER_QUALITY); g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); - - g2d.translate(400, 140); + + g2d.translate(380, 20); g2d.scale(0.5, 0.5); long currentTimeMillis = System.currentTimeMillis(); @@ -196,20 +196,20 @@ public void paint(Graphics g) { } // now paint other icons - int shiftX = 51; + int shiftY = 51; for (int i = 0; i < numberToShow; i++) { if (numberToShow > i + MAX_NUMBER_EXTENSION_ICONS) { // then we have to fade out again - Pair pair = currentExtensionIcons.get(i + MAX_NUMBER_EXTENSION_ICONS); + Pair pair = currentExtensionIcons.get(i + MAX_NUMBER_EXTENSION_ICONS); float min = Math.min((currentTimeMillis - pair.getSecond()) / EXTENSION_FADE_TIME, 1f); - g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 1-min)); + g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 1 - min)); } else { // fade in Pair pair = currentExtensionIcons.get(i); float min = Math.min((currentTimeMillis - pair.getSecond()) / EXTENSION_FADE_TIME, 1f); g2d.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, min)); } - g2d.drawImage(currentExtensionIcons.get(i).getFirst(), null, -(i % MAX_NUMBER_EXTENSION_ICONS) * shiftX, 0); + g2d.drawImage(currentExtensionIcons.get(i).getFirst(), null, 0, (i % MAX_NUMBER_EXTENSION_ICONS) * shiftY); } } } @@ -273,13 +273,13 @@ public void addExtension(Plugin plugin) { BufferedImage bufferedImage = new BufferedImage(48, 48, BufferedImage.TYPE_INT_ARGB); Graphics2D graphics = bufferedImage.createGraphics(); graphics.drawImage(extensionIcon.getImage(), 0, 0, null); - + synchronized (extensionIcons) { extensionIcons.add(new Pair(bufferedImage, currentTimeMillis)); } } } - + private List> getSynchronizedExtensionIcons() { synchronized (extensionIcons) { return new ArrayList>(extensionIcons); @@ -289,7 +289,7 @@ private List> getSynchronizedExtensionIcons() { public void addAnimationRenderer(Runnable runable) { this.animationRenderers.add(runable); } - + @Override /** * This method is used for being repainted for @@ -297,7 +297,7 @@ public void addAnimationRenderer(Runnable runable) { */ public void actionPerformed(ActionEvent e) { List copiedAnimationRenderers = new LinkedList(animationRenderers); - for (Runnable runnable: copiedAnimationRenderers) + for (Runnable runnable : copiedAnimationRenderers) runnable.run(); repaint(); } diff --git a/src/com/rapidminer/gui/tools/StatusBar.java b/src/com/rapidminer/gui/tools/StatusBar.java index 7a06d7d..4d00bff 100644 --- a/src/com/rapidminer/gui/tools/StatusBar.java +++ b/src/com/rapidminer/gui/tools/StatusBar.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.tools; import java.awt.Color; diff --git a/src/com/rapidminer/gui/tools/SwingTools.java b/src/com/rapidminer/gui/tools/SwingTools.java index 08fbcf7..fcf7e83 100644 --- a/src/com/rapidminer/gui/tools/SwingTools.java +++ b/src/com/rapidminer/gui/tools/SwingTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -146,13 +146,13 @@ public class SwingTools { /** Some color constants for Java Look and Feel. */ public static final Color LIGHTEST_BLUE = new Color(233, 236, 242); - /** The Rapid-I orange color. */ + /** The RapidMiner orange color. */ public static final Color RAPID_I_ORANGE = new Color(242, 146, 0); - /** The Rapid-I brown color. */ + /** The RapidMiner brown color. */ public static final Color RAPID_I_BROWN = new Color(97, 66, 11); - /** The Rapid-I beige color. */ + /** The RapidMiner beige color. */ public static final Color RAPID_I_BEIGE = new Color(202, 188, 165); /** Some color constants for Java Look and Feel. */ diff --git a/src/com/rapidminer/gui/tools/SystemMonitor.java b/src/com/rapidminer/gui/tools/SystemMonitor.java index cd88320..88a24d4 100644 --- a/src/com/rapidminer/gui/tools/SystemMonitor.java +++ b/src/com/rapidminer/gui/tools/SystemMonitor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/TextPanel.java b/src/com/rapidminer/gui/tools/TextPanel.java index b5c1862..66c297f 100644 --- a/src/com/rapidminer/gui/tools/TextPanel.java +++ b/src/com/rapidminer/gui/tools/TextPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/TipOfTheDayProvider.java b/src/com/rapidminer/gui/tools/TipOfTheDayProvider.java index df7d2bb..6e1ff32 100644 --- a/src/com/rapidminer/gui/tools/TipOfTheDayProvider.java +++ b/src/com/rapidminer/gui/tools/TipOfTheDayProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/UpdateQueue.java b/src/com/rapidminer/gui/tools/UpdateQueue.java index fb12012..3bf40fb 100644 --- a/src/com/rapidminer/gui/tools/UpdateQueue.java +++ b/src/com/rapidminer/gui/tools/UpdateQueue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/VersionNumber.java b/src/com/rapidminer/gui/tools/VersionNumber.java index 033671c..b094c05 100644 --- a/src/com/rapidminer/gui/tools/VersionNumber.java +++ b/src/com/rapidminer/gui/tools/VersionNumber.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/ViewToolBar.java b/src/com/rapidminer/gui/tools/ViewToolBar.java index f88d95f..88e50c6 100644 --- a/src/com/rapidminer/gui/tools/ViewToolBar.java +++ b/src/com/rapidminer/gui/tools/ViewToolBar.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/WelcomeScreen.java b/src/com/rapidminer/gui/tools/WelcomeScreen.java index cfea6bf..65bbc22 100644 --- a/src/com/rapidminer/gui/tools/WelcomeScreen.java +++ b/src/com/rapidminer/gui/tools/WelcomeScreen.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -256,9 +256,8 @@ public void mouseClicked(MouseEvent e) { @Override public void run() { try { - newsPane.setPage(new URL("http://news.rapidminer.com/")); + newsPane.setPage(new URL("http://redirects.rapidminer.com/news/studio/5")); } catch (IOException e2) { - //LogService.getRoot().log(Level.INFO, "Cannot download news: "+e2, e2); LogService.getRoot().log(Level.INFO, I18N.getMessage(LogService.getRoot().getResourceBundle(), "com.rapidminer.gui.tools.WelcomeScreen.downloading_news_error", e2), diff --git a/src/com/rapidminer/gui/tools/XMLEditor.java b/src/com/rapidminer/gui/tools/XMLEditor.java index c431045..7de5ab0 100644 --- a/src/com/rapidminer/gui/tools/XMLEditor.java +++ b/src/com/rapidminer/gui/tools/XMLEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/AddToSortingColumnsAction.java b/src/com/rapidminer/gui/tools/actions/AddToSortingColumnsAction.java index 8688a66..121196b 100644 --- a/src/com/rapidminer/gui/tools/actions/AddToSortingColumnsAction.java +++ b/src/com/rapidminer/gui/tools/actions/AddToSortingColumnsAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/ClearMessageAction.java b/src/com/rapidminer/gui/tools/actions/ClearMessageAction.java index 5cbdbbd..40d51b3 100644 --- a/src/com/rapidminer/gui/tools/actions/ClearMessageAction.java +++ b/src/com/rapidminer/gui/tools/actions/ClearMessageAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/EqualColumnWidthsAction.java b/src/com/rapidminer/gui/tools/actions/EqualColumnWidthsAction.java index efb79e3..f695039 100644 --- a/src/com/rapidminer/gui/tools/actions/EqualColumnWidthsAction.java +++ b/src/com/rapidminer/gui/tools/actions/EqualColumnWidthsAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/FitAllColumnWidthsAction.java b/src/com/rapidminer/gui/tools/actions/FitAllColumnWidthsAction.java index e0a5483..a52e85f 100644 --- a/src/com/rapidminer/gui/tools/actions/FitAllColumnWidthsAction.java +++ b/src/com/rapidminer/gui/tools/actions/FitAllColumnWidthsAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/FitColumnWidthAction.java b/src/com/rapidminer/gui/tools/actions/FitColumnWidthAction.java index e6c1485..b69702b 100644 --- a/src/com/rapidminer/gui/tools/actions/FitColumnWidthAction.java +++ b/src/com/rapidminer/gui/tools/actions/FitColumnWidthAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/LoggingSearchAction.java b/src/com/rapidminer/gui/tools/actions/LoggingSearchAction.java index d4c96b9..5c20418 100644 --- a/src/com/rapidminer/gui/tools/actions/LoggingSearchAction.java +++ b/src/com/rapidminer/gui/tools/actions/LoggingSearchAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/RestoreOriginalColumnOrderAction.java b/src/com/rapidminer/gui/tools/actions/RestoreOriginalColumnOrderAction.java index 8f63792..19af6d7 100644 --- a/src/com/rapidminer/gui/tools/actions/RestoreOriginalColumnOrderAction.java +++ b/src/com/rapidminer/gui/tools/actions/RestoreOriginalColumnOrderAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/SaveLogFileAction.java b/src/com/rapidminer/gui/tools/actions/SaveLogFileAction.java index 53dfc65..2e22fe7 100644 --- a/src/com/rapidminer/gui/tools/actions/SaveLogFileAction.java +++ b/src/com/rapidminer/gui/tools/actions/SaveLogFileAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/SelectColumnAction.java b/src/com/rapidminer/gui/tools/actions/SelectColumnAction.java index b93fb5c..5014edf 100644 --- a/src/com/rapidminer/gui/tools/actions/SelectColumnAction.java +++ b/src/com/rapidminer/gui/tools/actions/SelectColumnAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/SelectRowAction.java b/src/com/rapidminer/gui/tools/actions/SelectRowAction.java index 606144a..03e253a 100644 --- a/src/com/rapidminer/gui/tools/actions/SelectRowAction.java +++ b/src/com/rapidminer/gui/tools/actions/SelectRowAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/SelectionDependentAction.java b/src/com/rapidminer/gui/tools/actions/SelectionDependentAction.java index ebbc186..be33507 100644 --- a/src/com/rapidminer/gui/tools/actions/SelectionDependentAction.java +++ b/src/com/rapidminer/gui/tools/actions/SelectionDependentAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/SortByColumnAction.java b/src/com/rapidminer/gui/tools/actions/SortByColumnAction.java index 6795a29..cda1add 100644 --- a/src/com/rapidminer/gui/tools/actions/SortByColumnAction.java +++ b/src/com/rapidminer/gui/tools/actions/SortByColumnAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/actions/SortColumnsAccordingToNameAction.java b/src/com/rapidminer/gui/tools/actions/SortColumnsAccordingToNameAction.java index 4801b90..e858662 100644 --- a/src/com/rapidminer/gui/tools/actions/SortColumnsAccordingToNameAction.java +++ b/src/com/rapidminer/gui/tools/actions/SortColumnsAccordingToNameAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/autocomplete/AutoCompleteComboBoxAddition.java b/src/com/rapidminer/gui/tools/autocomplete/AutoCompleteComboBoxAddition.java index 5c659c8..665a065 100644 --- a/src/com/rapidminer/gui/tools/autocomplete/AutoCompleteComboBoxAddition.java +++ b/src/com/rapidminer/gui/tools/autocomplete/AutoCompleteComboBoxAddition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/BubbleToButton.java b/src/com/rapidminer/gui/tools/components/BubbleToButton.java index f017825..8ffea2a 100644 --- a/src/com/rapidminer/gui/tools/components/BubbleToButton.java +++ b/src/com/rapidminer/gui/tools/components/BubbleToButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.tools.components; import java.awt.Point; diff --git a/src/com/rapidminer/gui/tools/components/BubbleToDockable.java b/src/com/rapidminer/gui/tools/components/BubbleToDockable.java index 56da211..14e7de0 100644 --- a/src/com/rapidminer/gui/tools/components/BubbleToDockable.java +++ b/src/com/rapidminer/gui/tools/components/BubbleToDockable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/BubbleToOperator.java b/src/com/rapidminer/gui/tools/components/BubbleToOperator.java index a71c322..e6f560b 100644 --- a/src/com/rapidminer/gui/tools/components/BubbleToOperator.java +++ b/src/com/rapidminer/gui/tools/components/BubbleToOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/BubbleWindow.java b/src/com/rapidminer/gui/tools/components/BubbleWindow.java index 34e667b..e43012d 100644 --- a/src/com/rapidminer/gui/tools/components/BubbleWindow.java +++ b/src/com/rapidminer/gui/tools/components/BubbleWindow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.tools.components; import java.awt.BasicStroke; diff --git a/src/com/rapidminer/gui/tools/components/ButtonBarCardPanel.java b/src/com/rapidminer/gui/tools/components/ButtonBarCardPanel.java index 21f2085..c99fb5d 100644 --- a/src/com/rapidminer/gui/tools/components/ButtonBarCardPanel.java +++ b/src/com/rapidminer/gui/tools/components/ButtonBarCardPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/ColorIcon.java b/src/com/rapidminer/gui/tools/components/ColorIcon.java index cdd5669..642d445 100644 --- a/src/com/rapidminer/gui/tools/components/ColorIcon.java +++ b/src/com/rapidminer/gui/tools/components/ColorIcon.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/ColorSelectionButton.java b/src/com/rapidminer/gui/tools/components/ColorSelectionButton.java index dd58c4e..14c138a 100644 --- a/src/com/rapidminer/gui/tools/components/ColorSelectionButton.java +++ b/src/com/rapidminer/gui/tools/components/ColorSelectionButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/ColorSelectionListener.java b/src/com/rapidminer/gui/tools/components/ColorSelectionListener.java index 03b57cb..ae1214e 100644 --- a/src/com/rapidminer/gui/tools/components/ColorSelectionListener.java +++ b/src/com/rapidminer/gui/tools/components/ColorSelectionListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/DropDownButton.java b/src/com/rapidminer/gui/tools/components/DropDownButton.java index f8f925b..9f1ecc0 100644 --- a/src/com/rapidminer/gui/tools/components/DropDownButton.java +++ b/src/com/rapidminer/gui/tools/components/DropDownButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/FixedWidthLabel.java b/src/com/rapidminer/gui/tools/components/FixedWidthLabel.java index 1f7f303..c9a1f7c 100644 --- a/src/com/rapidminer/gui/tools/components/FixedWidthLabel.java +++ b/src/com/rapidminer/gui/tools/components/FixedWidthLabel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/LinkButton.java b/src/com/rapidminer/gui/tools/components/LinkButton.java index 44b9b25..3580e42 100644 --- a/src/com/rapidminer/gui/tools/components/LinkButton.java +++ b/src/com/rapidminer/gui/tools/components/LinkButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/PlainArrowDropDownButton.java b/src/com/rapidminer/gui/tools/components/PlainArrowDropDownButton.java index cba7ff6..c1d206b 100644 --- a/src/com/rapidminer/gui/tools/components/PlainArrowDropDownButton.java +++ b/src/com/rapidminer/gui/tools/components/PlainArrowDropDownButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/ToggleDropDownButton.java b/src/com/rapidminer/gui/tools/components/ToggleDropDownButton.java index aacd7fa..cccd10d 100644 --- a/src/com/rapidminer/gui/tools/components/ToggleDropDownButton.java +++ b/src/com/rapidminer/gui/tools/components/ToggleDropDownButton.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/components/ToolTipWindow.java b/src/com/rapidminer/gui/tools/components/ToolTipWindow.java index e480717..0ca036d 100644 --- a/src/com/rapidminer/gui/tools/components/ToolTipWindow.java +++ b/src/com/rapidminer/gui/tools/components/ToolTipWindow.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/AboutBox.java b/src/com/rapidminer/gui/tools/dialogs/AboutBox.java index e94b2b1..edb320b 100644 --- a/src/com/rapidminer/gui/tools/dialogs/AboutBox.java +++ b/src/com/rapidminer/gui/tools/dialogs/AboutBox.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -86,7 +86,7 @@ public class AboutBox extends JDialog { } } RAPID_MINER_LOGO = rmLogo; - url = Tools.getResource("splashscreen_community.png"); + url = Tools.getResource("splashscreen_rm6.png"); if (url != null) { try { backgroundImage = ImageIO.read(url); @@ -152,9 +152,7 @@ public void drawMain(Graphics2D g) { } else { g.drawImage(productLogo, getWidth() / 2 - productLogo.getWidth(this) / 2, 90, this); } - } else { - g.drawString(properties.getProperty("name"), 20, nameY); - } + } int y = 240; g.setColor(SwingTools.BROWN_FONT_COLOR); @@ -227,7 +225,7 @@ public AboutBox(Frame owner, Properties properties, Image productLogo) { if (name != null) { setTitle("About " + name); } - contentPanel = new ContentPanel(properties, productLogo); + contentPanel = new ContentPanel(properties, null); add(contentPanel, BorderLayout.CENTER); JPanel buttonPanel = new JPanel(new GridBagLayout()); @@ -246,7 +244,7 @@ public void actionPerformed(ActionEvent e) { try { Desktop.getDesktop().browse(new URI(url)); } catch (Exception e1) { - e1.printStackTrace(); + SwingTools.showSimpleErrorMessage("cannot_open_browser", e1); } } }), c); diff --git a/src/com/rapidminer/gui/tools/dialogs/ButtonDialog.java b/src/com/rapidminer/gui/tools/dialogs/ButtonDialog.java index 2f917b7..80e5f85 100644 --- a/src/com/rapidminer/gui/tools/dialogs/ButtonDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/ButtonDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/ConfirmDialog.java b/src/com/rapidminer/gui/tools/dialogs/ConfirmDialog.java index 3898946..03e670a 100644 --- a/src/com/rapidminer/gui/tools/dialogs/ConfirmDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/ConfirmDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/DataImportDialog.java b/src/com/rapidminer/gui/tools/dialogs/DataImportDialog.java index 4cf9213..f2f9be8 100644 --- a/src/com/rapidminer/gui/tools/dialogs/DataImportDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/DataImportDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/DatabaseAdvancedConnectionDialog.java b/src/com/rapidminer/gui/tools/dialogs/DatabaseAdvancedConnectionDialog.java index 8a750ff..b25e70e 100644 --- a/src/com/rapidminer/gui/tools/dialogs/DatabaseAdvancedConnectionDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/DatabaseAdvancedConnectionDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/DatabaseConnectionDialog.java b/src/com/rapidminer/gui/tools/dialogs/DatabaseConnectionDialog.java index 87777da..99b7ec5 100644 --- a/src/com/rapidminer/gui/tools/dialogs/DatabaseConnectionDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/DatabaseConnectionDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/DecisionRememberingConfirmDialog.java b/src/com/rapidminer/gui/tools/dialogs/DecisionRememberingConfirmDialog.java index 4ce2d6f..5977f16 100644 --- a/src/com/rapidminer/gui/tools/dialogs/DecisionRememberingConfirmDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/DecisionRememberingConfirmDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/ErrorDialog.java b/src/com/rapidminer/gui/tools/dialogs/ErrorDialog.java index dac3d31..df3e6d0 100644 --- a/src/com/rapidminer/gui/tools/dialogs/ErrorDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/ErrorDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/ExtendedErrorDialog.java b/src/com/rapidminer/gui/tools/dialogs/ExtendedErrorDialog.java index 9fa6faf..e204ff3 100644 --- a/src/com/rapidminer/gui/tools/dialogs/ExtendedErrorDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/ExtendedErrorDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/InputDialog.java b/src/com/rapidminer/gui/tools/dialogs/InputDialog.java index c8dbb2a..3475860 100644 --- a/src/com/rapidminer/gui/tools/dialogs/InputDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/InputDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/LongMessageDialog.java b/src/com/rapidminer/gui/tools/dialogs/LongMessageDialog.java index 5cc59df..7337bc2 100644 --- a/src/com/rapidminer/gui/tools/dialogs/LongMessageDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/LongMessageDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseConnectionsDialog.java b/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseConnectionsDialog.java index 97cc5fd..cf3590e 100644 --- a/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseConnectionsDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseConnectionsDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseDriversDialog.java b/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseDriversDialog.java index c318383..8ca2d15 100644 --- a/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseDriversDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/ManageDatabaseDriversDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/MessageDialog.java b/src/com/rapidminer/gui/tools/dialogs/MessageDialog.java index 5bb3ecd..778ef44 100644 --- a/src/com/rapidminer/gui/tools/dialogs/MessageDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/MessageDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/MultiConfirmDialog.java b/src/com/rapidminer/gui/tools/dialogs/MultiConfirmDialog.java index 0c9b8e9..bf5cdb4 100644 --- a/src/com/rapidminer/gui/tools/dialogs/MultiConfirmDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/MultiConfirmDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/MultiPageDialog.java b/src/com/rapidminer/gui/tools/dialogs/MultiPageDialog.java index 6182d40..ec7f9eb 100644 --- a/src/com/rapidminer/gui/tools/dialogs/MultiPageDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/MultiPageDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/RepositoryEntryInputDialog.java b/src/com/rapidminer/gui/tools/dialogs/RepositoryEntryInputDialog.java index eeda2de..aec9990 100644 --- a/src/com/rapidminer/gui/tools/dialogs/RepositoryEntryInputDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/RepositoryEntryInputDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/ResultViewDialog.java b/src/com/rapidminer/gui/tools/dialogs/ResultViewDialog.java index c6ee920..8561452 100644 --- a/src/com/rapidminer/gui/tools/dialogs/ResultViewDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/ResultViewDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/SQLQueryBuilder.java b/src/com/rapidminer/gui/tools/dialogs/SQLQueryBuilder.java index 8a8bd06..673e1ae 100644 --- a/src/com/rapidminer/gui/tools/dialogs/SQLQueryBuilder.java +++ b/src/com/rapidminer/gui/tools/dialogs/SQLQueryBuilder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/SelectionInputDialog.java b/src/com/rapidminer/gui/tools/dialogs/SelectionInputDialog.java index f17b47e..09ecd70 100644 --- a/src/com/rapidminer/gui/tools/dialogs/SelectionInputDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/SelectionInputDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/SetParameterDialog.java b/src/com/rapidminer/gui/tools/dialogs/SetParameterDialog.java index 39db6c0..748f645 100644 --- a/src/com/rapidminer/gui/tools/dialogs/SetParameterDialog.java +++ b/src/com/rapidminer/gui/tools/dialogs/SetParameterDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/AbstractWizard.java b/src/com/rapidminer/gui/tools/dialogs/wizards/AbstractWizard.java index 68b2e59..149fa68 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/AbstractWizard.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/AbstractWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/WizardStep.java b/src/com/rapidminer/gui/tools/dialogs/wizards/WizardStep.java index 16e900b..c7c83f5 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/WizardStep.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/WizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/AttributeSelectionWizardStep.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/AttributeSelectionWizardStep.java index d253911..c80ea62 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/AttributeSelectionWizardStep.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/AttributeSelectionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/BlobImportWizard.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/BlobImportWizard.java index ff903de..679b072 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/BlobImportWizard.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/BlobImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataEditor.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataEditor.java index 488e040..3a4564c 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataEditor.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataImportWizard.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataImportWizard.java index 3456542..37df1bc 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataImportWizard.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DataImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DatabaseImportWizard.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DatabaseImportWizard.java index 5174aff..9c20db3 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DatabaseImportWizard.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/DatabaseImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/FileSelectionWizardStep.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/FileSelectionWizardStep.java index fb28424..9770956 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/FileSelectionWizardStep.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/FileSelectionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclarationEditor.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclarationEditor.java index b7e3508..f4c6fe0 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclarationEditor.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclarationEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclerationWizardStep.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclerationWizardStep.java index a1a211e..ba4e452 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclerationWizardStep.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/MetaDataDeclerationWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/RepositoryLocationSelectionWizardStep.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/RepositoryLocationSelectionWizardStep.java index befc6d6..9f19a39 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/RepositoryLocationSelectionWizardStep.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/RepositoryLocationSelectionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/access/AccessImportWizard.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/access/AccessImportWizard.java index ba87690..68c689b 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/access/AccessImportWizard.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/access/AccessImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVFileReader.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVFileReader.java index 10b328f..fa0294a 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVFileReader.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVFileReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVImportWizard.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVImportWizard.java index b1e896a..46ca59e 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVImportWizard.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/CSVImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/DataEvaluator.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/DataEvaluator.java index f8af8d9..5996b0e 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/DataEvaluator.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/DataEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/LineReader.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/LineReader.java index 3ed29c5..5a5cd6d 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/LineReader.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/LineReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseFileWizardStep.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseFileWizardStep.java index 557129c..46591db 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseFileWizardStep.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseFileWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseValueTypesWizardStep.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseValueTypesWizardStep.java index 2aeac9e..4f05a67 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseValueTypesWizardStep.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/csv/ParseValueTypesWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/AnnotationCellEditor.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/AnnotationCellEditor.java index acea4d5..d29fc3c 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/AnnotationCellEditor.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/AnnotationCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelImportWizard.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelImportWizard.java index a86c97b..e845669 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelImportWizard.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelTableModel.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelTableModel.java index 15c50c4..3d0f496 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelTableModel.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelWorkbookPane.java b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelWorkbookPane.java index 8d09e26..066dae4 100644 --- a/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelWorkbookPane.java +++ b/src/com/rapidminer/gui/tools/dialogs/wizards/dataimport/excel/ExcelWorkbookPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/BatchFileTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/BatchFileTokenMarker.java index 912a55d..fadc26d 100644 --- a/src/com/rapidminer/gui/tools/syntax/BatchFileTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/BatchFileTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/CCTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/CCTokenMarker.java index ea46ecb..ab3de76 100644 --- a/src/com/rapidminer/gui/tools/syntax/CCTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/CCTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/CTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/CTokenMarker.java index 293a060..014083f 100644 --- a/src/com/rapidminer/gui/tools/syntax/CTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/CTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/DefaultInputHandler.java b/src/com/rapidminer/gui/tools/syntax/DefaultInputHandler.java index 2f810d8..5ed628c 100644 --- a/src/com/rapidminer/gui/tools/syntax/DefaultInputHandler.java +++ b/src/com/rapidminer/gui/tools/syntax/DefaultInputHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/HTMLTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/HTMLTokenMarker.java index a7decd7..c0a5c2d 100644 --- a/src/com/rapidminer/gui/tools/syntax/HTMLTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/HTMLTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/InputHandler.java b/src/com/rapidminer/gui/tools/syntax/InputHandler.java index 15d0381..87103ba 100644 --- a/src/com/rapidminer/gui/tools/syntax/InputHandler.java +++ b/src/com/rapidminer/gui/tools/syntax/InputHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/JEditTextArea.java b/src/com/rapidminer/gui/tools/syntax/JEditTextArea.java index 3ddf8f5..b549da3 100644 --- a/src/com/rapidminer/gui/tools/syntax/JEditTextArea.java +++ b/src/com/rapidminer/gui/tools/syntax/JEditTextArea.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/JavaScriptTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/JavaScriptTokenMarker.java index 89dac07..9c58415 100644 --- a/src/com/rapidminer/gui/tools/syntax/JavaScriptTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/JavaScriptTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/JavaTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/JavaTokenMarker.java index 3b61c9a..0c90307 100644 --- a/src/com/rapidminer/gui/tools/syntax/JavaTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/JavaTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/KeywordMap.java b/src/com/rapidminer/gui/tools/syntax/KeywordMap.java index 5cf196a..8378fc5 100644 --- a/src/com/rapidminer/gui/tools/syntax/KeywordMap.java +++ b/src/com/rapidminer/gui/tools/syntax/KeywordMap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/MakefileTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/MakefileTokenMarker.java index f1f9590..3e7fa03 100644 --- a/src/com/rapidminer/gui/tools/syntax/MakefileTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/MakefileTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/PHPTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/PHPTokenMarker.java index f8f5f94..04c4b5b 100644 --- a/src/com/rapidminer/gui/tools/syntax/PHPTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/PHPTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/PatchTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/PatchTokenMarker.java index 9bef943..6cb7025 100644 --- a/src/com/rapidminer/gui/tools/syntax/PatchTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/PatchTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/PerlTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/PerlTokenMarker.java index d49ba98..f5462f7 100644 --- a/src/com/rapidminer/gui/tools/syntax/PerlTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/PerlTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/PropsTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/PropsTokenMarker.java index 6c34e30..95318c9 100644 --- a/src/com/rapidminer/gui/tools/syntax/PropsTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/PropsTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/PythonTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/PythonTokenMarker.java index 7820ac2..5578f9f 100644 --- a/src/com/rapidminer/gui/tools/syntax/PythonTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/PythonTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/SQLTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/SQLTokenMarker.java index 4f257fb..aeb2c2d 100644 --- a/src/com/rapidminer/gui/tools/syntax/SQLTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/SQLTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/ShellScriptTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/ShellScriptTokenMarker.java index b5885c9..665f6a7 100644 --- a/src/com/rapidminer/gui/tools/syntax/ShellScriptTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/ShellScriptTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/SyntaxDocument.java b/src/com/rapidminer/gui/tools/syntax/SyntaxDocument.java index 8366229..b5f47b4 100644 --- a/src/com/rapidminer/gui/tools/syntax/SyntaxDocument.java +++ b/src/com/rapidminer/gui/tools/syntax/SyntaxDocument.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/SyntaxStyle.java b/src/com/rapidminer/gui/tools/syntax/SyntaxStyle.java index 6da961d..086d5f4 100644 --- a/src/com/rapidminer/gui/tools/syntax/SyntaxStyle.java +++ b/src/com/rapidminer/gui/tools/syntax/SyntaxStyle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/SyntaxUtilities.java b/src/com/rapidminer/gui/tools/syntax/SyntaxUtilities.java index d41c32b..75700fd 100644 --- a/src/com/rapidminer/gui/tools/syntax/SyntaxUtilities.java +++ b/src/com/rapidminer/gui/tools/syntax/SyntaxUtilities.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/TSQLTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/TSQLTokenMarker.java index 65f72c8..18d47f3 100644 --- a/src/com/rapidminer/gui/tools/syntax/TSQLTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/TSQLTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/TeXTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/TeXTokenMarker.java index 74cefc0..0526cbf 100644 --- a/src/com/rapidminer/gui/tools/syntax/TeXTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/TeXTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/TextAreaDefaults.java b/src/com/rapidminer/gui/tools/syntax/TextAreaDefaults.java index eef5457..1106c6b 100644 --- a/src/com/rapidminer/gui/tools/syntax/TextAreaDefaults.java +++ b/src/com/rapidminer/gui/tools/syntax/TextAreaDefaults.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/TextAreaPainter.java b/src/com/rapidminer/gui/tools/syntax/TextAreaPainter.java index 994c7b7..1f5553b 100644 --- a/src/com/rapidminer/gui/tools/syntax/TextAreaPainter.java +++ b/src/com/rapidminer/gui/tools/syntax/TextAreaPainter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/TextUtilities.java b/src/com/rapidminer/gui/tools/syntax/TextUtilities.java index 7755b6f..93b53a8 100644 --- a/src/com/rapidminer/gui/tools/syntax/TextUtilities.java +++ b/src/com/rapidminer/gui/tools/syntax/TextUtilities.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/Token.java b/src/com/rapidminer/gui/tools/syntax/Token.java index 7723f0c..08c6e52 100644 --- a/src/com/rapidminer/gui/tools/syntax/Token.java +++ b/src/com/rapidminer/gui/tools/syntax/Token.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/TokenMarker.java b/src/com/rapidminer/gui/tools/syntax/TokenMarker.java index 90b6259..383fa75 100644 --- a/src/com/rapidminer/gui/tools/syntax/TokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/TokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/syntax/XMLTokenMarker.java b/src/com/rapidminer/gui/tools/syntax/XMLTokenMarker.java index 38dcef2..02a9193 100644 --- a/src/com/rapidminer/gui/tools/syntax/XMLTokenMarker.java +++ b/src/com/rapidminer/gui/tools/syntax/XMLTokenMarker.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/table/EditableHeaderJTable.java b/src/com/rapidminer/gui/tools/table/EditableHeaderJTable.java index e948c78..18bb237 100644 --- a/src/com/rapidminer/gui/tools/table/EditableHeaderJTable.java +++ b/src/com/rapidminer/gui/tools/table/EditableHeaderJTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/table/EditableTableHeader.java b/src/com/rapidminer/gui/tools/table/EditableTableHeader.java index 2e068b4..25aa70f 100644 --- a/src/com/rapidminer/gui/tools/table/EditableTableHeader.java +++ b/src/com/rapidminer/gui/tools/table/EditableTableHeader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/table/EditableTableHeaderColumn.java b/src/com/rapidminer/gui/tools/table/EditableTableHeaderColumn.java index 6451df1..1cf8145 100644 --- a/src/com/rapidminer/gui/tools/table/EditableTableHeaderColumn.java +++ b/src/com/rapidminer/gui/tools/table/EditableTableHeaderColumn.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tools/table/EditableTableHeaderUI.java b/src/com/rapidminer/gui/tools/table/EditableTableHeaderUI.java index a6564b5..dab64fe 100644 --- a/src/com/rapidminer/gui/tools/table/EditableTableHeaderUI.java +++ b/src/com/rapidminer/gui/tools/table/EditableTableHeaderUI.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/AddBreakpointStep.java b/src/com/rapidminer/gui/tour/AddBreakpointStep.java index 3f7afa3..0c9d6e7 100644 --- a/src/com/rapidminer/gui/tour/AddBreakpointStep.java +++ b/src/com/rapidminer/gui/tour/AddBreakpointStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/AddOperatorStep.java b/src/com/rapidminer/gui/tour/AddOperatorStep.java index c258ccd..b02fb43 100644 --- a/src/com/rapidminer/gui/tour/AddOperatorStep.java +++ b/src/com/rapidminer/gui/tour/AddOperatorStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/ChangeParameterStep.java b/src/com/rapidminer/gui/tour/ChangeParameterStep.java index cb4f2cd..4e3b20d 100644 --- a/src/com/rapidminer/gui/tour/ChangeParameterStep.java +++ b/src/com/rapidminer/gui/tour/ChangeParameterStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/FinalStep.java b/src/com/rapidminer/gui/tour/FinalStep.java index 0f3e915..bdb5f92 100644 --- a/src/com/rapidminer/gui/tour/FinalStep.java +++ b/src/com/rapidminer/gui/tour/FinalStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/IntroductoryTour.java b/src/com/rapidminer/gui/tour/IntroductoryTour.java index f2ab007..f70a9cd 100644 --- a/src/com/rapidminer/gui/tour/IntroductoryTour.java +++ b/src/com/rapidminer/gui/tour/IntroductoryTour.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/NotOnScreenStep.java b/src/com/rapidminer/gui/tour/NotOnScreenStep.java index 91cca73..0aba0a3 100644 --- a/src/com/rapidminer/gui/tour/NotOnScreenStep.java +++ b/src/com/rapidminer/gui/tour/NotOnScreenStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/NotViewableStep.java b/src/com/rapidminer/gui/tour/NotViewableStep.java index 25d8bf6..76cbc53 100644 --- a/src/com/rapidminer/gui/tour/NotViewableStep.java +++ b/src/com/rapidminer/gui/tour/NotViewableStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/OpenProcessStep.java b/src/com/rapidminer/gui/tour/OpenProcessStep.java index 1dfa52c..00859f9 100644 --- a/src/com/rapidminer/gui/tour/OpenProcessStep.java +++ b/src/com/rapidminer/gui/tour/OpenProcessStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/OpenSubprocessStep.java b/src/com/rapidminer/gui/tour/OpenSubprocessStep.java index 7f7d626..bfad00d 100644 --- a/src/com/rapidminer/gui/tour/OpenSubprocessStep.java +++ b/src/com/rapidminer/gui/tour/OpenSubprocessStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.tour; import java.awt.Window; diff --git a/src/com/rapidminer/gui/tour/PerspectivesStep.java b/src/com/rapidminer/gui/tour/PerspectivesStep.java index 514553e..0c63dff 100644 --- a/src/com/rapidminer/gui/tour/PerspectivesStep.java +++ b/src/com/rapidminer/gui/tour/PerspectivesStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/RapidMinerTour.java b/src/com/rapidminer/gui/tour/RapidMinerTour.java index 89ad4dd..fcccedd 100644 --- a/src/com/rapidminer/gui/tour/RapidMinerTour.java +++ b/src/com/rapidminer/gui/tour/RapidMinerTour.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/RemoveBreakpointStep.java b/src/com/rapidminer/gui/tour/RemoveBreakpointStep.java index 196628e..4cbfaac 100644 --- a/src/com/rapidminer/gui/tour/RemoveBreakpointStep.java +++ b/src/com/rapidminer/gui/tour/RemoveBreakpointStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/RemoveOperatorStep.java b/src/com/rapidminer/gui/tour/RemoveOperatorStep.java index c06ad14..545a072 100644 --- a/src/com/rapidminer/gui/tour/RemoveOperatorStep.java +++ b/src/com/rapidminer/gui/tour/RemoveOperatorStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/RenameOperatorStep.java b/src/com/rapidminer/gui/tour/RenameOperatorStep.java index 09e26b0..91e5e73 100644 --- a/src/com/rapidminer/gui/tour/RenameOperatorStep.java +++ b/src/com/rapidminer/gui/tour/RenameOperatorStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/ResumeFromBreakpointStep.java b/src/com/rapidminer/gui/tour/ResumeFromBreakpointStep.java index 105cf5e..da6f413 100644 --- a/src/com/rapidminer/gui/tour/ResumeFromBreakpointStep.java +++ b/src/com/rapidminer/gui/tour/ResumeFromBreakpointStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/SaveProcessStep.java b/src/com/rapidminer/gui/tour/SaveProcessStep.java index 09bfbd7..b2e3001 100644 --- a/src/com/rapidminer/gui/tour/SaveProcessStep.java +++ b/src/com/rapidminer/gui/tour/SaveProcessStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/SimpleStep.java b/src/com/rapidminer/gui/tour/SimpleStep.java index 32638ad..bf425c8 100644 --- a/src/com/rapidminer/gui/tour/SimpleStep.java +++ b/src/com/rapidminer/gui/tour/SimpleStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/Step.java b/src/com/rapidminer/gui/tour/Step.java index 4fe26d1..8998d7f 100644 --- a/src/com/rapidminer/gui/tour/Step.java +++ b/src/com/rapidminer/gui/tour/Step.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/TourChooser.java b/src/com/rapidminer/gui/tour/TourChooser.java index bd03d87..0d370d4 100644 --- a/src/com/rapidminer/gui/tour/TourChooser.java +++ b/src/com/rapidminer/gui/tour/TourChooser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.gui.tour; import java.awt.Component; diff --git a/src/com/rapidminer/gui/tour/TourManager.java b/src/com/rapidminer/gui/tour/TourManager.java index 8a36df8..891e88f 100644 --- a/src/com/rapidminer/gui/tour/TourManager.java +++ b/src/com/rapidminer/gui/tour/TourManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/TourPropertiesChangedListener.java b/src/com/rapidminer/gui/tour/TourPropertiesChangedListener.java index f31c314..a23595e 100644 --- a/src/com/rapidminer/gui/tour/TourPropertiesChangedListener.java +++ b/src/com/rapidminer/gui/tour/TourPropertiesChangedListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/tour/TourState.java b/src/com/rapidminer/gui/tour/TourState.java index 76d798c..ffd2ed5 100644 --- a/src/com/rapidminer/gui/tour/TourState.java +++ b/src/com/rapidminer/gui/tour/TourState.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ANOVAMatrixViewer.java b/src/com/rapidminer/gui/viewer/ANOVAMatrixViewer.java index fe96f61..af2b1cb 100644 --- a/src/com/rapidminer/gui/viewer/ANOVAMatrixViewer.java +++ b/src/com/rapidminer/gui/viewer/ANOVAMatrixViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTable.java b/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTable.java index 2165544..eb1a2a2 100644 --- a/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTable.java +++ b/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTableModel.java b/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTableModel.java index d4aa893..41cf3b1 100644 --- a/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTableModel.java +++ b/src/com/rapidminer/gui/viewer/ANOVAMatrixViewerTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/AnovaCalculatorViewer.java b/src/com/rapidminer/gui/viewer/AnovaCalculatorViewer.java index 0c35d45..971913f 100644 --- a/src/com/rapidminer/gui/viewer/AnovaCalculatorViewer.java +++ b/src/com/rapidminer/gui/viewer/AnovaCalculatorViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/AssociationRuleFilter.java b/src/com/rapidminer/gui/viewer/AssociationRuleFilter.java index 0ca5e38..8de532f 100644 --- a/src/com/rapidminer/gui/viewer/AssociationRuleFilter.java +++ b/src/com/rapidminer/gui/viewer/AssociationRuleFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/AssociationRuleFilterListener.java b/src/com/rapidminer/gui/viewer/AssociationRuleFilterListener.java index cf027eb..f8f1b96 100644 --- a/src/com/rapidminer/gui/viewer/AssociationRuleFilterListener.java +++ b/src/com/rapidminer/gui/viewer/AssociationRuleFilterListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/AssociationRuleTableModel.java b/src/com/rapidminer/gui/viewer/AssociationRuleTableModel.java index 4784efe..9b81ec8 100644 --- a/src/com/rapidminer/gui/viewer/AssociationRuleTableModel.java +++ b/src/com/rapidminer/gui/viewer/AssociationRuleTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/AssociationRuleTableViewer.java b/src/com/rapidminer/gui/viewer/AssociationRuleTableViewer.java index 58585cb..62117db 100644 --- a/src/com/rapidminer/gui/viewer/AssociationRuleTableViewer.java +++ b/src/com/rapidminer/gui/viewer/AssociationRuleTableViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/AverageVectorViewer.java b/src/com/rapidminer/gui/viewer/AverageVectorViewer.java index 1a9ab42..d9a05c4 100644 --- a/src/com/rapidminer/gui/viewer/AverageVectorViewer.java +++ b/src/com/rapidminer/gui/viewer/AverageVectorViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ClusterTreeVisualization.java b/src/com/rapidminer/gui/viewer/ClusterTreeVisualization.java index d87b6ed..1c5d931 100644 --- a/src/com/rapidminer/gui/viewer/ClusterTreeVisualization.java +++ b/src/com/rapidminer/gui/viewer/ClusterTreeVisualization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ConfusionMatrixViewer.java b/src/com/rapidminer/gui/viewer/ConfusionMatrixViewer.java index d6f9fb7..f3b9305 100644 --- a/src/com/rapidminer/gui/viewer/ConfusionMatrixViewer.java +++ b/src/com/rapidminer/gui/viewer/ConfusionMatrixViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTable.java b/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTable.java index 3a7a089..70d5957 100644 --- a/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTable.java +++ b/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTableModel.java b/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTableModel.java index 721b2d0..da856b3 100644 --- a/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTableModel.java +++ b/src/com/rapidminer/gui/viewer/ConfusionMatrixViewerTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataTableColumnEditTable.java b/src/com/rapidminer/gui/viewer/DataTableColumnEditTable.java index 35d8cef..2fb24cf 100644 --- a/src/com/rapidminer/gui/viewer/DataTableColumnEditTable.java +++ b/src/com/rapidminer/gui/viewer/DataTableColumnEditTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataTableColumnEditTableModel.java b/src/com/rapidminer/gui/viewer/DataTableColumnEditTableModel.java index e2d282d..4c86d7a 100644 --- a/src/com/rapidminer/gui/viewer/DataTableColumnEditTableModel.java +++ b/src/com/rapidminer/gui/viewer/DataTableColumnEditTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataTableViewer.java b/src/com/rapidminer/gui/viewer/DataTableViewer.java index e039a84..88a466f 100644 --- a/src/com/rapidminer/gui/viewer/DataTableViewer.java +++ b/src/com/rapidminer/gui/viewer/DataTableViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataTableViewerTable.java b/src/com/rapidminer/gui/viewer/DataTableViewerTable.java index 4426bed..ede2aa9 100644 --- a/src/com/rapidminer/gui/viewer/DataTableViewerTable.java +++ b/src/com/rapidminer/gui/viewer/DataTableViewerTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataTableViewerTableModel.java b/src/com/rapidminer/gui/viewer/DataTableViewerTableModel.java index 8d6bfe8..56ae4c7 100644 --- a/src/com/rapidminer/gui/viewer/DataTableViewerTableModel.java +++ b/src/com/rapidminer/gui/viewer/DataTableViewerTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataViewer.java b/src/com/rapidminer/gui/viewer/DataViewer.java index 4afca06..51484b9 100644 --- a/src/com/rapidminer/gui/viewer/DataViewer.java +++ b/src/com/rapidminer/gui/viewer/DataViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataViewerTable.java b/src/com/rapidminer/gui/viewer/DataViewerTable.java index 5773fb6..0793b8b 100644 --- a/src/com/rapidminer/gui/viewer/DataViewerTable.java +++ b/src/com/rapidminer/gui/viewer/DataViewerTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DataViewerTableModel.java b/src/com/rapidminer/gui/viewer/DataViewerTableModel.java index e256c83..5f57c4e 100644 --- a/src/com/rapidminer/gui/viewer/DataViewerTableModel.java +++ b/src/com/rapidminer/gui/viewer/DataViewerTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/DendrogramPlotter.java b/src/com/rapidminer/gui/viewer/DendrogramPlotter.java index 9743fe6..038f863 100644 --- a/src/com/rapidminer/gui/viewer/DendrogramPlotter.java +++ b/src/com/rapidminer/gui/viewer/DendrogramPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/FrequentItemSetVisualization.java b/src/com/rapidminer/gui/viewer/FrequentItemSetVisualization.java index 387246d..fce4300 100644 --- a/src/com/rapidminer/gui/viewer/FrequentItemSetVisualization.java +++ b/src/com/rapidminer/gui/viewer/FrequentItemSetVisualization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/FrequentItemSetsTableModel.java b/src/com/rapidminer/gui/viewer/FrequentItemSetsTableModel.java index 2e5fc3b..4777c17 100644 --- a/src/com/rapidminer/gui/viewer/FrequentItemSetsTableModel.java +++ b/src/com/rapidminer/gui/viewer/FrequentItemSetsTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/MetaDataViewer.java b/src/com/rapidminer/gui/viewer/MetaDataViewer.java index 38b0378..9d415e5 100644 --- a/src/com/rapidminer/gui/viewer/MetaDataViewer.java +++ b/src/com/rapidminer/gui/viewer/MetaDataViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/MetaDataViewerTable.java b/src/com/rapidminer/gui/viewer/MetaDataViewerTable.java index 7b51475..10b9e31 100644 --- a/src/com/rapidminer/gui/viewer/MetaDataViewerTable.java +++ b/src/com/rapidminer/gui/viewer/MetaDataViewerTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/MetaDataViewerTableModel.java b/src/com/rapidminer/gui/viewer/MetaDataViewerTableModel.java index f0d7fba..de184fe 100644 --- a/src/com/rapidminer/gui/viewer/MetaDataViewerTableModel.java +++ b/src/com/rapidminer/gui/viewer/MetaDataViewerTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/NumericalMatrixViewerTableModel.java b/src/com/rapidminer/gui/viewer/NumericalMatrixViewerTableModel.java index 9776feb..013f760 100644 --- a/src/com/rapidminer/gui/viewer/NumericalMatrixViewerTableModel.java +++ b/src/com/rapidminer/gui/viewer/NumericalMatrixViewerTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/PerformanceVectorViewer.java b/src/com/rapidminer/gui/viewer/PerformanceVectorViewer.java index a43cd4e..9fa8046 100644 --- a/src/com/rapidminer/gui/viewer/PerformanceVectorViewer.java +++ b/src/com/rapidminer/gui/viewer/PerformanceVectorViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ROCChartPlotter.java b/src/com/rapidminer/gui/viewer/ROCChartPlotter.java index 1f107b7..c083026 100644 --- a/src/com/rapidminer/gui/viewer/ROCChartPlotter.java +++ b/src/com/rapidminer/gui/viewer/ROCChartPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/ROCViewer.java b/src/com/rapidminer/gui/viewer/ROCViewer.java index 775679b..ccdde0e 100644 --- a/src/com/rapidminer/gui/viewer/ROCViewer.java +++ b/src/com/rapidminer/gui/viewer/ROCViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/RuleSetTableModel.java b/src/com/rapidminer/gui/viewer/RuleSetTableModel.java index 374da85..ffb1615 100644 --- a/src/com/rapidminer/gui/viewer/RuleSetTableModel.java +++ b/src/com/rapidminer/gui/viewer/RuleSetTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/SimilarityKDistanceVisualization.java b/src/com/rapidminer/gui/viewer/SimilarityKDistanceVisualization.java index 48704c6..70018db 100644 --- a/src/com/rapidminer/gui/viewer/SimilarityKDistanceVisualization.java +++ b/src/com/rapidminer/gui/viewer/SimilarityKDistanceVisualization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/SimilarityTable.java b/src/com/rapidminer/gui/viewer/SimilarityTable.java index 8f34210..bb17ce0 100644 --- a/src/com/rapidminer/gui/viewer/SimilarityTable.java +++ b/src/com/rapidminer/gui/viewer/SimilarityTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/SimilarityTableModel.java b/src/com/rapidminer/gui/viewer/SimilarityTableModel.java index 25d7859..2e88f18 100644 --- a/src/com/rapidminer/gui/viewer/SimilarityTableModel.java +++ b/src/com/rapidminer/gui/viewer/SimilarityTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/SimilarityVisualization.java b/src/com/rapidminer/gui/viewer/SimilarityVisualization.java index 391e4c1..fc9f1ff 100644 --- a/src/com/rapidminer/gui/viewer/SimilarityVisualization.java +++ b/src/com/rapidminer/gui/viewer/SimilarityVisualization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/collection/CollectionTreeCellRenderer.java b/src/com/rapidminer/gui/viewer/collection/CollectionTreeCellRenderer.java index 0cdd935..355bae1 100644 --- a/src/com/rapidminer/gui/viewer/collection/CollectionTreeCellRenderer.java +++ b/src/com/rapidminer/gui/viewer/collection/CollectionTreeCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/collection/CollectionTreeModel.java b/src/com/rapidminer/gui/viewer/collection/CollectionTreeModel.java index db18a28..f742157 100644 --- a/src/com/rapidminer/gui/viewer/collection/CollectionTreeModel.java +++ b/src/com/rapidminer/gui/viewer/collection/CollectionTreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/viewer/collection/CollectionViewer.java b/src/com/rapidminer/gui/viewer/collection/CollectionViewer.java index 8c68017..681b48e 100644 --- a/src/com/rapidminer/gui/viewer/collection/CollectionViewer.java +++ b/src/com/rapidminer/gui/viewer/collection/CollectionViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/AbstractConfigurationWizard.java b/src/com/rapidminer/gui/wizards/AbstractConfigurationWizard.java index 927d508..7a85032 100644 --- a/src/com/rapidminer/gui/wizards/AbstractConfigurationWizard.java +++ b/src/com/rapidminer/gui/wizards/AbstractConfigurationWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/AbstractConfigurationWizardCreator.java b/src/com/rapidminer/gui/wizards/AbstractConfigurationWizardCreator.java index 182855e..a879fb4 100644 --- a/src/com/rapidminer/gui/wizards/AbstractConfigurationWizardCreator.java +++ b/src/com/rapidminer/gui/wizards/AbstractConfigurationWizardCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/ConfigurationListener.java b/src/com/rapidminer/gui/wizards/ConfigurationListener.java index 9423e46..acaa8de 100644 --- a/src/com/rapidminer/gui/wizards/ConfigurationListener.java +++ b/src/com/rapidminer/gui/wizards/ConfigurationListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/ConfigurationWizardCreator.java b/src/com/rapidminer/gui/wizards/ConfigurationWizardCreator.java index 4914682..0998c0d 100644 --- a/src/com/rapidminer/gui/wizards/ConfigurationWizardCreator.java +++ b/src/com/rapidminer/gui/wizards/ConfigurationWizardCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizard.java b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizard.java index 89aff5f..47225d0 100644 --- a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizard.java +++ b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardAttributeTypeTable.java b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardAttributeTypeTable.java index e600740..a41a674 100644 --- a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardAttributeTypeTable.java +++ b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardAttributeTypeTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardCreator.java b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardCreator.java index e1ab07d..68b5d0d 100644 --- a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardCreator.java +++ b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardDataTable.java b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardDataTable.java index e02dadb..8f2b21e 100644 --- a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardDataTable.java +++ b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardDataTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardValueTypeTable.java b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardValueTypeTable.java index 918482e..98c7cf3 100644 --- a/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardValueTypeTable.java +++ b/src/com/rapidminer/gui/wizards/ExampleSourceConfigurationWizardValueTypeTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/PreviewCreator.java b/src/com/rapidminer/gui/wizards/PreviewCreator.java index ea976b9..492ae14 100644 --- a/src/com/rapidminer/gui/wizards/PreviewCreator.java +++ b/src/com/rapidminer/gui/wizards/PreviewCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/gui/wizards/PreviewListener.java b/src/com/rapidminer/gui/wizards/PreviewListener.java index 08a821e..0e884cc 100644 --- a/src/com/rapidminer/gui/wizards/PreviewListener.java +++ b/src/com/rapidminer/gui/wizards/PreviewListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/Base64.java b/src/com/rapidminer/io/Base64.java index 8c2885e..3e4774b 100644 --- a/src/com/rapidminer/io/Base64.java +++ b/src/com/rapidminer/io/Base64.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/ProcessXMLFilter.java b/src/com/rapidminer/io/process/ProcessXMLFilter.java index 84d02d3..fa29cf5 100644 --- a/src/com/rapidminer/io/process/ProcessXMLFilter.java +++ b/src/com/rapidminer/io/process/ProcessXMLFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/ProcessXMLFilterRegistry.java b/src/com/rapidminer/io/process/ProcessXMLFilterRegistry.java index c53db9d..6171fb3 100644 --- a/src/com/rapidminer/io/process/ProcessXMLFilterRegistry.java +++ b/src/com/rapidminer/io/process/ProcessXMLFilterRegistry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/XMLErrorHandler.java b/src/com/rapidminer/io/process/XMLErrorHandler.java index 20efef1..befb2dc 100644 --- a/src/com/rapidminer/io/process/XMLErrorHandler.java +++ b/src/com/rapidminer/io/process/XMLErrorHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/XMLExporter.java b/src/com/rapidminer/io/process/XMLExporter.java index 2fcefec..105ef40 100644 --- a/src/com/rapidminer/io/process/XMLExporter.java +++ b/src/com/rapidminer/io/process/XMLExporter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/XMLImporter.java b/src/com/rapidminer/io/process/XMLImporter.java index aea22ca..1ee9f5c 100644 --- a/src/com/rapidminer/io/process/XMLImporter.java +++ b/src/com/rapidminer/io/process/XMLImporter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/XMLTools.java b/src/com/rapidminer/io/process/XMLTools.java index ec29a62..6c45510 100644 --- a/src/com/rapidminer/io/process/XMLTools.java +++ b/src/com/rapidminer/io/process/XMLTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/conditions/ParameterEqualsCondition.java b/src/com/rapidminer/io/process/conditions/ParameterEqualsCondition.java index c14f378..4b64502 100644 --- a/src/com/rapidminer/io/process/conditions/ParameterEqualsCondition.java +++ b/src/com/rapidminer/io/process/conditions/ParameterEqualsCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/conditions/ParameterUnequalsCondition.java b/src/com/rapidminer/io/process/conditions/ParameterUnequalsCondition.java index 49e9137..47073f0 100644 --- a/src/com/rapidminer/io/process/conditions/ParameterUnequalsCondition.java +++ b/src/com/rapidminer/io/process/conditions/ParameterUnequalsCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/conditions/ParseRuleCondition.java b/src/com/rapidminer/io/process/conditions/ParseRuleCondition.java index 255aaa7..2451d4a 100644 --- a/src/com/rapidminer/io/process/conditions/ParseRuleCondition.java +++ b/src/com/rapidminer/io/process/conditions/ParseRuleCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/AbstractConditionedParseRule.java b/src/com/rapidminer/io/process/rules/AbstractConditionedParseRule.java index d177cd9..be06027 100644 --- a/src/com/rapidminer/io/process/rules/AbstractConditionedParseRule.java +++ b/src/com/rapidminer/io/process/rules/AbstractConditionedParseRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/AbstractGenericParseRule.java b/src/com/rapidminer/io/process/rules/AbstractGenericParseRule.java index 1da9e4d..02d9396 100644 --- a/src/com/rapidminer/io/process/rules/AbstractGenericParseRule.java +++ b/src/com/rapidminer/io/process/rules/AbstractGenericParseRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/AbstractParseRule.java b/src/com/rapidminer/io/process/rules/AbstractParseRule.java index bab9e4f..4b4553d 100644 --- a/src/com/rapidminer/io/process/rules/AbstractParseRule.java +++ b/src/com/rapidminer/io/process/rules/AbstractParseRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ChangeParameterValueRule.java b/src/com/rapidminer/io/process/rules/ChangeParameterValueRule.java index ea8cad0..27cb19a 100644 --- a/src/com/rapidminer/io/process/rules/ChangeParameterValueRule.java +++ b/src/com/rapidminer/io/process/rules/ChangeParameterValueRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/DeleteAfterAutoWireRule.java b/src/com/rapidminer/io/process/rules/DeleteAfterAutoWireRule.java index c274005..a1ad333 100644 --- a/src/com/rapidminer/io/process/rules/DeleteAfterAutoWireRule.java +++ b/src/com/rapidminer/io/process/rules/DeleteAfterAutoWireRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/DeleteUnnecessaryOperatorChainRule.java b/src/com/rapidminer/io/process/rules/DeleteUnnecessaryOperatorChainRule.java index eefaa7d..40298ce 100644 --- a/src/com/rapidminer/io/process/rules/DeleteUnnecessaryOperatorChainRule.java +++ b/src/com/rapidminer/io/process/rules/DeleteUnnecessaryOperatorChainRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ExcelCellAddressParseRule.java b/src/com/rapidminer/io/process/rules/ExcelCellAddressParseRule.java index c5d1438..481583f 100644 --- a/src/com/rapidminer/io/process/rules/ExcelCellAddressParseRule.java +++ b/src/com/rapidminer/io/process/rules/ExcelCellAddressParseRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ExchangeSubprocessesRule.java b/src/com/rapidminer/io/process/rules/ExchangeSubprocessesRule.java index 6943faf..66d6410 100644 --- a/src/com/rapidminer/io/process/rules/ExchangeSubprocessesRule.java +++ b/src/com/rapidminer/io/process/rules/ExchangeSubprocessesRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/OperatorEnablerRepairRule.java b/src/com/rapidminer/io/process/rules/OperatorEnablerRepairRule.java index b9f9e3d..1655eb2 100644 --- a/src/com/rapidminer/io/process/rules/OperatorEnablerRepairRule.java +++ b/src/com/rapidminer/io/process/rules/OperatorEnablerRepairRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ParseRule.java b/src/com/rapidminer/io/process/rules/ParseRule.java index ea0975a..29d938c 100644 --- a/src/com/rapidminer/io/process/rules/ParseRule.java +++ b/src/com/rapidminer/io/process/rules/ParseRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/PassthroughShortcutRule.java b/src/com/rapidminer/io/process/rules/PassthroughShortcutRule.java index 7337783..245e56a 100644 --- a/src/com/rapidminer/io/process/rules/PassthroughShortcutRule.java +++ b/src/com/rapidminer/io/process/rules/PassthroughShortcutRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/RenamePlotterParametersRule.java b/src/com/rapidminer/io/process/rules/RenamePlotterParametersRule.java index c8c6e54..f52b916 100644 --- a/src/com/rapidminer/io/process/rules/RenamePlotterParametersRule.java +++ b/src/com/rapidminer/io/process/rules/RenamePlotterParametersRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ReplaceIOContainerWriter.java b/src/com/rapidminer/io/process/rules/ReplaceIOContainerWriter.java index c589385..4b9c19c 100644 --- a/src/com/rapidminer/io/process/rules/ReplaceIOContainerWriter.java +++ b/src/com/rapidminer/io/process/rules/ReplaceIOContainerWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ReplaceIOMultiplierRule.java b/src/com/rapidminer/io/process/rules/ReplaceIOMultiplierRule.java index d87b5f5..8d3b42e 100644 --- a/src/com/rapidminer/io/process/rules/ReplaceIOMultiplierRule.java +++ b/src/com/rapidminer/io/process/rules/ReplaceIOMultiplierRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ReplaceOperatorRule.java b/src/com/rapidminer/io/process/rules/ReplaceOperatorRule.java index 38bae22..202ce02 100644 --- a/src/com/rapidminer/io/process/rules/ReplaceOperatorRule.java +++ b/src/com/rapidminer/io/process/rules/ReplaceOperatorRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/ReplaceParameterRule.java b/src/com/rapidminer/io/process/rules/ReplaceParameterRule.java index 64aa525..9a821ff 100644 --- a/src/com/rapidminer/io/process/rules/ReplaceParameterRule.java +++ b/src/com/rapidminer/io/process/rules/ReplaceParameterRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/SetParameterRule.java b/src/com/rapidminer/io/process/rules/SetParameterRule.java index 3c996e8..e11ea01 100644 --- a/src/com/rapidminer/io/process/rules/SetParameterRule.java +++ b/src/com/rapidminer/io/process/rules/SetParameterRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/SetRoleByNameRule.java b/src/com/rapidminer/io/process/rules/SetRoleByNameRule.java index 467d01a..eb2c141 100644 --- a/src/com/rapidminer/io/process/rules/SetRoleByNameRule.java +++ b/src/com/rapidminer/io/process/rules/SetRoleByNameRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/SwitchListEntriesRule.java b/src/com/rapidminer/io/process/rules/SwitchListEntriesRule.java index c3a51f5..da03ec3 100644 --- a/src/com/rapidminer/io/process/rules/SwitchListEntriesRule.java +++ b/src/com/rapidminer/io/process/rules/SwitchListEntriesRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/io/process/rules/WireAllOperators.java b/src/com/rapidminer/io/process/rules/WireAllOperators.java index 51d7c09..861ab4c 100644 --- a/src/com/rapidminer/io/process/rules/WireAllOperators.java +++ b/src/com/rapidminer/io/process/rules/WireAllOperators.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/AbstractExampleSetProcessing.java b/src/com/rapidminer/operator/AbstractExampleSetProcessing.java index 707d889..74f0127 100644 --- a/src/com/rapidminer/operator/AbstractExampleSetProcessing.java +++ b/src/com/rapidminer/operator/AbstractExampleSetProcessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/AbstractIOObject.java b/src/com/rapidminer/operator/AbstractIOObject.java index 7d8bec6..3bd2cdf 100644 --- a/src/com/rapidminer/operator/AbstractIOObject.java +++ b/src/com/rapidminer/operator/AbstractIOObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/AbstractModel.java b/src/com/rapidminer/operator/AbstractModel.java index 92964d4..dbc05cb 100644 --- a/src/com/rapidminer/operator/AbstractModel.java +++ b/src/com/rapidminer/operator/AbstractModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/AddListener.java b/src/com/rapidminer/operator/AddListener.java index 0c933de..feb3610 100644 --- a/src/com/rapidminer/operator/AddListener.java +++ b/src/com/rapidminer/operator/AddListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/Annotations.java b/src/com/rapidminer/operator/Annotations.java index 91530dc..9e4d7b8 100644 --- a/src/com/rapidminer/operator/Annotations.java +++ b/src/com/rapidminer/operator/Annotations.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/CommandLineOperator.java b/src/com/rapidminer/operator/CommandLineOperator.java index d2ea0e1..3faa614 100644 --- a/src/com/rapidminer/operator/CommandLineOperator.java +++ b/src/com/rapidminer/operator/CommandLineOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/DataMacroDefinitionOperator.java b/src/com/rapidminer/operator/DataMacroDefinitionOperator.java index 1c64ab5..af31b06 100644 --- a/src/com/rapidminer/operator/DataMacroDefinitionOperator.java +++ b/src/com/rapidminer/operator/DataMacroDefinitionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/DebugMode.java b/src/com/rapidminer/operator/DebugMode.java index 6b179cf..6e29da9 100644 --- a/src/com/rapidminer/operator/DebugMode.java +++ b/src/com/rapidminer/operator/DebugMode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/DefaultIODescription.java b/src/com/rapidminer/operator/DefaultIODescription.java index 7afe934..9d94131 100644 --- a/src/com/rapidminer/operator/DefaultIODescription.java +++ b/src/com/rapidminer/operator/DefaultIODescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/DummyOperator.java b/src/com/rapidminer/operator/DummyOperator.java index 73470a3..b6d8069 100644 --- a/src/com/rapidminer/operator/DummyOperator.java +++ b/src/com/rapidminer/operator/DummyOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/EnabledOperatorView.java b/src/com/rapidminer/operator/EnabledOperatorView.java index 53f5a95..23af5c4 100644 --- a/src/com/rapidminer/operator/EnabledOperatorView.java +++ b/src/com/rapidminer/operator/EnabledOperatorView.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ExecutionMode.java b/src/com/rapidminer/operator/ExecutionMode.java index a2c5f75..7cb01ac 100644 --- a/src/com/rapidminer/operator/ExecutionMode.java +++ b/src/com/rapidminer/operator/ExecutionMode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ExecutionUnit.java b/src/com/rapidminer/operator/ExecutionUnit.java index a0376d3..884fa8d 100644 --- a/src/com/rapidminer/operator/ExecutionUnit.java +++ b/src/com/rapidminer/operator/ExecutionUnit.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/FileEchoOperator.java b/src/com/rapidminer/operator/FileEchoOperator.java index d6850e0..3234a25 100644 --- a/src/com/rapidminer/operator/FileEchoOperator.java +++ b/src/com/rapidminer/operator/FileEchoOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/GroupedModel.java b/src/com/rapidminer/operator/GroupedModel.java index 5735ee8..e6003c8 100644 --- a/src/com/rapidminer/operator/GroupedModel.java +++ b/src/com/rapidminer/operator/GroupedModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOConsumeOperator.java b/src/com/rapidminer/operator/IOConsumeOperator.java index 778ba1e..4b23f33 100644 --- a/src/com/rapidminer/operator/IOConsumeOperator.java +++ b/src/com/rapidminer/operator/IOConsumeOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOContainer.java b/src/com/rapidminer/operator/IOContainer.java index 021fdc3..f2fc338 100644 --- a/src/com/rapidminer/operator/IOContainer.java +++ b/src/com/rapidminer/operator/IOContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IODescription.java b/src/com/rapidminer/operator/IODescription.java index b0b5307..f46c067 100644 --- a/src/com/rapidminer/operator/IODescription.java +++ b/src/com/rapidminer/operator/IODescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOMerger.java b/src/com/rapidminer/operator/IOMerger.java index 63c77b2..e76fe8e 100644 --- a/src/com/rapidminer/operator/IOMerger.java +++ b/src/com/rapidminer/operator/IOMerger.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOMultiplier.java b/src/com/rapidminer/operator/IOMultiplier.java index ae65797..1d4d6dc 100644 --- a/src/com/rapidminer/operator/IOMultiplier.java +++ b/src/com/rapidminer/operator/IOMultiplier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOMultiplyOperator.java b/src/com/rapidminer/operator/IOMultiplyOperator.java index 4b4b72f..6dd7a5b 100644 --- a/src/com/rapidminer/operator/IOMultiplyOperator.java +++ b/src/com/rapidminer/operator/IOMultiplyOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOObject.java b/src/com/rapidminer/operator/IOObject.java index 88c4320..e595402 100644 --- a/src/com/rapidminer/operator/IOObject.java +++ b/src/com/rapidminer/operator/IOObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOObjectCollection.java b/src/com/rapidminer/operator/IOObjectCollection.java index 189edb1..5cefdfb 100644 --- a/src/com/rapidminer/operator/IOObjectCollection.java +++ b/src/com/rapidminer/operator/IOObjectCollection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOObjectConverter.java b/src/com/rapidminer/operator/IOObjectConverter.java index 2e10f13..117c13c 100644 --- a/src/com/rapidminer/operator/IOObjectConverter.java +++ b/src/com/rapidminer/operator/IOObjectConverter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IORetrievalOperator.java b/src/com/rapidminer/operator/IORetrievalOperator.java index 2c094e4..44b299f 100644 --- a/src/com/rapidminer/operator/IORetrievalOperator.java +++ b/src/com/rapidminer/operator/IORetrievalOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOSelectOperator.java b/src/com/rapidminer/operator/IOSelectOperator.java index 6047877..991ae53 100644 --- a/src/com/rapidminer/operator/IOSelectOperator.java +++ b/src/com/rapidminer/operator/IOSelectOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IOStorageOperator.java b/src/com/rapidminer/operator/IOStorageOperator.java index 0177e8a..cd33acd 100644 --- a/src/com/rapidminer/operator/IOStorageOperator.java +++ b/src/com/rapidminer/operator/IOStorageOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IllegalInputException.java b/src/com/rapidminer/operator/IllegalInputException.java index 794133c..82b43c5 100644 --- a/src/com/rapidminer/operator/IllegalInputException.java +++ b/src/com/rapidminer/operator/IllegalInputException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/IllegalNumberOfInnerOperatorsException.java b/src/com/rapidminer/operator/IllegalNumberOfInnerOperatorsException.java index 9053a89..709823d 100644 --- a/src/com/rapidminer/operator/IllegalNumberOfInnerOperatorsException.java +++ b/src/com/rapidminer/operator/IllegalNumberOfInnerOperatorsException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/InputDescription.java b/src/com/rapidminer/operator/InputDescription.java index 0b1d978..fa4092a 100644 --- a/src/com/rapidminer/operator/InputDescription.java +++ b/src/com/rapidminer/operator/InputDescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ListDescription.java b/src/com/rapidminer/operator/ListDescription.java index 230d4a5..6223448 100644 --- a/src/com/rapidminer/operator/ListDescription.java +++ b/src/com/rapidminer/operator/ListDescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/MacroConstructionOperator.java b/src/com/rapidminer/operator/MacroConstructionOperator.java index 33fa599..f911341 100644 --- a/src/com/rapidminer/operator/MacroConstructionOperator.java +++ b/src/com/rapidminer/operator/MacroConstructionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/MacroDefinitionOperator.java b/src/com/rapidminer/operator/MacroDefinitionOperator.java index 4ed1be2..e2034a5 100644 --- a/src/com/rapidminer/operator/MacroDefinitionOperator.java +++ b/src/com/rapidminer/operator/MacroDefinitionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/MailNotSentException.java b/src/com/rapidminer/operator/MailNotSentException.java index 4e9f7bf..4cad1a9 100644 --- a/src/com/rapidminer/operator/MailNotSentException.java +++ b/src/com/rapidminer/operator/MailNotSentException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/MemoryCleanUp.java b/src/com/rapidminer/operator/MemoryCleanUp.java index 2c1042a..2f82893 100644 --- a/src/com/rapidminer/operator/MemoryCleanUp.java +++ b/src/com/rapidminer/operator/MemoryCleanUp.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/MissingIOObjectException.java b/src/com/rapidminer/operator/MissingIOObjectException.java index e391612..d1666e8 100644 --- a/src/com/rapidminer/operator/MissingIOObjectException.java +++ b/src/com/rapidminer/operator/MissingIOObjectException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/Model.java b/src/com/rapidminer/operator/Model.java index cccd5a8..5069408 100644 --- a/src/com/rapidminer/operator/Model.java +++ b/src/com/rapidminer/operator/Model.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ModelApplier.java b/src/com/rapidminer/operator/ModelApplier.java index 3270594..9b8c57c 100644 --- a/src/com/rapidminer/operator/ModelApplier.java +++ b/src/com/rapidminer/operator/ModelApplier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ModelGrouper.java b/src/com/rapidminer/operator/ModelGrouper.java index ee0a011..a7e5db0 100644 --- a/src/com/rapidminer/operator/ModelGrouper.java +++ b/src/com/rapidminer/operator/ModelGrouper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ModelUngrouper.java b/src/com/rapidminer/operator/ModelUngrouper.java index fd2819b..2857dbb 100644 --- a/src/com/rapidminer/operator/ModelUngrouper.java +++ b/src/com/rapidminer/operator/ModelUngrouper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ModelUpdater.java b/src/com/rapidminer/operator/ModelUpdater.java index 47115b7..804d18c 100644 --- a/src/com/rapidminer/operator/ModelUpdater.java +++ b/src/com/rapidminer/operator/ModelUpdater.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/Operator.java b/src/com/rapidminer/operator/Operator.java index 88031b1..a32308f 100644 --- a/src/com/rapidminer/operator/Operator.java +++ b/src/com/rapidminer/operator/Operator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator; import java.io.File; diff --git a/src/com/rapidminer/operator/OperatorCapability.java b/src/com/rapidminer/operator/OperatorCapability.java index 8f7c30e..dec0c9c 100644 --- a/src/com/rapidminer/operator/OperatorCapability.java +++ b/src/com/rapidminer/operator/OperatorCapability.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/OperatorChain.java b/src/com/rapidminer/operator/OperatorChain.java index 75d7fa0..01100c9 100644 --- a/src/com/rapidminer/operator/OperatorChain.java +++ b/src/com/rapidminer/operator/OperatorChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/OperatorCreationException.java b/src/com/rapidminer/operator/OperatorCreationException.java index ae22ae0..918707b 100644 --- a/src/com/rapidminer/operator/OperatorCreationException.java +++ b/src/com/rapidminer/operator/OperatorCreationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/OperatorDescription.java b/src/com/rapidminer/operator/OperatorDescription.java index 67f4ded..2eaf016 100644 --- a/src/com/rapidminer/operator/OperatorDescription.java +++ b/src/com/rapidminer/operator/OperatorDescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/OperatorException.java b/src/com/rapidminer/operator/OperatorException.java index 4771387..4956d6b 100644 --- a/src/com/rapidminer/operator/OperatorException.java +++ b/src/com/rapidminer/operator/OperatorException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/OperatorVersion.java b/src/com/rapidminer/operator/OperatorVersion.java index a687aee..dd7cee8 100644 --- a/src/com/rapidminer/operator/OperatorVersion.java +++ b/src/com/rapidminer/operator/OperatorVersion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ProcessRootOperator.java b/src/com/rapidminer/operator/ProcessRootOperator.java index ace8467..1287285 100644 --- a/src/com/rapidminer/operator/ProcessRootOperator.java +++ b/src/com/rapidminer/operator/ProcessRootOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ProcessSetupError.java b/src/com/rapidminer/operator/ProcessSetupError.java index ab34996..66b2964 100644 --- a/src/com/rapidminer/operator/ProcessSetupError.java +++ b/src/com/rapidminer/operator/ProcessSetupError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ProcessStoppedException.java b/src/com/rapidminer/operator/ProcessStoppedException.java index b885c1a..202c8cd 100644 --- a/src/com/rapidminer/operator/ProcessStoppedException.java +++ b/src/com/rapidminer/operator/ProcessStoppedException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ResultObject.java b/src/com/rapidminer/operator/ResultObject.java index 19a940e..d277ad2 100644 --- a/src/com/rapidminer/operator/ResultObject.java +++ b/src/com/rapidminer/operator/ResultObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ResultObjectAdapter.java b/src/com/rapidminer/operator/ResultObjectAdapter.java index 0e56fa7..2b189b0 100644 --- a/src/com/rapidminer/operator/ResultObjectAdapter.java +++ b/src/com/rapidminer/operator/ResultObjectAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/SQLExecution.java b/src/com/rapidminer/operator/SQLExecution.java index a7238d3..b512776 100644 --- a/src/com/rapidminer/operator/SQLExecution.java +++ b/src/com/rapidminer/operator/SQLExecution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ScriptingOperator.java b/src/com/rapidminer/operator/ScriptingOperator.java index 9983ded..8623fb8 100644 --- a/src/com/rapidminer/operator/ScriptingOperator.java +++ b/src/com/rapidminer/operator/ScriptingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/SimpleOperatorChain.java b/src/com/rapidminer/operator/SimpleOperatorChain.java index 10ad1c8..3272a30 100644 --- a/src/com/rapidminer/operator/SimpleOperatorChain.java +++ b/src/com/rapidminer/operator/SimpleOperatorChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/SimpleProcessSetupError.java b/src/com/rapidminer/operator/SimpleProcessSetupError.java index 6fcec89..aadbab9 100644 --- a/src/com/rapidminer/operator/SimpleProcessSetupError.java +++ b/src/com/rapidminer/operator/SimpleProcessSetupError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/SimpleResultObject.java b/src/com/rapidminer/operator/SimpleResultObject.java index 9967a05..4a338a2 100644 --- a/src/com/rapidminer/operator/SimpleResultObject.java +++ b/src/com/rapidminer/operator/SimpleResultObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/SingleMacroDefinitionOperator.java b/src/com/rapidminer/operator/SingleMacroDefinitionOperator.java index e00d7e4..84c03c3 100644 --- a/src/com/rapidminer/operator/SingleMacroDefinitionOperator.java +++ b/src/com/rapidminer/operator/SingleMacroDefinitionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/UnknownParameterInformation.java b/src/com/rapidminer/operator/UnknownParameterInformation.java index 75bcd6f..bc89ae5 100644 --- a/src/com/rapidminer/operator/UnknownParameterInformation.java +++ b/src/com/rapidminer/operator/UnknownParameterInformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/UserError.java b/src/com/rapidminer/operator/UserError.java index 0ace3bc..c1ee15f 100644 --- a/src/com/rapidminer/operator/UserError.java +++ b/src/com/rapidminer/operator/UserError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/Value.java b/src/com/rapidminer/operator/Value.java index 9a1c1b1..af49775 100644 --- a/src/com/rapidminer/operator/Value.java +++ b/src/com/rapidminer/operator/Value.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ValueDouble.java b/src/com/rapidminer/operator/ValueDouble.java index f50c73a..28369d4 100644 --- a/src/com/rapidminer/operator/ValueDouble.java +++ b/src/com/rapidminer/operator/ValueDouble.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ValueInterface.java b/src/com/rapidminer/operator/ValueInterface.java index 733fd23..af4bbc1 100644 --- a/src/com/rapidminer/operator/ValueInterface.java +++ b/src/com/rapidminer/operator/ValueInterface.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ValueString.java b/src/com/rapidminer/operator/ValueString.java index 64acb3f..9f07055 100644 --- a/src/com/rapidminer/operator/ValueString.java +++ b/src/com/rapidminer/operator/ValueString.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ViewModel.java b/src/com/rapidminer/operator/ViewModel.java index b824039..393a673 100644 --- a/src/com/rapidminer/operator/ViewModel.java +++ b/src/com/rapidminer/operator/ViewModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/WrongNumberOfInnerOperatorsException.java b/src/com/rapidminer/operator/WrongNumberOfInnerOperatorsException.java index 0e0077a..f3238cb 100644 --- a/src/com/rapidminer/operator/WrongNumberOfInnerOperatorsException.java +++ b/src/com/rapidminer/operator/WrongNumberOfInnerOperatorsException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/annotation/ExampleSetResourceConsumptionEstimator.java b/src/com/rapidminer/operator/annotation/ExampleSetResourceConsumptionEstimator.java index cd0ea66..4b0e338 100644 --- a/src/com/rapidminer/operator/annotation/ExampleSetResourceConsumptionEstimator.java +++ b/src/com/rapidminer/operator/annotation/ExampleSetResourceConsumptionEstimator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/annotation/PolynomialExampleSetResourceConsumptionEstimator.java b/src/com/rapidminer/operator/annotation/PolynomialExampleSetResourceConsumptionEstimator.java index ea12ee9..4d99055 100644 --- a/src/com/rapidminer/operator/annotation/PolynomialExampleSetResourceConsumptionEstimator.java +++ b/src/com/rapidminer/operator/annotation/PolynomialExampleSetResourceConsumptionEstimator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/annotation/PolynomialFunction.java b/src/com/rapidminer/operator/annotation/PolynomialFunction.java index b19509f..20173c1 100644 --- a/src/com/rapidminer/operator/annotation/PolynomialFunction.java +++ b/src/com/rapidminer/operator/annotation/PolynomialFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/annotation/ResourceConsumer.java b/src/com/rapidminer/operator/annotation/ResourceConsumer.java index b635551..e1cbfe5 100644 --- a/src/com/rapidminer/operator/annotation/ResourceConsumer.java +++ b/src/com/rapidminer/operator/annotation/ResourceConsumer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/annotation/ResourceConsumptionEstimator.java b/src/com/rapidminer/operator/annotation/ResourceConsumptionEstimator.java index 2bdb241..d977519 100644 --- a/src/com/rapidminer/operator/annotation/ResourceConsumptionEstimator.java +++ b/src/com/rapidminer/operator/annotation/ResourceConsumptionEstimator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/associations/AssociationRulesApplier.java b/src/com/rapidminer/operator/associations/AssociationRulesApplier.java index 757f555..26a8e44 100644 --- a/src/com/rapidminer/operator/associations/AssociationRulesApplier.java +++ b/src/com/rapidminer/operator/associations/AssociationRulesApplier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/Centroid.java b/src/com/rapidminer/operator/clustering/Centroid.java index ac2549b..972d0fb 100644 --- a/src/com/rapidminer/operator/clustering/Centroid.java +++ b/src/com/rapidminer/operator/clustering/Centroid.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/CentroidClusterModel.java b/src/com/rapidminer/operator/clustering/CentroidClusterModel.java index 5abb711..ca52959 100644 --- a/src/com/rapidminer/operator/clustering/CentroidClusterModel.java +++ b/src/com/rapidminer/operator/clustering/CentroidClusterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/Cluster.java b/src/com/rapidminer/operator/clustering/Cluster.java index 8669c3f..c99c34a 100644 --- a/src/com/rapidminer/operator/clustering/Cluster.java +++ b/src/com/rapidminer/operator/clustering/Cluster.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/ClusterModel.java b/src/com/rapidminer/operator/clustering/ClusterModel.java index 9190d2b..f335335 100644 --- a/src/com/rapidminer/operator/clustering/ClusterModel.java +++ b/src/com/rapidminer/operator/clustering/ClusterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/ClusterModel2ExampleSet.java b/src/com/rapidminer/operator/clustering/ClusterModel2ExampleSet.java index d9c72ef..0f072ea 100644 --- a/src/com/rapidminer/operator/clustering/ClusterModel2ExampleSet.java +++ b/src/com/rapidminer/operator/clustering/ClusterModel2ExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/ClusterModelInterface.java b/src/com/rapidminer/operator/clustering/ClusterModelInterface.java index 72b60af..5c305a4 100644 --- a/src/com/rapidminer/operator/clustering/ClusterModelInterface.java +++ b/src/com/rapidminer/operator/clustering/ClusterModelInterface.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/ClusterToPrediction.java b/src/com/rapidminer/operator/clustering/ClusterToPrediction.java index 3d1c37d..8b01f21 100644 --- a/src/com/rapidminer/operator/clustering/ClusterToPrediction.java +++ b/src/com/rapidminer/operator/clustering/ClusterToPrediction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/DendogramHierarchicalClusterModel.java b/src/com/rapidminer/operator/clustering/DendogramHierarchicalClusterModel.java index bd4f1f3..e613665 100644 --- a/src/com/rapidminer/operator/clustering/DendogramHierarchicalClusterModel.java +++ b/src/com/rapidminer/operator/clustering/DendogramHierarchicalClusterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/ExtractClusterPrototypes.java b/src/com/rapidminer/operator/clustering/ExtractClusterPrototypes.java index 2c0b585..14bf88f 100644 --- a/src/com/rapidminer/operator/clustering/ExtractClusterPrototypes.java +++ b/src/com/rapidminer/operator/clustering/ExtractClusterPrototypes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/FlatFuzzyClusterModel.java b/src/com/rapidminer/operator/clustering/FlatFuzzyClusterModel.java index c713cda..addb857 100644 --- a/src/com/rapidminer/operator/clustering/FlatFuzzyClusterModel.java +++ b/src/com/rapidminer/operator/clustering/FlatFuzzyClusterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/FlattenClusterModel.java b/src/com/rapidminer/operator/clustering/FlattenClusterModel.java index f1ad69f..51b190d 100644 --- a/src/com/rapidminer/operator/clustering/FlattenClusterModel.java +++ b/src/com/rapidminer/operator/clustering/FlattenClusterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/HierarchicalClusterLeafNode.java b/src/com/rapidminer/operator/clustering/HierarchicalClusterLeafNode.java index 23f0e85..9bc848a 100644 --- a/src/com/rapidminer/operator/clustering/HierarchicalClusterLeafNode.java +++ b/src/com/rapidminer/operator/clustering/HierarchicalClusterLeafNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/HierarchicalClusterModel.java b/src/com/rapidminer/operator/clustering/HierarchicalClusterModel.java index 8de8636..df717d1 100644 --- a/src/com/rapidminer/operator/clustering/HierarchicalClusterModel.java +++ b/src/com/rapidminer/operator/clustering/HierarchicalClusterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/HierarchicalClusterNode.java b/src/com/rapidminer/operator/clustering/HierarchicalClusterNode.java index a79e450..cf4160c 100644 --- a/src/com/rapidminer/operator/clustering/HierarchicalClusterNode.java +++ b/src/com/rapidminer/operator/clustering/HierarchicalClusterNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/AbstractClusterer.java b/src/com/rapidminer/operator/clustering/clusterer/AbstractClusterer.java index 1e2c10a..3196a11 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/AbstractClusterer.java +++ b/src/com/rapidminer/operator/clustering/clusterer/AbstractClusterer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/AbstractLinkageMethod.java b/src/com/rapidminer/operator/clustering/clusterer/AbstractLinkageMethod.java index 5f9565e..e5cec59 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/AbstractLinkageMethod.java +++ b/src/com/rapidminer/operator/clustering/clusterer/AbstractLinkageMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/Agglomeration.java b/src/com/rapidminer/operator/clustering/clusterer/Agglomeration.java index feee969..944913b 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/Agglomeration.java +++ b/src/com/rapidminer/operator/clustering/clusterer/Agglomeration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/AgglomerativeClustering.java b/src/com/rapidminer/operator/clustering/clusterer/AgglomerativeClustering.java index ccfde27..36204d5 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/AgglomerativeClustering.java +++ b/src/com/rapidminer/operator/clustering/clusterer/AgglomerativeClustering.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/AverageLinkageMethod.java b/src/com/rapidminer/operator/clustering/clusterer/AverageLinkageMethod.java index 299dc50..0bb7707 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/AverageLinkageMethod.java +++ b/src/com/rapidminer/operator/clustering/clusterer/AverageLinkageMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/CompleteLinkageMethod.java b/src/com/rapidminer/operator/clustering/clusterer/CompleteLinkageMethod.java index f24d8bb..ac877f1 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/CompleteLinkageMethod.java +++ b/src/com/rapidminer/operator/clustering/clusterer/CompleteLinkageMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/DBScan.java b/src/com/rapidminer/operator/clustering/clusterer/DBScan.java index 79a0723..02d90a9 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/DBScan.java +++ b/src/com/rapidminer/operator/clustering/clusterer/DBScan.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/DistanceMatrix.java b/src/com/rapidminer/operator/clustering/clusterer/DistanceMatrix.java index d0efbc9..f744c08 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/DistanceMatrix.java +++ b/src/com/rapidminer/operator/clustering/clusterer/DistanceMatrix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/ExampleSet2ClusterModel.java b/src/com/rapidminer/operator/clustering/clusterer/ExampleSet2ClusterModel.java index 4032ed3..2d523f7 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/ExampleSet2ClusterModel.java +++ b/src/com/rapidminer/operator/clustering/clusterer/ExampleSet2ClusterModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/FastKMeans.java b/src/com/rapidminer/operator/clustering/clusterer/FastKMeans.java index 8a4a5f4..a725b46 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/FastKMeans.java +++ b/src/com/rapidminer/operator/clustering/clusterer/FastKMeans.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/KMeans.java b/src/com/rapidminer/operator/clustering/clusterer/KMeans.java index 8d363bc..062d225 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/KMeans.java +++ b/src/com/rapidminer/operator/clustering/clusterer/KMeans.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/KMedoids.java b/src/com/rapidminer/operator/clustering/clusterer/KMedoids.java index 8768751..35f5e46 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/KMedoids.java +++ b/src/com/rapidminer/operator/clustering/clusterer/KMedoids.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/KernelKMeans.java b/src/com/rapidminer/operator/clustering/clusterer/KernelKMeans.java index d3db24c..e545b45 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/KernelKMeans.java +++ b/src/com/rapidminer/operator/clustering/clusterer/KernelKMeans.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/RMAbstractClusterer.java b/src/com/rapidminer/operator/clustering/clusterer/RMAbstractClusterer.java index 35adf96..30bfd88 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/RMAbstractClusterer.java +++ b/src/com/rapidminer/operator/clustering/clusterer/RMAbstractClusterer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/RandomClustering.java b/src/com/rapidminer/operator/clustering/clusterer/RandomClustering.java index 4104447..1e54913 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/RandomClustering.java +++ b/src/com/rapidminer/operator/clustering/clusterer/RandomClustering.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/SVCExampleSet.java b/src/com/rapidminer/operator/clustering/clusterer/SVCExampleSet.java index e67732f..e8a8c6d 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/SVCExampleSet.java +++ b/src/com/rapidminer/operator/clustering/clusterer/SVCExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/SVClustering.java b/src/com/rapidminer/operator/clustering/clusterer/SVClustering.java index ca74f3c..6315752 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/SVClustering.java +++ b/src/com/rapidminer/operator/clustering/clusterer/SVClustering.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/SVClusteringAlgorithm.java b/src/com/rapidminer/operator/clustering/clusterer/SVClusteringAlgorithm.java index 24fef6c..1b551de 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/SVClusteringAlgorithm.java +++ b/src/com/rapidminer/operator/clustering/clusterer/SVClusteringAlgorithm.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/SingleLinkageMethod.java b/src/com/rapidminer/operator/clustering/clusterer/SingleLinkageMethod.java index 1c17437..719c48d 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/SingleLinkageMethod.java +++ b/src/com/rapidminer/operator/clustering/clusterer/SingleLinkageMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/TopDownClustering.java b/src/com/rapidminer/operator/clustering/clusterer/TopDownClustering.java index f7cb371..309b989 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/TopDownClustering.java +++ b/src/com/rapidminer/operator/clustering/clusterer/TopDownClustering.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/XMeans.java b/src/com/rapidminer/operator/clustering/clusterer/XMeans.java index 56c3a18..7655d52 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/XMeans.java +++ b/src/com/rapidminer/operator/clustering/clusterer/XMeans.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/clustering/clusterer/soft/EMClusterer.java b/src/com/rapidminer/operator/clustering/clusterer/soft/EMClusterer.java index 72a24fa..554bb81 100644 --- a/src/com/rapidminer/operator/clustering/clusterer/soft/EMClusterer.java +++ b/src/com/rapidminer/operator/clustering/clusterer/soft/EMClusterer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.clustering.clusterer.soft; import java.util.Collection; diff --git a/src/com/rapidminer/operator/collections/CollectionIterationOperator.java b/src/com/rapidminer/operator/collections/CollectionIterationOperator.java index fc71131..86f5775 100644 --- a/src/com/rapidminer/operator/collections/CollectionIterationOperator.java +++ b/src/com/rapidminer/operator/collections/CollectionIterationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/collections/CollectionOperator.java b/src/com/rapidminer/operator/collections/CollectionOperator.java index 4585886..54bbe3a 100644 --- a/src/com/rapidminer/operator/collections/CollectionOperator.java +++ b/src/com/rapidminer/operator/collections/CollectionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/collections/SelectionOperator.java b/src/com/rapidminer/operator/collections/SelectionOperator.java index 898d6dc..42801ac 100644 --- a/src/com/rapidminer/operator/collections/SelectionOperator.java +++ b/src/com/rapidminer/operator/collections/SelectionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/collections/UnfoldOperator.java b/src/com/rapidminer/operator/collections/UnfoldOperator.java index 5041654..c066d8e 100644 --- a/src/com/rapidminer/operator/collections/UnfoldOperator.java +++ b/src/com/rapidminer/operator/collections/UnfoldOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/condition/AllInnerOperatorCondition.java b/src/com/rapidminer/operator/condition/AllInnerOperatorCondition.java index 0c25e7c..f500703 100644 --- a/src/com/rapidminer/operator/condition/AllInnerOperatorCondition.java +++ b/src/com/rapidminer/operator/condition/AllInnerOperatorCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/condition/CombinedInnerOperatorCondition.java b/src/com/rapidminer/operator/condition/CombinedInnerOperatorCondition.java index 7065373..dd355b9 100644 --- a/src/com/rapidminer/operator/condition/CombinedInnerOperatorCondition.java +++ b/src/com/rapidminer/operator/condition/CombinedInnerOperatorCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/condition/FirstInnerOperatorCondition.java b/src/com/rapidminer/operator/condition/FirstInnerOperatorCondition.java index 3ebcb42..15f2540 100644 --- a/src/com/rapidminer/operator/condition/FirstInnerOperatorCondition.java +++ b/src/com/rapidminer/operator/condition/FirstInnerOperatorCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/condition/InnerOperatorCondition.java b/src/com/rapidminer/operator/condition/InnerOperatorCondition.java index 6fb820c..4e9a829 100644 --- a/src/com/rapidminer/operator/condition/InnerOperatorCondition.java +++ b/src/com/rapidminer/operator/condition/InnerOperatorCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/condition/LastInnerOperatorCondition.java b/src/com/rapidminer/operator/condition/LastInnerOperatorCondition.java index 4644764..287682c 100644 --- a/src/com/rapidminer/operator/condition/LastInnerOperatorCondition.java +++ b/src/com/rapidminer/operator/condition/LastInnerOperatorCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/condition/SimpleChainInnerOperatorCondition.java b/src/com/rapidminer/operator/condition/SimpleChainInnerOperatorCondition.java index f2fc697..6c8a85f 100644 --- a/src/com/rapidminer/operator/condition/SimpleChainInnerOperatorCondition.java +++ b/src/com/rapidminer/operator/condition/SimpleChainInnerOperatorCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/condition/SpecificInnerOperatorCondition.java b/src/com/rapidminer/operator/condition/SpecificInnerOperatorCondition.java index dd44db5..771f73e 100644 --- a/src/com/rapidminer/operator/condition/SpecificInnerOperatorCondition.java +++ b/src/com/rapidminer/operator/condition/SpecificInnerOperatorCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/execution/SimpleUnitExecutionFactory.java b/src/com/rapidminer/operator/execution/SimpleUnitExecutionFactory.java index 056b010..927fab9 100644 --- a/src/com/rapidminer/operator/execution/SimpleUnitExecutionFactory.java +++ b/src/com/rapidminer/operator/execution/SimpleUnitExecutionFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/execution/SimpleUnitExecutor.java b/src/com/rapidminer/operator/execution/SimpleUnitExecutor.java index 9108842..3d65a94 100644 --- a/src/com/rapidminer/operator/execution/SimpleUnitExecutor.java +++ b/src/com/rapidminer/operator/execution/SimpleUnitExecutor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/execution/UnitExecutionFactory.java b/src/com/rapidminer/operator/execution/UnitExecutionFactory.java index 01a037d..e12e5aa 100644 --- a/src/com/rapidminer/operator/execution/UnitExecutionFactory.java +++ b/src/com/rapidminer/operator/execution/UnitExecutionFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/execution/UnitExecutor.java b/src/com/rapidminer/operator/execution/UnitExecutor.java index 8fdcf39..d459091 100644 --- a/src/com/rapidminer/operator/execution/UnitExecutor.java +++ b/src/com/rapidminer/operator/execution/UnitExecutor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/AbstractFeatureProcessing.java b/src/com/rapidminer/operator/features/AbstractFeatureProcessing.java index 3165428..a385254 100644 --- a/src/com/rapidminer/operator/features/AbstractFeatureProcessing.java +++ b/src/com/rapidminer/operator/features/AbstractFeatureProcessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/AttributeWeightsApplier.java b/src/com/rapidminer/operator/features/AttributeWeightsApplier.java index c424fa9..7556f42 100644 --- a/src/com/rapidminer/operator/features/AttributeWeightsApplier.java +++ b/src/com/rapidminer/operator/features/AttributeWeightsApplier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/FeatureOperator.java b/src/com/rapidminer/operator/features/FeatureOperator.java index 643b984..a290daf 100644 --- a/src/com/rapidminer/operator/features/FeatureOperator.java +++ b/src/com/rapidminer/operator/features/FeatureOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/Individual.java b/src/com/rapidminer/operator/features/Individual.java index c70e49d..e0ab084 100644 --- a/src/com/rapidminer/operator/features/Individual.java +++ b/src/com/rapidminer/operator/features/Individual.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/IndividualOperator.java b/src/com/rapidminer/operator/features/IndividualOperator.java index 6aac969..290fe45 100644 --- a/src/com/rapidminer/operator/features/IndividualOperator.java +++ b/src/com/rapidminer/operator/features/IndividualOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/KeepBest.java b/src/com/rapidminer/operator/features/KeepBest.java index 7d2b08a..929e42c 100644 --- a/src/com/rapidminer/operator/features/KeepBest.java +++ b/src/com/rapidminer/operator/features/KeepBest.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/Population.java b/src/com/rapidminer/operator/features/Population.java index 06048c9..1ca9570 100644 --- a/src/com/rapidminer/operator/features/Population.java +++ b/src/com/rapidminer/operator/features/Population.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/PopulationEvaluator.java b/src/com/rapidminer/operator/features/PopulationEvaluator.java index 9f56bf6..52b9cbe 100644 --- a/src/com/rapidminer/operator/features/PopulationEvaluator.java +++ b/src/com/rapidminer/operator/features/PopulationEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/PopulationOperator.java b/src/com/rapidminer/operator/features/PopulationOperator.java index 8fe3704..b40e356 100644 --- a/src/com/rapidminer/operator/features/PopulationOperator.java +++ b/src/com/rapidminer/operator/features/PopulationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/PopulationPlotter.java b/src/com/rapidminer/operator/features/PopulationPlotter.java index 34438ef..1dba829 100644 --- a/src/com/rapidminer/operator/features/PopulationPlotter.java +++ b/src/com/rapidminer/operator/features/PopulationPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/RedundanceRemoval.java b/src/com/rapidminer/operator/features/RedundanceRemoval.java index 5a3cac1..370e080 100644 --- a/src/com/rapidminer/operator/features/RedundanceRemoval.java +++ b/src/com/rapidminer/operator/features/RedundanceRemoval.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/SimplePopulationEvaluator.java b/src/com/rapidminer/operator/features/SimplePopulationEvaluator.java index 842b447..4dbfd51 100644 --- a/src/com/rapidminer/operator/features/SimplePopulationEvaluator.java +++ b/src/com/rapidminer/operator/features/SimplePopulationEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/AggregationCrossover.java b/src/com/rapidminer/operator/features/aggregation/AggregationCrossover.java index 4189c63..f4f3828 100644 --- a/src/com/rapidminer/operator/features/aggregation/AggregationCrossover.java +++ b/src/com/rapidminer/operator/features/aggregation/AggregationCrossover.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/AggregationIndividual.java b/src/com/rapidminer/operator/features/aggregation/AggregationIndividual.java index 4418cf9..cab000c 100644 --- a/src/com/rapidminer/operator/features/aggregation/AggregationIndividual.java +++ b/src/com/rapidminer/operator/features/aggregation/AggregationIndividual.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/AggregationMutation.java b/src/com/rapidminer/operator/features/aggregation/AggregationMutation.java index f51a060..2d30ff1 100644 --- a/src/com/rapidminer/operator/features/aggregation/AggregationMutation.java +++ b/src/com/rapidminer/operator/features/aggregation/AggregationMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/AggregationNonDominatedSortingSelection.java b/src/com/rapidminer/operator/features/aggregation/AggregationNonDominatedSortingSelection.java index b941662..cfb80b3 100644 --- a/src/com/rapidminer/operator/features/aggregation/AggregationNonDominatedSortingSelection.java +++ b/src/com/rapidminer/operator/features/aggregation/AggregationNonDominatedSortingSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/AggregationPopulationPlotter.java b/src/com/rapidminer/operator/features/aggregation/AggregationPopulationPlotter.java index b03290a..e5b0f28 100644 --- a/src/com/rapidminer/operator/features/aggregation/AggregationPopulationPlotter.java +++ b/src/com/rapidminer/operator/features/aggregation/AggregationPopulationPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/AggregationSelection.java b/src/com/rapidminer/operator/features/aggregation/AggregationSelection.java index 8d61f0e..d335bcb 100644 --- a/src/com/rapidminer/operator/features/aggregation/AggregationSelection.java +++ b/src/com/rapidminer/operator/features/aggregation/AggregationSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/AggregationTournamentSelection.java b/src/com/rapidminer/operator/features/aggregation/AggregationTournamentSelection.java index 22cb509..c0ff762 100644 --- a/src/com/rapidminer/operator/features/aggregation/AggregationTournamentSelection.java +++ b/src/com/rapidminer/operator/features/aggregation/AggregationTournamentSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/aggregation/EvolutionaryFeatureAggregation.java b/src/com/rapidminer/operator/features/aggregation/EvolutionaryFeatureAggregation.java index 1572dd7..51ca1ed 100644 --- a/src/com/rapidminer/operator/features/aggregation/EvolutionaryFeatureAggregation.java +++ b/src/com/rapidminer/operator/features/aggregation/EvolutionaryFeatureAggregation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/AGA.java b/src/com/rapidminer/operator/features/construction/AGA.java index a237934..2777db1 100644 --- a/src/com/rapidminer/operator/features/construction/AGA.java +++ b/src/com/rapidminer/operator/features/construction/AGA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/AbstractFeatureConstruction.java b/src/com/rapidminer/operator/features/construction/AbstractFeatureConstruction.java index 743f71b..9916598 100644 --- a/src/com/rapidminer/operator/features/construction/AbstractFeatureConstruction.java +++ b/src/com/rapidminer/operator/features/construction/AbstractFeatureConstruction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/AbstractGeneratingGeneticAlgorithm.java b/src/com/rapidminer/operator/features/construction/AbstractGeneratingGeneticAlgorithm.java index e79a146..007c9b8 100644 --- a/src/com/rapidminer/operator/features/construction/AbstractGeneratingGeneticAlgorithm.java +++ b/src/com/rapidminer/operator/features/construction/AbstractGeneratingGeneticAlgorithm.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -56,7 +56,7 @@ * value series, it is restricted to example sets with only single attributes. * For automatic feature extraction from values series the value series plugin * for RapidMiner written by Ingo Mierswa should be used. It is available at http://rapid-i.com + * href="http://rapidminer.com">http://rapidminer.com * * @rapidminer.reference Ritthoff/etal/2001a * diff --git a/src/com/rapidminer/operator/features/construction/AttributeAggregationOperator.java b/src/com/rapidminer/operator/features/construction/AttributeAggregationOperator.java index 5af7fde..980f170 100644 --- a/src/com/rapidminer/operator/features/construction/AttributeAggregationOperator.java +++ b/src/com/rapidminer/operator/features/construction/AttributeAggregationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/AttributeConstruction.java b/src/com/rapidminer/operator/features/construction/AttributeConstruction.java index 5f40e0c..c481d2c 100644 --- a/src/com/rapidminer/operator/features/construction/AttributeConstruction.java +++ b/src/com/rapidminer/operator/features/construction/AttributeConstruction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.features.construction; import java.util.Iterator; diff --git a/src/com/rapidminer/operator/features/construction/AttributeGenerator.java b/src/com/rapidminer/operator/features/construction/AttributeGenerator.java index 0dca5a5..b326077 100644 --- a/src/com/rapidminer/operator/features/construction/AttributeGenerator.java +++ b/src/com/rapidminer/operator/features/construction/AttributeGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/CompleteFeatureGenerationOperator.java b/src/com/rapidminer/operator/features/construction/CompleteFeatureGenerationOperator.java index c736f1d..69a5a2d 100644 --- a/src/com/rapidminer/operator/features/construction/CompleteFeatureGenerationOperator.java +++ b/src/com/rapidminer/operator/features/construction/CompleteFeatureGenerationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ConditionedFeatureGeneration.java b/src/com/rapidminer/operator/features/construction/ConditionedFeatureGeneration.java index 630abca..8918596 100644 --- a/src/com/rapidminer/operator/features/construction/ConditionedFeatureGeneration.java +++ b/src/com/rapidminer/operator/features/construction/ConditionedFeatureGeneration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ConstantGeneration.java b/src/com/rapidminer/operator/features/construction/ConstantGeneration.java index 8be502a..1f45945 100644 --- a/src/com/rapidminer/operator/features/construction/ConstantGeneration.java +++ b/src/com/rapidminer/operator/features/construction/ConstantGeneration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/DirectedGGA.java b/src/com/rapidminer/operator/features/construction/DirectedGGA.java index b800ad9..3dd44e6 100644 --- a/src/com/rapidminer/operator/features/construction/DirectedGGA.java +++ b/src/com/rapidminer/operator/features/construction/DirectedGGA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -79,7 +79,7 @@ * value series, it is restricted to example sets with only single attributes. * For (automatic) feature extraction from values series the value series plugin * for RapidMiner written by Ingo Mierswa should be used. It is available at - * http://rapid-i.com. + * http://rapidminer.com. * * @author Ingo Mierswa */ diff --git a/src/com/rapidminer/operator/features/construction/DirectedGeneratingMutation.java b/src/com/rapidminer/operator/features/construction/DirectedGeneratingMutation.java index f31aa00..b3c46dc 100644 --- a/src/com/rapidminer/operator/features/construction/DirectedGeneratingMutation.java +++ b/src/com/rapidminer/operator/features/construction/DirectedGeneratingMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/EquivalentAttributeRemoval.java b/src/com/rapidminer/operator/features/construction/EquivalentAttributeRemoval.java index e9b5f52..90526e2 100644 --- a/src/com/rapidminer/operator/features/construction/EquivalentAttributeRemoval.java +++ b/src/com/rapidminer/operator/features/construction/EquivalentAttributeRemoval.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedFeatureOperator.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedFeatureOperator.java index 379e7e3..013427c 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedFeatureOperator.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedFeatureOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividual.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividual.java index 1efe07d..4be6dc1 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividual.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividual.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividualOperator.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividualOperator.java index 784e3a6..b5e1556 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividualOperator.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedIndividualOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulation.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulation.java index ef6bdee..385da4f 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulation.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulationOperator.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulationOperator.java index 75fba1a..ef93b8e 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulationOperator.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedPopulationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionCrossover.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionCrossover.java index 67fb3e2..5304929 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionCrossover.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionCrossover.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionMutation.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionMutation.java index d6f6d60..471c150 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionMutation.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedSelectionMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ExampleSetBasedTournamentSelection.java b/src/com/rapidminer/operator/features/construction/ExampleSetBasedTournamentSelection.java index c7f8a73..e18076f 100644 --- a/src/com/rapidminer/operator/features/construction/ExampleSetBasedTournamentSelection.java +++ b/src/com/rapidminer/operator/features/construction/ExampleSetBasedTournamentSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/FeatureGenerationOperator.java b/src/com/rapidminer/operator/features/construction/FeatureGenerationOperator.java index 1774e49..ea5b127 100644 --- a/src/com/rapidminer/operator/features/construction/FeatureGenerationOperator.java +++ b/src/com/rapidminer/operator/features/construction/FeatureGenerationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/FourierGGA.java b/src/com/rapidminer/operator/features/construction/FourierGGA.java index 7247da4..484322d 100644 --- a/src/com/rapidminer/operator/features/construction/FourierGGA.java +++ b/src/com/rapidminer/operator/features/construction/FourierGGA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -63,7 +63,7 @@ * value series, it is restricted to example sets with only single attributes. * For (automatic) feature extraction from values series the value series plugin * for RapidMiner written by Ingo Mierswa should be used. It is available at http://rapid-i.com. + * href="http://rapidminer.com">http://rapidminer.com. * * @author Ingo Mierswa */ diff --git a/src/com/rapidminer/operator/features/construction/FourierGeneratingMutation.java b/src/com/rapidminer/operator/features/construction/FourierGeneratingMutation.java index 0af6f60..4e371de 100644 --- a/src/com/rapidminer/operator/features/construction/FourierGeneratingMutation.java +++ b/src/com/rapidminer/operator/features/construction/FourierGeneratingMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/FourierGenerator.java b/src/com/rapidminer/operator/features/construction/FourierGenerator.java index 13bb282..d14456b 100644 --- a/src/com/rapidminer/operator/features/construction/FourierGenerator.java +++ b/src/com/rapidminer/operator/features/construction/FourierGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/GaussFeatureConstructionOperator.java b/src/com/rapidminer/operator/features/construction/GaussFeatureConstructionOperator.java index 580fcba..325e453 100644 --- a/src/com/rapidminer/operator/features/construction/GaussFeatureConstructionOperator.java +++ b/src/com/rapidminer/operator/features/construction/GaussFeatureConstructionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/GeneratingGeneticAlgorithm.java b/src/com/rapidminer/operator/features/construction/GeneratingGeneticAlgorithm.java index 11c56e4..bf89870 100644 --- a/src/com/rapidminer/operator/features/construction/GeneratingGeneticAlgorithm.java +++ b/src/com/rapidminer/operator/features/construction/GeneratingGeneticAlgorithm.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -48,7 +48,7 @@ * value series, it is restricted to example sets with only single attributes. * For automatic feature extraction from values series the value series plugin * for RapidMiner written by Ingo Mierswa should be used. It is available at http://rapid-i.com + * href="http://rapidminer.com">http://rapidminer.com * * @rapidminer.reference Ritthoff/etal/2001a * @author Ingo Mierswa, Simon Fischer diff --git a/src/com/rapidminer/operator/features/construction/GeneratingMutation.java b/src/com/rapidminer/operator/features/construction/GeneratingMutation.java index 3633c99..0957f41 100644 --- a/src/com/rapidminer/operator/features/construction/GeneratingMutation.java +++ b/src/com/rapidminer/operator/features/construction/GeneratingMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/LinearCombinationOperator.java b/src/com/rapidminer/operator/features/construction/LinearCombinationOperator.java index 0ccbb9a..e29f0ca 100644 --- a/src/com/rapidminer/operator/features/construction/LinearCombinationOperator.java +++ b/src/com/rapidminer/operator/features/construction/LinearCombinationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/ProductGenerationOperator.java b/src/com/rapidminer/operator/features/construction/ProductGenerationOperator.java index 546c001..cb7d3a7 100644 --- a/src/com/rapidminer/operator/features/construction/ProductGenerationOperator.java +++ b/src/com/rapidminer/operator/features/construction/ProductGenerationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/RemoveUselessAttributes.java b/src/com/rapidminer/operator/features/construction/RemoveUselessAttributes.java index 34461e7..c937a0f 100644 --- a/src/com/rapidminer/operator/features/construction/RemoveUselessAttributes.java +++ b/src/com/rapidminer/operator/features/construction/RemoveUselessAttributes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/UnbalancedCrossover.java b/src/com/rapidminer/operator/features/construction/UnbalancedCrossover.java index fd858f5..273b848 100644 --- a/src/com/rapidminer/operator/features/construction/UnbalancedCrossover.java +++ b/src/com/rapidminer/operator/features/construction/UnbalancedCrossover.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/construction/YAGGA.java b/src/com/rapidminer/operator/features/construction/YAGGA.java index f97682e..0a17d56 100644 --- a/src/com/rapidminer/operator/features/construction/YAGGA.java +++ b/src/com/rapidminer/operator/features/construction/YAGGA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -59,7 +59,7 @@ * value series, it is restricted to example sets with only single attributes. * For (automatic) feature extraction from values series the value series plugin * for RapidMiner written by Ingo Mierswa should be used. It is available at http://rapid-i.com. + * href="http://rapidminer.com">http://rapidminer.com. * * @author Ingo Mierswa, Simon Fischer */ diff --git a/src/com/rapidminer/operator/features/construction/YAGGA2.java b/src/com/rapidminer/operator/features/construction/YAGGA2.java index e499f0a..95db417 100644 --- a/src/com/rapidminer/operator/features/construction/YAGGA2.java +++ b/src/com/rapidminer/operator/features/construction/YAGGA2.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/AbstractFeatureSelection.java b/src/com/rapidminer/operator/features/selection/AbstractFeatureSelection.java index 61ec19d..921f213 100644 --- a/src/com/rapidminer/operator/features/selection/AbstractFeatureSelection.java +++ b/src/com/rapidminer/operator/features/selection/AbstractFeatureSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.java b/src/com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.java index 615605f..b7c08e4 100644 --- a/src/com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.java +++ b/src/com/rapidminer/operator/features/selection/AbstractGeneticAlgorithm.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/AttributeWeightSelection.java b/src/com/rapidminer/operator/features/selection/AttributeWeightSelection.java index 6506eae..10d20bc 100644 --- a/src/com/rapidminer/operator/features/selection/AttributeWeightSelection.java +++ b/src/com/rapidminer/operator/features/selection/AttributeWeightSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/BackwardAttributeEliminationOperator.java b/src/com/rapidminer/operator/features/selection/BackwardAttributeEliminationOperator.java index cd1b5de..16afa4b 100644 --- a/src/com/rapidminer/operator/features/selection/BackwardAttributeEliminationOperator.java +++ b/src/com/rapidminer/operator/features/selection/BackwardAttributeEliminationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/BackwardElimination.java b/src/com/rapidminer/operator/features/selection/BackwardElimination.java index 079bfd4..f6b5cd5 100644 --- a/src/com/rapidminer/operator/features/selection/BackwardElimination.java +++ b/src/com/rapidminer/operator/features/selection/BackwardElimination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/BestSelection.java b/src/com/rapidminer/operator/features/selection/BestSelection.java index d13e4ff..ef05488 100644 --- a/src/com/rapidminer/operator/features/selection/BestSelection.java +++ b/src/com/rapidminer/operator/features/selection/BestSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/BoltzmannSelection.java b/src/com/rapidminer/operator/features/selection/BoltzmannSelection.java index 4b922e5..3b1b138 100644 --- a/src/com/rapidminer/operator/features/selection/BoltzmannSelection.java +++ b/src/com/rapidminer/operator/features/selection/BoltzmannSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/BruteForceSelection.java b/src/com/rapidminer/operator/features/selection/BruteForceSelection.java index 5e109e3..22d0369 100644 --- a/src/com/rapidminer/operator/features/selection/BruteForceSelection.java +++ b/src/com/rapidminer/operator/features/selection/BruteForceSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/CutSelection.java b/src/com/rapidminer/operator/features/selection/CutSelection.java index 58f9a06..85973f7 100644 --- a/src/com/rapidminer/operator/features/selection/CutSelection.java +++ b/src/com/rapidminer/operator/features/selection/CutSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/FeatureSelectionOperator.java b/src/com/rapidminer/operator/features/selection/FeatureSelectionOperator.java index 4c34366..c432ac0 100644 --- a/src/com/rapidminer/operator/features/selection/FeatureSelectionOperator.java +++ b/src/com/rapidminer/operator/features/selection/FeatureSelectionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/ForwardAttributeSelectionOperator.java b/src/com/rapidminer/operator/features/selection/ForwardAttributeSelectionOperator.java index 48ad44f..8f7bd5a 100644 --- a/src/com/rapidminer/operator/features/selection/ForwardAttributeSelectionOperator.java +++ b/src/com/rapidminer/operator/features/selection/ForwardAttributeSelectionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/ForwardSelection.java b/src/com/rapidminer/operator/features/selection/ForwardSelection.java index 82ea218..16f1d09 100644 --- a/src/com/rapidminer/operator/features/selection/ForwardSelection.java +++ b/src/com/rapidminer/operator/features/selection/ForwardSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/ForwardSelectionOperator.java b/src/com/rapidminer/operator/features/selection/ForwardSelectionOperator.java index 096a778..4ad5167 100644 --- a/src/com/rapidminer/operator/features/selection/ForwardSelectionOperator.java +++ b/src/com/rapidminer/operator/features/selection/ForwardSelectionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/GeneticAlgorithm.java b/src/com/rapidminer/operator/features/selection/GeneticAlgorithm.java index 802763e..af4fe15 100644 --- a/src/com/rapidminer/operator/features/selection/GeneticAlgorithm.java +++ b/src/com/rapidminer/operator/features/selection/GeneticAlgorithm.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/IterativeFeatureAdding.java b/src/com/rapidminer/operator/features/selection/IterativeFeatureAdding.java index a206b93..d366a63 100644 --- a/src/com/rapidminer/operator/features/selection/IterativeFeatureAdding.java +++ b/src/com/rapidminer/operator/features/selection/IterativeFeatureAdding.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/NonDominatedSortingSelection.java b/src/com/rapidminer/operator/features/selection/NonDominatedSortingSelection.java index d3a8722..a30ee90 100644 --- a/src/com/rapidminer/operator/features/selection/NonDominatedSortingSelection.java +++ b/src/com/rapidminer/operator/features/selection/NonDominatedSortingSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/RandomSelection.java b/src/com/rapidminer/operator/features/selection/RandomSelection.java index 0e3fd14..a57ba61 100644 --- a/src/com/rapidminer/operator/features/selection/RandomSelection.java +++ b/src/com/rapidminer/operator/features/selection/RandomSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/RankSelection.java b/src/com/rapidminer/operator/features/selection/RankSelection.java index 60e8083..41f4d2b 100644 --- a/src/com/rapidminer/operator/features/selection/RankSelection.java +++ b/src/com/rapidminer/operator/features/selection/RankSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/RemoveCorrelatedFeatures.java b/src/com/rapidminer/operator/features/selection/RemoveCorrelatedFeatures.java index 5823ea5..23380c5 100644 --- a/src/com/rapidminer/operator/features/selection/RemoveCorrelatedFeatures.java +++ b/src/com/rapidminer/operator/features/selection/RemoveCorrelatedFeatures.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/RemoveUselessFeatures.java b/src/com/rapidminer/operator/features/selection/RemoveUselessFeatures.java index de38dcc..06b1464 100644 --- a/src/com/rapidminer/operator/features/selection/RemoveUselessFeatures.java +++ b/src/com/rapidminer/operator/features/selection/RemoveUselessFeatures.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/RouletteWheel.java b/src/com/rapidminer/operator/features/selection/RouletteWheel.java index 021ddf3..bd49b56 100644 --- a/src/com/rapidminer/operator/features/selection/RouletteWheel.java +++ b/src/com/rapidminer/operator/features/selection/RouletteWheel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/SaveIntermediateWeights.java b/src/com/rapidminer/operator/features/selection/SaveIntermediateWeights.java index 0037425..9b1facc 100644 --- a/src/com/rapidminer/operator/features/selection/SaveIntermediateWeights.java +++ b/src/com/rapidminer/operator/features/selection/SaveIntermediateWeights.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/SelectionCrossover.java b/src/com/rapidminer/operator/features/selection/SelectionCrossover.java index 8985781..963d0d3 100644 --- a/src/com/rapidminer/operator/features/selection/SelectionCrossover.java +++ b/src/com/rapidminer/operator/features/selection/SelectionCrossover.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/SelectionMutation.java b/src/com/rapidminer/operator/features/selection/SelectionMutation.java index f099a1c..42eacd7 100644 --- a/src/com/rapidminer/operator/features/selection/SelectionMutation.java +++ b/src/com/rapidminer/operator/features/selection/SelectionMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/StochasticUniversalSampling.java b/src/com/rapidminer/operator/features/selection/StochasticUniversalSampling.java index 24eaf22..92c82f1 100644 --- a/src/com/rapidminer/operator/features/selection/StochasticUniversalSampling.java +++ b/src/com/rapidminer/operator/features/selection/StochasticUniversalSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/SwitchingForwardSelection.java b/src/com/rapidminer/operator/features/selection/SwitchingForwardSelection.java index 3ae5c22..8f5647e 100644 --- a/src/com/rapidminer/operator/features/selection/SwitchingForwardSelection.java +++ b/src/com/rapidminer/operator/features/selection/SwitchingForwardSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/TournamentSelection.java b/src/com/rapidminer/operator/features/selection/TournamentSelection.java index 29bf9ca..4f6c608 100644 --- a/src/com/rapidminer/operator/features/selection/TournamentSelection.java +++ b/src/com/rapidminer/operator/features/selection/TournamentSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/UniformSelection.java b/src/com/rapidminer/operator/features/selection/UniformSelection.java index 21c09f7..fb2d2eb 100644 --- a/src/com/rapidminer/operator/features/selection/UniformSelection.java +++ b/src/com/rapidminer/operator/features/selection/UniformSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/selection/WeightGuidedSelectionOperator.java b/src/com/rapidminer/operator/features/selection/WeightGuidedSelectionOperator.java index d8a2ab5..1d522bc 100644 --- a/src/com/rapidminer/operator/features/selection/WeightGuidedSelectionOperator.java +++ b/src/com/rapidminer/operator/features/selection/WeightGuidedSelectionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/AbstractEigenvectorModel.java b/src/com/rapidminer/operator/features/transformation/AbstractEigenvectorModel.java index 54f182b..13e1e16 100644 --- a/src/com/rapidminer/operator/features/transformation/AbstractEigenvectorModel.java +++ b/src/com/rapidminer/operator/features/transformation/AbstractEigenvectorModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/AbstractFeatureTransformation.java b/src/com/rapidminer/operator/features/transformation/AbstractFeatureTransformation.java index 03d026a..8b7030f 100644 --- a/src/com/rapidminer/operator/features/transformation/AbstractFeatureTransformation.java +++ b/src/com/rapidminer/operator/features/transformation/AbstractFeatureTransformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/ComponentVector.java b/src/com/rapidminer/operator/features/transformation/ComponentVector.java index c9305f9..a97ee3a 100644 --- a/src/com/rapidminer/operator/features/transformation/ComponentVector.java +++ b/src/com/rapidminer/operator/features/transformation/ComponentVector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/ComponentWeightsCreatable.java b/src/com/rapidminer/operator/features/transformation/ComponentWeightsCreatable.java index 554c331..b92768c 100644 --- a/src/com/rapidminer/operator/features/transformation/ComponentWeightsCreatable.java +++ b/src/com/rapidminer/operator/features/transformation/ComponentWeightsCreatable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/DimensionalityReducer.java b/src/com/rapidminer/operator/features/transformation/DimensionalityReducer.java index 45ad78f..82f0716 100644 --- a/src/com/rapidminer/operator/features/transformation/DimensionalityReducer.java +++ b/src/com/rapidminer/operator/features/transformation/DimensionalityReducer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/DimensionalityReducerModel.java b/src/com/rapidminer/operator/features/transformation/DimensionalityReducerModel.java index a49abea..227b1a1 100644 --- a/src/com/rapidminer/operator/features/transformation/DimensionalityReducerModel.java +++ b/src/com/rapidminer/operator/features/transformation/DimensionalityReducerModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/Eigenvector.java b/src/com/rapidminer/operator/features/transformation/Eigenvector.java index bac3a14..a7d1dd1 100644 --- a/src/com/rapidminer/operator/features/transformation/Eigenvector.java +++ b/src/com/rapidminer/operator/features/transformation/Eigenvector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/FastICA.java b/src/com/rapidminer/operator/features/transformation/FastICA.java index 37dd768..5b7731c 100644 --- a/src/com/rapidminer/operator/features/transformation/FastICA.java +++ b/src/com/rapidminer/operator/features/transformation/FastICA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/FastICAModel.java b/src/com/rapidminer/operator/features/transformation/FastICAModel.java index 8b63154..74f978d 100644 --- a/src/com/rapidminer/operator/features/transformation/FastICAModel.java +++ b/src/com/rapidminer/operator/features/transformation/FastICAModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/FourierTransform.java b/src/com/rapidminer/operator/features/transformation/FourierTransform.java index aebed00..40de0e5 100644 --- a/src/com/rapidminer/operator/features/transformation/FourierTransform.java +++ b/src/com/rapidminer/operator/features/transformation/FourierTransform.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/GHA.java b/src/com/rapidminer/operator/features/transformation/GHA.java index 3d6b6e9..cfecfc7 100644 --- a/src/com/rapidminer/operator/features/transformation/GHA.java +++ b/src/com/rapidminer/operator/features/transformation/GHA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/GHAModel.java b/src/com/rapidminer/operator/features/transformation/GHAModel.java index 937d415..3c75b7e 100644 --- a/src/com/rapidminer/operator/features/transformation/GHAModel.java +++ b/src/com/rapidminer/operator/features/transformation/GHAModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/JamaDimensionalityReduction.java b/src/com/rapidminer/operator/features/transformation/JamaDimensionalityReduction.java index 83659d9..30ea1e1 100644 --- a/src/com/rapidminer/operator/features/transformation/JamaDimensionalityReduction.java +++ b/src/com/rapidminer/operator/features/transformation/JamaDimensionalityReduction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/KernelPCA.java b/src/com/rapidminer/operator/features/transformation/KernelPCA.java index c1338fa..0358ee5 100644 --- a/src/com/rapidminer/operator/features/transformation/KernelPCA.java +++ b/src/com/rapidminer/operator/features/transformation/KernelPCA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/KernelPCAModel.java b/src/com/rapidminer/operator/features/transformation/KernelPCAModel.java index 84769db..559ec41 100644 --- a/src/com/rapidminer/operator/features/transformation/KernelPCAModel.java +++ b/src/com/rapidminer/operator/features/transformation/KernelPCAModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/PCA.java b/src/com/rapidminer/operator/features/transformation/PCA.java index 1737b4b..8bfc70f 100644 --- a/src/com/rapidminer/operator/features/transformation/PCA.java +++ b/src/com/rapidminer/operator/features/transformation/PCA.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -23,6 +23,7 @@ package com.rapidminer.operator.features.transformation; import java.util.List; +import java.util.logging.Level; import Jama.EigenvalueDecomposition; import Jama.Matrix; @@ -49,6 +50,7 @@ import com.rapidminer.parameter.ParameterTypeInt; import com.rapidminer.parameter.UndefinedParameterError; import com.rapidminer.parameter.conditions.EqualTypeCondition; +import com.rapidminer.tools.LogService; import com.rapidminer.tools.Ontology; import com.rapidminer.tools.math.matrix.CovarianceMatrix; @@ -102,6 +104,11 @@ public ExampleSetMetaData modifyExampleSet(ExampleSetMetaData metaData) throws U int resultNumber = numberOfAttributes; if (getParameterAsInt(PARAMETER_REDUCTION_TYPE) == REDUCTION_FIXED) { resultNumber = getParameterAsInt(PARAMETER_NUMBER_OF_COMPONENTS); + int regular_numbers = metaData.getNumberOfRegularAttributes(); + if(regular_numbers < resultNumber) { + LogService.getRoot().log(Level.WARNING, "com.rapidminer.operator.features.transformation.PCA.less_attributes", new Object[] {resultNumber, regular_numbers}); + resultNumber = regular_numbers; + } metaData.attributesAreKnown(); } else if (getParameterAsInt(PARAMETER_REDUCTION_TYPE) == REDUCTION_VARIANCE) { resultNumber = numberOfAttributes; @@ -158,7 +165,7 @@ public void doWork() throws OperatorException { model.setVarianceThreshold(getParameterAsDouble(PARAMETER_VARIANCE_THRESHOLD)); break; case REDUCTION_FIXED: - model.setNumberOfComponents(getParameterAsInt(PARAMETER_NUMBER_OF_COMPONENTS)); + model.setNumberOfComponents(Math.min(exampleSet.getAttributes().size(), getParameterAsInt(PARAMETER_NUMBER_OF_COMPONENTS))); break; } diff --git a/src/com/rapidminer/operator/features/transformation/PCAModel.java b/src/com/rapidminer/operator/features/transformation/PCAModel.java index befda6f..ff693db 100644 --- a/src/com/rapidminer/operator/features/transformation/PCAModel.java +++ b/src/com/rapidminer/operator/features/transformation/PCAModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -85,6 +85,7 @@ public PCAModel(ExampleSet eSet, double[] eigenvalues, double[][] eigenvectors) this.attributeNames = new String[eSet.getAttributes().size()]; this.means = new double[eSet.getAttributes().size()]; int counter = 0; + eSet.recalculateAllAttributeStatistics(); //ensures that the statistics were created for (Attribute attribute : eSet.getAttributes()) { attributeNames[counter] = attribute.getName(); means[counter] = eSet.getStatistics(attribute, Statistics.AVERAGE); diff --git a/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReduction.java b/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReduction.java index 94a1887..a6db5ef 100644 --- a/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReduction.java +++ b/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReduction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReductionModel.java b/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReductionModel.java index 7e6627d..c6e8b25 100644 --- a/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReductionModel.java +++ b/src/com/rapidminer/operator/features/transformation/SOMDimensionalityReductionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/SVDModel.java b/src/com/rapidminer/operator/features/transformation/SVDModel.java index a5d8297..270e8b4 100644 --- a/src/com/rapidminer/operator/features/transformation/SVDModel.java +++ b/src/com/rapidminer/operator/features/transformation/SVDModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/SVDReduction.java b/src/com/rapidminer/operator/features/transformation/SVDReduction.java index 9fb9172..d22e853 100644 --- a/src/com/rapidminer/operator/features/transformation/SVDReduction.java +++ b/src/com/rapidminer/operator/features/transformation/SVDReduction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/transformation/WeightVector.java b/src/com/rapidminer/operator/features/transformation/WeightVector.java index 76daf23..91fe7ca 100644 --- a/src/com/rapidminer/operator/features/transformation/WeightVector.java +++ b/src/com/rapidminer/operator/features/transformation/WeightVector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/AbstractEntropyWeighting.java b/src/com/rapidminer/operator/features/weighting/AbstractEntropyWeighting.java index 7b45f88..7b87ff4 100644 --- a/src/com/rapidminer/operator/features/weighting/AbstractEntropyWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/AbstractEntropyWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/AbstractWeighting.java b/src/com/rapidminer/operator/features/weighting/AbstractWeighting.java index fe72eed..f709408 100644 --- a/src/com/rapidminer/operator/features/weighting/AbstractWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/AbstractWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/AttributeWeights2ExampleSet.java b/src/com/rapidminer/operator/features/weighting/AttributeWeights2ExampleSet.java index 8230def..6138ae1 100644 --- a/src/com/rapidminer/operator/features/weighting/AttributeWeights2ExampleSet.java +++ b/src/com/rapidminer/operator/features/weighting/AttributeWeights2ExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/BackwardWeighting.java b/src/com/rapidminer/operator/features/weighting/BackwardWeighting.java index 584f1bd..1ecf83b 100644 --- a/src/com/rapidminer/operator/features/weighting/BackwardWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/BackwardWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/ChiSquaredWeighting.java b/src/com/rapidminer/operator/features/weighting/ChiSquaredWeighting.java index 1d961a5..6af2e7f 100644 --- a/src/com/rapidminer/operator/features/weighting/ChiSquaredWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/ChiSquaredWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/ComponentWeights.java b/src/com/rapidminer/operator/features/weighting/ComponentWeights.java index 332dc3f..21c3887 100644 --- a/src/com/rapidminer/operator/features/weighting/ComponentWeights.java +++ b/src/com/rapidminer/operator/features/weighting/ComponentWeights.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/CorpusBasedFeatureWeighting.java b/src/com/rapidminer/operator/features/weighting/CorpusBasedFeatureWeighting.java index eccfbc8..d5263a0 100644 --- a/src/com/rapidminer/operator/features/weighting/CorpusBasedFeatureWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/CorpusBasedFeatureWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/CorrelationWeighting.java b/src/com/rapidminer/operator/features/weighting/CorrelationWeighting.java index c78975c..0c2685d 100644 --- a/src/com/rapidminer/operator/features/weighting/CorrelationWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/CorrelationWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/EvolutionaryWeighting.java b/src/com/rapidminer/operator/features/weighting/EvolutionaryWeighting.java index b906eaf..6032cb0 100644 --- a/src/com/rapidminer/operator/features/weighting/EvolutionaryWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/EvolutionaryWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/ExampleSet2AttributeWeights.java b/src/com/rapidminer/operator/features/weighting/ExampleSet2AttributeWeights.java index 99b70fa..91cecc7 100644 --- a/src/com/rapidminer/operator/features/weighting/ExampleSet2AttributeWeights.java +++ b/src/com/rapidminer/operator/features/weighting/ExampleSet2AttributeWeights.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/FeatureWeighting.java b/src/com/rapidminer/operator/features/weighting/FeatureWeighting.java index 951946e..659b4a1 100644 --- a/src/com/rapidminer/operator/features/weighting/FeatureWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/FeatureWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/ForestBasedWeighting.java b/src/com/rapidminer/operator/features/weighting/ForestBasedWeighting.java index 7ef71cd..be37396 100644 --- a/src/com/rapidminer/operator/features/weighting/ForestBasedWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/ForestBasedWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/ForwardWeighting.java b/src/com/rapidminer/operator/features/weighting/ForwardWeighting.java index 99ed149..c002ffd 100644 --- a/src/com/rapidminer/operator/features/weighting/ForwardWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/ForwardWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/GiniWeighting.java b/src/com/rapidminer/operator/features/weighting/GiniWeighting.java index 1c9a895..df30bbb 100644 --- a/src/com/rapidminer/operator/features/weighting/GiniWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/GiniWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/InfoGainRatioWeighting.java b/src/com/rapidminer/operator/features/weighting/InfoGainRatioWeighting.java index da64d97..38108a4 100644 --- a/src/com/rapidminer/operator/features/weighting/InfoGainRatioWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/InfoGainRatioWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/InfoGainWeighting.java b/src/com/rapidminer/operator/features/weighting/InfoGainWeighting.java index d3cdcf6..4cdb545 100644 --- a/src/com/rapidminer/operator/features/weighting/InfoGainWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/InfoGainWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/InteractiveAttributeWeighting.java b/src/com/rapidminer/operator/features/weighting/InteractiveAttributeWeighting.java index 15b42ef..e1bf664 100644 --- a/src/com/rapidminer/operator/features/weighting/InteractiveAttributeWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/InteractiveAttributeWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/NameBasedWeighting.java b/src/com/rapidminer/operator/features/weighting/NameBasedWeighting.java index 42f7c48..c0e7b23 100644 --- a/src/com/rapidminer/operator/features/weighting/NameBasedWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/NameBasedWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/OneRErrorWeighting.java b/src/com/rapidminer/operator/features/weighting/OneRErrorWeighting.java index 55bcd00..8574632 100644 --- a/src/com/rapidminer/operator/features/weighting/OneRErrorWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/OneRErrorWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/PCAWeighting.java b/src/com/rapidminer/operator/features/weighting/PCAWeighting.java index 35388aa..243270a 100644 --- a/src/com/rapidminer/operator/features/weighting/PCAWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/PCAWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/PSOWeighting.java b/src/com/rapidminer/operator/features/weighting/PSOWeighting.java index ac56b06..9936993 100644 --- a/src/com/rapidminer/operator/features/weighting/PSOWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/PSOWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/ProcessLog2AttributeWeights.java b/src/com/rapidminer/operator/features/weighting/ProcessLog2AttributeWeights.java index 2abef82..be3911a 100644 --- a/src/com/rapidminer/operator/features/weighting/ProcessLog2AttributeWeights.java +++ b/src/com/rapidminer/operator/features/weighting/ProcessLog2AttributeWeights.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/ReliefWeighting.java b/src/com/rapidminer/operator/features/weighting/ReliefWeighting.java index 1cf39b9..a0aaf40 100644 --- a/src/com/rapidminer/operator/features/weighting/ReliefWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/ReliefWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/SVMWeighting.java b/src/com/rapidminer/operator/features/weighting/SVMWeighting.java index 63d77fc..368cc26 100644 --- a/src/com/rapidminer/operator/features/weighting/SVMWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/SVMWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/SimpleWeighting.java b/src/com/rapidminer/operator/features/weighting/SimpleWeighting.java index c7a586d..a6aacf9 100644 --- a/src/com/rapidminer/operator/features/weighting/SimpleWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/SimpleWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/StandardDeviationWeighting.java b/src/com/rapidminer/operator/features/weighting/StandardDeviationWeighting.java index 941130d..7a8b872 100644 --- a/src/com/rapidminer/operator/features/weighting/StandardDeviationWeighting.java +++ b/src/com/rapidminer/operator/features/weighting/StandardDeviationWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/SymmetricalUncertaintyOperator.java b/src/com/rapidminer/operator/features/weighting/SymmetricalUncertaintyOperator.java index 3be8d48..cde7e5b 100644 --- a/src/com/rapidminer/operator/features/weighting/SymmetricalUncertaintyOperator.java +++ b/src/com/rapidminer/operator/features/weighting/SymmetricalUncertaintyOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/VarianceAdaption.java b/src/com/rapidminer/operator/features/weighting/VarianceAdaption.java index 80c424d..6434c08 100644 --- a/src/com/rapidminer/operator/features/weighting/VarianceAdaption.java +++ b/src/com/rapidminer/operator/features/weighting/VarianceAdaption.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/features/weighting/WeightingMutation.java b/src/com/rapidminer/operator/features/weighting/WeightingMutation.java index b18f286..bb721e0 100644 --- a/src/com/rapidminer/operator/features/weighting/WeightingMutation.java +++ b/src/com/rapidminer/operator/features/weighting/WeightingMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/filesystem/CopyFileOperator.java b/src/com/rapidminer/operator/filesystem/CopyFileOperator.java index 0ec98ac..142cd9e 100644 --- a/src/com/rapidminer/operator/filesystem/CopyFileOperator.java +++ b/src/com/rapidminer/operator/filesystem/CopyFileOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/filesystem/CreateDirectoryOperator.java b/src/com/rapidminer/operator/filesystem/CreateDirectoryOperator.java index b118e32..97a7d12 100644 --- a/src/com/rapidminer/operator/filesystem/CreateDirectoryOperator.java +++ b/src/com/rapidminer/operator/filesystem/CreateDirectoryOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/filesystem/DeleteFileOperator.java b/src/com/rapidminer/operator/filesystem/DeleteFileOperator.java index 397342e..3346f38 100644 --- a/src/com/rapidminer/operator/filesystem/DeleteFileOperator.java +++ b/src/com/rapidminer/operator/filesystem/DeleteFileOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/filesystem/MoveFileOperator.java b/src/com/rapidminer/operator/filesystem/MoveFileOperator.java index a726080..ece535e 100644 --- a/src/com/rapidminer/operator/filesystem/MoveFileOperator.java +++ b/src/com/rapidminer/operator/filesystem/MoveFileOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/filesystem/RenameFileOperator.java b/src/com/rapidminer/operator/filesystem/RenameFileOperator.java index f1aae17..9b8f784 100644 --- a/src/com/rapidminer/operator/filesystem/RenameFileOperator.java +++ b/src/com/rapidminer/operator/filesystem/RenameFileOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/CheckerboardClassificationFunction.java b/src/com/rapidminer/operator/generator/CheckerboardClassificationFunction.java index c41f146..bcf18c7 100644 --- a/src/com/rapidminer/operator/generator/CheckerboardClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/CheckerboardClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/ChurnReductionExampleSetGenerator.java b/src/com/rapidminer/operator/generator/ChurnReductionExampleSetGenerator.java index 9b0d0d8..90d6d07 100644 --- a/src/com/rapidminer/operator/generator/ChurnReductionExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/ChurnReductionExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/ClassificationFunction.java b/src/com/rapidminer/operator/generator/ClassificationFunction.java index 99ac4e4..6aa64d0 100644 --- a/src/com/rapidminer/operator/generator/ClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/ClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/Cluster.java b/src/com/rapidminer/operator/generator/Cluster.java index 761cb7f..d77618f 100644 --- a/src/com/rapidminer/operator/generator/Cluster.java +++ b/src/com/rapidminer/operator/generator/Cluster.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/ClusterFunction.java b/src/com/rapidminer/operator/generator/ClusterFunction.java index ca25208..dd19667 100644 --- a/src/com/rapidminer/operator/generator/ClusterFunction.java +++ b/src/com/rapidminer/operator/generator/ClusterFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/ComplicatedFunction.java b/src/com/rapidminer/operator/generator/ComplicatedFunction.java index 0b207fd..0a3d822 100644 --- a/src/com/rapidminer/operator/generator/ComplicatedFunction.java +++ b/src/com/rapidminer/operator/generator/ComplicatedFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/ComplicatedFunction2.java b/src/com/rapidminer/operator/generator/ComplicatedFunction2.java index 870bd1d..b0a83c8 100644 --- a/src/com/rapidminer/operator/generator/ComplicatedFunction2.java +++ b/src/com/rapidminer/operator/generator/ComplicatedFunction2.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/DirectMailingExampleSetGenerator.java b/src/com/rapidminer/operator/generator/DirectMailingExampleSetGenerator.java index 4925c4c..7ab5281 100644 --- a/src/com/rapidminer/operator/generator/DirectMailingExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/DirectMailingExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/Dot.java b/src/com/rapidminer/operator/generator/Dot.java index 17768c0..2e3c850 100644 --- a/src/com/rapidminer/operator/generator/Dot.java +++ b/src/com/rapidminer/operator/generator/Dot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/DrillerOscillationFunction.java b/src/com/rapidminer/operator/generator/DrillerOscillationFunction.java index 7f2c52e..c787f25 100644 --- a/src/com/rapidminer/operator/generator/DrillerOscillationFunction.java +++ b/src/com/rapidminer/operator/generator/DrillerOscillationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/ExampleSetGenerator.java b/src/com/rapidminer/operator/generator/ExampleSetGenerator.java index daf822c..9f1879e 100644 --- a/src/com/rapidminer/operator/generator/ExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/ExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/GaussianFunction.java b/src/com/rapidminer/operator/generator/GaussianFunction.java index f7c7b93..3044f7b 100644 --- a/src/com/rapidminer/operator/generator/GaussianFunction.java +++ b/src/com/rapidminer/operator/generator/GaussianFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/GaussianMixtureFunction.java b/src/com/rapidminer/operator/generator/GaussianMixtureFunction.java index 2bfe8fe..42c5ec7 100644 --- a/src/com/rapidminer/operator/generator/GaussianMixtureFunction.java +++ b/src/com/rapidminer/operator/generator/GaussianMixtureFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/GlobalAndLocalPatternsFunction.java b/src/com/rapidminer/operator/generator/GlobalAndLocalPatternsFunction.java index e129187..b6acba2 100644 --- a/src/com/rapidminer/operator/generator/GlobalAndLocalPatternsFunction.java +++ b/src/com/rapidminer/operator/generator/GlobalAndLocalPatternsFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/GridFunction.java b/src/com/rapidminer/operator/generator/GridFunction.java index 3ef42f9..03f8f56 100644 --- a/src/com/rapidminer/operator/generator/GridFunction.java +++ b/src/com/rapidminer/operator/generator/GridFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/InteractionClassificationFunction.java b/src/com/rapidminer/operator/generator/InteractionClassificationFunction.java index 4aab31d..52760eb 100644 --- a/src/com/rapidminer/operator/generator/InteractionClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/InteractionClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/MassiveDataGenerator.java b/src/com/rapidminer/operator/generator/MassiveDataGenerator.java index 3b12f16..b555387 100644 --- a/src/com/rapidminer/operator/generator/MassiveDataGenerator.java +++ b/src/com/rapidminer/operator/generator/MassiveDataGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/MultiClassificationFunction.java b/src/com/rapidminer/operator/generator/MultiClassificationFunction.java index 653f06a..0d71e83 100644 --- a/src/com/rapidminer/operator/generator/MultiClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/MultiClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/MultipleLabelGenerator.java b/src/com/rapidminer/operator/generator/MultipleLabelGenerator.java index c1a7db3..e0d0b8c 100644 --- a/src/com/rapidminer/operator/generator/MultipleLabelGenerator.java +++ b/src/com/rapidminer/operator/generator/MultipleLabelGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/NominalExampleSetGenerator.java b/src/com/rapidminer/operator/generator/NominalExampleSetGenerator.java index 4302de9..849b74c 100644 --- a/src/com/rapidminer/operator/generator/NominalExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/NominalExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/NonLinearFunction.java b/src/com/rapidminer/operator/generator/NonLinearFunction.java index e6e65be..7ee5fb4 100644 --- a/src/com/rapidminer/operator/generator/NonLinearFunction.java +++ b/src/com/rapidminer/operator/generator/NonLinearFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/OneThirdClassification.java b/src/com/rapidminer/operator/generator/OneThirdClassification.java index 4e9a989..a8f43a2 100644 --- a/src/com/rapidminer/operator/generator/OneThirdClassification.java +++ b/src/com/rapidminer/operator/generator/OneThirdClassification.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/OneVariableNonLinearFunction.java b/src/com/rapidminer/operator/generator/OneVariableNonLinearFunction.java index f07fe41..f9684ff 100644 --- a/src/com/rapidminer/operator/generator/OneVariableNonLinearFunction.java +++ b/src/com/rapidminer/operator/generator/OneVariableNonLinearFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/PolynomialClassificationFunction.java b/src/com/rapidminer/operator/generator/PolynomialClassificationFunction.java index 2510e79..a1ce570 100644 --- a/src/com/rapidminer/operator/generator/PolynomialClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/PolynomialClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/PolynomialFunction.java b/src/com/rapidminer/operator/generator/PolynomialFunction.java index 9d5ed20..a5a732f 100644 --- a/src/com/rapidminer/operator/generator/PolynomialFunction.java +++ b/src/com/rapidminer/operator/generator/PolynomialFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/QuadraticClassificationFunction.java b/src/com/rapidminer/operator/generator/QuadraticClassificationFunction.java index a4bede5..6009198 100644 --- a/src/com/rapidminer/operator/generator/QuadraticClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/QuadraticClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/RandomClassificationFunction.java b/src/com/rapidminer/operator/generator/RandomClassificationFunction.java index 5ae2376..b1e0fdc 100644 --- a/src/com/rapidminer/operator/generator/RandomClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/RandomClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/RandomDotsClassificationFunction.java b/src/com/rapidminer/operator/generator/RandomDotsClassificationFunction.java index 58b95d1..7c7c837 100644 --- a/src/com/rapidminer/operator/generator/RandomDotsClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/RandomDotsClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/RandomFunction.java b/src/com/rapidminer/operator/generator/RandomFunction.java index 59c3508..3b6435c 100644 --- a/src/com/rapidminer/operator/generator/RandomFunction.java +++ b/src/com/rapidminer/operator/generator/RandomFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/RegressionFunction.java b/src/com/rapidminer/operator/generator/RegressionFunction.java index c83e791..815ae06 100644 --- a/src/com/rapidminer/operator/generator/RegressionFunction.java +++ b/src/com/rapidminer/operator/generator/RegressionFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/RingClusteringFunction.java b/src/com/rapidminer/operator/generator/RingClusteringFunction.java index 45ebc33..0ce15b5 100644 --- a/src/com/rapidminer/operator/generator/RingClusteringFunction.java +++ b/src/com/rapidminer/operator/generator/RingClusteringFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SalesExampleSetGenerator.java b/src/com/rapidminer/operator/generator/SalesExampleSetGenerator.java index 0315a28..f2a6936 100644 --- a/src/com/rapidminer/operator/generator/SalesExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/SalesExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SimpleNonLinearClassificationFunction.java b/src/com/rapidminer/operator/generator/SimpleNonLinearClassificationFunction.java index f0fbff4..df7f581 100644 --- a/src/com/rapidminer/operator/generator/SimpleNonLinearClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/SimpleNonLinearClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SimplePolynomialClassificationFunction.java b/src/com/rapidminer/operator/generator/SimplePolynomialClassificationFunction.java index 0370239..12c74a8 100644 --- a/src/com/rapidminer/operator/generator/SimplePolynomialClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/SimplePolynomialClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SimpleSinusFunction.java b/src/com/rapidminer/operator/generator/SimpleSinusFunction.java index 95ade15..c9e1fd9 100644 --- a/src/com/rapidminer/operator/generator/SimpleSinusFunction.java +++ b/src/com/rapidminer/operator/generator/SimpleSinusFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SimpleSuperpositionFunction.java b/src/com/rapidminer/operator/generator/SimpleSuperpositionFunction.java index 02db4c6..47ef775 100644 --- a/src/com/rapidminer/operator/generator/SimpleSuperpositionFunction.java +++ b/src/com/rapidminer/operator/generator/SimpleSuperpositionFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SincFunction.java b/src/com/rapidminer/operator/generator/SincFunction.java index 5578e64..87081e8 100644 --- a/src/com/rapidminer/operator/generator/SincFunction.java +++ b/src/com/rapidminer/operator/generator/SincFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SinusClassificationFunction.java b/src/com/rapidminer/operator/generator/SinusClassificationFunction.java index f6d40e6..aa3c4fa 100644 --- a/src/com/rapidminer/operator/generator/SinusClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/SinusClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SinusFrequencyFunction.java b/src/com/rapidminer/operator/generator/SinusFrequencyFunction.java index e39c6b5..4fddf91 100644 --- a/src/com/rapidminer/operator/generator/SinusFrequencyFunction.java +++ b/src/com/rapidminer/operator/generator/SinusFrequencyFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SinusFunction.java b/src/com/rapidminer/operator/generator/SinusFunction.java index 18aca80..9dc7cb6 100644 --- a/src/com/rapidminer/operator/generator/SinusFunction.java +++ b/src/com/rapidminer/operator/generator/SinusFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SinusWithTrendFunction.java b/src/com/rapidminer/operator/generator/SinusWithTrendFunction.java index cd4374d..f2829b5 100644 --- a/src/com/rapidminer/operator/generator/SinusWithTrendFunction.java +++ b/src/com/rapidminer/operator/generator/SinusWithTrendFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SpiralClusteringFunction.java b/src/com/rapidminer/operator/generator/SpiralClusteringFunction.java index 223f235..6d5fddc 100644 --- a/src/com/rapidminer/operator/generator/SpiralClusteringFunction.java +++ b/src/com/rapidminer/operator/generator/SpiralClusteringFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SquarePulseFunction.java b/src/com/rapidminer/operator/generator/SquarePulseFunction.java index 6446c63..f3f53cf 100644 --- a/src/com/rapidminer/operator/generator/SquarePulseFunction.java +++ b/src/com/rapidminer/operator/generator/SquarePulseFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SumClassificationFunction.java b/src/com/rapidminer/operator/generator/SumClassificationFunction.java index 15ce31d..6c51812 100644 --- a/src/com/rapidminer/operator/generator/SumClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/SumClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/SumFunction.java b/src/com/rapidminer/operator/generator/SumFunction.java index 445bd45..251e770 100644 --- a/src/com/rapidminer/operator/generator/SumFunction.java +++ b/src/com/rapidminer/operator/generator/SumFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/TargetFunction.java b/src/com/rapidminer/operator/generator/TargetFunction.java index 8743d5f..700e512 100644 --- a/src/com/rapidminer/operator/generator/TargetFunction.java +++ b/src/com/rapidminer/operator/generator/TargetFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/TeamProfitExampleSetGenerator.java b/src/com/rapidminer/operator/generator/TeamProfitExampleSetGenerator.java index d0a3b4a..646e652 100644 --- a/src/com/rapidminer/operator/generator/TeamProfitExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/TeamProfitExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/TransactionClustersExampleSetGenerator.java b/src/com/rapidminer/operator/generator/TransactionClustersExampleSetGenerator.java index 7ae08c4..88a8496 100644 --- a/src/com/rapidminer/operator/generator/TransactionClustersExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/TransactionClustersExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/TransactionDatasetFunction.java b/src/com/rapidminer/operator/generator/TransactionDatasetFunction.java index 450c4fb..a83db38 100644 --- a/src/com/rapidminer/operator/generator/TransactionDatasetFunction.java +++ b/src/com/rapidminer/operator/generator/TransactionDatasetFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/TransfersExampleSetGenerator.java b/src/com/rapidminer/operator/generator/TransfersExampleSetGenerator.java index 84c6d19..d49d165 100644 --- a/src/com/rapidminer/operator/generator/TransfersExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/TransfersExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/TriangularFunction.java b/src/com/rapidminer/operator/generator/TriangularFunction.java index 37c02c4..6ba62ed 100644 --- a/src/com/rapidminer/operator/generator/TriangularFunction.java +++ b/src/com/rapidminer/operator/generator/TriangularFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/TwoGaussiansClassificationFunction.java b/src/com/rapidminer/operator/generator/TwoGaussiansClassificationFunction.java index 20be9cf..418031b 100644 --- a/src/com/rapidminer/operator/generator/TwoGaussiansClassificationFunction.java +++ b/src/com/rapidminer/operator/generator/TwoGaussiansClassificationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/UpSellingExampleSetGenerator.java b/src/com/rapidminer/operator/generator/UpSellingExampleSetGenerator.java index bb9ea0d..79f702e 100644 --- a/src/com/rapidminer/operator/generator/UpSellingExampleSetGenerator.java +++ b/src/com/rapidminer/operator/generator/UpSellingExampleSetGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/generator/UserSpecificationDataGenerator.java b/src/com/rapidminer/operator/generator/UserSpecificationDataGenerator.java index ab20f4a..27761c4 100644 --- a/src/com/rapidminer/operator/generator/UserSpecificationDataGenerator.java +++ b/src/com/rapidminer/operator/generator/UserSpecificationDataGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AbstractDataReader.java b/src/com/rapidminer/operator/io/AbstractDataReader.java index a507eb2..c9e97d6 100644 --- a/src/com/rapidminer/operator/io/AbstractDataReader.java +++ b/src/com/rapidminer/operator/io/AbstractDataReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AbstractExampleSetWriter.java b/src/com/rapidminer/operator/io/AbstractExampleSetWriter.java index 1192b7a..0331522 100644 --- a/src/com/rapidminer/operator/io/AbstractExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/AbstractExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AbstractExampleSource.java b/src/com/rapidminer/operator/io/AbstractExampleSource.java index 85b06b7..9ae1d0c 100644 --- a/src/com/rapidminer/operator/io/AbstractExampleSource.java +++ b/src/com/rapidminer/operator/io/AbstractExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AbstractModelLoader.java b/src/com/rapidminer/operator/io/AbstractModelLoader.java index 009cc38..f265f1a 100644 --- a/src/com/rapidminer/operator/io/AbstractModelLoader.java +++ b/src/com/rapidminer/operator/io/AbstractModelLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AbstractReader.java b/src/com/rapidminer/operator/io/AbstractReader.java index 18f3e82..86bb930 100644 --- a/src/com/rapidminer/operator/io/AbstractReader.java +++ b/src/com/rapidminer/operator/io/AbstractReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AbstractStreamWriter.java b/src/com/rapidminer/operator/io/AbstractStreamWriter.java index 7fc9fe2..40552b5 100644 --- a/src/com/rapidminer/operator/io/AbstractStreamWriter.java +++ b/src/com/rapidminer/operator/io/AbstractStreamWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AbstractWriter.java b/src/com/rapidminer/operator/io/AbstractWriter.java index 6452e28..bf4daa0 100644 --- a/src/com/rapidminer/operator/io/AbstractWriter.java +++ b/src/com/rapidminer/operator/io/AbstractWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AccessDataReader.java b/src/com/rapidminer/operator/io/AccessDataReader.java index bbe8bc2..9a2d6f3 100644 --- a/src/com/rapidminer/operator/io/AccessDataReader.java +++ b/src/com/rapidminer/operator/io/AccessDataReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AccessDataWriter.java b/src/com/rapidminer/operator/io/AccessDataWriter.java index 953f3e0..308a535 100644 --- a/src/com/rapidminer/operator/io/AccessDataWriter.java +++ b/src/com/rapidminer/operator/io/AccessDataWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AppendingExampleSetWriter.java b/src/com/rapidminer/operator/io/AppendingExampleSetWriter.java index a59ef6a..7a7ccf4 100644 --- a/src/com/rapidminer/operator/io/AppendingExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/AppendingExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ArffExampleSetWriter.java b/src/com/rapidminer/operator/io/ArffExampleSetWriter.java index 55f07a7..c60031e 100644 --- a/src/com/rapidminer/operator/io/ArffExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/ArffExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.io; import java.io.OutputStream; diff --git a/src/com/rapidminer/operator/io/ArffExampleSource.java b/src/com/rapidminer/operator/io/ArffExampleSource.java index d72d443..1ef80f9 100644 --- a/src/com/rapidminer/operator/io/ArffExampleSource.java +++ b/src/com/rapidminer/operator/io/ArffExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AttributeConstructionsLoader.java b/src/com/rapidminer/operator/io/AttributeConstructionsLoader.java index da0b6b6..9a3c415 100644 --- a/src/com/rapidminer/operator/io/AttributeConstructionsLoader.java +++ b/src/com/rapidminer/operator/io/AttributeConstructionsLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AttributeConstructionsWriter.java b/src/com/rapidminer/operator/io/AttributeConstructionsWriter.java index b8e4173..078e5a2 100644 --- a/src/com/rapidminer/operator/io/AttributeConstructionsWriter.java +++ b/src/com/rapidminer/operator/io/AttributeConstructionsWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AttributeWeightsLoader.java b/src/com/rapidminer/operator/io/AttributeWeightsLoader.java index 8b2ce5e..851655b 100644 --- a/src/com/rapidminer/operator/io/AttributeWeightsLoader.java +++ b/src/com/rapidminer/operator/io/AttributeWeightsLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/AttributeWeightsWriter.java b/src/com/rapidminer/operator/io/AttributeWeightsWriter.java index c54b544..a62a2b3 100644 --- a/src/com/rapidminer/operator/io/AttributeWeightsWriter.java +++ b/src/com/rapidminer/operator/io/AttributeWeightsWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/BibtexExampleSource.java b/src/com/rapidminer/operator/io/BibtexExampleSource.java index 9d5137d..9c9aba4 100644 --- a/src/com/rapidminer/operator/io/BibtexExampleSource.java +++ b/src/com/rapidminer/operator/io/BibtexExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/BytewiseExampleSource.java b/src/com/rapidminer/operator/io/BytewiseExampleSource.java index 94dafdc..5cb99ec 100644 --- a/src/com/rapidminer/operator/io/BytewiseExampleSource.java +++ b/src/com/rapidminer/operator/io/BytewiseExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/C45ExampleSource.java b/src/com/rapidminer/operator/io/C45ExampleSource.java index 1f38658..804c0cb 100644 --- a/src/com/rapidminer/operator/io/C45ExampleSource.java +++ b/src/com/rapidminer/operator/io/C45ExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/CSVDataReader.java b/src/com/rapidminer/operator/io/CSVDataReader.java index a7748b2..40035d9 100644 --- a/src/com/rapidminer/operator/io/CSVDataReader.java +++ b/src/com/rapidminer/operator/io/CSVDataReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/CSVExampleSetWriter.java b/src/com/rapidminer/operator/io/CSVExampleSetWriter.java index d9ff3f4..87bdd0a 100644 --- a/src/com/rapidminer/operator/io/CSVExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/CSVExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/CSVExampleSource.java b/src/com/rapidminer/operator/io/CSVExampleSource.java index 42389ea..9fb01f6 100644 --- a/src/com/rapidminer/operator/io/CSVExampleSource.java +++ b/src/com/rapidminer/operator/io/CSVExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/CachedDatabaseExampleSource.java b/src/com/rapidminer/operator/io/CachedDatabaseExampleSource.java index 9ccd8ee..daf3a43 100644 --- a/src/com/rapidminer/operator/io/CachedDatabaseExampleSource.java +++ b/src/com/rapidminer/operator/io/CachedDatabaseExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ClusterModelReader.java b/src/com/rapidminer/operator/io/ClusterModelReader.java index 0db1506..e48e362 100644 --- a/src/com/rapidminer/operator/io/ClusterModelReader.java +++ b/src/com/rapidminer/operator/io/ClusterModelReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ClusterModelWriter.java b/src/com/rapidminer/operator/io/ClusterModelWriter.java index 19a2ca4..d919f97 100644 --- a/src/com/rapidminer/operator/io/ClusterModelWriter.java +++ b/src/com/rapidminer/operator/io/ClusterModelWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/DBaseExampleSource.java b/src/com/rapidminer/operator/io/DBaseExampleSource.java index e283dbc..3fbddab 100644 --- a/src/com/rapidminer/operator/io/DBaseExampleSource.java +++ b/src/com/rapidminer/operator/io/DBaseExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/DasyLabDataReader.java b/src/com/rapidminer/operator/io/DasyLabDataReader.java index 22c80dd..73cf5cc 100644 --- a/src/com/rapidminer/operator/io/DasyLabDataReader.java +++ b/src/com/rapidminer/operator/io/DasyLabDataReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/DatabaseDataReader.java b/src/com/rapidminer/operator/io/DatabaseDataReader.java index 5a46fe5..2e28807 100644 --- a/src/com/rapidminer/operator/io/DatabaseDataReader.java +++ b/src/com/rapidminer/operator/io/DatabaseDataReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.io; import java.io.BufferedReader; @@ -380,375 +379,3 @@ public List getParameterTypes() { } } -// /* -// * RapidMiner -// * -// * Copyright (C) 2001-2012 by Rapid-I and the contributors -// * -// * Complete list of developers available at our web site: -// * -// * http://rapid-i.com -// * -// * This program is free software: you can redistribute it and/or modify -// * it under the terms of the GNU Affero General Public License as published by -// * the Free Software Foundation, either version 3 of the License, or -// * (at your option) any later version. -// * -// * This program is distributed in the hope that it will be useful, -// * but WITHOUT ANY WARRANTY; without even the implied warranty of -// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// * GNU Affero General Public License for more details. -// * -// * You should have received a copy of the GNU Affero General Public License -// * along with this program. If not, see http://www.gnu.org/licenses/. -// */ -// package com.rapidminer.operator.io; -// -// import java.io.BufferedReader; -// import java.io.File; -// import java.io.IOException; -// import java.sql.Clob; -// import java.sql.ResultSet; -// import java.sql.ResultSetMetaData; -// import java.sql.SQLException; -// import java.sql.Statement; -// import java.sql.Types; -// import java.util.Date; -// import java.util.LinkedList; -// import java.util.List; -// -// import com.rapidminer.example.ExampleSet; -// import com.rapidminer.operator.Annotations; -// import com.rapidminer.operator.OperatorDescription; -// import com.rapidminer.operator.OperatorException; -// import com.rapidminer.operator.UserError; -// import com.rapidminer.parameter.ParameterType; -// import com.rapidminer.tools.Ontology; -// import com.rapidminer.tools.Tools; -// import com.rapidminer.tools.jdbc.DatabaseHandler; -// import com.rapidminer.tools.jdbc.StatementCreator; -// import com.rapidminer.tools.jdbc.connection.ConnectionEntry; -// import com.rapidminer.tools.jdbc.connection.ConnectionProvider; -// -// -// /** -// *

This operator reads an {@link com.rapidminer.example.ExampleSet} from an SQL -// * database. The SQL query can be passed to RapidMiner via a parameter or, in case of -// * long SQL statements, in a separate file. Please note that column names are -// * often case sensitive. Databases may behave differently here.

-// * -// *

Please note that this operator supports two basic working modes:

-// *
    -// *
  1. reading the data from the database and creating an example table in main memory
  2. -// *
  3. keeping the data in the database and directly working on the database table
  4. -// *
-// *

The latter possibility will be turned on by the parameter "work_on_database". -// * Please note that this working mode is still regarded as experimental and errors might -// * occur. In order to ensure proper data changes the database working mode is only allowed -// * on a single table which must be defined with the parameter "table_name". -// * IMPORTANT: If you encounter problems during data updates (e.g. messages that the result set is not -// * updatable) you probably have to define a primary key for your table.

-// * -// *

If you are not directly working on the database, the data will be read with an arbitrary -// * SQL query statement (SELECT ... FROM ... WHERE ...) defined by "query" or "query_file". -// * The memory mode is the recommended way of using this operator. This is especially important for -// * following operators like learning schemes which would often load (most of) the data into main memory -// * during the learning process. In these cases a direct working on the database is not recommended -// * anyway.

-// * -// *
Warning
-// * As the java ResultSetMetaData interface does not provide -// * information about the possible values of nominal attributes, the internal -// * indices the nominal values are mapped to will depend on the ordering -// * they appear in the table. This may cause problems only when processes are -// * split up into a training process and an application or testing process. -// * For learning schemes which are capable of handling nominal attributes, this -// * is not a problem. If a learning scheme like a SVM is used with nominal data, -// * RapidMiner pretends that nominal attributes are numerical and uses indices for the -// * nominal values as their numerical value. A SVM may perform well if there are -// * only two possible values. If a test set is read in another process, the -// * nominal values may be assigned different indices, and hence the SVM trained -// * is useless. This is not a problem for label attributes, since the classes can -// * be specified using the classes parameter and hence, all -// * learning schemes intended to use with nominal data are safe to use. -// * -// * @rapidminer.todo Fix the above problem. This may not be possible effeciently since -// * it is not supported by the Java ResultSet interface. -// * -// * @author Ingo Mierswa, Tobias Malbrecht -// */ -// public class DatabaseDataReader extends AbstractDataReader implements ConnectionProvider { -// -// /** The database connection handler. */ -// private DatabaseHandler databaseHandler; -// -// /** This is only used for the case that the data is read into memory. */ -// private Statement statement; -// -// -// public DatabaseDataReader(OperatorDescription description) { -// super(description); -// getParameterType(DatabaseDataReader.PARAMETER_ERROR_TOLERANT).setHidden(true); -// } -// -// public void tearDown() { -// if (this.statement != null) { -// try { -// this.statement.close(); -// } catch (SQLException e) { -// logWarning("Cannot close statement."); -// } -// this.statement = null; -// } -// } -// -// private String getQuery(StatementCreator sc) throws OperatorException { -// switch (getParameterAsInt(DatabaseHandler.PARAMETER_DEFINE_QUERY)) { -// case DatabaseHandler.QUERY_QUERY: -// { -// String query = getParameterAsString(DatabaseHandler.PARAMETER_QUERY); -// if (query != null) { -// query = query.trim(); -// } -// return query; -// } -// case DatabaseHandler.QUERY_FILE: -// { -// File queryFile = getParameterAsFile(DatabaseHandler.PARAMETER_QUERY_FILE); -// if (queryFile != null) { -// String query = null; -// try { -// query = Tools.readTextFile(queryFile); -// } catch (IOException ioe) { -// throw new UserError(this, ioe, 302, new Object[] { queryFile, ioe.getMessage() }); -// } -// if ((query == null) || (query.trim().length() == 0)) { -// throw new UserError(this, 205, queryFile); -// } -// return query; -// } -// } -// case DatabaseHandler.QUERY_TABLE: -// final String tableName = getParameterAsString(DatabaseHandler.PARAMETER_TABLE_NAME); -// return "SELECT * FROM " + sc.makeIdentifier(tableName); -// } -// return null; -// } -// -// /** -// * This method reads the file whose name is given, extracts the database -// * access information and the query from it and executes the query. The -// * query result is returned as a ResultSet. -// */ -// public ResultSet getResultSet() throws OperatorException { -// ResultSet rs = null; -// try { -// databaseHandler = DatabaseHandler.getConnectedDatabaseHandler(this); -// String query = getQuery(databaseHandler.getStatementCreator()); -// if (query == null) { -// throw new UserError(this, 202, new Object[] { "query", "query_file", "table_name" }); -// } -// // getLogger().info("Executing query: '" + query + "'"); -// // this.statement = databaseHandler.createStatement(false); -// // rs = this.statement.executeQuery(query); -// // log("Query executed."); -// rs = databaseHandler.executeStatement(query, true, this, getLogger()); -// } catch (SQLException sqle) { -// throw new UserError(this, sqle, 304, sqle.getMessage()); -// } -// return rs; -// } -// -// @Override -// public void processFinished() { -// disconnect(); -// } -// -// private void disconnect() { -// // close statement -// tearDown(); -// -// // close database connection -// if (databaseHandler != null) { -// try { -// databaseHandler.disconnect(); -// databaseHandler = null; -// } catch (SQLException e) { -// logWarning("Cannot disconnect from database: " + e); -// } -// } -// } -// -// @Override -// protected DataSet getDataSet() throws OperatorException { -// return new DataSet() { -// private ResultSet resultSet = getResultSet(); -// -// private ResultSetMetaData metaData = null; -// { -// // if (!attributeNamesDefinedByUser()){ -// -// try { -// clearAllReaderSettings(); -// metaData = resultSet.getMetaData(); -// int numberOfColumns = metaData.getColumnCount(); -// String[] columnNames = new String[numberOfColumns]; -// int[] columnTypes = new int[numberOfColumns]; -// for (int i = 0; i < numberOfColumns; i++) { -// columnNames[i] = metaData.getColumnLabel(i + 1); -// columnTypes[i] = DatabaseHandler.getRapidMinerTypeIndex(metaData.getColumnType(i + 1)); -// } -// setAttributeNames(columnNames); -// setAttributeNamesDefinedByUser(true); -// -// List list = new LinkedList(); -// for (int i = 0; i getParameterTypes() { -// List list = super.getParameterTypes(); -// list.addAll(DatabaseHandler.getConnectionParameterTypes(this)); -// list.addAll(DatabaseHandler.getQueryParameterTypes(this, false)); -// list.addAll(DatabaseHandler.getStatementPreparationParamterTypes(this)); -// return list; -// } -// -// } diff --git a/src/com/rapidminer/operator/io/DatabaseExampleSetUpdater.java b/src/com/rapidminer/operator/io/DatabaseExampleSetUpdater.java index 2066a1c..ec03abb 100644 --- a/src/com/rapidminer/operator/io/DatabaseExampleSetUpdater.java +++ b/src/com/rapidminer/operator/io/DatabaseExampleSetUpdater.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/DatabaseExampleSetWriter.java b/src/com/rapidminer/operator/io/DatabaseExampleSetWriter.java index 528f460..c57d4c9 100644 --- a/src/com/rapidminer/operator/io/DatabaseExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/DatabaseExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ExampleSetWriter.java b/src/com/rapidminer/operator/io/ExampleSetWriter.java index dfdc66e..3f87a42 100644 --- a/src/com/rapidminer/operator/io/ExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/ExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ExampleSource.java b/src/com/rapidminer/operator/io/ExampleSource.java index 4cd5710..55c0fb9 100644 --- a/src/com/rapidminer/operator/io/ExampleSource.java +++ b/src/com/rapidminer/operator/io/ExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ExcelExampleSetWriter.java b/src/com/rapidminer/operator/io/ExcelExampleSetWriter.java index b62bae3..dce4d54 100644 --- a/src/com/rapidminer/operator/io/ExcelExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/ExcelExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ExcelExampleSource.java b/src/com/rapidminer/operator/io/ExcelExampleSource.java index 9fd3a9a..debc021 100644 --- a/src/com/rapidminer/operator/io/ExcelExampleSource.java +++ b/src/com/rapidminer/operator/io/ExcelExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/GNUPlotOperator.java b/src/com/rapidminer/operator/io/GNUPlotOperator.java index bbbfe60..0f5e2f9 100644 --- a/src/com/rapidminer/operator/io/GNUPlotOperator.java +++ b/src/com/rapidminer/operator/io/GNUPlotOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/IOContainerReader.java b/src/com/rapidminer/operator/io/IOContainerReader.java index f5dd6ca..9f83f47 100644 --- a/src/com/rapidminer/operator/io/IOContainerReader.java +++ b/src/com/rapidminer/operator/io/IOContainerReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/IOContainerWriter.java b/src/com/rapidminer/operator/io/IOContainerWriter.java index 4f86ebf..988d56a 100644 --- a/src/com/rapidminer/operator/io/IOContainerWriter.java +++ b/src/com/rapidminer/operator/io/IOContainerWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/IOObjectReader.java b/src/com/rapidminer/operator/io/IOObjectReader.java index 9ef4384..ed36810 100644 --- a/src/com/rapidminer/operator/io/IOObjectReader.java +++ b/src/com/rapidminer/operator/io/IOObjectReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/IOObjectWriter.java b/src/com/rapidminer/operator/io/IOObjectWriter.java index a29be30..53d3fa1 100644 --- a/src/com/rapidminer/operator/io/IOObjectWriter.java +++ b/src/com/rapidminer/operator/io/IOObjectWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/KDBExampleSource.java b/src/com/rapidminer/operator/io/KDBExampleSource.java index 909722e..09e2fec 100644 --- a/src/com/rapidminer/operator/io/KDBExampleSource.java +++ b/src/com/rapidminer/operator/io/KDBExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ModelLoader.java b/src/com/rapidminer/operator/io/ModelLoader.java index 132007b..8e33a70 100644 --- a/src/com/rapidminer/operator/io/ModelLoader.java +++ b/src/com/rapidminer/operator/io/ModelLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ModelWriter.java b/src/com/rapidminer/operator/io/ModelWriter.java index 9c1b566..f0ad8f2 100644 --- a/src/com/rapidminer/operator/io/ModelWriter.java +++ b/src/com/rapidminer/operator/io/ModelWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/OutputTypes.java b/src/com/rapidminer/operator/io/OutputTypes.java index b5de89a..a2fa8b0 100644 --- a/src/com/rapidminer/operator/io/OutputTypes.java +++ b/src/com/rapidminer/operator/io/OutputTypes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ParameterSetLoader.java b/src/com/rapidminer/operator/io/ParameterSetLoader.java index c3710cb..7aa45bc 100644 --- a/src/com/rapidminer/operator/io/ParameterSetLoader.java +++ b/src/com/rapidminer/operator/io/ParameterSetLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ParameterSetWriter.java b/src/com/rapidminer/operator/io/ParameterSetWriter.java index d9048ef..e5ea76c 100644 --- a/src/com/rapidminer/operator/io/ParameterSetWriter.java +++ b/src/com/rapidminer/operator/io/ParameterSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/PerformanceLoader.java b/src/com/rapidminer/operator/io/PerformanceLoader.java index 002f020..8355ef2 100644 --- a/src/com/rapidminer/operator/io/PerformanceLoader.java +++ b/src/com/rapidminer/operator/io/PerformanceLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/PerformanceWriter.java b/src/com/rapidminer/operator/io/PerformanceWriter.java index 7e6b688..e6ea065 100644 --- a/src/com/rapidminer/operator/io/PerformanceWriter.java +++ b/src/com/rapidminer/operator/io/PerformanceWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/RepositorySource.java b/src/com/rapidminer/operator/io/RepositorySource.java index 13d920b..690003e 100644 --- a/src/com/rapidminer/operator/io/RepositorySource.java +++ b/src/com/rapidminer/operator/io/RepositorySource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/RepositoryStorer.java b/src/com/rapidminer/operator/io/RepositoryStorer.java index 46852bc..da441f0 100644 --- a/src/com/rapidminer/operator/io/RepositoryStorer.java +++ b/src/com/rapidminer/operator/io/RepositoryStorer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ResultSetExampleSource.java b/src/com/rapidminer/operator/io/ResultSetExampleSource.java index 072968e..858a45f 100644 --- a/src/com/rapidminer/operator/io/ResultSetExampleSource.java +++ b/src/com/rapidminer/operator/io/ResultSetExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ResultWriter.java b/src/com/rapidminer/operator/io/ResultWriter.java index ef7c549..d8fe3e8 100644 --- a/src/com/rapidminer/operator/io/ResultWriter.java +++ b/src/com/rapidminer/operator/io/ResultWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/SPSSExampleSource.java b/src/com/rapidminer/operator/io/SPSSExampleSource.java index 393f34d..2bd0f52 100644 --- a/src/com/rapidminer/operator/io/SPSSExampleSource.java +++ b/src/com/rapidminer/operator/io/SPSSExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/SimpleExampleSource.java b/src/com/rapidminer/operator/io/SimpleExampleSource.java index eda99e6..e57239c 100644 --- a/src/com/rapidminer/operator/io/SimpleExampleSource.java +++ b/src/com/rapidminer/operator/io/SimpleExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/SparseFormatExampleSource.java b/src/com/rapidminer/operator/io/SparseFormatExampleSource.java index 683e511..a71a6ce 100644 --- a/src/com/rapidminer/operator/io/SparseFormatExampleSource.java +++ b/src/com/rapidminer/operator/io/SparseFormatExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/SpecialFormatExampleSetWriter.java b/src/com/rapidminer/operator/io/SpecialFormatExampleSetWriter.java index fcad109..97572b2 100644 --- a/src/com/rapidminer/operator/io/SpecialFormatExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/SpecialFormatExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/StataExampleSource.java b/src/com/rapidminer/operator/io/StataExampleSource.java index 27f669c..14a2325 100644 --- a/src/com/rapidminer/operator/io/StataExampleSource.java +++ b/src/com/rapidminer/operator/io/StataExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ThresholdLoader.java b/src/com/rapidminer/operator/io/ThresholdLoader.java index d536543..127cd99 100644 --- a/src/com/rapidminer/operator/io/ThresholdLoader.java +++ b/src/com/rapidminer/operator/io/ThresholdLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/ThresholdWriter.java b/src/com/rapidminer/operator/io/ThresholdWriter.java index 5778de8..3aa2aa8 100644 --- a/src/com/rapidminer/operator/io/ThresholdWriter.java +++ b/src/com/rapidminer/operator/io/ThresholdWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/URLExampleSource.java b/src/com/rapidminer/operator/io/URLExampleSource.java index 477f539..04c5f54 100644 --- a/src/com/rapidminer/operator/io/URLExampleSource.java +++ b/src/com/rapidminer/operator/io/URLExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/XrffExampleSetWriter.java b/src/com/rapidminer/operator/io/XrffExampleSetWriter.java index 703f18a..81c1be9 100644 --- a/src/com/rapidminer/operator/io/XrffExampleSetWriter.java +++ b/src/com/rapidminer/operator/io/XrffExampleSetWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/io/XrffExampleSource.java b/src/com/rapidminer/operator/io/XrffExampleSource.java index aab246c..1e33839 100644 --- a/src/com/rapidminer/operator/io/XrffExampleSource.java +++ b/src/com/rapidminer/operator/io/XrffExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/AbstractLearner.java b/src/com/rapidminer/operator/learner/AbstractLearner.java index a92d78f..f8aacfc 100644 --- a/src/com/rapidminer/operator/learner/AbstractLearner.java +++ b/src/com/rapidminer/operator/learner/AbstractLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/CapabilityCheck.java b/src/com/rapidminer/operator/learner/CapabilityCheck.java index 3759d64..b467fc2 100644 --- a/src/com/rapidminer/operator/learner/CapabilityCheck.java +++ b/src/com/rapidminer/operator/learner/CapabilityCheck.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/CapabilityProvider.java b/src/com/rapidminer/operator/learner/CapabilityProvider.java index a978b77..46e85dd 100644 --- a/src/com/rapidminer/operator/learner/CapabilityProvider.java +++ b/src/com/rapidminer/operator/learner/CapabilityProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/FormulaProvider.java b/src/com/rapidminer/operator/learner/FormulaProvider.java index 8333939..9f5316f 100644 --- a/src/com/rapidminer/operator/learner/FormulaProvider.java +++ b/src/com/rapidminer/operator/learner/FormulaProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/Learner.java b/src/com/rapidminer/operator/learner/Learner.java index 277aaeb..813dee3 100644 --- a/src/com/rapidminer/operator/learner/Learner.java +++ b/src/com/rapidminer/operator/learner/Learner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/PredictionModel.java b/src/com/rapidminer/operator/learner/PredictionModel.java index deb9531..669ad3e 100644 --- a/src/com/rapidminer/operator/learner/PredictionModel.java +++ b/src/com/rapidminer/operator/learner/PredictionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/SimpleBinaryPredictionModel.java b/src/com/rapidminer/operator/learner/SimpleBinaryPredictionModel.java index 1a23301..e4c16b8 100644 --- a/src/com/rapidminer/operator/learner/SimpleBinaryPredictionModel.java +++ b/src/com/rapidminer/operator/learner/SimpleBinaryPredictionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/SimplePredictionModel.java b/src/com/rapidminer/operator/learner/SimplePredictionModel.java index fbc0731..2c770dd 100644 --- a/src/com/rapidminer/operator/learner/SimplePredictionModel.java +++ b/src/com/rapidminer/operator/learner/SimplePredictionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/UpdateablePredictionModel.java b/src/com/rapidminer/operator/learner/UpdateablePredictionModel.java index 85cadfc..1e7516a 100644 --- a/src/com/rapidminer/operator/learner/UpdateablePredictionModel.java +++ b/src/com/rapidminer/operator/learner/UpdateablePredictionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/AssociationRule.java b/src/com/rapidminer/operator/learner/associations/AssociationRule.java index ab178cd..8f44205 100644 --- a/src/com/rapidminer/operator/learner/associations/AssociationRule.java +++ b/src/com/rapidminer/operator/learner/associations/AssociationRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/AssociationRuleGenerator.java b/src/com/rapidminer/operator/learner/associations/AssociationRuleGenerator.java index caabb89..c573695 100644 --- a/src/com/rapidminer/operator/learner/associations/AssociationRuleGenerator.java +++ b/src/com/rapidminer/operator/learner/associations/AssociationRuleGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/AssociationRules.java b/src/com/rapidminer/operator/learner/associations/AssociationRules.java index d042b21..dbd9de8 100644 --- a/src/com/rapidminer/operator/learner/associations/AssociationRules.java +++ b/src/com/rapidminer/operator/learner/associations/AssociationRules.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/BooleanAttributeItem.java b/src/com/rapidminer/operator/learner/associations/BooleanAttributeItem.java index be53f75..8bc9729 100644 --- a/src/com/rapidminer/operator/learner/associations/BooleanAttributeItem.java +++ b/src/com/rapidminer/operator/learner/associations/BooleanAttributeItem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/FrequentItemSet.java b/src/com/rapidminer/operator/learner/associations/FrequentItemSet.java index 8c9c1a2..a20c3a0 100644 --- a/src/com/rapidminer/operator/learner/associations/FrequentItemSet.java +++ b/src/com/rapidminer/operator/learner/associations/FrequentItemSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/FrequentItemSetAttributeCreator.java b/src/com/rapidminer/operator/learner/associations/FrequentItemSetAttributeCreator.java index d7f460f..c397dc8 100644 --- a/src/com/rapidminer/operator/learner/associations/FrequentItemSetAttributeCreator.java +++ b/src/com/rapidminer/operator/learner/associations/FrequentItemSetAttributeCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/FrequentItemSetUnificator.java b/src/com/rapidminer/operator/learner/associations/FrequentItemSetUnificator.java index 2fedddd..b7bb5d4 100644 --- a/src/com/rapidminer/operator/learner/associations/FrequentItemSetUnificator.java +++ b/src/com/rapidminer/operator/learner/associations/FrequentItemSetUnificator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/FrequentItemSets.java b/src/com/rapidminer/operator/learner/associations/FrequentItemSets.java index d096ff0..7cf10da 100644 --- a/src/com/rapidminer/operator/learner/associations/FrequentItemSets.java +++ b/src/com/rapidminer/operator/learner/associations/FrequentItemSets.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/FrequentItemSetsToData.java b/src/com/rapidminer/operator/learner/associations/FrequentItemSetsToData.java index ee11460..fd32c8a 100644 --- a/src/com/rapidminer/operator/learner/associations/FrequentItemSetsToData.java +++ b/src/com/rapidminer/operator/learner/associations/FrequentItemSetsToData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/Item.java b/src/com/rapidminer/operator/learner/associations/Item.java index 50fcf65..b30f7e9 100644 --- a/src/com/rapidminer/operator/learner/associations/Item.java +++ b/src/com/rapidminer/operator/learner/associations/Item.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/PowerSet.java b/src/com/rapidminer/operator/learner/associations/PowerSet.java index 584d71b..1ea6980 100644 --- a/src/com/rapidminer/operator/learner/associations/PowerSet.java +++ b/src/com/rapidminer/operator/learner/associations/PowerSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/fpgrowth/FPGrowth.java b/src/com/rapidminer/operator/learner/associations/fpgrowth/FPGrowth.java index aa0c2e4..24ecd59 100644 --- a/src/com/rapidminer/operator/learner/associations/fpgrowth/FPGrowth.java +++ b/src/com/rapidminer/operator/learner/associations/fpgrowth/FPGrowth.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTree.java b/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTree.java index e72d976..65c709e 100644 --- a/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTree.java +++ b/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTreeNode.java b/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTreeNode.java index 0e8cd6f..83523b1 100644 --- a/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTreeNode.java +++ b/src/com/rapidminer/operator/learner/associations/fpgrowth/FPTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/fpgrowth/FrequencyStack.java b/src/com/rapidminer/operator/learner/associations/fpgrowth/FrequencyStack.java index c7b8bde..2d916cb 100644 --- a/src/com/rapidminer/operator/learner/associations/fpgrowth/FrequencyStack.java +++ b/src/com/rapidminer/operator/learner/associations/fpgrowth/FrequencyStack.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/fpgrowth/Header.java b/src/com/rapidminer/operator/learner/associations/fpgrowth/Header.java index 4d6947f..dc6e80b 100644 --- a/src/com/rapidminer/operator/learner/associations/fpgrowth/Header.java +++ b/src/com/rapidminer/operator/learner/associations/fpgrowth/Header.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/fpgrowth/ListFrequencyStack.java b/src/com/rapidminer/operator/learner/associations/fpgrowth/ListFrequencyStack.java index 615d992..a1f76b3 100644 --- a/src/com/rapidminer/operator/learner/associations/fpgrowth/ListFrequencyStack.java +++ b/src/com/rapidminer/operator/learner/associations/fpgrowth/ListFrequencyStack.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/CountingInformations.java b/src/com/rapidminer/operator/learner/associations/gsp/CountingInformations.java index c6657bf..e6b6082 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/CountingInformations.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/CountingInformations.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/DataSequence.java b/src/com/rapidminer/operator/learner/associations/gsp/DataSequence.java index ebac4aa..4d7bbab 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/DataSequence.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/DataSequence.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/GSPOperator.java b/src/com/rapidminer/operator/learner/associations/gsp/GSPOperator.java index b3277ac..2c2a4c2 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/GSPOperator.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/GSPOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/GSPSet.java b/src/com/rapidminer/operator/learner/associations/gsp/GSPSet.java index 15f3846..f738cd1 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/GSPSet.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/GSPSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeInnerNode.java b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeInnerNode.java index 80dabd9..b452e76 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeInnerNode.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeInnerNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeLeafNode.java b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeLeafNode.java index 4cbeaea..3ec1e38 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeLeafNode.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeLeafNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeNode.java b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeNode.java index 7e07299..40bdfa9 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeNode.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeRootNode.java b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeRootNode.java index f24b8eb..7710e76 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/HashTreeRootNode.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/HashTreeRootNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/Item.java b/src/com/rapidminer/operator/learner/associations/gsp/Item.java index f207c82..cebc425 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/Item.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/Item.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/Sequence.java b/src/com/rapidminer/operator/learner/associations/gsp/Sequence.java index 1e96cc1..14eb67b 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/Sequence.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/Sequence.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/Transaction.java b/src/com/rapidminer/operator/learner/associations/gsp/Transaction.java index b42ade9..823a637 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/Transaction.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/Transaction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/associations/gsp/TransactionSet.java b/src/com/rapidminer/operator/learner/associations/gsp/TransactionSet.java index a193482..d79bdb3 100644 --- a/src/com/rapidminer/operator/learner/associations/gsp/TransactionSet.java +++ b/src/com/rapidminer/operator/learner/associations/gsp/TransactionSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/DiscriminantModel.java b/src/com/rapidminer/operator/learner/bayes/DiscriminantModel.java index d52ac17..2943a53 100644 --- a/src/com/rapidminer/operator/learner/bayes/DiscriminantModel.java +++ b/src/com/rapidminer/operator/learner/bayes/DiscriminantModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/DistributionModel.java b/src/com/rapidminer/operator/learner/bayes/DistributionModel.java index d95087f..4ccc27f 100644 --- a/src/com/rapidminer/operator/learner/bayes/DistributionModel.java +++ b/src/com/rapidminer/operator/learner/bayes/DistributionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/KernelDistributionModel.java b/src/com/rapidminer/operator/learner/bayes/KernelDistributionModel.java index b999c74..4744a28 100644 --- a/src/com/rapidminer/operator/learner/bayes/KernelDistributionModel.java +++ b/src/com/rapidminer/operator/learner/bayes/KernelDistributionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/KernelNaiveBayes.java b/src/com/rapidminer/operator/learner/bayes/KernelNaiveBayes.java index 33f270a..a423c8a 100644 --- a/src/com/rapidminer/operator/learner/bayes/KernelNaiveBayes.java +++ b/src/com/rapidminer/operator/learner/bayes/KernelNaiveBayes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/LinearDiscriminantAnalysis.java b/src/com/rapidminer/operator/learner/bayes/LinearDiscriminantAnalysis.java index 7493e9a..a996048 100644 --- a/src/com/rapidminer/operator/learner/bayes/LinearDiscriminantAnalysis.java +++ b/src/com/rapidminer/operator/learner/bayes/LinearDiscriminantAnalysis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/NaiveBayes.java b/src/com/rapidminer/operator/learner/bayes/NaiveBayes.java index 6ecd19f..32a6800 100644 --- a/src/com/rapidminer/operator/learner/bayes/NaiveBayes.java +++ b/src/com/rapidminer/operator/learner/bayes/NaiveBayes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/QuadraticDiscriminantAnalysis.java b/src/com/rapidminer/operator/learner/bayes/QuadraticDiscriminantAnalysis.java index d25e869..443644b 100644 --- a/src/com/rapidminer/operator/learner/bayes/QuadraticDiscriminantAnalysis.java +++ b/src/com/rapidminer/operator/learner/bayes/QuadraticDiscriminantAnalysis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/RegularizedDiscriminantAnalysis.java b/src/com/rapidminer/operator/learner/bayes/RegularizedDiscriminantAnalysis.java index a082516..edaeddd 100644 --- a/src/com/rapidminer/operator/learner/bayes/RegularizedDiscriminantAnalysis.java +++ b/src/com/rapidminer/operator/learner/bayes/RegularizedDiscriminantAnalysis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/bayes/SimpleDistributionModel.java b/src/com/rapidminer/operator/learner/bayes/SimpleDistributionModel.java index 3331539..2e54cf7 100644 --- a/src/com/rapidminer/operator/learner/bayes/SimpleDistributionModel.java +++ b/src/com/rapidminer/operator/learner/bayes/SimpleDistributionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/FastLargeMargin.java b/src/com/rapidminer/operator/learner/functions/FastLargeMargin.java index 7b8f9c5..ccccc7b 100644 --- a/src/com/rapidminer/operator/learner/functions/FastLargeMargin.java +++ b/src/com/rapidminer/operator/learner/functions/FastLargeMargin.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/FastMarginModel.java b/src/com/rapidminer/operator/learner/functions/FastMarginModel.java index efa1f51..ba81e3b 100644 --- a/src/com/rapidminer/operator/learner/functions/FastMarginModel.java +++ b/src/com/rapidminer/operator/learner/functions/FastMarginModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/HyperplaneModel.java b/src/com/rapidminer/operator/learner/functions/HyperplaneModel.java index 12db88e..4f90430 100644 --- a/src/com/rapidminer/operator/learner/functions/HyperplaneModel.java +++ b/src/com/rapidminer/operator/learner/functions/HyperplaneModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/LinearRegressionModel.java b/src/com/rapidminer/operator/learner/functions/LinearRegressionModel.java index 14cd394..012f2d0 100644 --- a/src/com/rapidminer/operator/learner/functions/LinearRegressionModel.java +++ b/src/com/rapidminer/operator/learner/functions/LinearRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/LogisticRegression.java b/src/com/rapidminer/operator/learner/functions/LogisticRegression.java index 102f5d1..8065204 100644 --- a/src/com/rapidminer/operator/learner/functions/LogisticRegression.java +++ b/src/com/rapidminer/operator/learner/functions/LogisticRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/LogisticRegressionModel.java b/src/com/rapidminer/operator/learner/functions/LogisticRegressionModel.java index 27e79a8..5ef7afb 100644 --- a/src/com/rapidminer/operator/learner/functions/LogisticRegressionModel.java +++ b/src/com/rapidminer/operator/learner/functions/LogisticRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/LogisticRegressionOptimization.java b/src/com/rapidminer/operator/learner/functions/LogisticRegressionOptimization.java index e205724..e4976bd 100644 --- a/src/com/rapidminer/operator/learner/functions/LogisticRegressionOptimization.java +++ b/src/com/rapidminer/operator/learner/functions/LogisticRegressionOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/Perceptron.java b/src/com/rapidminer/operator/learner/functions/Perceptron.java index 7a15b37..8b3a027 100644 --- a/src/com/rapidminer/operator/learner/functions/Perceptron.java +++ b/src/com/rapidminer/operator/learner/functions/Perceptron.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/PolynomialRegression.java b/src/com/rapidminer/operator/learner/functions/PolynomialRegression.java index b1b54cd..751f4eb 100644 --- a/src/com/rapidminer/operator/learner/functions/PolynomialRegression.java +++ b/src/com/rapidminer/operator/learner/functions/PolynomialRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/PolynomialRegressionModel.java b/src/com/rapidminer/operator/learner/functions/PolynomialRegressionModel.java index f41b3d2..51d02d2 100644 --- a/src/com/rapidminer/operator/learner/functions/PolynomialRegressionModel.java +++ b/src/com/rapidminer/operator/learner/functions/PolynomialRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionModel.java b/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionModel.java index 5c87e52..0f3fccc 100644 --- a/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionModel.java +++ b/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionOperator.java b/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionOperator.java index 6353e0a..eaa2a0d 100644 --- a/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionOperator.java +++ b/src/com/rapidminer/operator/learner/functions/SeeminglyUnrelatedRegressionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/VectorLinearRegression.java b/src/com/rapidminer/operator/learner/functions/VectorLinearRegression.java index 668b10e..bebe4cf 100644 --- a/src/com/rapidminer/operator/learner/functions/VectorLinearRegression.java +++ b/src/com/rapidminer/operator/learner/functions/VectorLinearRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/VectorRegressionModel.java b/src/com/rapidminer/operator/learner/functions/VectorRegressionModel.java index 26506db..48a91ea 100644 --- a/src/com/rapidminer/operator/learner/functions/VectorRegressionModel.java +++ b/src/com/rapidminer/operator/learner/functions/VectorRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/AbstractKernelBasedLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/AbstractKernelBasedLearner.java index 381d4c4..8a86393 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/AbstractKernelBasedLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/AbstractKernelBasedLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMLearner.java index 205384f..0705c71 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMModel.java b/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMModel.java index 83007fb..b4e9db3 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/AbstractMySVMModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/GPLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/GPLearner.java index f9b99fc..511e548 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/GPLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/GPLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/GPModel.java b/src/com/rapidminer/operator/learner/functions/kernel/GPModel.java index b98ad90..cf49331 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/GPModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/GPModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/JMySVMLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/JMySVMLearner.java index 0213a68..d524943 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/JMySVMLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/JMySVMLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/JMySVMModel.java b/src/com/rapidminer/operator/learner/functions/kernel/JMySVMModel.java index 5ccd5ce..9c64ab3 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/JMySVMModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/JMySVMModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegression.java b/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegression.java index d32e96b..873f4d5 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegression.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionModel.java b/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionModel.java index e1f7215..d5e7d72 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionOptimization.java b/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionOptimization.java index 4c8b150..5eedcd6 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionOptimization.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/KernelLogisticRegressionOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/KernelModel.java b/src/com/rapidminer/operator/learner/functions/kernel/KernelModel.java index c1144c8..c88b070 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/KernelModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/KernelModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/LibSVMLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/LibSVMLearner.java index 2bc078a..70d19a7 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/LibSVMLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/LibSVMLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/LibSVMModel.java b/src/com/rapidminer/operator/learner/functions/kernel/LibSVMModel.java index 33d4539..50f878c 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/LibSVMModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/LibSVMModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMLearner.java index b60116e..f3d36d4 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMModel.java b/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMModel.java index 6a24018..3d3e1c6 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/LinearMySVMModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/MyKLRLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/MyKLRLearner.java index 8788ca7..443e279 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/MyKLRLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/MyKLRLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/MyKLRModel.java b/src/com/rapidminer/operator/learner/functions/kernel/MyKLRModel.java index 3bcfc93..b6d08ee 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/MyKLRModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/MyKLRModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/RVMLearner.java b/src/com/rapidminer/operator/learner/functions/kernel/RVMLearner.java index 125a0c2..f9ae092 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/RVMLearner.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/RVMLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/RVMModel.java b/src/com/rapidminer/operator/learner/functions/kernel/RVMModel.java index 25ac4b7..d135ffb 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/RVMModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/RVMModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/SupportVector.java b/src/com/rapidminer/operator/learner/functions/kernel/SupportVector.java index e5a5165..01147fd 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/SupportVector.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/SupportVector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationEvoOptimization.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationEvoOptimization.java index f6656de..55b4da5 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationEvoOptimization.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationEvoOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationOptimizationFunction.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationOptimizationFunction.java index f8da444..9aa5fd3 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationOptimizationFunction.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/ClassificationOptimizationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoOptimization.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoOptimization.java index c1f1929..579ed11 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoOptimization.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVM.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVM.java index 0a486cf..c65f5ea 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVM.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVM.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVMModel.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVMModel.java index 2100cb8..7a41f90 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVMModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/EvoSVMModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/OptimizationFunction.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/OptimizationFunction.java index 292a9d7..469079e 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/OptimizationFunction.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/OptimizationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.java index 72fdf8b..fc745e6 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVM.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVMOptimization.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVMOptimization.java index c7ecc54..ab2ddb4 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVMOptimization.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/PSOSVMOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionEvoOptimization.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionEvoOptimization.java index fe97169..ce585ad 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionEvoOptimization.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionEvoOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionOptimizationFunction.java b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionOptimizationFunction.java index 8b8c9f1..d2f0268 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionOptimizationFunction.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/evosvm/RegressionOptimizationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/GPBase.java b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/GPBase.java index a0c2721..2799c7b 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/GPBase.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/GPBase.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Model.java b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Model.java index 53a66f3..baac9f9 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Model.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Model.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Parameter.java b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Parameter.java index 7ca1898..6c50ebd 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Parameter.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Parameter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Problem.java b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Problem.java index 59df8d5..111cb63 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Problem.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Problem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Regression.java b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Regression.java index 30e2a0a..c1f062c 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Regression.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/Regression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/RegressionProblem.java b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/RegressionProblem.java index 5f132d0..3a9a594 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/RegressionProblem.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/gaussianprocess/RegressionProblem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperHyper.java b/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperHyper.java index b89138f..2f4c641 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperHyper.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperHyper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperModel.java b/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperModel.java index e39d7f4..674da25 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperModel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/hyperhyper/HyperModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExample.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExample.java index 9a5c9c1..6ef06ff 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExample.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExample.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExamples.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExamples.java index 82d755d..7b839c0 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExamples.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/examples/SVMExamples.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/Kernel.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/Kernel.java index aacf9c8..b8fe259 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/Kernel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/Kernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelAnova.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelAnova.java index a1560df..068f74a 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelAnova.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelAnova.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelDot.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelDot.java index c40062b..d9cab87 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelDot.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelDot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelEpanechnikov.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelEpanechnikov.java index 58af49b..8b4c9c2 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelEpanechnikov.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelEpanechnikov.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelGaussianCombination.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelGaussianCombination.java index 502efa3..8037ca4 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelGaussianCombination.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelGaussianCombination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelMultiquadric.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelMultiquadric.java index 65d91fc..b52eca4 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelMultiquadric.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelMultiquadric.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelNeural.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelNeural.java index dedf08b..901eda5 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelNeural.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelNeural.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelPolynomial.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelPolynomial.java index 1db4317..4954a59 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelPolynomial.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelPolynomial.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelRadial.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelRadial.java index 054eed7..c81a54f 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelRadial.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/kernel/KernelRadial.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblem.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblem.java index cede5e7..9dd1dfb 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblem.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblemSMO.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblemSMO.java index 612f4dc..df612c5 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblemSMO.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/optimizer/QuadraticProblemSMO.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVM.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVM.java index 10c79ce..a8602db 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVM.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVM.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMInterface.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMInterface.java index c32cdbb..6c88bc2 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMInterface.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMInterface.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMpattern.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMpattern.java index 7eb043e..922e172 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMpattern.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMpattern.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMregression.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMregression.java index a917f22..8e94f4d 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMregression.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/svm/SVMregression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Cache.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Cache.java index 526c326..450389e 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Cache.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Cache.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Heap.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Heap.java index 841d8ca..8a461ac 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Heap.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/Heap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MaxHeap.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MaxHeap.java index 4a05fe2..94764cd 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MaxHeap.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MaxHeap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MinHeap.java b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MinHeap.java index 0f2feb8..f4a03e9 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MinHeap.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/jmysvm/util/MinHeap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/logistic/KLR.java b/src/com/rapidminer/operator/learner/functions/kernel/logistic/KLR.java index 1970964..cf6ef50 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/logistic/KLR.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/logistic/KLR.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/ClassificationProblem.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/ClassificationProblem.java index 2b9b52d..4908891 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/ClassificationProblem.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/ClassificationProblem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/ConstructiveRegression.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/ConstructiveRegression.java index 41f396c..dbd1157 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/ConstructiveRegression.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/ConstructiveRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/Model.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/Model.java index 3a8163f..37c3855 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/Model.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/Model.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/Parameter.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/Parameter.java index 3c5d379..cfff756 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/Parameter.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/Parameter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/Problem.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/Problem.java index 0fccf1a..e9ba163 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/Problem.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/Problem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMBase.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMBase.java index 548dc1f..95269f2 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMBase.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMBase.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMClassification.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMClassification.java index 11ffb33..ad58c77 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMClassification.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMClassification.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMRegression.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMRegression.java index 6211a97..ce60c32 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMRegression.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RVMRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RegressionProblem.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RegressionProblem.java index ed7ec91..c9047b5 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/RegressionProblem.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/RegressionProblem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/Kernel.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/Kernel.java index 3f9ff39..5b11712 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/Kernel.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/Kernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelBasisFunction.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelBasisFunction.java index 0463f43..8b5a66d 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelBasisFunction.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelBasisFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelCauchy.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelCauchy.java index 2efbec6..e17c5b9 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelCauchy.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelCauchy.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelEpanechnikov.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelEpanechnikov.java index af5e7af..a747f36 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelEpanechnikov.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelEpanechnikov.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelGaussianCombination.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelGaussianCombination.java index b7e9177..2dd194f 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelGaussianCombination.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelGaussianCombination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelLaplace.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelLaplace.java index 84f1839..b2ec822 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelLaplace.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelLaplace.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelMultiquadric.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelMultiquadric.java index ecd3c81..8587c03 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelMultiquadric.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelMultiquadric.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelPoly.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelPoly.java index 6fd4e64..0adc787 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelPoly.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelPoly.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelRadial.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelRadial.java index 61843f4..18a6c3e 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelRadial.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelRadial.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelSigmoid.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelSigmoid.java index 2d277fd..5d86324 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelSigmoid.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/kernel/KernelSigmoid.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/kernel/rvm/util/SECholeskyDecomposition.java b/src/com/rapidminer/operator/learner/functions/kernel/rvm/util/SECholeskyDecomposition.java index 7012c0f..c2ef817 100644 --- a/src/com/rapidminer/operator/learner/functions/kernel/rvm/util/SECholeskyDecomposition.java +++ b/src/com/rapidminer/operator/learner/functions/kernel/rvm/util/SECholeskyDecomposition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/linear/GreedyLinearRegressionMethod.java b/src/com/rapidminer/operator/learner/functions/linear/GreedyLinearRegressionMethod.java index 4cadc53..2ccfa68 100644 --- a/src/com/rapidminer/operator/learner/functions/linear/GreedyLinearRegressionMethod.java +++ b/src/com/rapidminer/operator/learner/functions/linear/GreedyLinearRegressionMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/linear/IterativeTTestLinearRegressionMethod.java b/src/com/rapidminer/operator/learner/functions/linear/IterativeTTestLinearRegressionMethod.java index a007b1e..102b312 100644 --- a/src/com/rapidminer/operator/learner/functions/linear/IterativeTTestLinearRegressionMethod.java +++ b/src/com/rapidminer/operator/learner/functions/linear/IterativeTTestLinearRegressionMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/linear/LinearRegression.java b/src/com/rapidminer/operator/learner/functions/linear/LinearRegression.java index 15c1aa0..a24566c 100644 --- a/src/com/rapidminer/operator/learner/functions/linear/LinearRegression.java +++ b/src/com/rapidminer/operator/learner/functions/linear/LinearRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/linear/LinearRegressionMethod.java b/src/com/rapidminer/operator/learner/functions/linear/LinearRegressionMethod.java index 382111a..cdb433e 100644 --- a/src/com/rapidminer/operator/learner/functions/linear/LinearRegressionMethod.java +++ b/src/com/rapidminer/operator/learner/functions/linear/LinearRegressionMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/linear/M5PLinearRegressionMethod.java b/src/com/rapidminer/operator/learner/functions/linear/M5PLinearRegressionMethod.java index cf8076b..09cedab 100644 --- a/src/com/rapidminer/operator/learner/functions/linear/M5PLinearRegressionMethod.java +++ b/src/com/rapidminer/operator/learner/functions/linear/M5PLinearRegressionMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/linear/PlainLinearRegressionMethod.java b/src/com/rapidminer/operator/learner/functions/linear/PlainLinearRegressionMethod.java index 6cc9599..f069831 100644 --- a/src/com/rapidminer/operator/learner/functions/linear/PlainLinearRegressionMethod.java +++ b/src/com/rapidminer/operator/learner/functions/linear/PlainLinearRegressionMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/linear/TTestLinearRegressionMethod.java b/src/com/rapidminer/operator/learner/functions/linear/TTestLinearRegressionMethod.java index 4e2c125..c3780d9 100644 --- a/src/com/rapidminer/operator/learner/functions/linear/TTestLinearRegressionMethod.java +++ b/src/com/rapidminer/operator/learner/functions/linear/TTestLinearRegressionMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/ActivationFunction.java b/src/com/rapidminer/operator/learner/functions/neuralnet/ActivationFunction.java index 960b918..2ff3175 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/ActivationFunction.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/ActivationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetLearner.java b/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetLearner.java index a2fd0ee..56bce2b 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetLearner.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetModel.java b/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetModel.java index 1c70f92..fef7578 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetModel.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetVisualizer.java b/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetVisualizer.java index 03d6dd7..a677f24 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetVisualizer.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/ImprovedNeuralNetVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/InnerNode.java b/src/com/rapidminer/operator/learner/functions/neuralnet/InnerNode.java index e0a4660..e77944b 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/InnerNode.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/InnerNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/InputNode.java b/src/com/rapidminer/operator/learner/functions/neuralnet/InputNode.java index 74610ea..1e0aceb 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/InputNode.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/InputNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/LinearFunction.java b/src/com/rapidminer/operator/learner/functions/neuralnet/LinearFunction.java index ad4f28f..26e1317 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/LinearFunction.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/LinearFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetLearner.java b/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetLearner.java index a0dd40a..672dedc 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetLearner.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetModel.java b/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetModel.java index 6af4ec7..1062abc 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetModel.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetVisualizer.java b/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetVisualizer.java index 0e8676b..8350ef4 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetVisualizer.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/NeuralNetVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/Node.java b/src/com/rapidminer/operator/learner/functions/neuralnet/Node.java index d62ab9a..8b806f4 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/Node.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/Node.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/OutputNode.java b/src/com/rapidminer/operator/learner/functions/neuralnet/OutputNode.java index ca583d8..253d024 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/OutputNode.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/OutputNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/SigmoidFunction.java b/src/com/rapidminer/operator/learner/functions/neuralnet/SigmoidFunction.java index 3bb5e9e..eae63ff 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/SigmoidFunction.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/SigmoidFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetLearner.java b/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetLearner.java index c08dd56..a597171 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetLearner.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetModel.java b/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetModel.java index 3c1fae4..53dbdb8 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetModel.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetVisualizer.java b/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetVisualizer.java index f85cc5b..07bca9c 100644 --- a/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetVisualizer.java +++ b/src/com/rapidminer/operator/learner/functions/neuralnet/SimpleNeuralNetVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/IGSSResult.java b/src/com/rapidminer/operator/learner/igss/IGSSResult.java index ed69a11..e4474b3 100644 --- a/src/com/rapidminer/operator/learner/igss/IGSSResult.java +++ b/src/com/rapidminer/operator/learner/igss/IGSSResult.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/IteratingGSS.java b/src/com/rapidminer/operator/learner/igss/IteratingGSS.java index 8f0ac67..44431b3 100644 --- a/src/com/rapidminer/operator/learner/igss/IteratingGSS.java +++ b/src/com/rapidminer/operator/learner/igss/IteratingGSS.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/Result.java b/src/com/rapidminer/operator/learner/igss/Result.java index 2bae0b6..5fd7af2 100644 --- a/src/com/rapidminer/operator/learner/igss/Result.java +++ b/src/com/rapidminer/operator/learner/igss/Result.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/hypothesis/GSSModel.java b/src/com/rapidminer/operator/learner/igss/hypothesis/GSSModel.java index 854a978..9f7796b 100644 --- a/src/com/rapidminer/operator/learner/igss/hypothesis/GSSModel.java +++ b/src/com/rapidminer/operator/learner/igss/hypothesis/GSSModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/hypothesis/Hypothesis.java b/src/com/rapidminer/operator/learner/igss/hypothesis/Hypothesis.java index f2d4425..58271af 100644 --- a/src/com/rapidminer/operator/learner/igss/hypothesis/Hypothesis.java +++ b/src/com/rapidminer/operator/learner/igss/hypothesis/Hypothesis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/hypothesis/Literal.java b/src/com/rapidminer/operator/learner/igss/hypothesis/Literal.java index 0294f95..7ef73f2 100644 --- a/src/com/rapidminer/operator/learner/igss/hypothesis/Literal.java +++ b/src/com/rapidminer/operator/learner/igss/hypothesis/Literal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/hypothesis/Rule.java b/src/com/rapidminer/operator/learner/igss/hypothesis/Rule.java index 7d62c5b..e2eae0f 100644 --- a/src/com/rapidminer/operator/learner/igss/hypothesis/Rule.java +++ b/src/com/rapidminer/operator/learner/igss/hypothesis/Rule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/AbstractUtility.java b/src/com/rapidminer/operator/learner/igss/utility/AbstractUtility.java index 36a6a6c..fe6c8d8 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/AbstractUtility.java +++ b/src/com/rapidminer/operator/learner/igss/utility/AbstractUtility.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/Accuracy.java b/src/com/rapidminer/operator/learner/igss/utility/Accuracy.java index 39eeaaf..80f764f 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/Accuracy.java +++ b/src/com/rapidminer/operator/learner/igss/utility/Accuracy.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/Binomial.java b/src/com/rapidminer/operator/learner/igss/utility/Binomial.java index 73ea259..13d21fc 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/Binomial.java +++ b/src/com/rapidminer/operator/learner/igss/utility/Binomial.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/Coverage.java b/src/com/rapidminer/operator/learner/igss/utility/Coverage.java index 2033d56..af78390 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/Coverage.java +++ b/src/com/rapidminer/operator/learner/igss/utility/Coverage.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/InstanceAveraging.java b/src/com/rapidminer/operator/learner/igss/utility/InstanceAveraging.java index 0a5c6ea..85be579 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/InstanceAveraging.java +++ b/src/com/rapidminer/operator/learner/igss/utility/InstanceAveraging.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/Linear.java b/src/com/rapidminer/operator/learner/igss/utility/Linear.java index b3c41bb..9f66042 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/Linear.java +++ b/src/com/rapidminer/operator/learner/igss/utility/Linear.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/Squared.java b/src/com/rapidminer/operator/learner/igss/utility/Squared.java index 3294e1a..b4619a9 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/Squared.java +++ b/src/com/rapidminer/operator/learner/igss/utility/Squared.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/Utility.java b/src/com/rapidminer/operator/learner/igss/utility/Utility.java index 795ea47..969c1c3 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/Utility.java +++ b/src/com/rapidminer/operator/learner/igss/utility/Utility.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/igss/utility/WRAcc.java b/src/com/rapidminer/operator/learner/igss/utility/WRAcc.java index ada007f..0f42388 100644 --- a/src/com/rapidminer/operator/learner/igss/utility/WRAcc.java +++ b/src/com/rapidminer/operator/learner/igss/utility/WRAcc.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingLearner.java b/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingLearner.java index 827ddc3..83dc367 100644 --- a/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingLearner.java +++ b/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingModel.java b/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingModel.java index 37d52c5..64a86f3 100644 --- a/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingModel.java +++ b/src/com/rapidminer/operator/learner/lazy/AttributeBasedVotingModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/AttributeDefaultModel.java b/src/com/rapidminer/operator/learner/lazy/AttributeDefaultModel.java index b65df55..887df6b 100644 --- a/src/com/rapidminer/operator/learner/lazy/AttributeDefaultModel.java +++ b/src/com/rapidminer/operator/learner/lazy/AttributeDefaultModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/DefaultLearner.java b/src/com/rapidminer/operator/learner/lazy/DefaultLearner.java index 98d4275..40f7468 100644 --- a/src/com/rapidminer/operator/learner/lazy/DefaultLearner.java +++ b/src/com/rapidminer/operator/learner/lazy/DefaultLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/DefaultModel.java b/src/com/rapidminer/operator/learner/lazy/DefaultModel.java index 38a23e8..15c98b0 100644 --- a/src/com/rapidminer/operator/learner/lazy/DefaultModel.java +++ b/src/com/rapidminer/operator/learner/lazy/DefaultModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/KNNClassificationModel.java b/src/com/rapidminer/operator/learner/lazy/KNNClassificationModel.java index 1f6ada8..4773f02 100644 --- a/src/com/rapidminer/operator/learner/lazy/KNNClassificationModel.java +++ b/src/com/rapidminer/operator/learner/lazy/KNNClassificationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/KNNLearner.java b/src/com/rapidminer/operator/learner/lazy/KNNLearner.java index 6cd496e..c1d58a1 100644 --- a/src/com/rapidminer/operator/learner/lazy/KNNLearner.java +++ b/src/com/rapidminer/operator/learner/lazy/KNNLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/lazy/KNNRegressionModel.java b/src/com/rapidminer/operator/learner/lazy/KNNRegressionModel.java index 1876d81..6a9ca7e 100644 --- a/src/com/rapidminer/operator/learner/lazy/KNNRegressionModel.java +++ b/src/com/rapidminer/operator/learner/lazy/KNNRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/AtLeastNeighborhood.java b/src/com/rapidminer/operator/learner/local/AtLeastNeighborhood.java index 82af752..0b5f88e 100644 --- a/src/com/rapidminer/operator/learner/local/AtLeastNeighborhood.java +++ b/src/com/rapidminer/operator/learner/local/AtLeastNeighborhood.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/DistanceNeighborhood.java b/src/com/rapidminer/operator/learner/local/DistanceNeighborhood.java index f639d7c..eb18f95 100644 --- a/src/com/rapidminer/operator/learner/local/DistanceNeighborhood.java +++ b/src/com/rapidminer/operator/learner/local/DistanceNeighborhood.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionModel.java b/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionModel.java index 1660905..3e23ce8 100644 --- a/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionModel.java +++ b/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionOperator.java b/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionOperator.java index b27511d..cce749b 100644 --- a/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionOperator.java +++ b/src/com/rapidminer/operator/learner/local/LocalPolynomialRegressionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/NearestNeighborNeighborhood.java b/src/com/rapidminer/operator/learner/local/NearestNeighborNeighborhood.java index 2992df0..78de88b 100644 --- a/src/com/rapidminer/operator/learner/local/NearestNeighborNeighborhood.java +++ b/src/com/rapidminer/operator/learner/local/NearestNeighborNeighborhood.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/Neighborhood.java b/src/com/rapidminer/operator/learner/local/Neighborhood.java index 9e268e5..09aa871 100644 --- a/src/com/rapidminer/operator/learner/local/Neighborhood.java +++ b/src/com/rapidminer/operator/learner/local/Neighborhood.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/Neighborhoods.java b/src/com/rapidminer/operator/learner/local/Neighborhoods.java index c7edc43..787cb59 100644 --- a/src/com/rapidminer/operator/learner/local/Neighborhoods.java +++ b/src/com/rapidminer/operator/learner/local/Neighborhoods.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/local/RelativeNeighborhood.java b/src/com/rapidminer/operator/learner/local/RelativeNeighborhood.java index 4d9bd80..c520d9e 100644 --- a/src/com/rapidminer/operator/learner/local/RelativeNeighborhood.java +++ b/src/com/rapidminer/operator/learner/local/RelativeNeighborhood.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/AbstractMetaLearner.java b/src/com/rapidminer/operator/learner/meta/AbstractMetaLearner.java index 6d0aca9..b1152c1 100644 --- a/src/com/rapidminer/operator/learner/meta/AbstractMetaLearner.java +++ b/src/com/rapidminer/operator/learner/meta/AbstractMetaLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/AbstractStacking.java b/src/com/rapidminer/operator/learner/meta/AbstractStacking.java index e52bb98..a1a5b1e 100644 --- a/src/com/rapidminer/operator/learner/meta/AbstractStacking.java +++ b/src/com/rapidminer/operator/learner/meta/AbstractStacking.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/AdaBoost.java b/src/com/rapidminer/operator/learner/meta/AdaBoost.java index e6bd87c..609a822 100644 --- a/src/com/rapidminer/operator/learner/meta/AdaBoost.java +++ b/src/com/rapidminer/operator/learner/meta/AdaBoost.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/AdaBoostModel.java b/src/com/rapidminer/operator/learner/meta/AdaBoostModel.java index 2236de7..4e308a8 100644 --- a/src/com/rapidminer/operator/learner/meta/AdaBoostModel.java +++ b/src/com/rapidminer/operator/learner/meta/AdaBoostModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/AdaBoostPerformanceMeasures.java b/src/com/rapidminer/operator/learner/meta/AdaBoostPerformanceMeasures.java index b2b1352..d07a92a 100644 --- a/src/com/rapidminer/operator/learner/meta/AdaBoostPerformanceMeasures.java +++ b/src/com/rapidminer/operator/learner/meta/AdaBoostPerformanceMeasures.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/AdditiveRegression.java b/src/com/rapidminer/operator/learner/meta/AdditiveRegression.java index f7b7499..0a317cc 100644 --- a/src/com/rapidminer/operator/learner/meta/AdditiveRegression.java +++ b/src/com/rapidminer/operator/learner/meta/AdditiveRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/AdditiveRegressionModel.java b/src/com/rapidminer/operator/learner/meta/AdditiveRegressionModel.java index 6e8dade..eded627 100644 --- a/src/com/rapidminer/operator/learner/meta/AdditiveRegressionModel.java +++ b/src/com/rapidminer/operator/learner/meta/AdditiveRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/Bagging.java b/src/com/rapidminer/operator/learner/meta/Bagging.java index 6d6d63e..c784e02 100644 --- a/src/com/rapidminer/operator/learner/meta/Bagging.java +++ b/src/com/rapidminer/operator/learner/meta/Bagging.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/BaggingModel.java b/src/com/rapidminer/operator/learner/meta/BaggingModel.java index e5b8ee9..4c725bf 100644 --- a/src/com/rapidminer/operator/learner/meta/BaggingModel.java +++ b/src/com/rapidminer/operator/learner/meta/BaggingModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/BayBoostBaseModelInfo.java b/src/com/rapidminer/operator/learner/meta/BayBoostBaseModelInfo.java index 62ed6ac..9d50b4f 100644 --- a/src/com/rapidminer/operator/learner/meta/BayBoostBaseModelInfo.java +++ b/src/com/rapidminer/operator/learner/meta/BayBoostBaseModelInfo.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/BayBoostModel.java b/src/com/rapidminer/operator/learner/meta/BayBoostModel.java index 643e21e..325e65c 100644 --- a/src/com/rapidminer/operator/learner/meta/BayBoostModel.java +++ b/src/com/rapidminer/operator/learner/meta/BayBoostModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/BayBoostStream.java b/src/com/rapidminer/operator/learner/meta/BayBoostStream.java index f6062c2..58255af 100644 --- a/src/com/rapidminer/operator/learner/meta/BayBoostStream.java +++ b/src/com/rapidminer/operator/learner/meta/BayBoostStream.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/BayesianBoosting.java b/src/com/rapidminer/operator/learner/meta/BayesianBoosting.java index 70512e9..9acf6c2 100644 --- a/src/com/rapidminer/operator/learner/meta/BayesianBoosting.java +++ b/src/com/rapidminer/operator/learner/meta/BayesianBoosting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/Binary2MultiClassLearner.java b/src/com/rapidminer/operator/learner/meta/Binary2MultiClassLearner.java index 875bb7a..9bb5b2c 100644 --- a/src/com/rapidminer/operator/learner/meta/Binary2MultiClassLearner.java +++ b/src/com/rapidminer/operator/learner/meta/Binary2MultiClassLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/Binary2MultiClassModel.java b/src/com/rapidminer/operator/learner/meta/Binary2MultiClassModel.java index 9b5e8ea..694f9d8 100644 --- a/src/com/rapidminer/operator/learner/meta/Binary2MultiClassModel.java +++ b/src/com/rapidminer/operator/learner/meta/Binary2MultiClassModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/ClassificationByRegression.java b/src/com/rapidminer/operator/learner/meta/ClassificationByRegression.java index 24d0b34..c87f423 100644 --- a/src/com/rapidminer/operator/learner/meta/ClassificationByRegression.java +++ b/src/com/rapidminer/operator/learner/meta/ClassificationByRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/ContingencyMatrix.java b/src/com/rapidminer/operator/learner/meta/ContingencyMatrix.java index a9fb8be..5b36ab5 100644 --- a/src/com/rapidminer/operator/learner/meta/ContingencyMatrix.java +++ b/src/com/rapidminer/operator/learner/meta/ContingencyMatrix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/CostBasedThresholdLearner.java b/src/com/rapidminer/operator/learner/meta/CostBasedThresholdLearner.java index 4568d09..3172e68 100644 --- a/src/com/rapidminer/operator/learner/meta/CostBasedThresholdLearner.java +++ b/src/com/rapidminer/operator/learner/meta/CostBasedThresholdLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/DelegationModel.java b/src/com/rapidminer/operator/learner/meta/DelegationModel.java index 7fb0cb4..3ba193c 100644 --- a/src/com/rapidminer/operator/learner/meta/DelegationModel.java +++ b/src/com/rapidminer/operator/learner/meta/DelegationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/HierarchicalLearner.java b/src/com/rapidminer/operator/learner/meta/HierarchicalLearner.java index 2642722..48d75f0 100644 --- a/src/com/rapidminer/operator/learner/meta/HierarchicalLearner.java +++ b/src/com/rapidminer/operator/learner/meta/HierarchicalLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/HierarchicalModel.java b/src/com/rapidminer/operator/learner/meta/HierarchicalModel.java index c4b0e0d..32ac608 100644 --- a/src/com/rapidminer/operator/learner/meta/HierarchicalModel.java +++ b/src/com/rapidminer/operator/learner/meta/HierarchicalModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassLearner.java b/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassLearner.java index a6f81ff..f0d7e69 100644 --- a/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassLearner.java +++ b/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassModel.java b/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassModel.java index 364746a..ff9c3f1 100644 --- a/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassModel.java +++ b/src/com/rapidminer/operator/learner/meta/HierarchicalMultiClassModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/MetaCost.java b/src/com/rapidminer/operator/learner/meta/MetaCost.java index d7cd67a..4fdd3df 100644 --- a/src/com/rapidminer/operator/learner/meta/MetaCost.java +++ b/src/com/rapidminer/operator/learner/meta/MetaCost.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/MetaCostModel.java b/src/com/rapidminer/operator/learner/meta/MetaCostModel.java index 4857fac..7e79d48 100644 --- a/src/com/rapidminer/operator/learner/meta/MetaCostModel.java +++ b/src/com/rapidminer/operator/learner/meta/MetaCostModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/MetaModel.java b/src/com/rapidminer/operator/learner/meta/MetaModel.java index c224c33..089f7c4 100644 --- a/src/com/rapidminer/operator/learner/meta/MetaModel.java +++ b/src/com/rapidminer/operator/learner/meta/MetaModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/MultiModelByRegression.java b/src/com/rapidminer/operator/learner/meta/MultiModelByRegression.java index d7f9eac..b11460e 100644 --- a/src/com/rapidminer/operator/learner/meta/MultiModelByRegression.java +++ b/src/com/rapidminer/operator/learner/meta/MultiModelByRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/RelativeRegression.java b/src/com/rapidminer/operator/learner/meta/RelativeRegression.java index 263cdb8..d95edb5 100644 --- a/src/com/rapidminer/operator/learner/meta/RelativeRegression.java +++ b/src/com/rapidminer/operator/learner/meta/RelativeRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/RelativeRegressionModel.java b/src/com/rapidminer/operator/learner/meta/RelativeRegressionModel.java index 10547e8..9746667 100644 --- a/src/com/rapidminer/operator/learner/meta/RelativeRegressionModel.java +++ b/src/com/rapidminer/operator/learner/meta/RelativeRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/SDEnsemble.java b/src/com/rapidminer/operator/learner/meta/SDEnsemble.java index 02fc347..8ba4292 100644 --- a/src/com/rapidminer/operator/learner/meta/SDEnsemble.java +++ b/src/com/rapidminer/operator/learner/meta/SDEnsemble.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/SDReweightMeasures.java b/src/com/rapidminer/operator/learner/meta/SDReweightMeasures.java index 63042db..fb4ec00 100644 --- a/src/com/rapidminer/operator/learner/meta/SDReweightMeasures.java +++ b/src/com/rapidminer/operator/learner/meta/SDReweightMeasures.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/SDRulesetInduction.java b/src/com/rapidminer/operator/learner/meta/SDRulesetInduction.java index fcc3be7..4e3c853 100644 --- a/src/com/rapidminer/operator/learner/meta/SDRulesetInduction.java +++ b/src/com/rapidminer/operator/learner/meta/SDRulesetInduction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/SimpleVoteModel.java b/src/com/rapidminer/operator/learner/meta/SimpleVoteModel.java index c093a2c..356b832 100644 --- a/src/com/rapidminer/operator/learner/meta/SimpleVoteModel.java +++ b/src/com/rapidminer/operator/learner/meta/SimpleVoteModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.learner.meta; import java.util.Iterator; diff --git a/src/com/rapidminer/operator/learner/meta/Stacking.java b/src/com/rapidminer/operator/learner/meta/Stacking.java index 2717519..22163e4 100644 --- a/src/com/rapidminer/operator/learner/meta/Stacking.java +++ b/src/com/rapidminer/operator/learner/meta/Stacking.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/StackingModel.java b/src/com/rapidminer/operator/learner/meta/StackingModel.java index f511aa6..ae896e7 100644 --- a/src/com/rapidminer/operator/learner/meta/StackingModel.java +++ b/src/com/rapidminer/operator/learner/meta/StackingModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/ThresholdModel.java b/src/com/rapidminer/operator/learner/meta/ThresholdModel.java index fddaf85..246776d 100644 --- a/src/com/rapidminer/operator/learner/meta/ThresholdModel.java +++ b/src/com/rapidminer/operator/learner/meta/ThresholdModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/TransformedRegression.java b/src/com/rapidminer/operator/learner/meta/TransformedRegression.java index 035deb6..95c50f0 100644 --- a/src/com/rapidminer/operator/learner/meta/TransformedRegression.java +++ b/src/com/rapidminer/operator/learner/meta/TransformedRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/TransformedRegressionModel.java b/src/com/rapidminer/operator/learner/meta/TransformedRegressionModel.java index 13f5f6a..89f9c64 100644 --- a/src/com/rapidminer/operator/learner/meta/TransformedRegressionModel.java +++ b/src/com/rapidminer/operator/learner/meta/TransformedRegressionModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/Tree2RuleConverter.java b/src/com/rapidminer/operator/learner/meta/Tree2RuleConverter.java index 8808e2a..f5814da 100644 --- a/src/com/rapidminer/operator/learner/meta/Tree2RuleConverter.java +++ b/src/com/rapidminer/operator/learner/meta/Tree2RuleConverter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/Vote.java b/src/com/rapidminer/operator/learner/meta/Vote.java index 3064b7f..905f843 100644 --- a/src/com/rapidminer/operator/learner/meta/Vote.java +++ b/src/com/rapidminer/operator/learner/meta/Vote.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/meta/WeightedPerformanceMeasures.java b/src/com/rapidminer/operator/learner/meta/WeightedPerformanceMeasures.java index 0263f02..7140287 100644 --- a/src/com/rapidminer/operator/learner/meta/WeightedPerformanceMeasures.java +++ b/src/com/rapidminer/operator/learner/meta/WeightedPerformanceMeasures.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/AbstractCriterion.java b/src/com/rapidminer/operator/learner/rules/AbstractCriterion.java index 2e51aba..12c10c8 100644 --- a/src/com/rapidminer/operator/learner/rules/AbstractCriterion.java +++ b/src/com/rapidminer/operator/learner/rules/AbstractCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/AccuracyCriterion.java b/src/com/rapidminer/operator/learner/rules/AccuracyCriterion.java index 5be8082..bfeacb4 100644 --- a/src/com/rapidminer/operator/learner/rules/AccuracyCriterion.java +++ b/src/com/rapidminer/operator/learner/rules/AccuracyCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/BestRuleInduction.java b/src/com/rapidminer/operator/learner/rules/BestRuleInduction.java index f8054f1..c02056a 100644 --- a/src/com/rapidminer/operator/learner/rules/BestRuleInduction.java +++ b/src/com/rapidminer/operator/learner/rules/BestRuleInduction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.java b/src/com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.java index 0a25767..3eee478 100644 --- a/src/com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.java +++ b/src/com/rapidminer/operator/learner/rules/ConjunctiveRuleModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/Criterion.java b/src/com/rapidminer/operator/learner/rules/Criterion.java index 559a369..ab98f25 100644 --- a/src/com/rapidminer/operator/learner/rules/Criterion.java +++ b/src/com/rapidminer/operator/learner/rules/Criterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/InfoGainCriterion.java b/src/com/rapidminer/operator/learner/rules/InfoGainCriterion.java index 8e2754f..8ea26b6 100644 --- a/src/com/rapidminer/operator/learner/rules/InfoGainCriterion.java +++ b/src/com/rapidminer/operator/learner/rules/InfoGainCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/NumericalSplitter.java b/src/com/rapidminer/operator/learner/rules/NumericalSplitter.java index 08713ba..9e7502c 100644 --- a/src/com/rapidminer/operator/learner/rules/NumericalSplitter.java +++ b/src/com/rapidminer/operator/learner/rules/NumericalSplitter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/Rule.java b/src/com/rapidminer/operator/learner/rules/Rule.java index 86007a0..2c63755 100644 --- a/src/com/rapidminer/operator/learner/rules/Rule.java +++ b/src/com/rapidminer/operator/learner/rules/Rule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/RuleLearner.java b/src/com/rapidminer/operator/learner/rules/RuleLearner.java index b2a8b9a..be62efc 100644 --- a/src/com/rapidminer/operator/learner/rules/RuleLearner.java +++ b/src/com/rapidminer/operator/learner/rules/RuleLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/RuleModel.java b/src/com/rapidminer/operator/learner/rules/RuleModel.java index bfb63cd..5a201a9 100644 --- a/src/com/rapidminer/operator/learner/rules/RuleModel.java +++ b/src/com/rapidminer/operator/learner/rules/RuleModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/SimpleRuleLearner.java b/src/com/rapidminer/operator/learner/rules/SimpleRuleLearner.java index 1084c92..93cfdd7 100644 --- a/src/com/rapidminer/operator/learner/rules/SimpleRuleLearner.java +++ b/src/com/rapidminer/operator/learner/rules/SimpleRuleLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/SingleRuleLearner.java b/src/com/rapidminer/operator/learner/rules/SingleRuleLearner.java index 489c505..54c75eb 100644 --- a/src/com/rapidminer/operator/learner/rules/SingleRuleLearner.java +++ b/src/com/rapidminer/operator/learner/rules/SingleRuleLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/Split.java b/src/com/rapidminer/operator/learner/rules/Split.java index 42b08fd..0d78de6 100644 --- a/src/com/rapidminer/operator/learner/rules/Split.java +++ b/src/com/rapidminer/operator/learner/rules/Split.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/rules/TermDetermination.java b/src/com/rapidminer/operator/learner/rules/TermDetermination.java index e7ab08f..295edc7 100644 --- a/src/com/rapidminer/operator/learner/rules/TermDetermination.java +++ b/src/com/rapidminer/operator/learner/rules/TermDetermination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/RuleSet.java b/src/com/rapidminer/operator/learner/subgroups/RuleSet.java index ec3db50..76198ca 100644 --- a/src/com/rapidminer/operator/learner/subgroups/RuleSet.java +++ b/src/com/rapidminer/operator/learner/subgroups/RuleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/SubgroupDiscovery.java b/src/com/rapidminer/operator/learner/subgroups/SubgroupDiscovery.java index 8c4240a..4a4767b 100644 --- a/src/com/rapidminer/operator/learner/subgroups/SubgroupDiscovery.java +++ b/src/com/rapidminer/operator/learner/subgroups/SubgroupDiscovery.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/hypothesis/Hypothesis.java b/src/com/rapidminer/operator/learner/subgroups/hypothesis/Hypothesis.java index 12871ad..b60531a 100644 --- a/src/com/rapidminer/operator/learner/subgroups/hypothesis/Hypothesis.java +++ b/src/com/rapidminer/operator/learner/subgroups/hypothesis/Hypothesis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/hypothesis/Literal.java b/src/com/rapidminer/operator/learner/subgroups/hypothesis/Literal.java index 6dcbe81..641174f 100644 --- a/src/com/rapidminer/operator/learner/subgroups/hypothesis/Literal.java +++ b/src/com/rapidminer/operator/learner/subgroups/hypothesis/Literal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/hypothesis/Rule.java b/src/com/rapidminer/operator/learner/subgroups/hypothesis/Rule.java index bddf3ce..b5fa9a0 100644 --- a/src/com/rapidminer/operator/learner/subgroups/hypothesis/Rule.java +++ b/src/com/rapidminer/operator/learner/subgroups/hypothesis/Rule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Accuracy.java b/src/com/rapidminer/operator/learner/subgroups/utility/Accuracy.java index c2625b5..66116b1 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Accuracy.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Accuracy.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Bias.java b/src/com/rapidminer/operator/learner/subgroups/utility/Bias.java index e594c8a..a8359d6 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Bias.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Bias.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Binomial.java b/src/com/rapidminer/operator/learner/subgroups/utility/Binomial.java index 69d7bc0..ee4a355 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Binomial.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Binomial.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Coverage.java b/src/com/rapidminer/operator/learner/subgroups/utility/Coverage.java index 6778293..f207305 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Coverage.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Coverage.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Lift.java b/src/com/rapidminer/operator/learner/subgroups/utility/Lift.java index c5b202d..18679ab 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Lift.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Lift.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Odds.java b/src/com/rapidminer/operator/learner/subgroups/utility/Odds.java index 577396a..151fe7e 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Odds.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Odds.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/OddsRatio.java b/src/com/rapidminer/operator/learner/subgroups/utility/OddsRatio.java index 3d72c9d..b55d727 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/OddsRatio.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/OddsRatio.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Precision.java b/src/com/rapidminer/operator/learner/subgroups/utility/Precision.java index 8e0b57f..da891c0 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Precision.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Precision.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/Squared.java b/src/com/rapidminer/operator/learner/subgroups/utility/Squared.java index 4d2695c..802aa09 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/Squared.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/Squared.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/UtilityFunction.java b/src/com/rapidminer/operator/learner/subgroups/utility/UtilityFunction.java index 9543dbb..da9bdb1 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/UtilityFunction.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/UtilityFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/subgroups/utility/WRAcc.java b/src/com/rapidminer/operator/learner/subgroups/utility/WRAcc.java index 5c1cb86..6175afd 100644 --- a/src/com/rapidminer/operator/learner/subgroups/utility/WRAcc.java +++ b/src/com/rapidminer/operator/learner/subgroups/utility/WRAcc.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/AbstractSplitCondition.java b/src/com/rapidminer/operator/learner/tree/AbstractSplitCondition.java index 8fc9da2..9413d5a 100644 --- a/src/com/rapidminer/operator/learner/tree/AbstractSplitCondition.java +++ b/src/com/rapidminer/operator/learner/tree/AbstractSplitCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/AbstractTreeLearner.java b/src/com/rapidminer/operator/learner/tree/AbstractTreeLearner.java index c710cde..f7c31a1 100644 --- a/src/com/rapidminer/operator/learner/tree/AbstractTreeLearner.java +++ b/src/com/rapidminer/operator/learner/tree/AbstractTreeLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/Benefit.java b/src/com/rapidminer/operator/learner/tree/Benefit.java index 4ec9f2f..e21461a 100644 --- a/src/com/rapidminer/operator/learner/tree/Benefit.java +++ b/src/com/rapidminer/operator/learner/tree/Benefit.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/CHAIDLearner.java b/src/com/rapidminer/operator/learner/tree/CHAIDLearner.java index d77d22c..7644337 100644 --- a/src/com/rapidminer/operator/learner/tree/CHAIDLearner.java +++ b/src/com/rapidminer/operator/learner/tree/CHAIDLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/DecisionStumpLearner.java b/src/com/rapidminer/operator/learner/tree/DecisionStumpLearner.java index c3c468f..511c930 100644 --- a/src/com/rapidminer/operator/learner/tree/DecisionStumpLearner.java +++ b/src/com/rapidminer/operator/learner/tree/DecisionStumpLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/DecisionTreeLeafCreator.java b/src/com/rapidminer/operator/learner/tree/DecisionTreeLeafCreator.java index 496899e..bb7a540 100644 --- a/src/com/rapidminer/operator/learner/tree/DecisionTreeLeafCreator.java +++ b/src/com/rapidminer/operator/learner/tree/DecisionTreeLeafCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/DecisionTreeLearner.java b/src/com/rapidminer/operator/learner/tree/DecisionTreeLearner.java index 602b225..01784fe 100644 --- a/src/com/rapidminer/operator/learner/tree/DecisionTreeLearner.java +++ b/src/com/rapidminer/operator/learner/tree/DecisionTreeLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/Edge.java b/src/com/rapidminer/operator/learner/tree/Edge.java index 48610d1..f635756 100644 --- a/src/com/rapidminer/operator/learner/tree/Edge.java +++ b/src/com/rapidminer/operator/learner/tree/Edge.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/EmptyTermination.java b/src/com/rapidminer/operator/learner/tree/EmptyTermination.java index fc62553..ab602c8 100644 --- a/src/com/rapidminer/operator/learner/tree/EmptyTermination.java +++ b/src/com/rapidminer/operator/learner/tree/EmptyTermination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/FrequencyCalculator.java b/src/com/rapidminer/operator/learner/tree/FrequencyCalculator.java index e2ff58f..0e79093 100644 --- a/src/com/rapidminer/operator/learner/tree/FrequencyCalculator.java +++ b/src/com/rapidminer/operator/learner/tree/FrequencyCalculator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/GreaterSplitCondition.java b/src/com/rapidminer/operator/learner/tree/GreaterSplitCondition.java index c0a0209..68447d0 100644 --- a/src/com/rapidminer/operator/learner/tree/GreaterSplitCondition.java +++ b/src/com/rapidminer/operator/learner/tree/GreaterSplitCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/ID3Learner.java b/src/com/rapidminer/operator/learner/tree/ID3Learner.java index 1a7612e..09a8a02 100644 --- a/src/com/rapidminer/operator/learner/tree/ID3Learner.java +++ b/src/com/rapidminer/operator/learner/tree/ID3Learner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/ID3NumericalLearner.java b/src/com/rapidminer/operator/learner/tree/ID3NumericalLearner.java index 0ea04c2..6e16421 100644 --- a/src/com/rapidminer/operator/learner/tree/ID3NumericalLearner.java +++ b/src/com/rapidminer/operator/learner/tree/ID3NumericalLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/LeafCreator.java b/src/com/rapidminer/operator/learner/tree/LeafCreator.java index a659735..cb4794f 100644 --- a/src/com/rapidminer/operator/learner/tree/LeafCreator.java +++ b/src/com/rapidminer/operator/learner/tree/LeafCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/LessEqualsSplitCondition.java b/src/com/rapidminer/operator/learner/tree/LessEqualsSplitCondition.java index 2eed301..2f6b9ff 100644 --- a/src/com/rapidminer/operator/learner/tree/LessEqualsSplitCondition.java +++ b/src/com/rapidminer/operator/learner/tree/LessEqualsSplitCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/MaxDepthTermination.java b/src/com/rapidminer/operator/learner/tree/MaxDepthTermination.java index 2eb6dd6..8e3e89c 100644 --- a/src/com/rapidminer/operator/learner/tree/MaxDepthTermination.java +++ b/src/com/rapidminer/operator/learner/tree/MaxDepthTermination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/MinSizeTermination.java b/src/com/rapidminer/operator/learner/tree/MinSizeTermination.java index 455d4a3..1afc1c0 100644 --- a/src/com/rapidminer/operator/learner/tree/MinSizeTermination.java +++ b/src/com/rapidminer/operator/learner/tree/MinSizeTermination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/MinimalGainHandler.java b/src/com/rapidminer/operator/learner/tree/MinimalGainHandler.java index c5ebe72..0ae5548 100644 --- a/src/com/rapidminer/operator/learner/tree/MinimalGainHandler.java +++ b/src/com/rapidminer/operator/learner/tree/MinimalGainHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/MultiCriterionDecisionStumps.java b/src/com/rapidminer/operator/learner/tree/MultiCriterionDecisionStumps.java index 1231005..f312b8a 100644 --- a/src/com/rapidminer/operator/learner/tree/MultiCriterionDecisionStumps.java +++ b/src/com/rapidminer/operator/learner/tree/MultiCriterionDecisionStumps.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/MultiwayDecisionTree.java b/src/com/rapidminer/operator/learner/tree/MultiwayDecisionTree.java index 0e414af..b06cddc 100644 --- a/src/com/rapidminer/operator/learner/tree/MultiwayDecisionTree.java +++ b/src/com/rapidminer/operator/learner/tree/MultiwayDecisionTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/NoAttributeLeftTermination.java b/src/com/rapidminer/operator/learner/tree/NoAttributeLeftTermination.java index 8a2caf3..4943537 100644 --- a/src/com/rapidminer/operator/learner/tree/NoAttributeLeftTermination.java +++ b/src/com/rapidminer/operator/learner/tree/NoAttributeLeftTermination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/NominalSplitCondition.java b/src/com/rapidminer/operator/learner/tree/NominalSplitCondition.java index 219d4c5..4e6cac5 100644 --- a/src/com/rapidminer/operator/learner/tree/NominalSplitCondition.java +++ b/src/com/rapidminer/operator/learner/tree/NominalSplitCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/NumericalSplitter.java b/src/com/rapidminer/operator/learner/tree/NumericalSplitter.java index d5ea721..d6751af 100644 --- a/src/com/rapidminer/operator/learner/tree/NumericalSplitter.java +++ b/src/com/rapidminer/operator/learner/tree/NumericalSplitter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/PessimisticPruner.java b/src/com/rapidminer/operator/learner/tree/PessimisticPruner.java index 692b42e..12b8081 100644 --- a/src/com/rapidminer/operator/learner/tree/PessimisticPruner.java +++ b/src/com/rapidminer/operator/learner/tree/PessimisticPruner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/Pruner.java b/src/com/rapidminer/operator/learner/tree/Pruner.java index 4199a87..9d8fdeb 100644 --- a/src/com/rapidminer/operator/learner/tree/Pruner.java +++ b/src/com/rapidminer/operator/learner/tree/Pruner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/RandomForestLearner.java b/src/com/rapidminer/operator/learner/tree/RandomForestLearner.java index 17dbf33..b350849 100644 --- a/src/com/rapidminer/operator/learner/tree/RandomForestLearner.java +++ b/src/com/rapidminer/operator/learner/tree/RandomForestLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/RandomForestModel.java b/src/com/rapidminer/operator/learner/tree/RandomForestModel.java index 952815c..855f8b4 100644 --- a/src/com/rapidminer/operator/learner/tree/RandomForestModel.java +++ b/src/com/rapidminer/operator/learner/tree/RandomForestModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/RandomSubsetPreprocessing.java b/src/com/rapidminer/operator/learner/tree/RandomSubsetPreprocessing.java index 5495413..0b1ae1f 100644 --- a/src/com/rapidminer/operator/learner/tree/RandomSubsetPreprocessing.java +++ b/src/com/rapidminer/operator/learner/tree/RandomSubsetPreprocessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/RandomTreeLearner.java b/src/com/rapidminer/operator/learner/tree/RandomTreeLearner.java index cd93ff0..19e4ac4 100644 --- a/src/com/rapidminer/operator/learner/tree/RandomTreeLearner.java +++ b/src/com/rapidminer/operator/learner/tree/RandomTreeLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/RelevanceTreeLearner.java b/src/com/rapidminer/operator/learner/tree/RelevanceTreeLearner.java index a71cb74..b2192d3 100644 --- a/src/com/rapidminer/operator/learner/tree/RelevanceTreeLearner.java +++ b/src/com/rapidminer/operator/learner/tree/RelevanceTreeLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/SingleLabelTermination.java b/src/com/rapidminer/operator/learner/tree/SingleLabelTermination.java index 8f080c8..6dd1544 100644 --- a/src/com/rapidminer/operator/learner/tree/SingleLabelTermination.java +++ b/src/com/rapidminer/operator/learner/tree/SingleLabelTermination.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/SplitCondition.java b/src/com/rapidminer/operator/learner/tree/SplitCondition.java index fefe8b6..046a80a 100644 --- a/src/com/rapidminer/operator/learner/tree/SplitCondition.java +++ b/src/com/rapidminer/operator/learner/tree/SplitCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/SplitPreprocessing.java b/src/com/rapidminer/operator/learner/tree/SplitPreprocessing.java index ccabb92..85b047a 100644 --- a/src/com/rapidminer/operator/learner/tree/SplitPreprocessing.java +++ b/src/com/rapidminer/operator/learner/tree/SplitPreprocessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/Terminator.java b/src/com/rapidminer/operator/learner/tree/Terminator.java index ecfdc0c..c3b75ad 100644 --- a/src/com/rapidminer/operator/learner/tree/Terminator.java +++ b/src/com/rapidminer/operator/learner/tree/Terminator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/Tree.java b/src/com/rapidminer/operator/learner/tree/Tree.java index 07df5b0..3dd1bd7 100644 --- a/src/com/rapidminer/operator/learner/tree/Tree.java +++ b/src/com/rapidminer/operator/learner/tree/Tree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/TreeBuilder.java b/src/com/rapidminer/operator/learner/tree/TreeBuilder.java index d8d31dd..ea4d960 100644 --- a/src/com/rapidminer/operator/learner/tree/TreeBuilder.java +++ b/src/com/rapidminer/operator/learner/tree/TreeBuilder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/TreeModel.java b/src/com/rapidminer/operator/learner/tree/TreeModel.java index 6f17344..65816c1 100644 --- a/src/com/rapidminer/operator/learner/tree/TreeModel.java +++ b/src/com/rapidminer/operator/learner/tree/TreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/criterions/AbstractCriterion.java b/src/com/rapidminer/operator/learner/tree/criterions/AbstractCriterion.java index d13cb92..89dee3a 100644 --- a/src/com/rapidminer/operator/learner/tree/criterions/AbstractCriterion.java +++ b/src/com/rapidminer/operator/learner/tree/criterions/AbstractCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/criterions/AccuracyCriterion.java b/src/com/rapidminer/operator/learner/tree/criterions/AccuracyCriterion.java index c53b106..762f406 100644 --- a/src/com/rapidminer/operator/learner/tree/criterions/AccuracyCriterion.java +++ b/src/com/rapidminer/operator/learner/tree/criterions/AccuracyCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/criterions/Criterion.java b/src/com/rapidminer/operator/learner/tree/criterions/Criterion.java index d3996f5..ba6b817 100644 --- a/src/com/rapidminer/operator/learner/tree/criterions/Criterion.java +++ b/src/com/rapidminer/operator/learner/tree/criterions/Criterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/criterions/GainRatioCriterion.java b/src/com/rapidminer/operator/learner/tree/criterions/GainRatioCriterion.java index 0f49ec3..472b4c7 100644 --- a/src/com/rapidminer/operator/learner/tree/criterions/GainRatioCriterion.java +++ b/src/com/rapidminer/operator/learner/tree/criterions/GainRatioCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/criterions/GiniIndexCriterion.java b/src/com/rapidminer/operator/learner/tree/criterions/GiniIndexCriterion.java index 2ea637d..6d8fc62 100644 --- a/src/com/rapidminer/operator/learner/tree/criterions/GiniIndexCriterion.java +++ b/src/com/rapidminer/operator/learner/tree/criterions/GiniIndexCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/learner/tree/criterions/InfoGainCriterion.java b/src/com/rapidminer/operator/learner/tree/criterions/InfoGainCriterion.java index 4ecc5fe..a9d972c 100644 --- a/src/com/rapidminer/operator/learner/tree/criterions/InfoGainCriterion.java +++ b/src/com/rapidminer/operator/learner/tree/criterions/InfoGainCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/libraries/AbstractOperatorLibrary.java b/src/com/rapidminer/operator/libraries/AbstractOperatorLibrary.java index 182371d..2b73584 100644 --- a/src/com/rapidminer/operator/libraries/AbstractOperatorLibrary.java +++ b/src/com/rapidminer/operator/libraries/AbstractOperatorLibrary.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/libraries/LibraryOperatorDescription.java b/src/com/rapidminer/operator/libraries/LibraryOperatorDescription.java index 8b66ab4..c180325 100644 --- a/src/com/rapidminer/operator/libraries/LibraryOperatorDescription.java +++ b/src/com/rapidminer/operator/libraries/LibraryOperatorDescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/libraries/OperatorLibrary.java b/src/com/rapidminer/operator/libraries/OperatorLibrary.java index 387b4ba..8f6abc6 100644 --- a/src/com/rapidminer/operator/libraries/OperatorLibrary.java +++ b/src/com/rapidminer/operator/libraries/OperatorLibrary.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/libraries/OperatorLibraryDocBundle.java b/src/com/rapidminer/operator/libraries/OperatorLibraryDocBundle.java index 4febeab..a9294d4 100644 --- a/src/com/rapidminer/operator/libraries/OperatorLibraryDocBundle.java +++ b/src/com/rapidminer/operator/libraries/OperatorLibraryDocBundle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/macros/UnsetMacroOperator.java b/src/com/rapidminer/operator/macros/UnsetMacroOperator.java index e9aab43..47ff94a 100644 --- a/src/com/rapidminer/operator/macros/UnsetMacroOperator.java +++ b/src/com/rapidminer/operator/macros/UnsetMacroOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/AbsoluteSplitChain.java b/src/com/rapidminer/operator/meta/AbsoluteSplitChain.java index 2dbe237..16c838d 100644 --- a/src/com/rapidminer/operator/meta/AbsoluteSplitChain.java +++ b/src/com/rapidminer/operator/meta/AbsoluteSplitChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/AbstractFileIterator.java b/src/com/rapidminer/operator/meta/AbstractFileIterator.java index 23e4b56..ebb4b00 100644 --- a/src/com/rapidminer/operator/meta/AbstractFileIterator.java +++ b/src/com/rapidminer/operator/meta/AbstractFileIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/AbstractIteratingOperatorChain.java b/src/com/rapidminer/operator/meta/AbstractIteratingOperatorChain.java index 15e52b9..676e398 100644 --- a/src/com/rapidminer/operator/meta/AbstractIteratingOperatorChain.java +++ b/src/com/rapidminer/operator/meta/AbstractIteratingOperatorChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/AbstractRepositoryIterator.java b/src/com/rapidminer/operator/meta/AbstractRepositoryIterator.java index 9a4d38f..4ec49d8 100644 --- a/src/com/rapidminer/operator/meta/AbstractRepositoryIterator.java +++ b/src/com/rapidminer/operator/meta/AbstractRepositoryIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/AbstractSplitChain.java b/src/com/rapidminer/operator/meta/AbstractSplitChain.java index b9b4560..f8f8f4e 100644 --- a/src/com/rapidminer/operator/meta/AbstractSplitChain.java +++ b/src/com/rapidminer/operator/meta/AbstractSplitChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/AverageBuilder.java b/src/com/rapidminer/operator/meta/AverageBuilder.java index b6adaf0..c6d2cb9 100644 --- a/src/com/rapidminer/operator/meta/AverageBuilder.java +++ b/src/com/rapidminer/operator/meta/AverageBuilder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.meta; import java.util.List; diff --git a/src/com/rapidminer/operator/meta/BatchProcessing.java b/src/com/rapidminer/operator/meta/BatchProcessing.java index c405c5a..aa88068 100644 --- a/src/com/rapidminer/operator/meta/BatchProcessing.java +++ b/src/com/rapidminer/operator/meta/BatchProcessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ClusterIterator.java b/src/com/rapidminer/operator/meta/ClusterIterator.java index bc3093d..38db0bd 100644 --- a/src/com/rapidminer/operator/meta/ClusterIterator.java +++ b/src/com/rapidminer/operator/meta/ClusterIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ESParameterOptimization.java b/src/com/rapidminer/operator/meta/ESParameterOptimization.java index 02a7f26..de256ce 100644 --- a/src/com/rapidminer/operator/meta/ESParameterOptimization.java +++ b/src/com/rapidminer/operator/meta/ESParameterOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/EvolutionaryParameterOptimizationOperator.java b/src/com/rapidminer/operator/meta/EvolutionaryParameterOptimizationOperator.java index bf063dc..5689727 100644 --- a/src/com/rapidminer/operator/meta/EvolutionaryParameterOptimizationOperator.java +++ b/src/com/rapidminer/operator/meta/EvolutionaryParameterOptimizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ExampleIterator.java b/src/com/rapidminer/operator/meta/ExampleIterator.java index d63c7c5..643399b 100644 --- a/src/com/rapidminer/operator/meta/ExampleIterator.java +++ b/src/com/rapidminer/operator/meta/ExampleIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ExampleSetIterator.java b/src/com/rapidminer/operator/meta/ExampleSetIterator.java index 2812c0b..7e699ef 100644 --- a/src/com/rapidminer/operator/meta/ExampleSetIterator.java +++ b/src/com/rapidminer/operator/meta/ExampleSetIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ExceptionHandling.java b/src/com/rapidminer/operator/meta/ExceptionHandling.java index 2a22528..29aefbf 100644 --- a/src/com/rapidminer/operator/meta/ExceptionHandling.java +++ b/src/com/rapidminer/operator/meta/ExceptionHandling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/FeatureIterator.java b/src/com/rapidminer/operator/meta/FeatureIterator.java index 96f0af8..09a647e 100644 --- a/src/com/rapidminer/operator/meta/FeatureIterator.java +++ b/src/com/rapidminer/operator/meta/FeatureIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/FeatureSubsetIteration.java b/src/com/rapidminer/operator/meta/FeatureSubsetIteration.java index 2bac475..2cf8203 100644 --- a/src/com/rapidminer/operator/meta/FeatureSubsetIteration.java +++ b/src/com/rapidminer/operator/meta/FeatureSubsetIteration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/FileIterator.java b/src/com/rapidminer/operator/meta/FileIterator.java index 17e1270..75c6b89 100644 --- a/src/com/rapidminer/operator/meta/FileIterator.java +++ b/src/com/rapidminer/operator/meta/FileIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/GridSearchParameterOptimizationOperator.java b/src/com/rapidminer/operator/meta/GridSearchParameterOptimizationOperator.java index 41ca106..3ed0969 100644 --- a/src/com/rapidminer/operator/meta/GridSearchParameterOptimizationOperator.java +++ b/src/com/rapidminer/operator/meta/GridSearchParameterOptimizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/IteratingOperatorChain.java b/src/com/rapidminer/operator/meta/IteratingOperatorChain.java index 2e81b95..7ece436 100644 --- a/src/com/rapidminer/operator/meta/IteratingOperatorChain.java +++ b/src/com/rapidminer/operator/meta/IteratingOperatorChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/LearningCurveOperator.java b/src/com/rapidminer/operator/meta/LearningCurveOperator.java index fdbcd91..dd0e75b 100644 --- a/src/com/rapidminer/operator/meta/LearningCurveOperator.java +++ b/src/com/rapidminer/operator/meta/LearningCurveOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/MultipleLabelIterator.java b/src/com/rapidminer/operator/meta/MultipleLabelIterator.java index 92e6efa..a7ef6cf 100644 --- a/src/com/rapidminer/operator/meta/MultipleLabelIterator.java +++ b/src/com/rapidminer/operator/meta/MultipleLabelIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/OperatorEnabler.java b/src/com/rapidminer/operator/meta/OperatorEnabler.java index 2210b81..f8e490b 100644 --- a/src/com/rapidminer/operator/meta/OperatorEnabler.java +++ b/src/com/rapidminer/operator/meta/OperatorEnabler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/OperatorSelector.java b/src/com/rapidminer/operator/meta/OperatorSelector.java index c48c90d..152659e 100644 --- a/src/com/rapidminer/operator/meta/OperatorSelector.java +++ b/src/com/rapidminer/operator/meta/OperatorSelector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ParameterCloner.java b/src/com/rapidminer/operator/meta/ParameterCloner.java index fa099a0..2c5fa5a 100644 --- a/src/com/rapidminer/operator/meta/ParameterCloner.java +++ b/src/com/rapidminer/operator/meta/ParameterCloner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ParameterIteratingOperatorChain.java b/src/com/rapidminer/operator/meta/ParameterIteratingOperatorChain.java index bcf9ef7..927dcae 100644 --- a/src/com/rapidminer/operator/meta/ParameterIteratingOperatorChain.java +++ b/src/com/rapidminer/operator/meta/ParameterIteratingOperatorChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ParameterIteration.java b/src/com/rapidminer/operator/meta/ParameterIteration.java index 0054907..81f70b3 100644 --- a/src/com/rapidminer/operator/meta/ParameterIteration.java +++ b/src/com/rapidminer/operator/meta/ParameterIteration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ParameterOptimizationOperator.java b/src/com/rapidminer/operator/meta/ParameterOptimizationOperator.java index badfbfc..c29dd54 100644 --- a/src/com/rapidminer/operator/meta/ParameterOptimizationOperator.java +++ b/src/com/rapidminer/operator/meta/ParameterOptimizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ParameterSet.java b/src/com/rapidminer/operator/meta/ParameterSet.java index 9f32a05..d5c9b76 100644 --- a/src/com/rapidminer/operator/meta/ParameterSet.java +++ b/src/com/rapidminer/operator/meta/ParameterSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ParameterSetter.java b/src/com/rapidminer/operator/meta/ParameterSetter.java index 1a1af25..ffa0141 100644 --- a/src/com/rapidminer/operator/meta/ParameterSetter.java +++ b/src/com/rapidminer/operator/meta/ParameterSetter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ParameterValue.java b/src/com/rapidminer/operator/meta/ParameterValue.java index 7ef89d7..163a23e 100644 --- a/src/com/rapidminer/operator/meta/ParameterValue.java +++ b/src/com/rapidminer/operator/meta/ParameterValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/PartialExampleSetLearner.java b/src/com/rapidminer/operator/meta/PartialExampleSetLearner.java index fce3450..c905a3d 100644 --- a/src/com/rapidminer/operator/meta/PartialExampleSetLearner.java +++ b/src/com/rapidminer/operator/meta/PartialExampleSetLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ProcessEmbeddingOperator.java b/src/com/rapidminer/operator/meta/ProcessEmbeddingOperator.java index 9277fc0..fe6925e 100644 --- a/src/com/rapidminer/operator/meta/ProcessEmbeddingOperator.java +++ b/src/com/rapidminer/operator/meta/ProcessEmbeddingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/QuadraticParameterOptimizationOperator.java b/src/com/rapidminer/operator/meta/QuadraticParameterOptimizationOperator.java index 3b2196a..9233b7b 100644 --- a/src/com/rapidminer/operator/meta/QuadraticParameterOptimizationOperator.java +++ b/src/com/rapidminer/operator/meta/QuadraticParameterOptimizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/RandomOptimizationChain.java b/src/com/rapidminer/operator/meta/RandomOptimizationChain.java index e3cddc0..b4cc9bc 100644 --- a/src/com/rapidminer/operator/meta/RandomOptimizationChain.java +++ b/src/com/rapidminer/operator/meta/RandomOptimizationChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/RatioSplitChain.java b/src/com/rapidminer/operator/meta/RatioSplitChain.java index 32c7585..f21a9a2 100644 --- a/src/com/rapidminer/operator/meta/RatioSplitChain.java +++ b/src/com/rapidminer/operator/meta/RatioSplitChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/RepeatUntilOperatorChain.java b/src/com/rapidminer/operator/meta/RepeatUntilOperatorChain.java index dacecde..b514223 100644 --- a/src/com/rapidminer/operator/meta/RepeatUntilOperatorChain.java +++ b/src/com/rapidminer/operator/meta/RepeatUntilOperatorChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/RepositoryIterator.java b/src/com/rapidminer/operator/meta/RepositoryIterator.java index 673ae35..9eb1ac2 100644 --- a/src/com/rapidminer/operator/meta/RepositoryIterator.java +++ b/src/com/rapidminer/operator/meta/RepositoryIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ThrowExceptionOperator.java b/src/com/rapidminer/operator/meta/ThrowExceptionOperator.java index 74fc6c9..6eb36af 100644 --- a/src/com/rapidminer/operator/meta/ThrowExceptionOperator.java +++ b/src/com/rapidminer/operator/meta/ThrowExceptionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ValueIteration.java b/src/com/rapidminer/operator/meta/ValueIteration.java index 9098fd5..e483059 100644 --- a/src/com/rapidminer/operator/meta/ValueIteration.java +++ b/src/com/rapidminer/operator/meta/ValueIteration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ValueSubgroupIteration.java b/src/com/rapidminer/operator/meta/ValueSubgroupIteration.java index 1a68fde..ea531bf 100644 --- a/src/com/rapidminer/operator/meta/ValueSubgroupIteration.java +++ b/src/com/rapidminer/operator/meta/ValueSubgroupIteration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/XVPrediction.java b/src/com/rapidminer/operator/meta/XVPrediction.java index 9427a69..db3ee2f 100644 --- a/src/com/rapidminer/operator/meta/XVPrediction.java +++ b/src/com/rapidminer/operator/meta/XVPrediction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/ZippedFileIterator.java b/src/com/rapidminer/operator/meta/ZippedFileIterator.java index a25a0fc..5377561 100644 --- a/src/com/rapidminer/operator/meta/ZippedFileIterator.java +++ b/src/com/rapidminer/operator/meta/ZippedFileIterator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/AttributeAvailableCondition.java b/src/com/rapidminer/operator/meta/branch/AttributeAvailableCondition.java index 2f65fe6..f3ebbf9 100644 --- a/src/com/rapidminer/operator/meta/branch/AttributeAvailableCondition.java +++ b/src/com/rapidminer/operator/meta/branch/AttributeAvailableCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/DataValueCondition.java b/src/com/rapidminer/operator/meta/branch/DataValueCondition.java index 6432cb2..dfafef4 100644 --- a/src/com/rapidminer/operator/meta/branch/DataValueCondition.java +++ b/src/com/rapidminer/operator/meta/branch/DataValueCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/ExpressionCondition.java b/src/com/rapidminer/operator/meta/branch/ExpressionCondition.java index 1bbeb62..f5fd1c3 100644 --- a/src/com/rapidminer/operator/meta/branch/ExpressionCondition.java +++ b/src/com/rapidminer/operator/meta/branch/ExpressionCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/FileExistsCondition.java b/src/com/rapidminer/operator/meta/branch/FileExistsCondition.java index 1edea74..c45aeb3 100644 --- a/src/com/rapidminer/operator/meta/branch/FileExistsCondition.java +++ b/src/com/rapidminer/operator/meta/branch/FileExistsCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/InputExistsCondition.java b/src/com/rapidminer/operator/meta/branch/InputExistsCondition.java index fb9f80c..688be5c 100644 --- a/src/com/rapidminer/operator/meta/branch/InputExistsCondition.java +++ b/src/com/rapidminer/operator/meta/branch/InputExistsCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MacroDefinedCondition.java b/src/com/rapidminer/operator/meta/branch/MacroDefinedCondition.java index 6d9220d..0461541 100644 --- a/src/com/rapidminer/operator/meta/branch/MacroDefinedCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MacroDefinedCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MaxFitnessCondition.java b/src/com/rapidminer/operator/meta/branch/MaxFitnessCondition.java index 620d318..e67a120 100644 --- a/src/com/rapidminer/operator/meta/branch/MaxFitnessCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MaxFitnessCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MaxNumberOfAttributesCondition.java b/src/com/rapidminer/operator/meta/branch/MaxNumberOfAttributesCondition.java index 7ebf8f5..fd3b0f9 100644 --- a/src/com/rapidminer/operator/meta/branch/MaxNumberOfAttributesCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MaxNumberOfAttributesCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MaxNumberOfExamplesCondition.java b/src/com/rapidminer/operator/meta/branch/MaxNumberOfExamplesCondition.java index 2fd0145..996545f 100644 --- a/src/com/rapidminer/operator/meta/branch/MaxNumberOfExamplesCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MaxNumberOfExamplesCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MaxPerformanceValueCondition.java b/src/com/rapidminer/operator/meta/branch/MaxPerformanceValueCondition.java index aa76fa8..d33fd10 100644 --- a/src/com/rapidminer/operator/meta/branch/MaxPerformanceValueCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MaxPerformanceValueCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MinFitnessCondition.java b/src/com/rapidminer/operator/meta/branch/MinFitnessCondition.java index 1918cc0..ac1ad2d 100644 --- a/src/com/rapidminer/operator/meta/branch/MinFitnessCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MinFitnessCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MinNumberOfAttributesCondition.java b/src/com/rapidminer/operator/meta/branch/MinNumberOfAttributesCondition.java index 84c92fb..3600eb6 100644 --- a/src/com/rapidminer/operator/meta/branch/MinNumberOfAttributesCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MinNumberOfAttributesCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MinNumberOfExamplesCondition.java b/src/com/rapidminer/operator/meta/branch/MinNumberOfExamplesCondition.java index a5a446f..5cdc1e3 100644 --- a/src/com/rapidminer/operator/meta/branch/MinNumberOfExamplesCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MinNumberOfExamplesCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/MinPerformanceValueCondition.java b/src/com/rapidminer/operator/meta/branch/MinPerformanceValueCondition.java index 045cc0f..a5f57b5 100644 --- a/src/com/rapidminer/operator/meta/branch/MinPerformanceValueCondition.java +++ b/src/com/rapidminer/operator/meta/branch/MinPerformanceValueCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/ProcessBranch.java b/src/com/rapidminer/operator/meta/branch/ProcessBranch.java index 8964b38..32982ef 100644 --- a/src/com/rapidminer/operator/meta/branch/ProcessBranch.java +++ b/src/com/rapidminer/operator/meta/branch/ProcessBranch.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/meta/branch/ProcessBranchCondition.java b/src/com/rapidminer/operator/meta/branch/ProcessBranchCondition.java index 0fb9701..835bd88 100644 --- a/src/com/rapidminer/operator/meta/branch/ProcessBranchCondition.java +++ b/src/com/rapidminer/operator/meta/branch/ProcessBranchCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/AbstractDataImportWizard.java b/src/com/rapidminer/operator/nio/AbstractDataImportWizard.java index 82c757c..52c52f9 100644 --- a/src/com/rapidminer/operator/nio/AbstractDataImportWizard.java +++ b/src/com/rapidminer/operator/nio/AbstractDataImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/AnnotationCellEditor.java b/src/com/rapidminer/operator/nio/AnnotationCellEditor.java index 4e0e08d..08d7e43 100644 --- a/src/com/rapidminer/operator/nio/AnnotationCellEditor.java +++ b/src/com/rapidminer/operator/nio/AnnotationCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/AnnotationDeclarationWizardStep.java b/src/com/rapidminer/operator/nio/AnnotationDeclarationWizardStep.java index 54391ed..716f1cf 100644 --- a/src/com/rapidminer/operator/nio/AnnotationDeclarationWizardStep.java +++ b/src/com/rapidminer/operator/nio/AnnotationDeclarationWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/AnnotationTableModel.java b/src/com/rapidminer/operator/nio/AnnotationTableModel.java index b688cc5..81c0fc2 100644 --- a/src/com/rapidminer/operator/nio/AnnotationTableModel.java +++ b/src/com/rapidminer/operator/nio/AnnotationTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/CSVExampleSource.java b/src/com/rapidminer/operator/nio/CSVExampleSource.java index 50b8fc3..1a2b770 100644 --- a/src/com/rapidminer/operator/nio/CSVExampleSource.java +++ b/src/com/rapidminer/operator/nio/CSVExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/CSVExampleSourceConfigurationWizardCreator.java b/src/com/rapidminer/operator/nio/CSVExampleSourceConfigurationWizardCreator.java index 1a15b47..66d5013 100644 --- a/src/com/rapidminer/operator/nio/CSVExampleSourceConfigurationWizardCreator.java +++ b/src/com/rapidminer/operator/nio/CSVExampleSourceConfigurationWizardCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/CSVFileSelectionWizardStep.java b/src/com/rapidminer/operator/nio/CSVFileSelectionWizardStep.java index 9cc5e33..386e884 100644 --- a/src/com/rapidminer/operator/nio/CSVFileSelectionWizardStep.java +++ b/src/com/rapidminer/operator/nio/CSVFileSelectionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/CSVImportWizard.java b/src/com/rapidminer/operator/nio/CSVImportWizard.java index d627461..087dfb0 100644 --- a/src/com/rapidminer/operator/nio/CSVImportWizard.java +++ b/src/com/rapidminer/operator/nio/CSVImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/CSVSyntaxConfigurationWizardStep.java b/src/com/rapidminer/operator/nio/CSVSyntaxConfigurationWizardStep.java index 8275925..5157ba8 100644 --- a/src/com/rapidminer/operator/nio/CSVSyntaxConfigurationWizardStep.java +++ b/src/com/rapidminer/operator/nio/CSVSyntaxConfigurationWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ErrorTableModel.java b/src/com/rapidminer/operator/nio/ErrorTableModel.java index 5c5260f..c8cec54 100644 --- a/src/com/rapidminer/operator/nio/ErrorTableModel.java +++ b/src/com/rapidminer/operator/nio/ErrorTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/Excel2007SheetTableModel.java b/src/com/rapidminer/operator/nio/Excel2007SheetTableModel.java index b04ce16..129775d 100644 --- a/src/com/rapidminer/operator/nio/Excel2007SheetTableModel.java +++ b/src/com/rapidminer/operator/nio/Excel2007SheetTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelExampleSource.java b/src/com/rapidminer/operator/nio/ExcelExampleSource.java index 17df53f..6b259bf 100644 --- a/src/com/rapidminer/operator/nio/ExcelExampleSource.java +++ b/src/com/rapidminer/operator/nio/ExcelExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelExampleSourceConfigurationWizardCreator.java b/src/com/rapidminer/operator/nio/ExcelExampleSourceConfigurationWizardCreator.java index 7fbc9de..83977a9 100644 --- a/src/com/rapidminer/operator/nio/ExcelExampleSourceConfigurationWizardCreator.java +++ b/src/com/rapidminer/operator/nio/ExcelExampleSourceConfigurationWizardCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelFileSelectionWizardStep.java b/src/com/rapidminer/operator/nio/ExcelFileSelectionWizardStep.java index 2438fbf..dfa5a7e 100644 --- a/src/com/rapidminer/operator/nio/ExcelFileSelectionWizardStep.java +++ b/src/com/rapidminer/operator/nio/ExcelFileSelectionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelFormatExampleSource.java b/src/com/rapidminer/operator/nio/ExcelFormatExampleSource.java index 6b9a860..30ef7f8 100644 --- a/src/com/rapidminer/operator/nio/ExcelFormatExampleSource.java +++ b/src/com/rapidminer/operator/nio/ExcelFormatExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelImportWizard.java b/src/com/rapidminer/operator/nio/ExcelImportWizard.java index c17ea7f..9d4bcc3 100644 --- a/src/com/rapidminer/operator/nio/ExcelImportWizard.java +++ b/src/com/rapidminer/operator/nio/ExcelImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelSheetSelectionWizardStep.java b/src/com/rapidminer/operator/nio/ExcelSheetSelectionWizardStep.java index 1f95a34..d76e1e5 100644 --- a/src/com/rapidminer/operator/nio/ExcelSheetSelectionWizardStep.java +++ b/src/com/rapidminer/operator/nio/ExcelSheetSelectionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelSheetTableModel.java b/src/com/rapidminer/operator/nio/ExcelSheetTableModel.java index a20f643..837bdb5 100644 --- a/src/com/rapidminer/operator/nio/ExcelSheetTableModel.java +++ b/src/com/rapidminer/operator/nio/ExcelSheetTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelTableModel.java b/src/com/rapidminer/operator/nio/ExcelTableModel.java index c1756b9..03d7360 100644 --- a/src/com/rapidminer/operator/nio/ExcelTableModel.java +++ b/src/com/rapidminer/operator/nio/ExcelTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ExcelWorkbookPane.java b/src/com/rapidminer/operator/nio/ExcelWorkbookPane.java index 59d83ef..cd76371 100644 --- a/src/com/rapidminer/operator/nio/ExcelWorkbookPane.java +++ b/src/com/rapidminer/operator/nio/ExcelWorkbookPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/ImportWizardUtils.java b/src/com/rapidminer/operator/nio/ImportWizardUtils.java index f37b6ba..e305811 100644 --- a/src/com/rapidminer/operator/nio/ImportWizardUtils.java +++ b/src/com/rapidminer/operator/nio/ImportWizardUtils.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/LoadingContentPane.java b/src/com/rapidminer/operator/nio/LoadingContentPane.java index d421dce..26339e6 100644 --- a/src/com/rapidminer/operator/nio/LoadingContentPane.java +++ b/src/com/rapidminer/operator/nio/LoadingContentPane.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/MetaDataDeclarationWizardStep.java b/src/com/rapidminer/operator/nio/MetaDataDeclarationWizardStep.java index e6b3c89..4a5f593 100644 --- a/src/com/rapidminer/operator/nio/MetaDataDeclarationWizardStep.java +++ b/src/com/rapidminer/operator/nio/MetaDataDeclarationWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.nio; import java.awt.BorderLayout; diff --git a/src/com/rapidminer/operator/nio/MetaDataTableHeaderCellEditor.java b/src/com/rapidminer/operator/nio/MetaDataTableHeaderCellEditor.java index d665f84..b93a639 100644 --- a/src/com/rapidminer/operator/nio/MetaDataTableHeaderCellEditor.java +++ b/src/com/rapidminer/operator/nio/MetaDataTableHeaderCellEditor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/MetaDataValidator.java b/src/com/rapidminer/operator/nio/MetaDataValidator.java index 709645f..47746c7 100644 --- a/src/com/rapidminer/operator/nio/MetaDataValidator.java +++ b/src/com/rapidminer/operator/nio/MetaDataValidator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/RowFilteringTableModel.java b/src/com/rapidminer/operator/nio/RowFilteringTableModel.java index b1f91a1..2c9336a 100644 --- a/src/com/rapidminer/operator/nio/RowFilteringTableModel.java +++ b/src/com/rapidminer/operator/nio/RowFilteringTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/SASExampleReader.java b/src/com/rapidminer/operator/nio/SASExampleReader.java index 6e2eaf7..ecb003e 100644 --- a/src/com/rapidminer/operator/nio/SASExampleReader.java +++ b/src/com/rapidminer/operator/nio/SASExampleReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/SASExampleSource.java b/src/com/rapidminer/operator/nio/SASExampleSource.java index ab0e99e..183db6f 100644 --- a/src/com/rapidminer/operator/nio/SASExampleSource.java +++ b/src/com/rapidminer/operator/nio/SASExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/StoreDataWizardStep.java b/src/com/rapidminer/operator/nio/StoreDataWizardStep.java index b41f2c3..dd858c0 100644 --- a/src/com/rapidminer/operator/nio/StoreDataWizardStep.java +++ b/src/com/rapidminer/operator/nio/StoreDataWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.nio; import java.util.logging.Level; diff --git a/src/com/rapidminer/operator/nio/file/BufferedFileObject.java b/src/com/rapidminer/operator/nio/file/BufferedFileObject.java index 6ac9df3..6158959 100644 --- a/src/com/rapidminer/operator/nio/file/BufferedFileObject.java +++ b/src/com/rapidminer/operator/nio/file/BufferedFileObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/FileInputPortHandler.java b/src/com/rapidminer/operator/nio/file/FileInputPortHandler.java index 404f7cd..b85fa04 100644 --- a/src/com/rapidminer/operator/nio/file/FileInputPortHandler.java +++ b/src/com/rapidminer/operator/nio/file/FileInputPortHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/FileObject.java b/src/com/rapidminer/operator/nio/file/FileObject.java index f77bf0a..8d47b29 100644 --- a/src/com/rapidminer/operator/nio/file/FileObject.java +++ b/src/com/rapidminer/operator/nio/file/FileObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.nio.file; import java.io.File; diff --git a/src/com/rapidminer/operator/nio/file/FileOutputPortHandler.java b/src/com/rapidminer/operator/nio/file/FileOutputPortHandler.java index 9bf5405..dcf93d5 100644 --- a/src/com/rapidminer/operator/nio/file/FileOutputPortHandler.java +++ b/src/com/rapidminer/operator/nio/file/FileOutputPortHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/LoadFileOperator.java b/src/com/rapidminer/operator/nio/file/LoadFileOperator.java index b08f5cc..36aae63 100644 --- a/src/com/rapidminer/operator/nio/file/LoadFileOperator.java +++ b/src/com/rapidminer/operator/nio/file/LoadFileOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/RepositoryBlobObject.java b/src/com/rapidminer/operator/nio/file/RepositoryBlobObject.java index 5d1df48..6979e9b 100644 --- a/src/com/rapidminer/operator/nio/file/RepositoryBlobObject.java +++ b/src/com/rapidminer/operator/nio/file/RepositoryBlobObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/SimpleFileObject.java b/src/com/rapidminer/operator/nio/file/SimpleFileObject.java index c4cb819..6216012 100644 --- a/src/com/rapidminer/operator/nio/file/SimpleFileObject.java +++ b/src/com/rapidminer/operator/nio/file/SimpleFileObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/WriteFileOperator.java b/src/com/rapidminer/operator/nio/file/WriteFileOperator.java index 3d9e7b3..1ef7e2a 100644 --- a/src/com/rapidminer/operator/nio/file/WriteFileOperator.java +++ b/src/com/rapidminer/operator/nio/file/WriteFileOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/ZipEntryObject.java b/src/com/rapidminer/operator/nio/file/ZipEntryObject.java index 19287c0..4b21ae0 100644 --- a/src/com/rapidminer/operator/nio/file/ZipEntryObject.java +++ b/src/com/rapidminer/operator/nio/file/ZipEntryObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/compression/AddEntryToArchiveFile.java b/src/com/rapidminer/operator/nio/file/compression/AddEntryToArchiveFile.java index f45f174..ca5f696 100644 --- a/src/com/rapidminer/operator/nio/file/compression/AddEntryToArchiveFile.java +++ b/src/com/rapidminer/operator/nio/file/compression/AddEntryToArchiveFile.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/compression/ArchiveFileObject.java b/src/com/rapidminer/operator/nio/file/compression/ArchiveFileObject.java index 0112011..0460601 100644 --- a/src/com/rapidminer/operator/nio/file/compression/ArchiveFileObject.java +++ b/src/com/rapidminer/operator/nio/file/compression/ArchiveFileObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.nio.file.compression; import java.io.ByteArrayInputStream; diff --git a/src/com/rapidminer/operator/nio/file/compression/CreateArchiveFileOperator.java b/src/com/rapidminer/operator/nio/file/compression/CreateArchiveFileOperator.java index 09336cf..f21c29e 100644 --- a/src/com/rapidminer/operator/nio/file/compression/CreateArchiveFileOperator.java +++ b/src/com/rapidminer/operator/nio/file/compression/CreateArchiveFileOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/file/compression/ZipFileObject.java b/src/com/rapidminer/operator/nio/file/compression/ZipFileObject.java index 46073ab..47f0267 100644 --- a/src/com/rapidminer/operator/nio/file/compression/ZipFileObject.java +++ b/src/com/rapidminer/operator/nio/file/compression/ZipFileObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/AbstractDataResultSetReader.java b/src/com/rapidminer/operator/nio/model/AbstractDataResultSetReader.java index 6dbf3f8..e1e2881 100644 --- a/src/com/rapidminer/operator/nio/model/AbstractDataResultSetReader.java +++ b/src/com/rapidminer/operator/nio/model/AbstractDataResultSetReader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/CSVResultSet.java b/src/com/rapidminer/operator/nio/model/CSVResultSet.java index 0ce4b42..3742fc3 100644 --- a/src/com/rapidminer/operator/nio/model/CSVResultSet.java +++ b/src/com/rapidminer/operator/nio/model/CSVResultSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/CSVResultSetConfiguration.java b/src/com/rapidminer/operator/nio/model/CSVResultSetConfiguration.java index 171460a..b4325ff 100644 --- a/src/com/rapidminer/operator/nio/model/CSVResultSetConfiguration.java +++ b/src/com/rapidminer/operator/nio/model/CSVResultSetConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/ColumnMetaData.java b/src/com/rapidminer/operator/nio/model/ColumnMetaData.java index 64a68f2..4014c9b 100644 --- a/src/com/rapidminer/operator/nio/model/ColumnMetaData.java +++ b/src/com/rapidminer/operator/nio/model/ColumnMetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/DataResultSet.java b/src/com/rapidminer/operator/nio/model/DataResultSet.java index 8256f44..8ba0906 100644 --- a/src/com/rapidminer/operator/nio/model/DataResultSet.java +++ b/src/com/rapidminer/operator/nio/model/DataResultSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/DataResultSetFactory.java b/src/com/rapidminer/operator/nio/model/DataResultSetFactory.java index 068b19b..91bce49 100644 --- a/src/com/rapidminer/operator/nio/model/DataResultSetFactory.java +++ b/src/com/rapidminer/operator/nio/model/DataResultSetFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/DataResultSetTranslationConfiguration.java b/src/com/rapidminer/operator/nio/model/DataResultSetTranslationConfiguration.java index bfbfe48..c7557e0 100644 --- a/src/com/rapidminer/operator/nio/model/DataResultSetTranslationConfiguration.java +++ b/src/com/rapidminer/operator/nio/model/DataResultSetTranslationConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/DataResultSetTranslator.java b/src/com/rapidminer/operator/nio/model/DataResultSetTranslator.java index 3de3789..40b5246 100644 --- a/src/com/rapidminer/operator/nio/model/DataResultSetTranslator.java +++ b/src/com/rapidminer/operator/nio/model/DataResultSetTranslator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/DefaultPreview.java b/src/com/rapidminer/operator/nio/model/DefaultPreview.java index dea188d..72c3c35 100644 --- a/src/com/rapidminer/operator/nio/model/DefaultPreview.java +++ b/src/com/rapidminer/operator/nio/model/DefaultPreview.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/Excel2007ResultSet.java b/src/com/rapidminer/operator/nio/model/Excel2007ResultSet.java index f185e4f..d5dfb22 100644 --- a/src/com/rapidminer/operator/nio/model/Excel2007ResultSet.java +++ b/src/com/rapidminer/operator/nio/model/Excel2007ResultSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.nio.model; import java.io.FileInputStream; diff --git a/src/com/rapidminer/operator/nio/model/ExcelResultSet.java b/src/com/rapidminer/operator/nio/model/ExcelResultSet.java index 528996d..ee8864f 100644 --- a/src/com/rapidminer/operator/nio/model/ExcelResultSet.java +++ b/src/com/rapidminer/operator/nio/model/ExcelResultSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/ExcelResultSetConfiguration.java b/src/com/rapidminer/operator/nio/model/ExcelResultSetConfiguration.java index 88f37fe..660d158 100644 --- a/src/com/rapidminer/operator/nio/model/ExcelResultSetConfiguration.java +++ b/src/com/rapidminer/operator/nio/model/ExcelResultSetConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/ParseException.java b/src/com/rapidminer/operator/nio/model/ParseException.java index 0625f36..48881c0 100644 --- a/src/com/rapidminer/operator/nio/model/ParseException.java +++ b/src/com/rapidminer/operator/nio/model/ParseException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/ParsingError.java b/src/com/rapidminer/operator/nio/model/ParsingError.java index 3549eff..3af6309 100644 --- a/src/com/rapidminer/operator/nio/model/ParsingError.java +++ b/src/com/rapidminer/operator/nio/model/ParsingError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/model/WizardState.java b/src/com/rapidminer/operator/nio/model/WizardState.java index 06f32dd..3a9242f 100644 --- a/src/com/rapidminer/operator/nio/model/WizardState.java +++ b/src/com/rapidminer/operator/nio/model/WizardState.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/NamespaceMapTableModel.java b/src/com/rapidminer/operator/nio/xml/NamespaceMapTableModel.java index 66042d1..6ae2ed0 100644 --- a/src/com/rapidminer/operator/nio/xml/NamespaceMapTableModel.java +++ b/src/com/rapidminer/operator/nio/xml/NamespaceMapTableModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLAttributeExpressionWizardStep.java b/src/com/rapidminer/operator/nio/xml/XMLAttributeExpressionWizardStep.java index 2b2b48f..7b06e92 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLAttributeExpressionWizardStep.java +++ b/src/com/rapidminer/operator/nio/xml/XMLAttributeExpressionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLDomHelper.java b/src/com/rapidminer/operator/nio/xml/XMLDomHelper.java index 1e9be52..4a1ae69 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLDomHelper.java +++ b/src/com/rapidminer/operator/nio/xml/XMLDomHelper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLExampleExpressionWizardStep.java b/src/com/rapidminer/operator/nio/xml/XMLExampleExpressionWizardStep.java index 2cf7ea0..dac17d4 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLExampleExpressionWizardStep.java +++ b/src/com/rapidminer/operator/nio/xml/XMLExampleExpressionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLExampleSource.java b/src/com/rapidminer/operator/nio/xml/XMLExampleSource.java index ca2e2e8..924ecea 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLExampleSource.java +++ b/src/com/rapidminer/operator/nio/xml/XMLExampleSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLExampleSourceConfigurationWizardCreator.java b/src/com/rapidminer/operator/nio/xml/XMLExampleSourceConfigurationWizardCreator.java index fbe6d65..a22f097 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLExampleSourceConfigurationWizardCreator.java +++ b/src/com/rapidminer/operator/nio/xml/XMLExampleSourceConfigurationWizardCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLFileSelectionWizardStep.java b/src/com/rapidminer/operator/nio/xml/XMLFileSelectionWizardStep.java index 9eee2cc..6018e98 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLFileSelectionWizardStep.java +++ b/src/com/rapidminer/operator/nio/xml/XMLFileSelectionWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLImportWizard.java b/src/com/rapidminer/operator/nio/xml/XMLImportWizard.java index 9328fea..e6b195c 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLImportWizard.java +++ b/src/com/rapidminer/operator/nio/xml/XMLImportWizard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.nio.xml; import java.io.File; diff --git a/src/com/rapidminer/operator/nio/xml/XMLNamespaceMapWizardStep.java b/src/com/rapidminer/operator/nio/xml/XMLNamespaceMapWizardStep.java index 1fc1ed3..a1ae019 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLNamespaceMapWizardStep.java +++ b/src/com/rapidminer/operator/nio/xml/XMLNamespaceMapWizardStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLResultSet.java b/src/com/rapidminer/operator/nio/xml/XMLResultSet.java index bb10a71..3eb5598 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLResultSet.java +++ b/src/com/rapidminer/operator/nio/xml/XMLResultSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLResultSetConfiguration.java b/src/com/rapidminer/operator/nio/xml/XMLResultSetConfiguration.java index f105511..18f34c9 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLResultSetConfiguration.java +++ b/src/com/rapidminer/operator/nio/xml/XMLResultSetConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLTreeModel.java b/src/com/rapidminer/operator/nio/xml/XMLTreeModel.java index c659047..de95ea5 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLTreeModel.java +++ b/src/com/rapidminer/operator/nio/xml/XMLTreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XMLTreeView.java b/src/com/rapidminer/operator/nio/xml/XMLTreeView.java index 363cd5d..022faa9 100644 --- a/src/com/rapidminer/operator/nio/xml/XMLTreeView.java +++ b/src/com/rapidminer/operator/nio/xml/XMLTreeView.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/nio/xml/XPathMatchesListModel.java b/src/com/rapidminer/operator/nio/xml/XPathMatchesListModel.java index dbd98b9..ee63d81 100644 --- a/src/com/rapidminer/operator/nio/xml/XPathMatchesListModel.java +++ b/src/com/rapidminer/operator/nio/xml/XPathMatchesListModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/AbsoluteError.java b/src/com/rapidminer/operator/performance/AbsoluteError.java index 704926d..68341d8 100644 --- a/src/com/rapidminer/operator/performance/AbsoluteError.java +++ b/src/com/rapidminer/operator/performance/AbsoluteError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/AbstractExampleSetEvaluator.java b/src/com/rapidminer/operator/performance/AbstractExampleSetEvaluator.java index 219c145..fcf6adf 100644 --- a/src/com/rapidminer/operator/performance/AbstractExampleSetEvaluator.java +++ b/src/com/rapidminer/operator/performance/AbstractExampleSetEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/AbstractPerformanceEvaluator.java b/src/com/rapidminer/operator/performance/AbstractPerformanceEvaluator.java index ee9f68b..d15b1f7 100644 --- a/src/com/rapidminer/operator/performance/AbstractPerformanceEvaluator.java +++ b/src/com/rapidminer/operator/performance/AbstractPerformanceEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/AreaUnderCurve.java b/src/com/rapidminer/operator/performance/AreaUnderCurve.java index f247cfd..2c16cec 100644 --- a/src/com/rapidminer/operator/performance/AreaUnderCurve.java +++ b/src/com/rapidminer/operator/performance/AreaUnderCurve.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/AttributeCounter.java b/src/com/rapidminer/operator/performance/AttributeCounter.java index d1890e1..e4ca27c 100644 --- a/src/com/rapidminer/operator/performance/AttributeCounter.java +++ b/src/com/rapidminer/operator/performance/AttributeCounter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/BinaryClassificationPerformance.java b/src/com/rapidminer/operator/performance/BinaryClassificationPerformance.java index 3af0798..1f735d4 100644 --- a/src/com/rapidminer/operator/performance/BinaryClassificationPerformance.java +++ b/src/com/rapidminer/operator/performance/BinaryClassificationPerformance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/BinominalClassificationPerformanceEvaluator.java b/src/com/rapidminer/operator/performance/BinominalClassificationPerformanceEvaluator.java index cf8b85b..bf87cbb 100644 --- a/src/com/rapidminer/operator/performance/BinominalClassificationPerformanceEvaluator.java +++ b/src/com/rapidminer/operator/performance/BinominalClassificationPerformanceEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/ClassWeightedPerformance.java b/src/com/rapidminer/operator/performance/ClassWeightedPerformance.java index 363604d..af914fb 100644 --- a/src/com/rapidminer/operator/performance/ClassWeightedPerformance.java +++ b/src/com/rapidminer/operator/performance/ClassWeightedPerformance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/CorrelationCriterion.java b/src/com/rapidminer/operator/performance/CorrelationCriterion.java index 2c7c6f7..7d2ab51 100644 --- a/src/com/rapidminer/operator/performance/CorrelationCriterion.java +++ b/src/com/rapidminer/operator/performance/CorrelationCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/CrossEntropy.java b/src/com/rapidminer/operator/performance/CrossEntropy.java index 9da390d..a731292 100644 --- a/src/com/rapidminer/operator/performance/CrossEntropy.java +++ b/src/com/rapidminer/operator/performance/CrossEntropy.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/Data2Performance.java b/src/com/rapidminer/operator/performance/Data2Performance.java index a106caf..7a13422 100644 --- a/src/com/rapidminer/operator/performance/Data2Performance.java +++ b/src/com/rapidminer/operator/performance/Data2Performance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/EstimatedPerformance.java b/src/com/rapidminer/operator/performance/EstimatedPerformance.java index 4af92e8..f804cdf 100644 --- a/src/com/rapidminer/operator/performance/EstimatedPerformance.java +++ b/src/com/rapidminer/operator/performance/EstimatedPerformance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/LenientRelativeError.java b/src/com/rapidminer/operator/performance/LenientRelativeError.java index 0bde94b..71d3d7a 100644 --- a/src/com/rapidminer/operator/performance/LenientRelativeError.java +++ b/src/com/rapidminer/operator/performance/LenientRelativeError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/LogisticLoss.java b/src/com/rapidminer/operator/performance/LogisticLoss.java index f8d68a2..f04a498 100644 --- a/src/com/rapidminer/operator/performance/LogisticLoss.java +++ b/src/com/rapidminer/operator/performance/LogisticLoss.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/MDLCriterion.java b/src/com/rapidminer/operator/performance/MDLCriterion.java index 3176881..0907124 100644 --- a/src/com/rapidminer/operator/performance/MDLCriterion.java +++ b/src/com/rapidminer/operator/performance/MDLCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/Margin.java b/src/com/rapidminer/operator/performance/Margin.java index 3d23c5b..aacb850 100644 --- a/src/com/rapidminer/operator/performance/Margin.java +++ b/src/com/rapidminer/operator/performance/Margin.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/MeasuredPerformance.java b/src/com/rapidminer/operator/performance/MeasuredPerformance.java index 74c178b..ccfbb8b 100644 --- a/src/com/rapidminer/operator/performance/MeasuredPerformance.java +++ b/src/com/rapidminer/operator/performance/MeasuredPerformance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/MinMaxCriterion.java b/src/com/rapidminer/operator/performance/MinMaxCriterion.java index 9531e1f..5752aea 100644 --- a/src/com/rapidminer/operator/performance/MinMaxCriterion.java +++ b/src/com/rapidminer/operator/performance/MinMaxCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/MinMaxWrapper.java b/src/com/rapidminer/operator/performance/MinMaxWrapper.java index dc7031f..bffa5a4 100644 --- a/src/com/rapidminer/operator/performance/MinMaxWrapper.java +++ b/src/com/rapidminer/operator/performance/MinMaxWrapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/MultiClassificationPerformance.java b/src/com/rapidminer/operator/performance/MultiClassificationPerformance.java index 6bee98a..ef22820 100644 --- a/src/com/rapidminer/operator/performance/MultiClassificationPerformance.java +++ b/src/com/rapidminer/operator/performance/MultiClassificationPerformance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/NormalizedAbsoluteError.java b/src/com/rapidminer/operator/performance/NormalizedAbsoluteError.java index 21c8446..283ccbd 100644 --- a/src/com/rapidminer/operator/performance/NormalizedAbsoluteError.java +++ b/src/com/rapidminer/operator/performance/NormalizedAbsoluteError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/ParameterizedMeasuredPerformanceCriterion.java b/src/com/rapidminer/operator/performance/ParameterizedMeasuredPerformanceCriterion.java index 9e1cfb5..3489590 100644 --- a/src/com/rapidminer/operator/performance/ParameterizedMeasuredPerformanceCriterion.java +++ b/src/com/rapidminer/operator/performance/ParameterizedMeasuredPerformanceCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/PerformanceComparator.java b/src/com/rapidminer/operator/performance/PerformanceComparator.java index 3a166d6..1d062e4 100644 --- a/src/com/rapidminer/operator/performance/PerformanceComparator.java +++ b/src/com/rapidminer/operator/performance/PerformanceComparator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/PerformanceCriterion.java b/src/com/rapidminer/operator/performance/PerformanceCriterion.java index 7a4865f..3fa14cc 100644 --- a/src/com/rapidminer/operator/performance/PerformanceCriterion.java +++ b/src/com/rapidminer/operator/performance/PerformanceCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/PerformanceEvaluator.java b/src/com/rapidminer/operator/performance/PerformanceEvaluator.java index 5d86c9a..64a9810 100644 --- a/src/com/rapidminer/operator/performance/PerformanceEvaluator.java +++ b/src/com/rapidminer/operator/performance/PerformanceEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/PerformanceVector.java b/src/com/rapidminer/operator/performance/PerformanceVector.java index ae42262..140ab25 100644 --- a/src/com/rapidminer/operator/performance/PerformanceVector.java +++ b/src/com/rapidminer/operator/performance/PerformanceVector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/PerformanceVectorToExampleSet.java b/src/com/rapidminer/operator/performance/PerformanceVectorToExampleSet.java index e4ee977..706373f 100644 --- a/src/com/rapidminer/operator/performance/PerformanceVectorToExampleSet.java +++ b/src/com/rapidminer/operator/performance/PerformanceVectorToExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/PolynominalClassificationPerformanceEvaluator.java b/src/com/rapidminer/operator/performance/PolynominalClassificationPerformanceEvaluator.java index 8f6da89..d7c2bb1 100644 --- a/src/com/rapidminer/operator/performance/PolynominalClassificationPerformanceEvaluator.java +++ b/src/com/rapidminer/operator/performance/PolynominalClassificationPerformanceEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/PredictionAverage.java b/src/com/rapidminer/operator/performance/PredictionAverage.java index 6ba149a..c6f9870 100644 --- a/src/com/rapidminer/operator/performance/PredictionAverage.java +++ b/src/com/rapidminer/operator/performance/PredictionAverage.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/RankCorrelation.java b/src/com/rapidminer/operator/performance/RankCorrelation.java index f42b997..080a956 100644 --- a/src/com/rapidminer/operator/performance/RankCorrelation.java +++ b/src/com/rapidminer/operator/performance/RankCorrelation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/RankStatistics.java b/src/com/rapidminer/operator/performance/RankStatistics.java index bdedceb..f064502 100644 --- a/src/com/rapidminer/operator/performance/RankStatistics.java +++ b/src/com/rapidminer/operator/performance/RankStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/RegressionPerformanceEvaluator.java b/src/com/rapidminer/operator/performance/RegressionPerformanceEvaluator.java index 011c836..38007c9 100644 --- a/src/com/rapidminer/operator/performance/RegressionPerformanceEvaluator.java +++ b/src/com/rapidminer/operator/performance/RegressionPerformanceEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/RelativeError.java b/src/com/rapidminer/operator/performance/RelativeError.java index 9e355c9..7ba2728 100644 --- a/src/com/rapidminer/operator/performance/RelativeError.java +++ b/src/com/rapidminer/operator/performance/RelativeError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/RootMeanSquaredError.java b/src/com/rapidminer/operator/performance/RootMeanSquaredError.java index 3d0ca70..06ebb37 100644 --- a/src/com/rapidminer/operator/performance/RootMeanSquaredError.java +++ b/src/com/rapidminer/operator/performance/RootMeanSquaredError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/RootRelativeSquaredError.java b/src/com/rapidminer/operator/performance/RootRelativeSquaredError.java index 97762cb..784305d 100644 --- a/src/com/rapidminer/operator/performance/RootRelativeSquaredError.java +++ b/src/com/rapidminer/operator/performance/RootRelativeSquaredError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/SimpleClassificationError.java b/src/com/rapidminer/operator/performance/SimpleClassificationError.java index 7bde5de..59736fd 100644 --- a/src/com/rapidminer/operator/performance/SimpleClassificationError.java +++ b/src/com/rapidminer/operator/performance/SimpleClassificationError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/SimpleCriterion.java b/src/com/rapidminer/operator/performance/SimpleCriterion.java index 37ea3c4..b0fceb9 100644 --- a/src/com/rapidminer/operator/performance/SimpleCriterion.java +++ b/src/com/rapidminer/operator/performance/SimpleCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/SimplePerformanceEvaluator.java b/src/com/rapidminer/operator/performance/SimplePerformanceEvaluator.java index f70da01..9f4f6af 100644 --- a/src/com/rapidminer/operator/performance/SimplePerformanceEvaluator.java +++ b/src/com/rapidminer/operator/performance/SimplePerformanceEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/SoftMarginLoss.java b/src/com/rapidminer/operator/performance/SoftMarginLoss.java index d5855f3..4f3c16a 100644 --- a/src/com/rapidminer/operator/performance/SoftMarginLoss.java +++ b/src/com/rapidminer/operator/performance/SoftMarginLoss.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/SquaredCorrelationCriterion.java b/src/com/rapidminer/operator/performance/SquaredCorrelationCriterion.java index bcd0f3b..0038bf7 100644 --- a/src/com/rapidminer/operator/performance/SquaredCorrelationCriterion.java +++ b/src/com/rapidminer/operator/performance/SquaredCorrelationCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/SquaredError.java b/src/com/rapidminer/operator/performance/SquaredError.java index e5fc9f1..42687a3 100644 --- a/src/com/rapidminer/operator/performance/SquaredError.java +++ b/src/com/rapidminer/operator/performance/SquaredError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/StrictRelativeError.java b/src/com/rapidminer/operator/performance/StrictRelativeError.java index ba809eb..0a73bf0 100644 --- a/src/com/rapidminer/operator/performance/StrictRelativeError.java +++ b/src/com/rapidminer/operator/performance/StrictRelativeError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/SupportVectorCounter.java b/src/com/rapidminer/operator/performance/SupportVectorCounter.java index 61aae6f..4420474 100644 --- a/src/com/rapidminer/operator/performance/SupportVectorCounter.java +++ b/src/com/rapidminer/operator/performance/SupportVectorCounter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/UserBasedPerformanceEvaluator.java b/src/com/rapidminer/operator/performance/UserBasedPerformanceEvaluator.java index 0300695..17a8c97 100644 --- a/src/com/rapidminer/operator/performance/UserBasedPerformanceEvaluator.java +++ b/src/com/rapidminer/operator/performance/UserBasedPerformanceEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/WeightedMultiClassPerformance.java b/src/com/rapidminer/operator/performance/WeightedMultiClassPerformance.java index 666517b..5c677dc 100644 --- a/src/com/rapidminer/operator/performance/WeightedMultiClassPerformance.java +++ b/src/com/rapidminer/operator/performance/WeightedMultiClassPerformance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/WeightedPerformanceCreator.java b/src/com/rapidminer/operator/performance/WeightedPerformanceCreator.java index fefb464..ca8097e 100644 --- a/src/com/rapidminer/operator/performance/WeightedPerformanceCreator.java +++ b/src/com/rapidminer/operator/performance/WeightedPerformanceCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/cost/ClassificationCostCriterion.java b/src/com/rapidminer/operator/performance/cost/ClassificationCostCriterion.java index cad3958..22bcfd6 100644 --- a/src/com/rapidminer/operator/performance/cost/ClassificationCostCriterion.java +++ b/src/com/rapidminer/operator/performance/cost/ClassificationCostCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/cost/CostEvaluator.java b/src/com/rapidminer/operator/performance/cost/CostEvaluator.java index 0f35633..45cd6d5 100644 --- a/src/com/rapidminer/operator/performance/cost/CostEvaluator.java +++ b/src/com/rapidminer/operator/performance/cost/CostEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/cost/RankingCriterion.java b/src/com/rapidminer/operator/performance/cost/RankingCriterion.java index cc5018a..89fe1de 100644 --- a/src/com/rapidminer/operator/performance/cost/RankingCriterion.java +++ b/src/com/rapidminer/operator/performance/cost/RankingCriterion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/performance/cost/RankingEvaluator.java b/src/com/rapidminer/operator/performance/cost/RankingEvaluator.java index 0da6d0e..9b4f749 100644 --- a/src/com/rapidminer/operator/performance/cost/RankingEvaluator.java +++ b/src/com/rapidminer/operator/performance/cost/RankingEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/CollectingPortPairExtender.java b/src/com/rapidminer/operator/ports/CollectingPortPairExtender.java index c9500c7..7e56556 100644 --- a/src/com/rapidminer/operator/ports/CollectingPortPairExtender.java +++ b/src/com/rapidminer/operator/ports/CollectingPortPairExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/DummyPortPairExtender.java b/src/com/rapidminer/operator/ports/DummyPortPairExtender.java index 381fa5b..dc682ce 100644 --- a/src/com/rapidminer/operator/ports/DummyPortPairExtender.java +++ b/src/com/rapidminer/operator/ports/DummyPortPairExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/InputPort.java b/src/com/rapidminer/operator/ports/InputPort.java index 328cc4b..47b07e0 100644 --- a/src/com/rapidminer/operator/ports/InputPort.java +++ b/src/com/rapidminer/operator/ports/InputPort.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/InputPortExtender.java b/src/com/rapidminer/operator/ports/InputPortExtender.java index b3eed74..7537a15 100644 --- a/src/com/rapidminer/operator/ports/InputPortExtender.java +++ b/src/com/rapidminer/operator/ports/InputPortExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/InputPorts.java b/src/com/rapidminer/operator/ports/InputPorts.java index 4165b25..c8a92c4 100644 --- a/src/com/rapidminer/operator/ports/InputPorts.java +++ b/src/com/rapidminer/operator/ports/InputPorts.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/MetaDataChangeListener.java b/src/com/rapidminer/operator/ports/MetaDataChangeListener.java index 534061a..8c5ecf7 100644 --- a/src/com/rapidminer/operator/ports/MetaDataChangeListener.java +++ b/src/com/rapidminer/operator/ports/MetaDataChangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/MultiInputPortPairExtender.java b/src/com/rapidminer/operator/ports/MultiInputPortPairExtender.java index 67fc87b..6dcf9cb 100644 --- a/src/com/rapidminer/operator/ports/MultiInputPortPairExtender.java +++ b/src/com/rapidminer/operator/ports/MultiInputPortPairExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/MultiOutputPortPairExtender.java b/src/com/rapidminer/operator/ports/MultiOutputPortPairExtender.java index 941c0d1..a407ae4 100644 --- a/src/com/rapidminer/operator/ports/MultiOutputPortPairExtender.java +++ b/src/com/rapidminer/operator/ports/MultiOutputPortPairExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/MultiPortPairExtender.java b/src/com/rapidminer/operator/ports/MultiPortPairExtender.java index e4179c1..19e4df6 100644 --- a/src/com/rapidminer/operator/ports/MultiPortPairExtender.java +++ b/src/com/rapidminer/operator/ports/MultiPortPairExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/Multiplicity.java b/src/com/rapidminer/operator/ports/Multiplicity.java index f8fc665..860bf7e 100644 --- a/src/com/rapidminer/operator/ports/Multiplicity.java +++ b/src/com/rapidminer/operator/ports/Multiplicity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/OutputPort.java b/src/com/rapidminer/operator/ports/OutputPort.java index 4055e02..2eb9c76 100644 --- a/src/com/rapidminer/operator/ports/OutputPort.java +++ b/src/com/rapidminer/operator/ports/OutputPort.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/OutputPortExtender.java b/src/com/rapidminer/operator/ports/OutputPortExtender.java index cb5cb36..1103288 100644 --- a/src/com/rapidminer/operator/ports/OutputPortExtender.java +++ b/src/com/rapidminer/operator/ports/OutputPortExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/OutputPorts.java b/src/com/rapidminer/operator/ports/OutputPorts.java index f2a8eab..122f66a 100644 --- a/src/com/rapidminer/operator/ports/OutputPorts.java +++ b/src/com/rapidminer/operator/ports/OutputPorts.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/Port.java b/src/com/rapidminer/operator/ports/Port.java index 6a4e2c5..01ac817 100644 --- a/src/com/rapidminer/operator/ports/Port.java +++ b/src/com/rapidminer/operator/ports/Port.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/PortException.java b/src/com/rapidminer/operator/ports/PortException.java index ac9c328..83c9936 100644 --- a/src/com/rapidminer/operator/ports/PortException.java +++ b/src/com/rapidminer/operator/ports/PortException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/PortExtender.java b/src/com/rapidminer/operator/ports/PortExtender.java index e0e5ae5..4fc7f98 100644 --- a/src/com/rapidminer/operator/ports/PortExtender.java +++ b/src/com/rapidminer/operator/ports/PortExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/PortOwner.java b/src/com/rapidminer/operator/ports/PortOwner.java index 24c835c..5a26c07 100644 --- a/src/com/rapidminer/operator/ports/PortOwner.java +++ b/src/com/rapidminer/operator/ports/PortOwner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/PortPairExtender.java b/src/com/rapidminer/operator/ports/PortPairExtender.java index 3246b35..c9ce469 100644 --- a/src/com/rapidminer/operator/ports/PortPairExtender.java +++ b/src/com/rapidminer/operator/ports/PortPairExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/Ports.java b/src/com/rapidminer/operator/ports/Ports.java index 0c71595..2f2645d 100644 --- a/src/com/rapidminer/operator/ports/Ports.java +++ b/src/com/rapidminer/operator/ports/Ports.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/ProcessingStep.java b/src/com/rapidminer/operator/ports/ProcessingStep.java index 1a56a12..a7046cf 100644 --- a/src/com/rapidminer/operator/ports/ProcessingStep.java +++ b/src/com/rapidminer/operator/ports/ProcessingStep.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/SinglePortExtender.java b/src/com/rapidminer/operator/ports/SinglePortExtender.java index 602eed7..5c1cb1e 100644 --- a/src/com/rapidminer/operator/ports/SinglePortExtender.java +++ b/src/com/rapidminer/operator/ports/SinglePortExtender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/AbstractInputPort.java b/src/com/rapidminer/operator/ports/impl/AbstractInputPort.java index f9e27c6..f5a4425 100644 --- a/src/com/rapidminer/operator/ports/impl/AbstractInputPort.java +++ b/src/com/rapidminer/operator/ports/impl/AbstractInputPort.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/AbstractOutputPort.java b/src/com/rapidminer/operator/ports/impl/AbstractOutputPort.java index aa31948..dc37c43 100644 --- a/src/com/rapidminer/operator/ports/impl/AbstractOutputPort.java +++ b/src/com/rapidminer/operator/ports/impl/AbstractOutputPort.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/AbstractPort.java b/src/com/rapidminer/operator/ports/impl/AbstractPort.java index 20ea8a4..c56523e 100644 --- a/src/com/rapidminer/operator/ports/impl/AbstractPort.java +++ b/src/com/rapidminer/operator/ports/impl/AbstractPort.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/AbstractPorts.java b/src/com/rapidminer/operator/ports/impl/AbstractPorts.java index 765ac20..ea6b921 100644 --- a/src/com/rapidminer/operator/ports/impl/AbstractPorts.java +++ b/src/com/rapidminer/operator/ports/impl/AbstractPorts.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/CannotConnectPortException.java b/src/com/rapidminer/operator/ports/impl/CannotConnectPortException.java index adc9224..3e17be7 100644 --- a/src/com/rapidminer/operator/ports/impl/CannotConnectPortException.java +++ b/src/com/rapidminer/operator/ports/impl/CannotConnectPortException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.ports.impl; import java.awt.Component; diff --git a/src/com/rapidminer/operator/ports/impl/InputPortImpl.java b/src/com/rapidminer/operator/ports/impl/InputPortImpl.java index c75302a..26be3da 100644 --- a/src/com/rapidminer/operator/ports/impl/InputPortImpl.java +++ b/src/com/rapidminer/operator/ports/impl/InputPortImpl.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/InputPortsImpl.java b/src/com/rapidminer/operator/ports/impl/InputPortsImpl.java index 8cce089..e24d1fa 100644 --- a/src/com/rapidminer/operator/ports/impl/InputPortsImpl.java +++ b/src/com/rapidminer/operator/ports/impl/InputPortsImpl.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/OutputPortImpl.java b/src/com/rapidminer/operator/ports/impl/OutputPortImpl.java index d616c33..3fcaf24 100644 --- a/src/com/rapidminer/operator/ports/impl/OutputPortImpl.java +++ b/src/com/rapidminer/operator/ports/impl/OutputPortImpl.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/impl/OutputPortsImpl.java b/src/com/rapidminer/operator/ports/impl/OutputPortsImpl.java index 962b3db..c46c332 100644 --- a/src/com/rapidminer/operator/ports/impl/OutputPortsImpl.java +++ b/src/com/rapidminer/operator/ports/impl/OutputPortsImpl.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/AbstractPrecondition.java b/src/com/rapidminer/operator/ports/metadata/AbstractPrecondition.java index 8e4a19f..73ca8c9 100644 --- a/src/com/rapidminer/operator/ports/metadata/AbstractPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/AbstractPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/AttributeAddingExampleSetPassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/AttributeAddingExampleSetPassThroughRule.java index acf98fc..87e8fbe 100644 --- a/src/com/rapidminer/operator/ports/metadata/AttributeAddingExampleSetPassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/AttributeAddingExampleSetPassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/AttributeMetaData.java b/src/com/rapidminer/operator/ports/metadata/AttributeMetaData.java index bf4119d..693c436 100644 --- a/src/com/rapidminer/operator/ports/metadata/AttributeMetaData.java +++ b/src/com/rapidminer/operator/ports/metadata/AttributeMetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/AttributeParameterPrecondition.java b/src/com/rapidminer/operator/ports/metadata/AttributeParameterPrecondition.java index 9c00a3f..e697708 100644 --- a/src/com/rapidminer/operator/ports/metadata/AttributeParameterPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/AttributeParameterPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/AttributeSetPrecondition.java b/src/com/rapidminer/operator/ports/metadata/AttributeSetPrecondition.java index 8b25daa..31a0b68 100644 --- a/src/com/rapidminer/operator/ports/metadata/AttributeSetPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/AttributeSetPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/AttributeSubsetPassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/AttributeSubsetPassThroughRule.java index 55f4ee7..41e18b4 100644 --- a/src/com/rapidminer/operator/ports/metadata/AttributeSubsetPassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/AttributeSubsetPassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/CapabilityPrecondition.java b/src/com/rapidminer/operator/ports/metadata/CapabilityPrecondition.java index a329e70..820b8e3 100644 --- a/src/com/rapidminer/operator/ports/metadata/CapabilityPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/CapabilityPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/CollectionMetaData.java b/src/com/rapidminer/operator/ports/metadata/CollectionMetaData.java index 7cb3d7c..55628e6 100644 --- a/src/com/rapidminer/operator/ports/metadata/CollectionMetaData.java +++ b/src/com/rapidminer/operator/ports/metadata/CollectionMetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/CollectionPrecondition.java b/src/com/rapidminer/operator/ports/metadata/CollectionPrecondition.java index f3f9f28..5b1bb53 100644 --- a/src/com/rapidminer/operator/ports/metadata/CollectionPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/CollectionPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/CompatibilityLevel.java b/src/com/rapidminer/operator/ports/metadata/CompatibilityLevel.java index 00fa583..95b548b 100644 --- a/src/com/rapidminer/operator/ports/metadata/CompatibilityLevel.java +++ b/src/com/rapidminer/operator/ports/metadata/CompatibilityLevel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/DistanceMeasurePrecondition.java b/src/com/rapidminer/operator/ports/metadata/DistanceMeasurePrecondition.java index ebcadad..a53c6fb 100644 --- a/src/com/rapidminer/operator/ports/metadata/DistanceMeasurePrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/DistanceMeasurePrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/DummyMetaData.java b/src/com/rapidminer/operator/ports/metadata/DummyMetaData.java index 4fbb498..3f8db17 100644 --- a/src/com/rapidminer/operator/ports/metadata/DummyMetaData.java +++ b/src/com/rapidminer/operator/ports/metadata/DummyMetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ExampleSetContainsSeriesPrecondition.java b/src/com/rapidminer/operator/ports/metadata/ExampleSetContainsSeriesPrecondition.java index a9e6e7a..7f0b09c 100644 --- a/src/com/rapidminer/operator/ports/metadata/ExampleSetContainsSeriesPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/ExampleSetContainsSeriesPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ExampleSetMetaData.java b/src/com/rapidminer/operator/ports/metadata/ExampleSetMetaData.java index 5cef780..db97c0f 100644 --- a/src/com/rapidminer/operator/ports/metadata/ExampleSetMetaData.java +++ b/src/com/rapidminer/operator/ports/metadata/ExampleSetMetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ExampleSetPassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/ExampleSetPassThroughRule.java index 92a4ef7..6f86d5e 100644 --- a/src/com/rapidminer/operator/ports/metadata/ExampleSetPassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/ExampleSetPassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ExampleSetPrecondition.java b/src/com/rapidminer/operator/ports/metadata/ExampleSetPrecondition.java index ab4b2ff..2484858 100644 --- a/src/com/rapidminer/operator/ports/metadata/ExampleSetPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/ExampleSetPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ExampleSetSizePrecondition.java b/src/com/rapidminer/operator/ports/metadata/ExampleSetSizePrecondition.java index 215dba3..ffa770e 100644 --- a/src/com/rapidminer/operator/ports/metadata/ExampleSetSizePrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/ExampleSetSizePrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ExampleSetUnionRule.java b/src/com/rapidminer/operator/ports/metadata/ExampleSetUnionRule.java index 834201d..fb0161b 100644 --- a/src/com/rapidminer/operator/ports/metadata/ExampleSetUnionRule.java +++ b/src/com/rapidminer/operator/ports/metadata/ExampleSetUnionRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/FlatteningPassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/FlatteningPassThroughRule.java index 0e5355f..4b9cd60 100644 --- a/src/com/rapidminer/operator/ports/metadata/FlatteningPassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/FlatteningPassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/GenerateModelTransformationRule.java b/src/com/rapidminer/operator/ports/metadata/GenerateModelTransformationRule.java index bcf01f4..c42da62 100644 --- a/src/com/rapidminer/operator/ports/metadata/GenerateModelTransformationRule.java +++ b/src/com/rapidminer/operator/ports/metadata/GenerateModelTransformationRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/GenerateNewExampleSetMDRule.java b/src/com/rapidminer/operator/ports/metadata/GenerateNewExampleSetMDRule.java index 61341d7..427ab20 100644 --- a/src/com/rapidminer/operator/ports/metadata/GenerateNewExampleSetMDRule.java +++ b/src/com/rapidminer/operator/ports/metadata/GenerateNewExampleSetMDRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/GenerateNewMDRule.java b/src/com/rapidminer/operator/ports/metadata/GenerateNewMDRule.java index 2369c4d..991ce98 100644 --- a/src/com/rapidminer/operator/ports/metadata/GenerateNewMDRule.java +++ b/src/com/rapidminer/operator/ports/metadata/GenerateNewMDRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/GeneratePredictionModelTransformationRule.java b/src/com/rapidminer/operator/ports/metadata/GeneratePredictionModelTransformationRule.java index b167d80..f4bb72c 100644 --- a/src/com/rapidminer/operator/ports/metadata/GeneratePredictionModelTransformationRule.java +++ b/src/com/rapidminer/operator/ports/metadata/GeneratePredictionModelTransformationRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/InputMissingMetaDataError.java b/src/com/rapidminer/operator/ports/metadata/InputMissingMetaDataError.java index cc6689c..5be5bd9 100644 --- a/src/com/rapidminer/operator/ports/metadata/InputMissingMetaDataError.java +++ b/src/com/rapidminer/operator/ports/metadata/InputMissingMetaDataError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/LearnerPrecondition.java b/src/com/rapidminer/operator/ports/metadata/LearnerPrecondition.java index da3fcbb..00203b0 100644 --- a/src/com/rapidminer/operator/ports/metadata/LearnerPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/LearnerPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MDInteger.java b/src/com/rapidminer/operator/ports/metadata/MDInteger.java index ac7e85c..0088285 100644 --- a/src/com/rapidminer/operator/ports/metadata/MDInteger.java +++ b/src/com/rapidminer/operator/ports/metadata/MDInteger.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MDNumber.java b/src/com/rapidminer/operator/ports/metadata/MDNumber.java index b207d6e..bfbfc47 100644 --- a/src/com/rapidminer/operator/ports/metadata/MDNumber.java +++ b/src/com/rapidminer/operator/ports/metadata/MDNumber.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MDReal.java b/src/com/rapidminer/operator/ports/metadata/MDReal.java index 15c01a6..5c7aa06 100644 --- a/src/com/rapidminer/operator/ports/metadata/MDReal.java +++ b/src/com/rapidminer/operator/ports/metadata/MDReal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MDTransformationRule.java b/src/com/rapidminer/operator/ports/metadata/MDTransformationRule.java index f5566f4..91008f4 100644 --- a/src/com/rapidminer/operator/ports/metadata/MDTransformationRule.java +++ b/src/com/rapidminer/operator/ports/metadata/MDTransformationRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MDTransformer.java b/src/com/rapidminer/operator/ports/metadata/MDTransformer.java index be5a741..0478932 100644 --- a/src/com/rapidminer/operator/ports/metadata/MDTransformer.java +++ b/src/com/rapidminer/operator/ports/metadata/MDTransformer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ManyToManyPassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/ManyToManyPassThroughRule.java index f7d0dfd..e36607d 100644 --- a/src/com/rapidminer/operator/ports/metadata/ManyToManyPassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/ManyToManyPassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ManyToOnePassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/ManyToOnePassThroughRule.java index ef0abb1..81fd2de 100644 --- a/src/com/rapidminer/operator/ports/metadata/ManyToOnePassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/ManyToOnePassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MetaData.java b/src/com/rapidminer/operator/ports/metadata/MetaData.java index 39c7443..6bb0f1c 100644 --- a/src/com/rapidminer/operator/ports/metadata/MetaData.java +++ b/src/com/rapidminer/operator/ports/metadata/MetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MetaDataError.java b/src/com/rapidminer/operator/ports/metadata/MetaDataError.java index a8f5b8a..6ab91bc 100644 --- a/src/com/rapidminer/operator/ports/metadata/MetaDataError.java +++ b/src/com/rapidminer/operator/ports/metadata/MetaDataError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MetaDataInfo.java b/src/com/rapidminer/operator/ports/metadata/MetaDataInfo.java index 9c87930..c474509 100644 --- a/src/com/rapidminer/operator/ports/metadata/MetaDataInfo.java +++ b/src/com/rapidminer/operator/ports/metadata/MetaDataInfo.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/MetaDataUnderspecifiedError.java b/src/com/rapidminer/operator/ports/metadata/MetaDataUnderspecifiedError.java index d3df7ff..572f2cd 100644 --- a/src/com/rapidminer/operator/ports/metadata/MetaDataUnderspecifiedError.java +++ b/src/com/rapidminer/operator/ports/metadata/MetaDataUnderspecifiedError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ModelApplicationRule.java b/src/com/rapidminer/operator/ports/metadata/ModelApplicationRule.java index e2ba847..a1d6655 100644 --- a/src/com/rapidminer/operator/ports/metadata/ModelApplicationRule.java +++ b/src/com/rapidminer/operator/ports/metadata/ModelApplicationRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ModelMetaData.java b/src/com/rapidminer/operator/ports/metadata/ModelMetaData.java index 4d924d0..732cdef 100644 --- a/src/com/rapidminer/operator/ports/metadata/ModelMetaData.java +++ b/src/com/rapidminer/operator/ports/metadata/ModelMetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/OneToManyPassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/OneToManyPassThroughRule.java index b2b771c..81f6c90 100644 --- a/src/com/rapidminer/operator/ports/metadata/OneToManyPassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/OneToManyPassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/OperatorLoopError.java b/src/com/rapidminer/operator/ports/metadata/OperatorLoopError.java index d79d79c..9a2649f 100644 --- a/src/com/rapidminer/operator/ports/metadata/OperatorLoopError.java +++ b/src/com/rapidminer/operator/ports/metadata/OperatorLoopError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/ParameterConditionedPrecondition.java b/src/com/rapidminer/operator/ports/metadata/ParameterConditionedPrecondition.java index 8a99a94..f1961a6 100644 --- a/src/com/rapidminer/operator/ports/metadata/ParameterConditionedPrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/ParameterConditionedPrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRule.java b/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRule.java index 3026db0..60deddf 100644 --- a/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRule.java +++ b/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRuleCondition.java b/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRuleCondition.java index 56164f3..2a3c05b 100644 --- a/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRuleCondition.java +++ b/src/com/rapidminer/operator/ports/metadata/PassThroughOrGenerateRuleCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/PassThroughRule.java b/src/com/rapidminer/operator/ports/metadata/PassThroughRule.java index bec6cde..69eb811 100644 --- a/src/com/rapidminer/operator/ports/metadata/PassThroughRule.java +++ b/src/com/rapidminer/operator/ports/metadata/PassThroughRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/Precondition.java b/src/com/rapidminer/operator/ports/metadata/Precondition.java index a0624b2..5a274f0 100644 --- a/src/com/rapidminer/operator/ports/metadata/Precondition.java +++ b/src/com/rapidminer/operator/ports/metadata/Precondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/PredictionModelMetaData.java b/src/com/rapidminer/operator/ports/metadata/PredictionModelMetaData.java index 016e467..9671db2 100644 --- a/src/com/rapidminer/operator/ports/metadata/PredictionModelMetaData.java +++ b/src/com/rapidminer/operator/ports/metadata/PredictionModelMetaData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/SetRelation.java b/src/com/rapidminer/operator/ports/metadata/SetRelation.java index 383fa4b..8f32d41 100644 --- a/src/com/rapidminer/operator/ports/metadata/SetRelation.java +++ b/src/com/rapidminer/operator/ports/metadata/SetRelation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/SimpleMetaDataError.java b/src/com/rapidminer/operator/ports/metadata/SimpleMetaDataError.java index 8720f79..e9bd8e9 100644 --- a/src/com/rapidminer/operator/ports/metadata/SimpleMetaDataError.java +++ b/src/com/rapidminer/operator/ports/metadata/SimpleMetaDataError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/SimplePrecondition.java b/src/com/rapidminer/operator/ports/metadata/SimplePrecondition.java index 1be1282..700cc3a 100644 --- a/src/com/rapidminer/operator/ports/metadata/SimplePrecondition.java +++ b/src/com/rapidminer/operator/ports/metadata/SimplePrecondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/metadata/SubprocessTransformRule.java b/src/com/rapidminer/operator/ports/metadata/SubprocessTransformRule.java index db80e76..c738e3c 100644 --- a/src/com/rapidminer/operator/ports/metadata/SubprocessTransformRule.java +++ b/src/com/rapidminer/operator/ports/metadata/SubprocessTransformRule.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/AbstractQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/AbstractQuickFix.java index 1cb4609..9eb03fa 100644 --- a/src/com/rapidminer/operator/ports/quickfix/AbstractQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/AbstractQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/AddCompatibleOperatorQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/AddCompatibleOperatorQuickFix.java index a3b7748..a837797 100644 --- a/src/com/rapidminer/operator/ports/quickfix/AddCompatibleOperatorQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/AddCompatibleOperatorQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/AttributeSelectionQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/AttributeSelectionQuickFix.java index 42fe41b..7c42b41 100644 --- a/src/com/rapidminer/operator/ports/quickfix/AttributeSelectionQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/AttributeSelectionQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/CategorySelectionQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/CategorySelectionQuickFix.java index 797288c..e2933d0 100644 --- a/src/com/rapidminer/operator/ports/quickfix/CategorySelectionQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/CategorySelectionQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/ChangeAttributeRoleQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/ChangeAttributeRoleQuickFix.java index 7dddcf7..914cb40 100644 --- a/src/com/rapidminer/operator/ports/quickfix/ChangeAttributeRoleQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/ChangeAttributeRoleQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/ConnectToQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/ConnectToQuickFix.java index 15b6d0d..98559cc 100644 --- a/src/com/rapidminer/operator/ports/quickfix/ConnectToQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/ConnectToQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/DictionaryQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/DictionaryQuickFix.java index 3c4f39c..90e0258 100644 --- a/src/com/rapidminer/operator/ports/quickfix/DictionaryQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/DictionaryQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/DisconnectQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/DisconnectQuickFix.java index 8cbbd15..423e1e5 100644 --- a/src/com/rapidminer/operator/ports/quickfix/DisconnectQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/DisconnectQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/OperatorInsertionQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/OperatorInsertionQuickFix.java index bea06e5..b730c89 100644 --- a/src/com/rapidminer/operator/ports/quickfix/OperatorInsertionQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/OperatorInsertionQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/ParameterSettingQuickFix.java b/src/com/rapidminer/operator/ports/quickfix/ParameterSettingQuickFix.java index 009d643..cbadcbd 100644 --- a/src/com/rapidminer/operator/ports/quickfix/ParameterSettingQuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/ParameterSettingQuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/QuickFix.java b/src/com/rapidminer/operator/ports/quickfix/QuickFix.java index f76cb80..726467e 100644 --- a/src/com/rapidminer/operator/ports/quickfix/QuickFix.java +++ b/src/com/rapidminer/operator/ports/quickfix/QuickFix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/ports/quickfix/RelativizeRepositoryLocationQuickfix.java b/src/com/rapidminer/operator/ports/quickfix/RelativizeRepositoryLocationQuickfix.java index 8132886..515cdaa 100644 --- a/src/com/rapidminer/operator/ports/quickfix/RelativizeRepositoryLocationQuickfix.java +++ b/src/com/rapidminer/operator/ports/quickfix/RelativizeRepositoryLocationQuickfix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/GeneratePredictionOperator.java b/src/com/rapidminer/operator/postprocessing/GeneratePredictionOperator.java index 79f9382..c82001b 100644 --- a/src/com/rapidminer/operator/postprocessing/GeneratePredictionOperator.java +++ b/src/com/rapidminer/operator/postprocessing/GeneratePredictionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/GeneratePredictionRankingOperator.java b/src/com/rapidminer/operator/postprocessing/GeneratePredictionRankingOperator.java index 79becf7..a64aadf 100644 --- a/src/com/rapidminer/operator/postprocessing/GeneratePredictionRankingOperator.java +++ b/src/com/rapidminer/operator/postprocessing/GeneratePredictionRankingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/PlattParameters.java b/src/com/rapidminer/operator/postprocessing/PlattParameters.java index c006b0e..02d9618 100644 --- a/src/com/rapidminer/operator/postprocessing/PlattParameters.java +++ b/src/com/rapidminer/operator/postprocessing/PlattParameters.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/PlattScaling.java b/src/com/rapidminer/operator/postprocessing/PlattScaling.java index e9a0e30..3651dbd 100644 --- a/src/com/rapidminer/operator/postprocessing/PlattScaling.java +++ b/src/com/rapidminer/operator/postprocessing/PlattScaling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/PlattScalingModel.java b/src/com/rapidminer/operator/postprocessing/PlattScalingModel.java index ef5fd54..7682304 100644 --- a/src/com/rapidminer/operator/postprocessing/PlattScalingModel.java +++ b/src/com/rapidminer/operator/postprocessing/PlattScalingModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/RecallChooser.java b/src/com/rapidminer/operator/postprocessing/RecallChooser.java index 9c8b0f7..7ff259f 100644 --- a/src/com/rapidminer/operator/postprocessing/RecallChooser.java +++ b/src/com/rapidminer/operator/postprocessing/RecallChooser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/SimpleUncertainPredictionsTransformation.java b/src/com/rapidminer/operator/postprocessing/SimpleUncertainPredictionsTransformation.java index 1d1b458..28906ef 100644 --- a/src/com/rapidminer/operator/postprocessing/SimpleUncertainPredictionsTransformation.java +++ b/src/com/rapidminer/operator/postprocessing/SimpleUncertainPredictionsTransformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/Threshold.java b/src/com/rapidminer/operator/postprocessing/Threshold.java index 61116e0..130f7c0 100644 --- a/src/com/rapidminer/operator/postprocessing/Threshold.java +++ b/src/com/rapidminer/operator/postprocessing/Threshold.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/ThresholdApplier.java b/src/com/rapidminer/operator/postprocessing/ThresholdApplier.java index 75f9db5..c6e33e6 100644 --- a/src/com/rapidminer/operator/postprocessing/ThresholdApplier.java +++ b/src/com/rapidminer/operator/postprocessing/ThresholdApplier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/ThresholdCreator.java b/src/com/rapidminer/operator/postprocessing/ThresholdCreator.java index c558e26..49548fb 100644 --- a/src/com/rapidminer/operator/postprocessing/ThresholdCreator.java +++ b/src/com/rapidminer/operator/postprocessing/ThresholdCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/postprocessing/ThresholdFinder.java b/src/com/rapidminer/operator/postprocessing/ThresholdFinder.java index fcab4ad..f8c69d0 100644 --- a/src/com/rapidminer/operator/postprocessing/ThresholdFinder.java +++ b/src/com/rapidminer/operator/postprocessing/ThresholdFinder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/AbstractDataProcessing.java b/src/com/rapidminer/operator/preprocessing/AbstractDataProcessing.java index 996c636..009e595 100644 --- a/src/com/rapidminer/operator/preprocessing/AbstractDataProcessing.java +++ b/src/com/rapidminer/operator/preprocessing/AbstractDataProcessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/AbstractValueProcessing.java b/src/com/rapidminer/operator/preprocessing/AbstractValueProcessing.java index a55b475..c9f4d60 100644 --- a/src/com/rapidminer/operator/preprocessing/AbstractValueProcessing.java +++ b/src/com/rapidminer/operator/preprocessing/AbstractValueProcessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/AttributeSubsetPreprocessing.java b/src/com/rapidminer/operator/preprocessing/AttributeSubsetPreprocessing.java index a32608b..a83be36 100644 --- a/src/com/rapidminer/operator/preprocessing/AttributeSubsetPreprocessing.java +++ b/src/com/rapidminer/operator/preprocessing/AttributeSubsetPreprocessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/Deobfuscator.java b/src/com/rapidminer/operator/preprocessing/Deobfuscator.java index 40a1bdc..0688887 100644 --- a/src/com/rapidminer/operator/preprocessing/Deobfuscator.java +++ b/src/com/rapidminer/operator/preprocessing/Deobfuscator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/ExampleSetTranspose.java b/src/com/rapidminer/operator/preprocessing/ExampleSetTranspose.java index c269268..4996d1d 100644 --- a/src/com/rapidminer/operator/preprocessing/ExampleSetTranspose.java +++ b/src/com/rapidminer/operator/preprocessing/ExampleSetTranspose.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/GroupByOperator.java b/src/com/rapidminer/operator/preprocessing/GroupByOperator.java index f53bee0..3bd3185 100644 --- a/src/com/rapidminer/operator/preprocessing/GroupByOperator.java +++ b/src/com/rapidminer/operator/preprocessing/GroupByOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/GuessValueTypes.java b/src/com/rapidminer/operator/preprocessing/GuessValueTypes.java index ec1e68f..25185d9 100644 --- a/src/com/rapidminer/operator/preprocessing/GuessValueTypes.java +++ b/src/com/rapidminer/operator/preprocessing/GuessValueTypes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/IdTagging.java b/src/com/rapidminer/operator/preprocessing/IdTagging.java index b9cb605..ab95a02 100644 --- a/src/com/rapidminer/operator/preprocessing/IdTagging.java +++ b/src/com/rapidminer/operator/preprocessing/IdTagging.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/MaterializeDataInMemory.java b/src/com/rapidminer/operator/preprocessing/MaterializeDataInMemory.java index 5daae7a..f8521b9 100644 --- a/src/com/rapidminer/operator/preprocessing/MaterializeDataInMemory.java +++ b/src/com/rapidminer/operator/preprocessing/MaterializeDataInMemory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/NoiseModel.java b/src/com/rapidminer/operator/preprocessing/NoiseModel.java index cb1fbd3..ec77f19 100644 --- a/src/com/rapidminer/operator/preprocessing/NoiseModel.java +++ b/src/com/rapidminer/operator/preprocessing/NoiseModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/NoiseOperator.java b/src/com/rapidminer/operator/preprocessing/NoiseOperator.java index 077d08f..6d6c8ba 100644 --- a/src/com/rapidminer/operator/preprocessing/NoiseOperator.java +++ b/src/com/rapidminer/operator/preprocessing/NoiseOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/Obfuscator.java b/src/com/rapidminer/operator/preprocessing/Obfuscator.java index f57732e..28f35fa 100644 --- a/src/com/rapidminer/operator/preprocessing/Obfuscator.java +++ b/src/com/rapidminer/operator/preprocessing/Obfuscator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/PreprocessingModel.java b/src/com/rapidminer/operator/preprocessing/PreprocessingModel.java index f955198..33c37fc 100644 --- a/src/com/rapidminer/operator/preprocessing/PreprocessingModel.java +++ b/src/com/rapidminer/operator/preprocessing/PreprocessingModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/PreprocessingOperator.java b/src/com/rapidminer/operator/preprocessing/PreprocessingOperator.java index 5b5792e..d559fbf 100644 --- a/src/com/rapidminer/operator/preprocessing/PreprocessingOperator.java +++ b/src/com/rapidminer/operator/preprocessing/PreprocessingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesModel.java b/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesModel.java index ffd70c0..c7631da 100644 --- a/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesModel.java +++ b/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesOperator.java b/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesOperator.java index 551fc1d..ea5faf7 100644 --- a/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesOperator.java +++ b/src/com/rapidminer/operator/preprocessing/RemoveUnusedNominalValuesOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/UseRowAsAttributeNames.java b/src/com/rapidminer/operator/preprocessing/UseRowAsAttributeNames.java index f4d44dd..7a3749a 100644 --- a/src/com/rapidminer/operator/preprocessing/UseRowAsAttributeNames.java +++ b/src/com/rapidminer/operator/preprocessing/UseRowAsAttributeNames.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/AbsoluteDiscretization.java b/src/com/rapidminer/operator/preprocessing/discretization/AbsoluteDiscretization.java index a21776c..20780de 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/AbsoluteDiscretization.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/AbsoluteDiscretization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/AbstractDiscretizationOperator.java b/src/com/rapidminer/operator/preprocessing/discretization/AbstractDiscretizationOperator.java index 91799e9..d8d02e2 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/AbstractDiscretizationOperator.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/AbstractDiscretizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/BinDiscretization.java b/src/com/rapidminer/operator/preprocessing/discretization/BinDiscretization.java index b62a485..f96f6f1 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/BinDiscretization.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/BinDiscretization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/DiscretizationModel.java b/src/com/rapidminer/operator/preprocessing/discretization/DiscretizationModel.java index 23cf6ec..c37f01d 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/DiscretizationModel.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/DiscretizationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/FrequencyDiscretization.java b/src/com/rapidminer/operator/preprocessing/discretization/FrequencyDiscretization.java index f36285b..8e7a57c 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/FrequencyDiscretization.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/FrequencyDiscretization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/MinMaxBinDiscretization.java b/src/com/rapidminer/operator/preprocessing/discretization/MinMaxBinDiscretization.java index e7a050f..1d90157 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/MinMaxBinDiscretization.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/MinMaxBinDiscretization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/MinimalEntropyDiscretization.java b/src/com/rapidminer/operator/preprocessing/discretization/MinimalEntropyDiscretization.java index 0adcf80..4c30bd6 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/MinimalEntropyDiscretization.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/MinimalEntropyDiscretization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/discretization/UserBasedDiscretization.java b/src/com/rapidminer/operator/preprocessing/discretization/UserBasedDiscretization.java index fef7436..1424e70 100644 --- a/src/com/rapidminer/operator/preprocessing/discretization/UserBasedDiscretization.java +++ b/src/com/rapidminer/operator/preprocessing/discretization/UserBasedDiscretization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AbsoluteValueFilter.java b/src/com/rapidminer/operator/preprocessing/filter/AbsoluteValueFilter.java index cfe0ba7..6de08e9 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AbsoluteValueFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AbsoluteValueFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AbstractDateDataProcessing.java b/src/com/rapidminer/operator/preprocessing/filter/AbstractDateDataProcessing.java index 18984bb..424d50e 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AbstractDateDataProcessing.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AbstractDateDataProcessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AbstractFilteredDataProcessing.java b/src/com/rapidminer/operator/preprocessing/filter/AbstractFilteredDataProcessing.java index aa9e51f..8b23c6e 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AbstractFilteredDataProcessing.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AbstractFilteredDataProcessing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AddNominalValue.java b/src/com/rapidminer/operator/preprocessing/filter/AddNominalValue.java index c476cea..14a619c 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AddNominalValue.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AddNominalValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeAdd.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeAdd.java index ebe7013..3349aea 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeAdd.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeAdd.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeCopy.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeCopy.java index 22aaca6..cddcf57 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeCopy.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeCopy.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeMerge.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeMerge.java index f53cc3f..5c90483 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeMerge.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeMerge.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueMapper.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueMapper.java index a8e8375..ebe2930 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueMapper.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueMapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueReplace.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueReplace.java index fc3e1b3..b2e8a8b 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueReplace.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueReplace.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSplit.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSplit.java index 0aa88ce..ed1d244 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSplit.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSplit.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSubstring.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSubstring.java index ebe3c86..41ddbd8 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSubstring.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueSubstring.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueTrim.java b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueTrim.java index 6255aae..4d7b906 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/AttributeValueTrim.java +++ b/src/com/rapidminer/operator/preprocessing/filter/AttributeValueTrim.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeName.java b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeName.java index 01a09ef..4973fba 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeName.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeName.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.preprocessing.filter; import java.util.List; diff --git a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNames2Generic.java b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNames2Generic.java index 69a5b0c..705ba7b 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNames2Generic.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNames2Generic.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNamesReplace.java b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNamesReplace.java index feaac17..53f3cbd 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNamesReplace.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeNamesReplace.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeRole.java b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeRole.java index 02faa0f..9fb3ddf 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeRole.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ChangeAttributeRole.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Construction2Names.java b/src/com/rapidminer/operator/preprocessing/filter/Construction2Names.java index d2f5aa2..46a946f 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Construction2Names.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Construction2Names.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Date2Nominal.java b/src/com/rapidminer/operator/preprocessing/filter/Date2Nominal.java index 98184a5..9ce9ae8 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Date2Nominal.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Date2Nominal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Date2Numerical.java b/src/com/rapidminer/operator/preprocessing/filter/Date2Numerical.java index bf15c2f..ca37022 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Date2Numerical.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Date2Numerical.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/DateAdjust.java b/src/com/rapidminer/operator/preprocessing/filter/DateAdjust.java index e981982..aa9cfc9 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/DateAdjust.java +++ b/src/com/rapidminer/operator/preprocessing/filter/DateAdjust.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/DeclareMissingValueOperator.java b/src/com/rapidminer/operator/preprocessing/filter/DeclareMissingValueOperator.java index c3b0c49..fa80cf4 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/DeclareMissingValueOperator.java +++ b/src/com/rapidminer/operator/preprocessing/filter/DeclareMissingValueOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Dictionary.java b/src/com/rapidminer/operator/preprocessing/filter/Dictionary.java index dc4731c..9774acb 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Dictionary.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Dictionary.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ExampleFilter.java b/src/com/rapidminer/operator/preprocessing/filter/ExampleFilter.java index 90da538..011f190 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ExampleFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ExampleFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ExampleRangeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/ExampleRangeFilter.java index 2834b6e..8355b2f 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ExampleRangeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ExampleRangeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ExampleSetToDictionary.java b/src/com/rapidminer/operator/preprocessing/filter/ExampleSetToDictionary.java index 8eee255..b4b09dc 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ExampleSetToDictionary.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ExampleSetToDictionary.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ExchangeAttributeRoles.java b/src/com/rapidminer/operator/preprocessing/filter/ExchangeAttributeRoles.java index 2a0f0fd..b83d9ea 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ExchangeAttributeRoles.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ExchangeAttributeRoles.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/FeatureBlockTypeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/FeatureBlockTypeFilter.java index ac894a7..f0777a0 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/FeatureBlockTypeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/FeatureBlockTypeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/FeatureFilter.java b/src/com/rapidminer/operator/preprocessing/filter/FeatureFilter.java index a7287b4..3f945ae 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/FeatureFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/FeatureFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/FeatureNameFilter.java b/src/com/rapidminer/operator/preprocessing/filter/FeatureNameFilter.java index 83576f1..ff60a9b 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/FeatureNameFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/FeatureNameFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/FeatureRangeRemoval.java b/src/com/rapidminer/operator/preprocessing/filter/FeatureRangeRemoval.java index c05a570..3e62051 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/FeatureRangeRemoval.java +++ b/src/com/rapidminer/operator/preprocessing/filter/FeatureRangeRemoval.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/FeatureValueTypeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/FeatureValueTypeFilter.java index 094fc91..0224e27 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/FeatureValueTypeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/FeatureValueTypeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/FillDataGaps.java b/src/com/rapidminer/operator/preprocessing/filter/FillDataGaps.java index ceca1c6..a2f6867 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/FillDataGaps.java +++ b/src/com/rapidminer/operator/preprocessing/filter/FillDataGaps.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/InfiniteValueReplenishment.java b/src/com/rapidminer/operator/preprocessing/filter/InfiniteValueReplenishment.java index 62dc81c..f9b4720 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/InfiniteValueReplenishment.java +++ b/src/com/rapidminer/operator/preprocessing/filter/InfiniteValueReplenishment.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/InternalBinominalRemapping.java b/src/com/rapidminer/operator/preprocessing/filter/InternalBinominalRemapping.java index 40cdacc..8b2f6e0 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/InternalBinominalRemapping.java +++ b/src/com/rapidminer/operator/preprocessing/filter/InternalBinominalRemapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/MergeNominalValues.java b/src/com/rapidminer/operator/preprocessing/filter/MergeNominalValues.java index e476712..be63cc2 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/MergeNominalValues.java +++ b/src/com/rapidminer/operator/preprocessing/filter/MergeNominalValues.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/MissingValueImputation.java b/src/com/rapidminer/operator/preprocessing/filter/MissingValueImputation.java index ec994cf..07d0ae9 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/MissingValueImputation.java +++ b/src/com/rapidminer/operator/preprocessing/filter/MissingValueImputation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishment.java b/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishment.java index 158a6fd..30f08c7 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishment.java +++ b/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishment.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishmentView.java b/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishmentView.java index 07b310d..2d1de13 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishmentView.java +++ b/src/com/rapidminer/operator/preprocessing/filter/MissingValueReplenishmentView.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Nominal2Date.java b/src/com/rapidminer/operator/preprocessing/filter/Nominal2Date.java index 0b0c0c9..1e4f4c2 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Nominal2Date.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Nominal2Date.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Nominal2String.java b/src/com/rapidminer/operator/preprocessing/filter/Nominal2String.java index 1652708..2d00f8e 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Nominal2String.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Nominal2String.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NominalNumbers2Numerical.java b/src/com/rapidminer/operator/preprocessing/filter/NominalNumbers2Numerical.java index 4a117f3..d90de3f 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NominalNumbers2Numerical.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NominalNumbers2Numerical.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominal.java b/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominal.java index fc71a2d..f0e27b2 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominal.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominalModel.java b/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominalModel.java index 172b4f9..8dc937b 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominalModel.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NominalToBinominalModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NominalToNumeric.java b/src/com/rapidminer/operator/preprocessing/filter/NominalToNumeric.java index 8d1e204..68fc8ec 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NominalToNumeric.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NominalToNumeric.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NominalToNumericModel.java b/src/com/rapidminer/operator/preprocessing/filter/NominalToNumericModel.java index c2f2735..38c9f6a 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NominalToNumericModel.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NominalToNumericModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NonDominatedSorting.java b/src/com/rapidminer/operator/preprocessing/filter/NonDominatedSorting.java index 1447ba1..329dab4 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NonDominatedSorting.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NonDominatedSorting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NumericToBinominal.java b/src/com/rapidminer/operator/preprocessing/filter/NumericToBinominal.java index ef8e493..4dfee92 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NumericToBinominal.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NumericToBinominal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NumericToFormattedNominal.java b/src/com/rapidminer/operator/preprocessing/filter/NumericToFormattedNominal.java index a7275cf..de3d86d 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NumericToFormattedNominal.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NumericToFormattedNominal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NumericToNominal.java b/src/com/rapidminer/operator/preprocessing/filter/NumericToNominal.java index 21a3d12..47a65c4 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NumericToNominal.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NumericToNominal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/NumericToPolynominal.java b/src/com/rapidminer/operator/preprocessing/filter/NumericToPolynominal.java index 10cade6..1eaaa57 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/NumericToPolynominal.java +++ b/src/com/rapidminer/operator/preprocessing/filter/NumericToPolynominal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Numerical2Date.java b/src/com/rapidminer/operator/preprocessing/filter/Numerical2Date.java index b5156ba..72b9a94 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Numerical2Date.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Numerical2Date.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Numerical2Real.java b/src/com/rapidminer/operator/preprocessing/filter/Numerical2Real.java index 1293760..1d9a740 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Numerical2Real.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Numerical2Real.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/PermutationOperator.java b/src/com/rapidminer/operator/preprocessing/filter/PermutationOperator.java index 182bca6..c8ebb36 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/PermutationOperator.java +++ b/src/com/rapidminer/operator/preprocessing/filter/PermutationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Real2Integer.java b/src/com/rapidminer/operator/preprocessing/filter/Real2Integer.java index 1dbce43..77965bf 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Real2Integer.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Real2Integer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/RemoveDuplicates.java b/src/com/rapidminer/operator/preprocessing/filter/RemoveDuplicates.java index aa951ce..0de69a8 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/RemoveDuplicates.java +++ b/src/com/rapidminer/operator/preprocessing/filter/RemoveDuplicates.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/SetData.java b/src/com/rapidminer/operator/preprocessing/filter/SetData.java index 636329f..3a37d4e 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/SetData.java +++ b/src/com/rapidminer/operator/preprocessing/filter/SetData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/Sorting.java b/src/com/rapidminer/operator/preprocessing/filter/Sorting.java index 744067a..77df22c 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/Sorting.java +++ b/src/com/rapidminer/operator/preprocessing/filter/Sorting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/String2Nominal.java b/src/com/rapidminer/operator/preprocessing/filter/String2Nominal.java index 976d689..3905b93 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/String2Nominal.java +++ b/src/com/rapidminer/operator/preprocessing/filter/String2Nominal.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/TFIDFFilter.java b/src/com/rapidminer/operator/preprocessing/filter/TFIDFFilter.java index 14c3e18..cfd99fc 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/TFIDFFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/TFIDFFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishment.java b/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishment.java index d0fb3d9..fe940bd 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishment.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishment.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishmentModel.java b/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishmentModel.java index 893cd9b..a60240d 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishmentModel.java +++ b/src/com/rapidminer/operator/preprocessing/filter/ValueReplenishmentModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/AbstractAttributeFilterCondition.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/AbstractAttributeFilterCondition.java index 264a393..6654490 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/AbstractAttributeFilterCondition.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/AbstractAttributeFilterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilter.java index 07901d6..ddfde52 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilterCondition.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilterCondition.java index d7ba0bc..3941485 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilterCondition.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeFilterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeOrderingOperator.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeOrderingOperator.java index 43f9ba5..f3ac440 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeOrderingOperator.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/AttributeOrderingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/BlockTypeAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/BlockTypeAttributeFilter.java index 3d651c1..94609ee 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/BlockTypeAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/BlockTypeAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/DateAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/DateAttributeFilter.java index 288b903..b88a147 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/DateAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/DateAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/MissingValuesAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/MissingValuesAttributeFilter.java index 00d650e..e8bff57 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/MissingValuesAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/MissingValuesAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/NoMissingValuesAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/NoMissingValuesAttributeFilter.java index 0498894..cc8f084 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/NoMissingValuesAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/NoMissingValuesAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/NominalAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/NominalAttributeFilter.java index c8361d3..110eeff 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/NominalAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/NominalAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericValueAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericValueAttributeFilter.java index 903463d..52ab3e1 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericValueAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericValueAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericalAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericalAttributeFilter.java index 249b617..73707df 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericalAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/NumericalAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/RegexpAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/RegexpAttributeFilter.java index 509c14d..ee6fee7 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/RegexpAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/RegexpAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/SingleAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/SingleAttributeFilter.java index 9286795..a4047f3 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/SingleAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/SingleAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/SubsetAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/SubsetAttributeFilter.java index 3764c77..7b2a4c5 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/SubsetAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/SubsetAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/TransparentAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/TransparentAttributeFilter.java index e6e4174..153294a 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/TransparentAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/TransparentAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/filter/attributes/ValueTypeAttributeFilter.java b/src/com/rapidminer/operator/preprocessing/filter/attributes/ValueTypeAttributeFilter.java index 453e330..b7948b4 100644 --- a/src/com/rapidminer/operator/preprocessing/filter/attributes/ValueTypeAttributeFilter.java +++ b/src/com/rapidminer/operator/preprocessing/filter/attributes/ValueTypeAttributeFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/AbstractExampleSetJoin.java b/src/com/rapidminer/operator/preprocessing/join/AbstractExampleSetJoin.java index 156083b..18f2377 100644 --- a/src/com/rapidminer/operator/preprocessing/join/AbstractExampleSetJoin.java +++ b/src/com/rapidminer/operator/preprocessing/join/AbstractExampleSetJoin.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/ExampleSetCartesian.java b/src/com/rapidminer/operator/preprocessing/join/ExampleSetCartesian.java index 7cc36a2..eaaf721 100644 --- a/src/com/rapidminer/operator/preprocessing/join/ExampleSetCartesian.java +++ b/src/com/rapidminer/operator/preprocessing/join/ExampleSetCartesian.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/ExampleSetIntersect.java b/src/com/rapidminer/operator/preprocessing/join/ExampleSetIntersect.java index 373bd9e..8f13194 100644 --- a/src/com/rapidminer/operator/preprocessing/join/ExampleSetIntersect.java +++ b/src/com/rapidminer/operator/preprocessing/join/ExampleSetIntersect.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/ExampleSetJoin.java b/src/com/rapidminer/operator/preprocessing/join/ExampleSetJoin.java index fb16706..1ded21f 100644 --- a/src/com/rapidminer/operator/preprocessing/join/ExampleSetJoin.java +++ b/src/com/rapidminer/operator/preprocessing/join/ExampleSetJoin.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/ExampleSetMerge.java b/src/com/rapidminer/operator/preprocessing/join/ExampleSetMerge.java index f7cab36..9ba5f0c 100644 --- a/src/com/rapidminer/operator/preprocessing/join/ExampleSetMerge.java +++ b/src/com/rapidminer/operator/preprocessing/join/ExampleSetMerge.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/ExampleSetMinus.java b/src/com/rapidminer/operator/preprocessing/join/ExampleSetMinus.java index b71bc49..7b7f64f 100644 --- a/src/com/rapidminer/operator/preprocessing/join/ExampleSetMinus.java +++ b/src/com/rapidminer/operator/preprocessing/join/ExampleSetMinus.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/ExampleSetSuperset.java b/src/com/rapidminer/operator/preprocessing/join/ExampleSetSuperset.java index 60c3947..c195a80 100644 --- a/src/com/rapidminer/operator/preprocessing/join/ExampleSetSuperset.java +++ b/src/com/rapidminer/operator/preprocessing/join/ExampleSetSuperset.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/join/ExampleSetUnion.java b/src/com/rapidminer/operator/preprocessing/join/ExampleSetUnion.java index 2916a7d..7ea2310 100644 --- a/src/com/rapidminer/operator/preprocessing/join/ExampleSetUnion.java +++ b/src/com/rapidminer/operator/preprocessing/join/ExampleSetUnion.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationMethod.java b/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationMethod.java index ce3da75..95dc073 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationMethod.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationModel.java b/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationModel.java index 6812445..dac4b0c 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationModel.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/AbstractNormalizationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationModel.java b/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationModel.java index 1c228b4..a46c23f 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationModel.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationOperator.java b/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationOperator.java index 50f40cd..dd76613 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationOperator.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/DenormalizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationMethod.java b/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationMethod.java index a33a23d..b2183ca 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationMethod.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationModel.java b/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationModel.java index 61820ce..2a8f10e 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationModel.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/IQRNormalizationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/MinMaxNormalizationModel.java b/src/com/rapidminer/operator/preprocessing/normalization/MinMaxNormalizationModel.java index ac5daf1..65317f6 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/MinMaxNormalizationModel.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/MinMaxNormalizationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/Normalization.java b/src/com/rapidminer/operator/preprocessing/normalization/Normalization.java index 70dda7b..14d13b1 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/Normalization.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/Normalization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/NormalizationMethod.java b/src/com/rapidminer/operator/preprocessing/normalization/NormalizationMethod.java index e576efc..258a87a 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/NormalizationMethod.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/NormalizationMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationMethod.java b/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationMethod.java index 0c70d37..87bf80c 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationMethod.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationModel.java b/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationModel.java index e7c31ac..3022920 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationModel.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/ProportionNormalizationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/RangeNormalizationMethod.java b/src/com/rapidminer/operator/preprocessing/normalization/RangeNormalizationMethod.java index 95bbe02..588c5a2 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/RangeNormalizationMethod.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/RangeNormalizationMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationModel.java b/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationModel.java index 15a17ce..ed50cdc 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationModel.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationNormalizationMethod.java b/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationNormalizationMethod.java index d1d7288..1e968c0 100644 --- a/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationNormalizationMethod.java +++ b/src/com/rapidminer/operator/preprocessing/normalization/ZTransformationNormalizationMethod.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/AbstractOutlierDetection.java b/src/com/rapidminer/operator/preprocessing/outlier/AbstractOutlierDetection.java index 51313ea..c806b8d 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/AbstractOutlierDetection.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/AbstractOutlierDetection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/COFKnn.java b/src/com/rapidminer/operator/preprocessing/outlier/COFKnn.java index 6f77309..99cfe45 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/COFKnn.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/COFKnn.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/COFObject.java b/src/com/rapidminer/operator/preprocessing/outlier/COFObject.java index d877ebd..f9d9cab 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/COFObject.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/COFObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/DBOutlierOperator.java b/src/com/rapidminer/operator/preprocessing/outlier/DBOutlierOperator.java index ba991af..686c865 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/DBOutlierOperator.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/DBOutlierOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/DKNOutlierOperator.java b/src/com/rapidminer/operator/preprocessing/outlier/DKNOutlierOperator.java index 866833b..d4e6957 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/DKNOutlierOperator.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/DKNOutlierOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/EcodbOperator.java b/src/com/rapidminer/operator/preprocessing/outlier/EcodbOperator.java index a7f3769..840f6ea 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/EcodbOperator.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/EcodbOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/KdistanceContainer.java b/src/com/rapidminer/operator/preprocessing/outlier/KdistanceContainer.java index 7aeeb3e..b561ce1 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/KdistanceContainer.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/KdistanceContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/LOFOutlierOperator.java b/src/com/rapidminer/operator/preprocessing/outlier/LOFOutlierOperator.java index ff63bf6..5759341 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/LOFOutlierOperator.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/LOFOutlierOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/SearchObject.java b/src/com/rapidminer/operator/preprocessing/outlier/SearchObject.java index be1750f..670b867 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/SearchObject.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/SearchObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/outlier/SearchSpace.java b/src/com/rapidminer/operator/preprocessing/outlier/SearchSpace.java index e3cea05..6e10444 100644 --- a/src/com/rapidminer/operator/preprocessing/outlier/SearchSpace.java +++ b/src/com/rapidminer/operator/preprocessing/outlier/SearchSpace.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteSampling.java b/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteSampling.java index 4db485e..ac0441e 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteSampling.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteStratifiedSampling.java b/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteStratifiedSampling.java index eb2ac3f..b67b137 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteStratifiedSampling.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/AbsoluteStratifiedSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/AbstractBootstrapping.java b/src/com/rapidminer/operator/preprocessing/sampling/AbstractBootstrapping.java index b5bfab1..aeb9b7b 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/AbstractBootstrapping.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/AbstractBootstrapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/AbstractSamplingOperator.java b/src/com/rapidminer/operator/preprocessing/sampling/AbstractSamplingOperator.java index e26af1f..12b361b 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/AbstractSamplingOperator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/AbstractSamplingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/AbstractStratifiedSampling.java b/src/com/rapidminer/operator/preprocessing/sampling/AbstractStratifiedSampling.java index ab451b1..18d5b8b 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/AbstractStratifiedSampling.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/AbstractStratifiedSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/Bootstrapping.java b/src/com/rapidminer/operator/preprocessing/sampling/Bootstrapping.java index 42ecea8..12a8af4 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/Bootstrapping.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/Bootstrapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/BootstrappingOperator.java b/src/com/rapidminer/operator/preprocessing/sampling/BootstrappingOperator.java index ebe7582..a808131 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/BootstrappingOperator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/BootstrappingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/KennardStoneSampling.java b/src/com/rapidminer/operator/preprocessing/sampling/KennardStoneSampling.java index 561fb44..8c91c54 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/KennardStoneSampling.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/KennardStoneSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/ModelBasedSampling.java b/src/com/rapidminer/operator/preprocessing/sampling/ModelBasedSampling.java index cfb17c6..d5117a5 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/ModelBasedSampling.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/ModelBasedSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/PartitionOperator.java b/src/com/rapidminer/operator/preprocessing/sampling/PartitionOperator.java index 6dc9b40..0aaac8a 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/PartitionOperator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/PartitionOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/RatioStratifiedSampling.java b/src/com/rapidminer/operator/preprocessing/sampling/RatioStratifiedSampling.java index 65614fb..4a19a99 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/RatioStratifiedSampling.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/RatioStratifiedSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/SamplingOperator.java b/src/com/rapidminer/operator/preprocessing/sampling/SamplingOperator.java index 5c46315..2f94176 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/SamplingOperator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/SamplingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/StratifiedSamplingOperator.java b/src/com/rapidminer/operator/preprocessing/sampling/StratifiedSamplingOperator.java index 1480cc8..2ecc148 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/StratifiedSamplingOperator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/StratifiedSamplingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/WeightedBootstrapping.java b/src/com/rapidminer/operator/preprocessing/sampling/WeightedBootstrapping.java index 0df5cd9..39f9ec3 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/WeightedBootstrapping.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/WeightedBootstrapping.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/sequences/AbsoluteSamplingSequenceGenerator.java b/src/com/rapidminer/operator/preprocessing/sampling/sequences/AbsoluteSamplingSequenceGenerator.java index cf6526a..121af4b 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/sequences/AbsoluteSamplingSequenceGenerator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/sequences/AbsoluteSamplingSequenceGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/sequences/ProbabilitySamplingSequenceGenerator.java b/src/com/rapidminer/operator/preprocessing/sampling/sequences/ProbabilitySamplingSequenceGenerator.java index 547adaa..32c74b1 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/sequences/ProbabilitySamplingSequenceGenerator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/sequences/ProbabilitySamplingSequenceGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/sequences/RelativeSamplingSequenceGenerator.java b/src/com/rapidminer/operator/preprocessing/sampling/sequences/RelativeSamplingSequenceGenerator.java index 1f3f4e7..7ae39f5 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/sequences/RelativeSamplingSequenceGenerator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/sequences/RelativeSamplingSequenceGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/sampling/sequences/SamplingSequenceGenerator.java b/src/com/rapidminer/operator/preprocessing/sampling/sequences/SamplingSequenceGenerator.java index 070b482..c8edbfb 100644 --- a/src/com/rapidminer/operator/preprocessing/sampling/sequences/SamplingSequenceGenerator.java +++ b/src/com/rapidminer/operator/preprocessing/sampling/sequences/SamplingSequenceGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/AggregationOperator.java b/src/com/rapidminer/operator/preprocessing/transformation/AggregationOperator.java index cd42325..a2e4df2 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/AggregationOperator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/AggregationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/Attribute2ExamplePivoting.java b/src/com/rapidminer/operator/preprocessing/transformation/Attribute2ExamplePivoting.java index e256d4f..7fdda1f 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/Attribute2ExamplePivoting.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/Attribute2ExamplePivoting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/Example2AttributePivoting.java b/src/com/rapidminer/operator/preprocessing/transformation/Example2AttributePivoting.java index a5eecca..f70c645 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/Example2AttributePivoting.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/Example2AttributePivoting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/ExampleSetTransformationOperator.java b/src/com/rapidminer/operator/preprocessing/transformation/ExampleSetTransformationOperator.java index 553a567..85eaaf8 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/ExampleSetTransformationOperator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/ExampleSetTransformationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/GroupedANOVAOperator.java b/src/com/rapidminer/operator/preprocessing/transformation/GroupedANOVAOperator.java index bf74b80..ffb3e19 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/GroupedANOVAOperator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/GroupedANOVAOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AbstractCountRatioAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AbstractCountRatioAggregationFunction.java index b2da01b..b1d24e4 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AbstractCountRatioAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AbstractCountRatioAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunction.java index 4b041cf..017ee49 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunctionMetaDataProvider.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunctionMetaDataProvider.java index 0c6a46a..2e9f9fa 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunctionMetaDataProvider.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationFunctionMetaDataProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationOperator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationOperator.java index dca8ea4..ed9a160 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationOperator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/AggregationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.preprocessing.transformation.aggregation; import java.util.ArrayList; diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/Aggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/Aggregator.java index f16322a..5f3f506 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/Aggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/Aggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregationFunction.java index 5502d27..e6f8d16 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregator.java index f9d466f..398768f 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ConcatAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregationFunction.java index b189d21..e1c4aa1 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregator.java index 961b8d4..008a97c 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountFractionalAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountFractionalAggregationFunction.java index e59019a..da61011 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountFractionalAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountFractionalAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregationFunction.java index 6c3567f..9678dfd 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregator.java index d0892c6..16872e8 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIgnoringMissingsAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregationFunction.java index 5a41308..2c51315 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregator.java index 598d1ac..d6bb831 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountIncludingMissingsAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountPercentageAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountPercentageAggregationFunction.java index 63c2968..57216db 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountPercentageAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/CountPercentageAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/DefaultAggregationFunctionMetaDataProvider.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/DefaultAggregationFunctionMetaDataProvider.java index 4582ffa..3e7a57b 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/DefaultAggregationFunctionMetaDataProvider.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/DefaultAggregationFunctionMetaDataProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregationFunction.java index a465350..b70693e 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregator.java index 916dcf7..fc29c08 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregationFunction.java index 0811620..8280959 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregator.java index 496e3a6..5fe253e 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LeastOccurringAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregationFunction.java index 95639fb..e6e9f1a 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregator.java index 6a5644d..fe95637 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/LogProductAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregationFunction.java index 68ea68c..df98338 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregator.java index ab80cf6..7fa99fa 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MaxAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregationFunction.java index aab9ed2..1cefb76 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregator.java index f63a641..1c42206 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MeanAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregationFunction.java index 7bdea1c..fa72cb1 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregator.java index 53bd813..096f850 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MedianAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.preprocessing.transformation.aggregation; import java.util.ArrayList; diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregationFunction.java index f6bfd8b..935ac76 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregator.java index efb941a..922e104 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/MinAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregationFunction.java index 7f6cba7..9e04cc3 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregator.java index 320279a..761f7a3 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ModeAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NominalAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NominalAggregationFunction.java index ae3e378..13daaa9 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NominalAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NominalAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregationFunction.java index f4517be..e6478d5 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregator.java index b5b35fa..26a3bd9 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/NumericalAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregationFunction.java index 3f11046..f1a22a8 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregator.java index 0470227..4f8d101 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/ProductAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregationFunction.java index 92bcfd3..046fc79 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregator.java index 68918bf..5983cf2 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/StandardDeviationAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregationFunction.java index 915a522..f59d118 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregator.java index 87abf12..168be25 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumFractionalAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumFractionalAggregationFunction.java index f8b322a..e57e346 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumFractionalAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/SumFractionalAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregationFunction.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregationFunction.java index cd7818c..ac70c5b 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregationFunction.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregator.java b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregator.java index 9a2ba76..b6e3811 100644 --- a/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregator.java +++ b/src/com/rapidminer/operator/preprocessing/transformation/aggregation/VarianceAggregator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/weighting/AbstractExampleWeighting.java b/src/com/rapidminer/operator/preprocessing/weighting/AbstractExampleWeighting.java index 432538e..3b78551 100644 --- a/src/com/rapidminer/operator/preprocessing/weighting/AbstractExampleWeighting.java +++ b/src/com/rapidminer/operator/preprocessing/weighting/AbstractExampleWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/weighting/EqualLabelWeighting.java b/src/com/rapidminer/operator/preprocessing/weighting/EqualLabelWeighting.java index 8c339bc..81eeaae 100644 --- a/src/com/rapidminer/operator/preprocessing/weighting/EqualLabelWeighting.java +++ b/src/com/rapidminer/operator/preprocessing/weighting/EqualLabelWeighting.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/preprocessing/weighting/LocalPolynomialExampleWeightingOperator.java b/src/com/rapidminer/operator/preprocessing/weighting/LocalPolynomialExampleWeightingOperator.java index 23ff1c3..f5c2739 100644 --- a/src/com/rapidminer/operator/preprocessing/weighting/LocalPolynomialExampleWeightingOperator.java +++ b/src/com/rapidminer/operator/preprocessing/weighting/LocalPolynomialExampleWeightingOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/repository/AbstractRepositoryEntryRelocationOperator.java b/src/com/rapidminer/operator/repository/AbstractRepositoryEntryRelocationOperator.java index 3071c13..45f8438 100644 --- a/src/com/rapidminer/operator/repository/AbstractRepositoryEntryRelocationOperator.java +++ b/src/com/rapidminer/operator/repository/AbstractRepositoryEntryRelocationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/repository/AbstractRepositoryManagerOperator.java b/src/com/rapidminer/operator/repository/AbstractRepositoryManagerOperator.java index cdbd616..51b94a3 100644 --- a/src/com/rapidminer/operator/repository/AbstractRepositoryManagerOperator.java +++ b/src/com/rapidminer/operator/repository/AbstractRepositoryManagerOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/repository/RepositoryEntryCopyOperator.java b/src/com/rapidminer/operator/repository/RepositoryEntryCopyOperator.java index 32382b1..4f19a7e 100644 --- a/src/com/rapidminer/operator/repository/RepositoryEntryCopyOperator.java +++ b/src/com/rapidminer/operator/repository/RepositoryEntryCopyOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/repository/RepositoryEntryDeleteOperator.java b/src/com/rapidminer/operator/repository/RepositoryEntryDeleteOperator.java index 1310bec..eb19cbd 100644 --- a/src/com/rapidminer/operator/repository/RepositoryEntryDeleteOperator.java +++ b/src/com/rapidminer/operator/repository/RepositoryEntryDeleteOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/repository/RepositoryEntryMoveOperator.java b/src/com/rapidminer/operator/repository/RepositoryEntryMoveOperator.java index 83097ca..7f414d6 100644 --- a/src/com/rapidminer/operator/repository/RepositoryEntryMoveOperator.java +++ b/src/com/rapidminer/operator/repository/RepositoryEntryMoveOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/repository/RepositoryEntryRenameOperator.java b/src/com/rapidminer/operator/repository/RepositoryEntryRenameOperator.java index cf41a30..821b8ea 100644 --- a/src/com/rapidminer/operator/repository/RepositoryEntryRenameOperator.java +++ b/src/com/rapidminer/operator/repository/RepositoryEntryRenameOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/similarity/CrossDistancesOperator.java b/src/com/rapidminer/operator/similarity/CrossDistancesOperator.java index 324a45a..65e96ab 100644 --- a/src/com/rapidminer/operator/similarity/CrossDistancesOperator.java +++ b/src/com/rapidminer/operator/similarity/CrossDistancesOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/similarity/ExampleSet2Similarity.java b/src/com/rapidminer/operator/similarity/ExampleSet2Similarity.java index 9794074..5b0bd29 100644 --- a/src/com/rapidminer/operator/similarity/ExampleSet2Similarity.java +++ b/src/com/rapidminer/operator/similarity/ExampleSet2Similarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/similarity/ExampleSet2SimilarityExampleSet.java b/src/com/rapidminer/operator/similarity/ExampleSet2SimilarityExampleSet.java index 04cfd55..380b942 100644 --- a/src/com/rapidminer/operator/similarity/ExampleSet2SimilarityExampleSet.java +++ b/src/com/rapidminer/operator/similarity/ExampleSet2SimilarityExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/similarity/Similarity2ExampleSet.java b/src/com/rapidminer/operator/similarity/Similarity2ExampleSet.java index 6d58e99..2731906 100644 --- a/src/com/rapidminer/operator/similarity/Similarity2ExampleSet.java +++ b/src/com/rapidminer/operator/similarity/Similarity2ExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/similarity/SimilarityMeasureObject.java b/src/com/rapidminer/operator/similarity/SimilarityMeasureObject.java index 9556340..41d75d0 100644 --- a/src/com/rapidminer/operator/similarity/SimilarityMeasureObject.java +++ b/src/com/rapidminer/operator/similarity/SimilarityMeasureObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/AttributeSubsetSelector.java b/src/com/rapidminer/operator/tools/AttributeSubsetSelector.java index bec676a..9564c4f 100644 --- a/src/com/rapidminer/operator/tools/AttributeSubsetSelector.java +++ b/src/com/rapidminer/operator/tools/AttributeSubsetSelector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.tools; import java.util.Collection; diff --git a/src/com/rapidminer/operator/tools/BodySerializer.java b/src/com/rapidminer/operator/tools/BodySerializer.java index 5f85476..9993ee9 100644 --- a/src/com/rapidminer/operator/tools/BodySerializer.java +++ b/src/com/rapidminer/operator/tools/BodySerializer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/ConsolePrintOperator.java b/src/com/rapidminer/operator/tools/ConsolePrintOperator.java index 0ca5324..bb4e985 100644 --- a/src/com/rapidminer/operator/tools/ConsolePrintOperator.java +++ b/src/com/rapidminer/operator/tools/ConsolePrintOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/DelayOperator.java b/src/com/rapidminer/operator/tools/DelayOperator.java index 7636a61..21c74eb 100644 --- a/src/com/rapidminer/operator/tools/DelayOperator.java +++ b/src/com/rapidminer/operator/tools/DelayOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/ExampleSetToStream.java b/src/com/rapidminer/operator/tools/ExampleSetToStream.java index e2206fd..840f8d0 100644 --- a/src/com/rapidminer/operator/tools/ExampleSetToStream.java +++ b/src/com/rapidminer/operator/tools/ExampleSetToStream.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/IOObjectSerializer.java b/src/com/rapidminer/operator/tools/IOObjectSerializer.java index b4da21b..fc3d866 100644 --- a/src/com/rapidminer/operator/tools/IOObjectSerializer.java +++ b/src/com/rapidminer/operator/tools/IOObjectSerializer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/OperatorCreationHook.java b/src/com/rapidminer/operator/tools/OperatorCreationHook.java index 6323414..edd9e3b 100644 --- a/src/com/rapidminer/operator/tools/OperatorCreationHook.java +++ b/src/com/rapidminer/operator/tools/OperatorCreationHook.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/RMObjectInputStream.java b/src/com/rapidminer/operator/tools/RMObjectInputStream.java index 4907caa..4b25b9d 100644 --- a/src/com/rapidminer/operator/tools/RMObjectInputStream.java +++ b/src/com/rapidminer/operator/tools/RMObjectInputStream.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/SendMailOperator.java b/src/com/rapidminer/operator/tools/SendMailOperator.java index 3a3b03b..9e53be4 100644 --- a/src/com/rapidminer/operator/tools/SendMailOperator.java +++ b/src/com/rapidminer/operator/tools/SendMailOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/SerializationType.java b/src/com/rapidminer/operator/tools/SerializationType.java index 1325aed..f331847 100644 --- a/src/com/rapidminer/operator/tools/SerializationType.java +++ b/src/com/rapidminer/operator/tools/SerializationType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/tools/StreamedExampleSetBodySerializer.java b/src/com/rapidminer/operator/tools/StreamedExampleSetBodySerializer.java index 92f3afd..87fc53b 100644 --- a/src/com/rapidminer/operator/tools/StreamedExampleSetBodySerializer.java +++ b/src/com/rapidminer/operator/tools/StreamedExampleSetBodySerializer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/util/annotations/AnnotateOperator.java b/src/com/rapidminer/operator/util/annotations/AnnotateOperator.java index d1fb6cb..2b78c35 100644 --- a/src/com/rapidminer/operator/util/annotations/AnnotateOperator.java +++ b/src/com/rapidminer/operator/util/annotations/AnnotateOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.util.annotations; import java.util.List; diff --git a/src/com/rapidminer/operator/util/annotations/AnnotationsToData.java b/src/com/rapidminer/operator/util/annotations/AnnotationsToData.java index a10ffed..852c3dc 100644 --- a/src/com/rapidminer/operator/util/annotations/AnnotationsToData.java +++ b/src/com/rapidminer/operator/util/annotations/AnnotationsToData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.util.annotations; import com.rapidminer.example.Attribute; diff --git a/src/com/rapidminer/operator/util/annotations/DataToAnnotations.java b/src/com/rapidminer/operator/util/annotations/DataToAnnotations.java index 692e4bc..f848b5a 100644 --- a/src/com/rapidminer/operator/util/annotations/DataToAnnotations.java +++ b/src/com/rapidminer/operator/util/annotations/DataToAnnotations.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.util.annotations; import java.util.List; diff --git a/src/com/rapidminer/operator/util/annotations/ExtractAnnotation.java b/src/com/rapidminer/operator/util/annotations/ExtractAnnotation.java index b298ab5..daef7a6 100644 --- a/src/com/rapidminer/operator/util/annotations/ExtractAnnotation.java +++ b/src/com/rapidminer/operator/util/annotations/ExtractAnnotation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.operator.util.annotations; import java.util.List; diff --git a/src/com/rapidminer/operator/validation/AbstractBootstrappingValidation.java b/src/com/rapidminer/operator/validation/AbstractBootstrappingValidation.java index 91c7977..acd80f4 100644 --- a/src/com/rapidminer/operator/validation/AbstractBootstrappingValidation.java +++ b/src/com/rapidminer/operator/validation/AbstractBootstrappingValidation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/BatchXValidation.java b/src/com/rapidminer/operator/validation/BatchXValidation.java index 6eb48df..ad3e45c 100644 --- a/src/com/rapidminer/operator/validation/BatchXValidation.java +++ b/src/com/rapidminer/operator/validation/BatchXValidation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/BootstrappingValidation.java b/src/com/rapidminer/operator/validation/BootstrappingValidation.java index 5016c92..a45dfd5 100644 --- a/src/com/rapidminer/operator/validation/BootstrappingValidation.java +++ b/src/com/rapidminer/operator/validation/BootstrappingValidation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/FixedSplitValidationChain.java b/src/com/rapidminer/operator/validation/FixedSplitValidationChain.java index 2bbfbcb..e1ceb11 100644 --- a/src/com/rapidminer/operator/validation/FixedSplitValidationChain.java +++ b/src/com/rapidminer/operator/validation/FixedSplitValidationChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/IteratingPerformanceAverage.java b/src/com/rapidminer/operator/validation/IteratingPerformanceAverage.java index f2ff3bf..6b05446 100644 --- a/src/com/rapidminer/operator/validation/IteratingPerformanceAverage.java +++ b/src/com/rapidminer/operator/validation/IteratingPerformanceAverage.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/RandomSplitValidationChain.java b/src/com/rapidminer/operator/validation/RandomSplitValidationChain.java index 6fb5f13..c9b15af 100644 --- a/src/com/rapidminer/operator/validation/RandomSplitValidationChain.java +++ b/src/com/rapidminer/operator/validation/RandomSplitValidationChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/RandomSplitWrapperValidationChain.java b/src/com/rapidminer/operator/validation/RandomSplitWrapperValidationChain.java index e4edb25..10bcd76 100644 --- a/src/com/rapidminer/operator/validation/RandomSplitWrapperValidationChain.java +++ b/src/com/rapidminer/operator/validation/RandomSplitWrapperValidationChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/SplitValidationOperator.java b/src/com/rapidminer/operator/validation/SplitValidationOperator.java index 995b453..ecee2e0 100644 --- a/src/com/rapidminer/operator/validation/SplitValidationOperator.java +++ b/src/com/rapidminer/operator/validation/SplitValidationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/Tools.java b/src/com/rapidminer/operator/validation/Tools.java index 22eee59..d42fee8 100644 --- a/src/com/rapidminer/operator/validation/Tools.java +++ b/src/com/rapidminer/operator/validation/Tools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/ValidationChain.java b/src/com/rapidminer/operator/validation/ValidationChain.java index 2a3c734..144bb57 100644 --- a/src/com/rapidminer/operator/validation/ValidationChain.java +++ b/src/com/rapidminer/operator/validation/ValidationChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/WeightedBootstrappingValidation.java b/src/com/rapidminer/operator/validation/WeightedBootstrappingValidation.java index e38e5c4..bc0ceb5 100644 --- a/src/com/rapidminer/operator/validation/WeightedBootstrappingValidation.java +++ b/src/com/rapidminer/operator/validation/WeightedBootstrappingValidation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/WrapperValidationChain.java b/src/com/rapidminer/operator/validation/WrapperValidationChain.java index a47e6b1..ebde702 100644 --- a/src/com/rapidminer/operator/validation/WrapperValidationChain.java +++ b/src/com/rapidminer/operator/validation/WrapperValidationChain.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/WrapperXValidation.java b/src/com/rapidminer/operator/validation/WrapperXValidation.java index 406c950..ec959c5 100644 --- a/src/com/rapidminer/operator/validation/WrapperXValidation.java +++ b/src/com/rapidminer/operator/validation/WrapperXValidation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/XValidation.java b/src/com/rapidminer/operator/validation/XValidation.java index 0e29ed8..f77a38f 100644 --- a/src/com/rapidminer/operator/validation/XValidation.java +++ b/src/com/rapidminer/operator/validation/XValidation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/clustering/CentroidBasedEvaluator.java b/src/com/rapidminer/operator/validation/clustering/CentroidBasedEvaluator.java index 25dee4e..9b5212a 100644 --- a/src/com/rapidminer/operator/validation/clustering/CentroidBasedEvaluator.java +++ b/src/com/rapidminer/operator/validation/clustering/CentroidBasedEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/clustering/ClusterDensityEvaluator.java b/src/com/rapidminer/operator/validation/clustering/ClusterDensityEvaluator.java index 781ec5b..c12d20e 100644 --- a/src/com/rapidminer/operator/validation/clustering/ClusterDensityEvaluator.java +++ b/src/com/rapidminer/operator/validation/clustering/ClusterDensityEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/clustering/ClusterNumberEvaluator.java b/src/com/rapidminer/operator/validation/clustering/ClusterNumberEvaluator.java index 46e180a..c8b6e47 100644 --- a/src/com/rapidminer/operator/validation/clustering/ClusterNumberEvaluator.java +++ b/src/com/rapidminer/operator/validation/clustering/ClusterNumberEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionEvaluator.java b/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionEvaluator.java index 7a943c7..034b2ac 100644 --- a/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionEvaluator.java +++ b/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionEvaluator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionMeasure.java b/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionMeasure.java index 14cfe03..72356d1 100644 --- a/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionMeasure.java +++ b/src/com/rapidminer/operator/validation/clustering/exampledistribution/ExampleDistributionMeasure.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/clustering/exampledistribution/GiniCoefficient.java b/src/com/rapidminer/operator/validation/clustering/exampledistribution/GiniCoefficient.java index 0cef5cc..f98cd1c 100644 --- a/src/com/rapidminer/operator/validation/clustering/exampledistribution/GiniCoefficient.java +++ b/src/com/rapidminer/operator/validation/clustering/exampledistribution/GiniCoefficient.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/clustering/exampledistribution/SumOfSquares.java b/src/com/rapidminer/operator/validation/clustering/exampledistribution/SumOfSquares.java index f099b24..96085ca 100644 --- a/src/com/rapidminer/operator/validation/clustering/exampledistribution/SumOfSquares.java +++ b/src/com/rapidminer/operator/validation/clustering/exampledistribution/SumOfSquares.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/significance/AnovaSignificanceTestOperator.java b/src/com/rapidminer/operator/validation/significance/AnovaSignificanceTestOperator.java index 18bb478..f582575 100644 --- a/src/com/rapidminer/operator/validation/significance/AnovaSignificanceTestOperator.java +++ b/src/com/rapidminer/operator/validation/significance/AnovaSignificanceTestOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/significance/SignificanceTestOperator.java b/src/com/rapidminer/operator/validation/significance/SignificanceTestOperator.java index b8944e0..b3f944b 100644 --- a/src/com/rapidminer/operator/validation/significance/SignificanceTestOperator.java +++ b/src/com/rapidminer/operator/validation/significance/SignificanceTestOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/validation/significance/TTestSignificanceTestOperator.java b/src/com/rapidminer/operator/validation/significance/TTestSignificanceTestOperator.java index f3a982f..f21c316 100644 --- a/src/com/rapidminer/operator/validation/significance/TTestSignificanceTestOperator.java +++ b/src/com/rapidminer/operator/validation/significance/TTestSignificanceTestOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/ClearProcessLog.java b/src/com/rapidminer/operator/visualization/ClearProcessLog.java index f95d02e..565dc05 100644 --- a/src/com/rapidminer/operator/visualization/ClearProcessLog.java +++ b/src/com/rapidminer/operator/visualization/ClearProcessLog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/Data2Log.java b/src/com/rapidminer/operator/visualization/Data2Log.java index c549477..6727f25 100644 --- a/src/com/rapidminer/operator/visualization/Data2Log.java +++ b/src/com/rapidminer/operator/visualization/Data2Log.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/DataStatistics.java b/src/com/rapidminer/operator/visualization/DataStatistics.java index 5680ef5..31ae3b3 100644 --- a/src/com/rapidminer/operator/visualization/DataStatistics.java +++ b/src/com/rapidminer/operator/visualization/DataStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/DataStatisticsOperator.java b/src/com/rapidminer/operator/visualization/DataStatisticsOperator.java index ab7a1e9..be27bf6 100644 --- a/src/com/rapidminer/operator/visualization/DataStatisticsOperator.java +++ b/src/com/rapidminer/operator/visualization/DataStatisticsOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/DatabaseExampleVisualizationOperator.java b/src/com/rapidminer/operator/visualization/DatabaseExampleVisualizationOperator.java index 458c6f9..a165853 100644 --- a/src/com/rapidminer/operator/visualization/DatabaseExampleVisualizationOperator.java +++ b/src/com/rapidminer/operator/visualization/DatabaseExampleVisualizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/ExampleVisualizationOperator.java b/src/com/rapidminer/operator/visualization/ExampleVisualizationOperator.java index a1d6240..12d94c5 100644 --- a/src/com/rapidminer/operator/visualization/ExampleVisualizationOperator.java +++ b/src/com/rapidminer/operator/visualization/ExampleVisualizationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/FormulaExtractor.java b/src/com/rapidminer/operator/visualization/FormulaExtractor.java index ff542b5..d6420d9 100644 --- a/src/com/rapidminer/operator/visualization/FormulaExtractor.java +++ b/src/com/rapidminer/operator/visualization/FormulaExtractor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/LiftChartGenerator.java b/src/com/rapidminer/operator/visualization/LiftChartGenerator.java index 80dd140..57d8d3f 100644 --- a/src/com/rapidminer/operator/visualization/LiftChartGenerator.java +++ b/src/com/rapidminer/operator/visualization/LiftChartGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/LiftParetoChart.java b/src/com/rapidminer/operator/visualization/LiftParetoChart.java index 04a1a57..4f983c5 100644 --- a/src/com/rapidminer/operator/visualization/LiftParetoChart.java +++ b/src/com/rapidminer/operator/visualization/LiftParetoChart.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/LiftParetoChartGenerator.java b/src/com/rapidminer/operator/visualization/LiftParetoChartGenerator.java index e0550c1..27d11f5 100644 --- a/src/com/rapidminer/operator/visualization/LiftParetoChartGenerator.java +++ b/src/com/rapidminer/operator/visualization/LiftParetoChartGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/Macro2Log.java b/src/com/rapidminer/operator/visualization/Macro2Log.java index ebf52c4..84eeb4b 100644 --- a/src/com/rapidminer/operator/visualization/Macro2Log.java +++ b/src/com/rapidminer/operator/visualization/Macro2Log.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/ProcessLog2ExampleSet.java b/src/com/rapidminer/operator/visualization/ProcessLog2ExampleSet.java index 9ae0262..e200134 100644 --- a/src/com/rapidminer/operator/visualization/ProcessLog2ExampleSet.java +++ b/src/com/rapidminer/operator/visualization/ProcessLog2ExampleSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/ProcessLogOperator.java b/src/com/rapidminer/operator/visualization/ProcessLogOperator.java index 7eeafb2..2f6ff97 100644 --- a/src/com/rapidminer/operator/visualization/ProcessLogOperator.java +++ b/src/com/rapidminer/operator/visualization/ProcessLogOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/ROCBasedComparisonOperator.java b/src/com/rapidminer/operator/visualization/ROCBasedComparisonOperator.java index 17bf1db..2de4c52 100644 --- a/src/com/rapidminer/operator/visualization/ROCBasedComparisonOperator.java +++ b/src/com/rapidminer/operator/visualization/ROCBasedComparisonOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/ROCChartGenerator.java b/src/com/rapidminer/operator/visualization/ROCChartGenerator.java index ee005bf..5cdf1a6 100644 --- a/src/com/rapidminer/operator/visualization/ROCChartGenerator.java +++ b/src/com/rapidminer/operator/visualization/ROCChartGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/ROCComparison.java b/src/com/rapidminer/operator/visualization/ROCComparison.java index fe7690e..c356563 100644 --- a/src/com/rapidminer/operator/visualization/ROCComparison.java +++ b/src/com/rapidminer/operator/visualization/ROCComparison.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/SOMModelPlotter.java b/src/com/rapidminer/operator/visualization/SOMModelPlotter.java index 2ade498..5f44344 100644 --- a/src/com/rapidminer/operator/visualization/SOMModelPlotter.java +++ b/src/com/rapidminer/operator/visualization/SOMModelPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/SOMModelVisualization.java b/src/com/rapidminer/operator/visualization/SOMModelVisualization.java index 9206d4e..3c7e73a 100644 --- a/src/com/rapidminer/operator/visualization/SOMModelVisualization.java +++ b/src/com/rapidminer/operator/visualization/SOMModelVisualization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrix.java b/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrix.java index aa7b14e..2baf021 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrix.java +++ b/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrixOperator.java b/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrixOperator.java index 235b45b..0e37e64 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrixOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/ANOVAMatrixOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/AbstractPairwiseMatrixOperator.java b/src/com/rapidminer/operator/visualization/dependencies/AbstractPairwiseMatrixOperator.java index dd19842..9b2b611 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/AbstractPairwiseMatrixOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/AbstractPairwiseMatrixOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/CorrelationMatrixOperator.java b/src/com/rapidminer/operator/visualization/dependencies/CorrelationMatrixOperator.java index 49a4abd..9d5a737 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/CorrelationMatrixOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/CorrelationMatrixOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/CovarianceMatrixOperator.java b/src/com/rapidminer/operator/visualization/dependencies/CovarianceMatrixOperator.java index 4114ddc..40bde61 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/CovarianceMatrixOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/CovarianceMatrixOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/MutualInformationMatrixOperator.java b/src/com/rapidminer/operator/visualization/dependencies/MutualInformationMatrixOperator.java index 72208df..6d06d86 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/MutualInformationMatrixOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/MutualInformationMatrixOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/NumericalMatrix.java b/src/com/rapidminer/operator/visualization/dependencies/NumericalMatrix.java index 03bb4d6..2105ef0 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/NumericalMatrix.java +++ b/src/com/rapidminer/operator/visualization/dependencies/NumericalMatrix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrix.java b/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrix.java index c98220c..3151c9c 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrix.java +++ b/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrixOperator.java b/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrixOperator.java index 1a824b5..2d91a3b 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrixOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/RainflowMatrixOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/TransitionGraph.java b/src/com/rapidminer/operator/visualization/dependencies/TransitionGraph.java index 2806cab..72e0919 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/TransitionGraph.java +++ b/src/com/rapidminer/operator/visualization/dependencies/TransitionGraph.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/TransitionGraphOperator.java b/src/com/rapidminer/operator/visualization/dependencies/TransitionGraphOperator.java index e3d3687..af27371 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/TransitionGraphOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/TransitionGraphOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/operator/visualization/dependencies/TransitionMatrixOperator.java b/src/com/rapidminer/operator/visualization/dependencies/TransitionMatrixOperator.java index aa876d0..4755b56 100644 --- a/src/com/rapidminer/operator/visualization/dependencies/TransitionMatrixOperator.java +++ b/src/com/rapidminer/operator/visualization/dependencies/TransitionMatrixOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/CombinedParameterType.java b/src/com/rapidminer/parameter/CombinedParameterType.java index bfda218..0bf678e 100644 --- a/src/com/rapidminer/parameter/CombinedParameterType.java +++ b/src/com/rapidminer/parameter/CombinedParameterType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/MetaDataProvider.java b/src/com/rapidminer/parameter/MetaDataProvider.java index 15b2bf3..dada8f0 100644 --- a/src/com/rapidminer/parameter/MetaDataProvider.java +++ b/src/com/rapidminer/parameter/MetaDataProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterHandler.java b/src/com/rapidminer/parameter/ParameterHandler.java index 88b8ddb..1ba5b4d 100644 --- a/src/com/rapidminer/parameter/ParameterHandler.java +++ b/src/com/rapidminer/parameter/ParameterHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterType.java b/src/com/rapidminer/parameter/ParameterType.java index 7f26fb2..498e65e 100644 --- a/src/com/rapidminer/parameter/ParameterType.java +++ b/src/com/rapidminer/parameter/ParameterType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeAttribute.java b/src/com/rapidminer/parameter/ParameterTypeAttribute.java index 01f5772..017d734 100644 --- a/src/com/rapidminer/parameter/ParameterTypeAttribute.java +++ b/src/com/rapidminer/parameter/ParameterTypeAttribute.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeAttributeFile.java b/src/com/rapidminer/parameter/ParameterTypeAttributeFile.java index 37badf4..ed33def 100644 --- a/src/com/rapidminer/parameter/ParameterTypeAttributeFile.java +++ b/src/com/rapidminer/parameter/ParameterTypeAttributeFile.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeAttributeOrderingRules.java b/src/com/rapidminer/parameter/ParameterTypeAttributeOrderingRules.java index f86a683..c6e8dc8 100644 --- a/src/com/rapidminer/parameter/ParameterTypeAttributeOrderingRules.java +++ b/src/com/rapidminer/parameter/ParameterTypeAttributeOrderingRules.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeAttributes.java b/src/com/rapidminer/parameter/ParameterTypeAttributes.java index 50b71b2..d5e9e5a 100644 --- a/src/com/rapidminer/parameter/ParameterTypeAttributes.java +++ b/src/com/rapidminer/parameter/ParameterTypeAttributes.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeBoolean.java b/src/com/rapidminer/parameter/ParameterTypeBoolean.java index 0b953c0..392d19a 100644 --- a/src/com/rapidminer/parameter/ParameterTypeBoolean.java +++ b/src/com/rapidminer/parameter/ParameterTypeBoolean.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeCategory.java b/src/com/rapidminer/parameter/ParameterTypeCategory.java index 43b7950..2df4976 100644 --- a/src/com/rapidminer/parameter/ParameterTypeCategory.java +++ b/src/com/rapidminer/parameter/ParameterTypeCategory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeChar.java b/src/com/rapidminer/parameter/ParameterTypeChar.java index fc879da..5601fd2 100644 --- a/src/com/rapidminer/parameter/ParameterTypeChar.java +++ b/src/com/rapidminer/parameter/ParameterTypeChar.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeColor.java b/src/com/rapidminer/parameter/ParameterTypeColor.java index 717d98f..3b3b50f 100644 --- a/src/com/rapidminer/parameter/ParameterTypeColor.java +++ b/src/com/rapidminer/parameter/ParameterTypeColor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeConfiguration.java b/src/com/rapidminer/parameter/ParameterTypeConfiguration.java index 4d1d8c1..a20da3e 100644 --- a/src/com/rapidminer/parameter/ParameterTypeConfiguration.java +++ b/src/com/rapidminer/parameter/ParameterTypeConfiguration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeCronExpression.java b/src/com/rapidminer/parameter/ParameterTypeCronExpression.java index 98eb45f..e875805 100644 --- a/src/com/rapidminer/parameter/ParameterTypeCronExpression.java +++ b/src/com/rapidminer/parameter/ParameterTypeCronExpression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeDatabaseConnection.java b/src/com/rapidminer/parameter/ParameterTypeDatabaseConnection.java index e2220e3..299c5cb 100644 --- a/src/com/rapidminer/parameter/ParameterTypeDatabaseConnection.java +++ b/src/com/rapidminer/parameter/ParameterTypeDatabaseConnection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeDatabaseSchema.java b/src/com/rapidminer/parameter/ParameterTypeDatabaseSchema.java index 235fe72..35bd7a3 100644 --- a/src/com/rapidminer/parameter/ParameterTypeDatabaseSchema.java +++ b/src/com/rapidminer/parameter/ParameterTypeDatabaseSchema.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeDatabaseTable.java b/src/com/rapidminer/parameter/ParameterTypeDatabaseTable.java index cc76e49..efb71f9 100644 --- a/src/com/rapidminer/parameter/ParameterTypeDatabaseTable.java +++ b/src/com/rapidminer/parameter/ParameterTypeDatabaseTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeDate.java b/src/com/rapidminer/parameter/ParameterTypeDate.java index 76a6977..e6d35c1 100644 --- a/src/com/rapidminer/parameter/ParameterTypeDate.java +++ b/src/com/rapidminer/parameter/ParameterTypeDate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeDateFormat.java b/src/com/rapidminer/parameter/ParameterTypeDateFormat.java index 6c9f19c..7eaf135 100644 --- a/src/com/rapidminer/parameter/ParameterTypeDateFormat.java +++ b/src/com/rapidminer/parameter/ParameterTypeDateFormat.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeDirectory.java b/src/com/rapidminer/parameter/ParameterTypeDirectory.java index 60c8788..4903cf8 100644 --- a/src/com/rapidminer/parameter/ParameterTypeDirectory.java +++ b/src/com/rapidminer/parameter/ParameterTypeDirectory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeDouble.java b/src/com/rapidminer/parameter/ParameterTypeDouble.java index 10b1d97..255e04f 100644 --- a/src/com/rapidminer/parameter/ParameterTypeDouble.java +++ b/src/com/rapidminer/parameter/ParameterTypeDouble.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeEnumeration.java b/src/com/rapidminer/parameter/ParameterTypeEnumeration.java index 1d8e7a0..abd06f7 100644 --- a/src/com/rapidminer/parameter/ParameterTypeEnumeration.java +++ b/src/com/rapidminer/parameter/ParameterTypeEnumeration.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeExpression.java b/src/com/rapidminer/parameter/ParameterTypeExpression.java index 1753300..8243656 100644 --- a/src/com/rapidminer/parameter/ParameterTypeExpression.java +++ b/src/com/rapidminer/parameter/ParameterTypeExpression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeFile.java b/src/com/rapidminer/parameter/ParameterTypeFile.java index a170023..52e3b34 100644 --- a/src/com/rapidminer/parameter/ParameterTypeFile.java +++ b/src/com/rapidminer/parameter/ParameterTypeFile.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeInnerOperator.java b/src/com/rapidminer/parameter/ParameterTypeInnerOperator.java index 00b82ed..936d440 100644 --- a/src/com/rapidminer/parameter/ParameterTypeInnerOperator.java +++ b/src/com/rapidminer/parameter/ParameterTypeInnerOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeInt.java b/src/com/rapidminer/parameter/ParameterTypeInt.java index ca5606c..1bdbefd 100644 --- a/src/com/rapidminer/parameter/ParameterTypeInt.java +++ b/src/com/rapidminer/parameter/ParameterTypeInt.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeList.java b/src/com/rapidminer/parameter/ParameterTypeList.java index 5b79eac..f9c5ce2 100644 --- a/src/com/rapidminer/parameter/ParameterTypeList.java +++ b/src/com/rapidminer/parameter/ParameterTypeList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeLong.java b/src/com/rapidminer/parameter/ParameterTypeLong.java index 895a757..4066778 100644 --- a/src/com/rapidminer/parameter/ParameterTypeLong.java +++ b/src/com/rapidminer/parameter/ParameterTypeLong.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeMatrix.java b/src/com/rapidminer/parameter/ParameterTypeMatrix.java index 0539255..8100c7b 100644 --- a/src/com/rapidminer/parameter/ParameterTypeMatrix.java +++ b/src/com/rapidminer/parameter/ParameterTypeMatrix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeNumber.java b/src/com/rapidminer/parameter/ParameterTypeNumber.java index 6ba5930..7e64acf 100644 --- a/src/com/rapidminer/parameter/ParameterTypeNumber.java +++ b/src/com/rapidminer/parameter/ParameterTypeNumber.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeParameterValue.java b/src/com/rapidminer/parameter/ParameterTypeParameterValue.java index 09b25ce..9a77312 100644 --- a/src/com/rapidminer/parameter/ParameterTypeParameterValue.java +++ b/src/com/rapidminer/parameter/ParameterTypeParameterValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypePassword.java b/src/com/rapidminer/parameter/ParameterTypePassword.java index dcfef4c..b7068db 100644 --- a/src/com/rapidminer/parameter/ParameterTypePassword.java +++ b/src/com/rapidminer/parameter/ParameterTypePassword.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypePreview.java b/src/com/rapidminer/parameter/ParameterTypePreview.java index cc8bcb9..0390a37 100644 --- a/src/com/rapidminer/parameter/ParameterTypePreview.java +++ b/src/com/rapidminer/parameter/ParameterTypePreview.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeRegexp.java b/src/com/rapidminer/parameter/ParameterTypeRegexp.java index 4cc42fd..1aaab0e 100644 --- a/src/com/rapidminer/parameter/ParameterTypeRegexp.java +++ b/src/com/rapidminer/parameter/ParameterTypeRegexp.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeRepositoryLocation.java b/src/com/rapidminer/parameter/ParameterTypeRepositoryLocation.java index 5045700..98439a0 100644 --- a/src/com/rapidminer/parameter/ParameterTypeRepositoryLocation.java +++ b/src/com/rapidminer/parameter/ParameterTypeRepositoryLocation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeSQLQuery.java b/src/com/rapidminer/parameter/ParameterTypeSQLQuery.java index aaef1c2..a028982 100644 --- a/src/com/rapidminer/parameter/ParameterTypeSQLQuery.java +++ b/src/com/rapidminer/parameter/ParameterTypeSQLQuery.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeSingle.java b/src/com/rapidminer/parameter/ParameterTypeSingle.java index 55a2983..d87b6b7 100644 --- a/src/com/rapidminer/parameter/ParameterTypeSingle.java +++ b/src/com/rapidminer/parameter/ParameterTypeSingle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeString.java b/src/com/rapidminer/parameter/ParameterTypeString.java index a3f99bd..e4271b6 100644 --- a/src/com/rapidminer/parameter/ParameterTypeString.java +++ b/src/com/rapidminer/parameter/ParameterTypeString.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeStringCategory.java b/src/com/rapidminer/parameter/ParameterTypeStringCategory.java index 8568a99..8583715 100644 --- a/src/com/rapidminer/parameter/ParameterTypeStringCategory.java +++ b/src/com/rapidminer/parameter/ParameterTypeStringCategory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeText.java b/src/com/rapidminer/parameter/ParameterTypeText.java index 300b90a..d8c49db 100644 --- a/src/com/rapidminer/parameter/ParameterTypeText.java +++ b/src/com/rapidminer/parameter/ParameterTypeText.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeTupel.java b/src/com/rapidminer/parameter/ParameterTypeTupel.java index 5c87358..d83f35c 100644 --- a/src/com/rapidminer/parameter/ParameterTypeTupel.java +++ b/src/com/rapidminer/parameter/ParameterTypeTupel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/ParameterTypeValue.java b/src/com/rapidminer/parameter/ParameterTypeValue.java index 4d786cc..4aa82a4 100644 --- a/src/com/rapidminer/parameter/ParameterTypeValue.java +++ b/src/com/rapidminer/parameter/ParameterTypeValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/Parameters.java b/src/com/rapidminer/parameter/Parameters.java index 1ad3c7e..5473d5a 100644 --- a/src/com/rapidminer/parameter/Parameters.java +++ b/src/com/rapidminer/parameter/Parameters.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/PortProvider.java b/src/com/rapidminer/parameter/PortProvider.java index 6e1568a..7ac3bf0 100644 --- a/src/com/rapidminer/parameter/PortProvider.java +++ b/src/com/rapidminer/parameter/PortProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/StaticMetaDataProvider.java b/src/com/rapidminer/parameter/StaticMetaDataProvider.java index 0fdaa3a..a2d9d62 100644 --- a/src/com/rapidminer/parameter/StaticMetaDataProvider.java +++ b/src/com/rapidminer/parameter/StaticMetaDataProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/TextType.java b/src/com/rapidminer/parameter/TextType.java index 61fad3e..5d19345 100644 --- a/src/com/rapidminer/parameter/TextType.java +++ b/src/com/rapidminer/parameter/TextType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/UndefinedParameterError.java b/src/com/rapidminer/parameter/UndefinedParameterError.java index 65408b6..3cee1e9 100644 --- a/src/com/rapidminer/parameter/UndefinedParameterError.java +++ b/src/com/rapidminer/parameter/UndefinedParameterError.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/AboveOperatorVersionCondition.java b/src/com/rapidminer/parameter/conditions/AboveOperatorVersionCondition.java index 70d001b..50b2321 100644 --- a/src/com/rapidminer/parameter/conditions/AboveOperatorVersionCondition.java +++ b/src/com/rapidminer/parameter/conditions/AboveOperatorVersionCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/BooleanParameterCondition.java b/src/com/rapidminer/parameter/conditions/BooleanParameterCondition.java index 1689f2c..f46e7d4 100644 --- a/src/com/rapidminer/parameter/conditions/BooleanParameterCondition.java +++ b/src/com/rapidminer/parameter/conditions/BooleanParameterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/EqualOperatorVersionCondition.java b/src/com/rapidminer/parameter/conditions/EqualOperatorVersionCondition.java index c744628..a082367 100644 --- a/src/com/rapidminer/parameter/conditions/EqualOperatorVersionCondition.java +++ b/src/com/rapidminer/parameter/conditions/EqualOperatorVersionCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/EqualStringCondition.java b/src/com/rapidminer/parameter/conditions/EqualStringCondition.java index 3a110bf..c4c8e8c 100644 --- a/src/com/rapidminer/parameter/conditions/EqualStringCondition.java +++ b/src/com/rapidminer/parameter/conditions/EqualStringCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/EqualTypeCondition.java b/src/com/rapidminer/parameter/conditions/EqualTypeCondition.java index 2dae773..88a103d 100644 --- a/src/com/rapidminer/parameter/conditions/EqualTypeCondition.java +++ b/src/com/rapidminer/parameter/conditions/EqualTypeCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/InputPortNotConnectedCondition.java b/src/com/rapidminer/parameter/conditions/InputPortNotConnectedCondition.java index 81d93db..c668a9b 100644 --- a/src/com/rapidminer/parameter/conditions/InputPortNotConnectedCondition.java +++ b/src/com/rapidminer/parameter/conditions/InputPortNotConnectedCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/NonEqualStringCondition.java b/src/com/rapidminer/parameter/conditions/NonEqualStringCondition.java index 2e896b6..38a0c06 100644 --- a/src/com/rapidminer/parameter/conditions/NonEqualStringCondition.java +++ b/src/com/rapidminer/parameter/conditions/NonEqualStringCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/NonEqualTypeCondition.java b/src/com/rapidminer/parameter/conditions/NonEqualTypeCondition.java index 602fe46..380823f 100644 --- a/src/com/rapidminer/parameter/conditions/NonEqualTypeCondition.java +++ b/src/com/rapidminer/parameter/conditions/NonEqualTypeCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/OrParameterCondition.java b/src/com/rapidminer/parameter/conditions/OrParameterCondition.java index 9ffa948..b3b81b1 100644 --- a/src/com/rapidminer/parameter/conditions/OrParameterCondition.java +++ b/src/com/rapidminer/parameter/conditions/OrParameterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/OutputPortNotConnectedCondition.java b/src/com/rapidminer/parameter/conditions/OutputPortNotConnectedCondition.java index bb55bdc..a49df20 100644 --- a/src/com/rapidminer/parameter/conditions/OutputPortNotConnectedCondition.java +++ b/src/com/rapidminer/parameter/conditions/OutputPortNotConnectedCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/ParameterCondition.java b/src/com/rapidminer/parameter/conditions/ParameterCondition.java index b555323..df25717 100644 --- a/src/com/rapidminer/parameter/conditions/ParameterCondition.java +++ b/src/com/rapidminer/parameter/conditions/ParameterCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/conditions/PortConnectedCondition.java b/src/com/rapidminer/parameter/conditions/PortConnectedCondition.java index 9ad5204..d0c6861 100644 --- a/src/com/rapidminer/parameter/conditions/PortConnectedCondition.java +++ b/src/com/rapidminer/parameter/conditions/PortConnectedCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/value/ParameterValueGrid.java b/src/com/rapidminer/parameter/value/ParameterValueGrid.java index 6a71d26..6f2fecb 100644 --- a/src/com/rapidminer/parameter/value/ParameterValueGrid.java +++ b/src/com/rapidminer/parameter/value/ParameterValueGrid.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/value/ParameterValueList.java b/src/com/rapidminer/parameter/value/ParameterValueList.java index a3cdcfa..55970b9 100644 --- a/src/com/rapidminer/parameter/value/ParameterValueList.java +++ b/src/com/rapidminer/parameter/value/ParameterValueList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/value/ParameterValueRange.java b/src/com/rapidminer/parameter/value/ParameterValueRange.java index 29d2ca6..4e683d0 100644 --- a/src/com/rapidminer/parameter/value/ParameterValueRange.java +++ b/src/com/rapidminer/parameter/value/ParameterValueRange.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/parameter/value/ParameterValues.java b/src/com/rapidminer/parameter/value/ParameterValues.java index 325993c..e428271 100644 --- a/src/com/rapidminer/parameter/value/ParameterValues.java +++ b/src/com/rapidminer/parameter/value/ParameterValues.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/report/Readable.java b/src/com/rapidminer/report/Readable.java index e60d434..88e7335 100644 --- a/src/com/rapidminer/report/Readable.java +++ b/src/com/rapidminer/report/Readable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/report/Renderable.java b/src/com/rapidminer/report/Renderable.java index 86f7ff7..0d8cf45 100644 --- a/src/com/rapidminer/report/Renderable.java +++ b/src/com/rapidminer/report/Renderable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/report/ReportException.java b/src/com/rapidminer/report/ReportException.java index a646e90..748d7f4 100644 --- a/src/com/rapidminer/report/ReportException.java +++ b/src/com/rapidminer/report/ReportException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/report/ReportStream.java b/src/com/rapidminer/report/ReportStream.java index 991bf05..43d9f2a 100644 --- a/src/com/rapidminer/report/ReportStream.java +++ b/src/com/rapidminer/report/ReportStream.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/report/Reportable.java b/src/com/rapidminer/report/Reportable.java index b37592b..b27adc9 100644 --- a/src/com/rapidminer/report/Reportable.java +++ b/src/com/rapidminer/report/Reportable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/report/Tableable.java b/src/com/rapidminer/report/Tableable.java index fd20165..bcfc48e 100644 --- a/src/com/rapidminer/report/Tableable.java +++ b/src/com/rapidminer/report/Tableable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/AccessFlag.java b/src/com/rapidminer/repository/AccessFlag.java index 5b03e80..023df4f 100644 --- a/src/com/rapidminer/repository/AccessFlag.java +++ b/src/com/rapidminer/repository/AccessFlag.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/AccessType.java b/src/com/rapidminer/repository/AccessType.java index 4bd4d23..5b06da8 100644 --- a/src/com/rapidminer/repository/AccessType.java +++ b/src/com/rapidminer/repository/AccessType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/BlobEntry.java b/src/com/rapidminer/repository/BlobEntry.java index 8b4da33..e7ef032 100644 --- a/src/com/rapidminer/repository/BlobEntry.java +++ b/src/com/rapidminer/repository/BlobEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/DataEntry.java b/src/com/rapidminer/repository/DataEntry.java index 040684e..51fc28e 100644 --- a/src/com/rapidminer/repository/DataEntry.java +++ b/src/com/rapidminer/repository/DataEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/Entry.java b/src/com/rapidminer/repository/Entry.java index 2ccd527..2b803fc 100644 --- a/src/com/rapidminer/repository/Entry.java +++ b/src/com/rapidminer/repository/Entry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/Folder.java b/src/com/rapidminer/repository/Folder.java index 809eb07..6fa7616 100644 --- a/src/com/rapidminer/repository/Folder.java +++ b/src/com/rapidminer/repository/Folder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/IOObjectEntry.java b/src/com/rapidminer/repository/IOObjectEntry.java index c0a5480..49d4a90 100644 --- a/src/com/rapidminer/repository/IOObjectEntry.java +++ b/src/com/rapidminer/repository/IOObjectEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/MalformedRepositoryLocationException.java b/src/com/rapidminer/repository/MalformedRepositoryLocationException.java index a2cb4e9..1d0ab0c 100644 --- a/src/com/rapidminer/repository/MalformedRepositoryLocationException.java +++ b/src/com/rapidminer/repository/MalformedRepositoryLocationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/ProcessEntry.java b/src/com/rapidminer/repository/ProcessEntry.java index 84c8e31..ad85a61 100644 --- a/src/com/rapidminer/repository/ProcessEntry.java +++ b/src/com/rapidminer/repository/ProcessEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RemoteProcessState.java b/src/com/rapidminer/repository/RemoteProcessState.java index e3227d8..26c86a6 100644 --- a/src/com/rapidminer/repository/RemoteProcessState.java +++ b/src/com/rapidminer/repository/RemoteProcessState.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/Repository.java b/src/com/rapidminer/repository/Repository.java index ea7f4f1..8e508d8 100644 --- a/src/com/rapidminer/repository/Repository.java +++ b/src/com/rapidminer/repository/Repository.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryAccessor.java b/src/com/rapidminer/repository/RepositoryAccessor.java index ca9729b..aa1896b 100644 --- a/src/com/rapidminer/repository/RepositoryAccessor.java +++ b/src/com/rapidminer/repository/RepositoryAccessor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryActionCondition.java b/src/com/rapidminer/repository/RepositoryActionCondition.java index aa75c3f..393114f 100644 --- a/src/com/rapidminer/repository/RepositoryActionCondition.java +++ b/src/com/rapidminer/repository/RepositoryActionCondition.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryActionConditionImplConfigRepository.java b/src/com/rapidminer/repository/RepositoryActionConditionImplConfigRepository.java index 49ec03c..520a4f4 100644 --- a/src/com/rapidminer/repository/RepositoryActionConditionImplConfigRepository.java +++ b/src/com/rapidminer/repository/RepositoryActionConditionImplConfigRepository.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryActionConditionImplExampleSetsOnly.java b/src/com/rapidminer/repository/RepositoryActionConditionImplExampleSetsOnly.java index 1080699..aad11d5 100644 --- a/src/com/rapidminer/repository/RepositoryActionConditionImplExampleSetsOnly.java +++ b/src/com/rapidminer/repository/RepositoryActionConditionImplExampleSetsOnly.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryActionConditionImplStandard.java b/src/com/rapidminer/repository/RepositoryActionConditionImplStandard.java index 0092474..d53cfe0 100644 --- a/src/com/rapidminer/repository/RepositoryActionConditionImplStandard.java +++ b/src/com/rapidminer/repository/RepositoryActionConditionImplStandard.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryActionConditionImplStandardNoRepository.java b/src/com/rapidminer/repository/RepositoryActionConditionImplStandardNoRepository.java index 53a757a..e52eb46 100644 --- a/src/com/rapidminer/repository/RepositoryActionConditionImplStandardNoRepository.java +++ b/src/com/rapidminer/repository/RepositoryActionConditionImplStandardNoRepository.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryConstants.java b/src/com/rapidminer/repository/RepositoryConstants.java index c02c8e3..459c1d9 100644 --- a/src/com/rapidminer/repository/RepositoryConstants.java +++ b/src/com/rapidminer/repository/RepositoryConstants.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryException.java b/src/com/rapidminer/repository/RepositoryException.java index d3fc8cf..ffa9f2d 100644 --- a/src/com/rapidminer/repository/RepositoryException.java +++ b/src/com/rapidminer/repository/RepositoryException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryFactory.java b/src/com/rapidminer/repository/RepositoryFactory.java index ab8dd91..3ae8440 100644 --- a/src/com/rapidminer/repository/RepositoryFactory.java +++ b/src/com/rapidminer/repository/RepositoryFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryListener.java b/src/com/rapidminer/repository/RepositoryListener.java index 3b96100..4e3ba89 100644 --- a/src/com/rapidminer/repository/RepositoryListener.java +++ b/src/com/rapidminer/repository/RepositoryListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/RepositoryLocation.java b/src/com/rapidminer/repository/RepositoryLocation.java index 4cd4311..942d721 100644 --- a/src/com/rapidminer/repository/RepositoryLocation.java +++ b/src/com/rapidminer/repository/RepositoryLocation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository; import java.util.Arrays; diff --git a/src/com/rapidminer/repository/RepositoryManager.java b/src/com/rapidminer/repository/RepositoryManager.java index 834c619..679bdf8 100644 --- a/src/com/rapidminer/repository/RepositoryManager.java +++ b/src/com/rapidminer/repository/RepositoryManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository; import java.io.File; diff --git a/src/com/rapidminer/repository/RepositoryVisitor.java b/src/com/rapidminer/repository/RepositoryVisitor.java index bb45a2f..c803eba 100644 --- a/src/com/rapidminer/repository/RepositoryVisitor.java +++ b/src/com/rapidminer/repository/RepositoryVisitor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/db/DBConnectionConverterFolder.java b/src/com/rapidminer/repository/db/DBConnectionConverterFolder.java index 507b6f4..6bfb672 100644 --- a/src/com/rapidminer/repository/db/DBConnectionConverterFolder.java +++ b/src/com/rapidminer/repository/db/DBConnectionConverterFolder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/db/DBConnectionEntry.java b/src/com/rapidminer/repository/db/DBConnectionEntry.java index 05a77fa..f627b53 100644 --- a/src/com/rapidminer/repository/db/DBConnectionEntry.java +++ b/src/com/rapidminer/repository/db/DBConnectionEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/db/DBConnectionFolder.java b/src/com/rapidminer/repository/db/DBConnectionFolder.java index ef3c616..f032dc5 100644 --- a/src/com/rapidminer/repository/db/DBConnectionFolder.java +++ b/src/com/rapidminer/repository/db/DBConnectionFolder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/db/DBConnectionToIOObjectConverter.java b/src/com/rapidminer/repository/db/DBConnectionToIOObjectConverter.java index 263b0ad..8740404 100644 --- a/src/com/rapidminer/repository/db/DBConnectionToIOObjectConverter.java +++ b/src/com/rapidminer/repository/db/DBConnectionToIOObjectConverter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/db/DBRepository.java b/src/com/rapidminer/repository/db/DBRepository.java index 7e6c0cd..b980625 100644 --- a/src/com/rapidminer/repository/db/DBRepository.java +++ b/src/com/rapidminer/repository/db/DBRepository.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/db/StandardDBConnectionToIOObjectConverter.java b/src/com/rapidminer/repository/db/StandardDBConnectionToIOObjectConverter.java index 829b8be..949bdf0 100644 --- a/src/com/rapidminer/repository/db/StandardDBConnectionToIOObjectConverter.java +++ b/src/com/rapidminer/repository/db/StandardDBConnectionToIOObjectConverter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/LocalRepositoryPanel.java b/src/com/rapidminer/repository/gui/LocalRepositoryPanel.java index 4bc4684..7b785ee 100644 --- a/src/com/rapidminer/repository/gui/LocalRepositoryPanel.java +++ b/src/com/rapidminer/repository/gui/LocalRepositoryPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui; import java.awt.Color; diff --git a/src/com/rapidminer/repository/gui/NewRepositoryDialog.java b/src/com/rapidminer/repository/gui/NewRepositoryDialog.java index 6cbae50..c3fed2e 100644 --- a/src/com/rapidminer/repository/gui/NewRepositoryDialog.java +++ b/src/com/rapidminer/repository/gui/NewRepositoryDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/RemoteRepositoryPanel.java b/src/com/rapidminer/repository/gui/RemoteRepositoryPanel.java index 47ced26..a3e03d7 100644 --- a/src/com/rapidminer/repository/gui/RemoteRepositoryPanel.java +++ b/src/com/rapidminer/repository/gui/RemoteRepositoryPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui; import java.awt.Color; diff --git a/src/com/rapidminer/repository/gui/RepositoryBrowser.java b/src/com/rapidminer/repository/gui/RepositoryBrowser.java index 006b81a..5ca0d75 100644 --- a/src/com/rapidminer/repository/gui/RepositoryBrowser.java +++ b/src/com/rapidminer/repository/gui/RepositoryBrowser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/RepositoryConfigurationDialog.java b/src/com/rapidminer/repository/gui/RepositoryConfigurationDialog.java index 97253dd..c97fd6b 100644 --- a/src/com/rapidminer/repository/gui/RepositoryConfigurationDialog.java +++ b/src/com/rapidminer/repository/gui/RepositoryConfigurationDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/RepositoryConfigurationPanel.java b/src/com/rapidminer/repository/gui/RepositoryConfigurationPanel.java index 075afc8..662f11c 100644 --- a/src/com/rapidminer/repository/gui/RepositoryConfigurationPanel.java +++ b/src/com/rapidminer/repository/gui/RepositoryConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/RepositoryLocationChooser.java b/src/com/rapidminer/repository/gui/RepositoryLocationChooser.java index 9edf76f..0b57198 100644 --- a/src/com/rapidminer/repository/gui/RepositoryLocationChooser.java +++ b/src/com/rapidminer/repository/gui/RepositoryLocationChooser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/RepositorySelectionEvent.java b/src/com/rapidminer/repository/gui/RepositorySelectionEvent.java index 24c8f6f..a6143e0 100644 --- a/src/com/rapidminer/repository/gui/RepositorySelectionEvent.java +++ b/src/com/rapidminer/repository/gui/RepositorySelectionEvent.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/RepositorySelectionListener.java b/src/com/rapidminer/repository/gui/RepositorySelectionListener.java index f4801f7..781b3c2 100644 --- a/src/com/rapidminer/repository/gui/RepositorySelectionListener.java +++ b/src/com/rapidminer/repository/gui/RepositorySelectionListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/RepositoryTree.java b/src/com/rapidminer/repository/gui/RepositoryTree.java index 075e064..e89922f 100644 --- a/src/com/rapidminer/repository/gui/RepositoryTree.java +++ b/src/com/rapidminer/repository/gui/RepositoryTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui; import java.awt.Component; diff --git a/src/com/rapidminer/repository/gui/RepositoryTreeCellRenderer.java b/src/com/rapidminer/repository/gui/RepositoryTreeCellRenderer.java index 1c2230f..e75d22f 100644 --- a/src/com/rapidminer/repository/gui/RepositoryTreeCellRenderer.java +++ b/src/com/rapidminer/repository/gui/RepositoryTreeCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui; import java.awt.Component; diff --git a/src/com/rapidminer/repository/gui/RepositoryTreeModel.java b/src/com/rapidminer/repository/gui/RepositoryTreeModel.java index d69a24d..77713ab 100644 --- a/src/com/rapidminer/repository/gui/RepositoryTreeModel.java +++ b/src/com/rapidminer/repository/gui/RepositoryTreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui; import java.util.HashSet; diff --git a/src/com/rapidminer/repository/gui/RepositoryTreeUtil.java b/src/com/rapidminer/repository/gui/RepositoryTreeUtil.java index 35f0e71..6888c0a 100644 --- a/src/com/rapidminer/repository/gui/RepositoryTreeUtil.java +++ b/src/com/rapidminer/repository/gui/RepositoryTreeUtil.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui; import java.util.HashSet; diff --git a/src/com/rapidminer/repository/gui/RunRemoteDialog.java b/src/com/rapidminer/repository/gui/RunRemoteDialog.java index 29db715..bbfd28b 100644 --- a/src/com/rapidminer/repository/gui/RunRemoteDialog.java +++ b/src/com/rapidminer/repository/gui/RunRemoteDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/ToolTipProviderHelper.java b/src/com/rapidminer/repository/gui/ToolTipProviderHelper.java index 51ada81..e03c3fd 100644 --- a/src/com/rapidminer/repository/gui/ToolTipProviderHelper.java +++ b/src/com/rapidminer/repository/gui/ToolTipProviderHelper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/AbstractRepositoryAction.java b/src/com/rapidminer/repository/gui/actions/AbstractRepositoryAction.java index 5c5ef4f..d51c3e0 100644 --- a/src/com/rapidminer/repository/gui/actions/AbstractRepositoryAction.java +++ b/src/com/rapidminer/repository/gui/actions/AbstractRepositoryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/ConfigureRepositoryAction.java b/src/com/rapidminer/repository/gui/actions/ConfigureRepositoryAction.java index d402f82..400c8f6 100644 --- a/src/com/rapidminer/repository/gui/actions/ConfigureRepositoryAction.java +++ b/src/com/rapidminer/repository/gui/actions/ConfigureRepositoryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/CopyEntryRepositoryAction.java b/src/com/rapidminer/repository/gui/actions/CopyEntryRepositoryAction.java index 217c9c3..61a3c90 100644 --- a/src/com/rapidminer/repository/gui/actions/CopyEntryRepositoryAction.java +++ b/src/com/rapidminer/repository/gui/actions/CopyEntryRepositoryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/CopyLocationAction.java b/src/com/rapidminer/repository/gui/actions/CopyLocationAction.java index 56227e3..cee9fec 100644 --- a/src/com/rapidminer/repository/gui/actions/CopyLocationAction.java +++ b/src/com/rapidminer/repository/gui/actions/CopyLocationAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/CreateFolderAction.java b/src/com/rapidminer/repository/gui/actions/CreateFolderAction.java index 1ac5c5e..3110c6b 100644 --- a/src/com/rapidminer/repository/gui/actions/CreateFolderAction.java +++ b/src/com/rapidminer/repository/gui/actions/CreateFolderAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/DeleteRepositoryEntryAction.java b/src/com/rapidminer/repository/gui/actions/DeleteRepositoryEntryAction.java index c54a9b0..ec37727 100644 --- a/src/com/rapidminer/repository/gui/actions/DeleteRepositoryEntryAction.java +++ b/src/com/rapidminer/repository/gui/actions/DeleteRepositoryEntryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/OpenEntryAction.java b/src/com/rapidminer/repository/gui/actions/OpenEntryAction.java index 81e45ab..9418859 100644 --- a/src/com/rapidminer/repository/gui/actions/OpenEntryAction.java +++ b/src/com/rapidminer/repository/gui/actions/OpenEntryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/OpenInFileBrowserAction.java b/src/com/rapidminer/repository/gui/actions/OpenInFileBrowserAction.java index c22f2f0..24c4d59 100644 --- a/src/com/rapidminer/repository/gui/actions/OpenInFileBrowserAction.java +++ b/src/com/rapidminer/repository/gui/actions/OpenInFileBrowserAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/PasteEntryRepositoryAction.java b/src/com/rapidminer/repository/gui/actions/PasteEntryRepositoryAction.java index 73964c5..93cfde8 100644 --- a/src/com/rapidminer/repository/gui/actions/PasteEntryRepositoryAction.java +++ b/src/com/rapidminer/repository/gui/actions/PasteEntryRepositoryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/RefreshRepositoryEntryAction.java b/src/com/rapidminer/repository/gui/actions/RefreshRepositoryEntryAction.java index 70b51b3..02d61b4 100644 --- a/src/com/rapidminer/repository/gui/actions/RefreshRepositoryEntryAction.java +++ b/src/com/rapidminer/repository/gui/actions/RefreshRepositoryEntryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/RenameRepositoryEntryAction.java b/src/com/rapidminer/repository/gui/actions/RenameRepositoryEntryAction.java index 095d175..dde24d6 100644 --- a/src/com/rapidminer/repository/gui/actions/RenameRepositoryEntryAction.java +++ b/src/com/rapidminer/repository/gui/actions/RenameRepositoryEntryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/RunRemoteNowProcessAction.java b/src/com/rapidminer/repository/gui/actions/RunRemoteNowProcessAction.java index 9c5c0bd..267ce7d 100644 --- a/src/com/rapidminer/repository/gui/actions/RunRemoteNowProcessAction.java +++ b/src/com/rapidminer/repository/gui/actions/RunRemoteNowProcessAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/ShowProcessInRepositoryAction.java b/src/com/rapidminer/repository/gui/actions/ShowProcessInRepositoryAction.java index ff560eb..2114c78 100644 --- a/src/com/rapidminer/repository/gui/actions/ShowProcessInRepositoryAction.java +++ b/src/com/rapidminer/repository/gui/actions/ShowProcessInRepositoryAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/actions/StoreProcessAction.java b/src/com/rapidminer/repository/gui/actions/StoreProcessAction.java index 1dec830..2036417 100644 --- a/src/com/rapidminer/repository/gui/actions/StoreProcessAction.java +++ b/src/com/rapidminer/repository/gui/actions/StoreProcessAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui.actions; import com.rapidminer.Process; diff --git a/src/com/rapidminer/repository/gui/process/ExceptionWrapper.java b/src/com/rapidminer/repository/gui/process/ExceptionWrapper.java index 5f4b243..05dc522 100644 --- a/src/com/rapidminer/repository/gui/process/ExceptionWrapper.java +++ b/src/com/rapidminer/repository/gui/process/ExceptionWrapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/process/OutputLocation.java b/src/com/rapidminer/repository/gui/process/OutputLocation.java index e546b64..9326c9b 100644 --- a/src/com/rapidminer/repository/gui/process/OutputLocation.java +++ b/src/com/rapidminer/repository/gui/process/OutputLocation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/process/RemoteProcessTreeCellRenderer.java b/src/com/rapidminer/repository/gui/process/RemoteProcessTreeCellRenderer.java index 0f9b4c3..db43ae4 100644 --- a/src/com/rapidminer/repository/gui/process/RemoteProcessTreeCellRenderer.java +++ b/src/com/rapidminer/repository/gui/process/RemoteProcessTreeCellRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/gui/process/RemoteProcessViewer.java b/src/com/rapidminer/repository/gui/process/RemoteProcessViewer.java index 1b5634b..b3315a2 100644 --- a/src/com/rapidminer/repository/gui/process/RemoteProcessViewer.java +++ b/src/com/rapidminer/repository/gui/process/RemoteProcessViewer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui.process; import java.awt.BorderLayout; diff --git a/src/com/rapidminer/repository/gui/process/RemoteProcessesTreeModel.java b/src/com/rapidminer/repository/gui/process/RemoteProcessesTreeModel.java index adf9838..286eacd 100644 --- a/src/com/rapidminer/repository/gui/process/RemoteProcessesTreeModel.java +++ b/src/com/rapidminer/repository/gui/process/RemoteProcessesTreeModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.gui.process; import java.lang.reflect.InvocationTargetException; @@ -630,4 +629,4 @@ protected ProcessList getProcessList(RemoteRepository repository) { } return null; } -} \ No newline at end of file +} diff --git a/src/com/rapidminer/repository/local/LocalRepository.java b/src/com/rapidminer/repository/local/LocalRepository.java index 8c3bb28..778c373 100644 --- a/src/com/rapidminer/repository/local/LocalRepository.java +++ b/src/com/rapidminer/repository/local/LocalRepository.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.local; import java.io.File; diff --git a/src/com/rapidminer/repository/local/SimpleBlobEntry.java b/src/com/rapidminer/repository/local/SimpleBlobEntry.java index 437f219..5fda500 100644 --- a/src/com/rapidminer/repository/local/SimpleBlobEntry.java +++ b/src/com/rapidminer/repository/local/SimpleBlobEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.local; import java.io.File; diff --git a/src/com/rapidminer/repository/local/SimpleDataEntry.java b/src/com/rapidminer/repository/local/SimpleDataEntry.java index 02a929c..b4ff295 100644 --- a/src/com/rapidminer/repository/local/SimpleDataEntry.java +++ b/src/com/rapidminer/repository/local/SimpleDataEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/local/SimpleEntry.java b/src/com/rapidminer/repository/local/SimpleEntry.java index 1d91025..bff651f 100644 --- a/src/com/rapidminer/repository/local/SimpleEntry.java +++ b/src/com/rapidminer/repository/local/SimpleEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.local; import java.io.File; diff --git a/src/com/rapidminer/repository/local/SimpleFolder.java b/src/com/rapidminer/repository/local/SimpleFolder.java index 6b89b20..50bb143 100644 --- a/src/com/rapidminer/repository/local/SimpleFolder.java +++ b/src/com/rapidminer/repository/local/SimpleFolder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/local/SimpleIOObjectEntry.java b/src/com/rapidminer/repository/local/SimpleIOObjectEntry.java index da4c2df..78296ee 100644 --- a/src/com/rapidminer/repository/local/SimpleIOObjectEntry.java +++ b/src/com/rapidminer/repository/local/SimpleIOObjectEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.local; import java.io.BufferedInputStream; diff --git a/src/com/rapidminer/repository/local/SimpleProcessEntry.java b/src/com/rapidminer/repository/local/SimpleProcessEntry.java index ab9a980..7447530 100644 --- a/src/com/rapidminer/repository/local/SimpleProcessEntry.java +++ b/src/com/rapidminer/repository/local/SimpleProcessEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/AccessRightsAction.java b/src/com/rapidminer/repository/remote/AccessRightsAction.java index a9716b1..fafbd19 100644 --- a/src/com/rapidminer/repository/remote/AccessRightsAction.java +++ b/src/com/rapidminer/repository/remote/AccessRightsAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/AccessRightsDialog.java b/src/com/rapidminer/repository/remote/AccessRightsDialog.java index a5ba422..8ac3b26 100644 --- a/src/com/rapidminer/repository/remote/AccessRightsDialog.java +++ b/src/com/rapidminer/repository/remote/AccessRightsDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/ConnectionListener.java b/src/com/rapidminer/repository/remote/ConnectionListener.java index b472e13..764e9b5 100644 --- a/src/com/rapidminer/repository/remote/ConnectionListener.java +++ b/src/com/rapidminer/repository/remote/ConnectionListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/NewRevisionAction.java b/src/com/rapidminer/repository/remote/NewRevisionAction.java index 05a30f2..bf21234 100644 --- a/src/com/rapidminer/repository/remote/NewRevisionAction.java +++ b/src/com/rapidminer/repository/remote/NewRevisionAction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/ProcessScheduler.java b/src/com/rapidminer/repository/remote/ProcessScheduler.java index e0f8780..25a3761 100644 --- a/src/com/rapidminer/repository/remote/ProcessScheduler.java +++ b/src/com/rapidminer/repository/remote/ProcessScheduler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/ProcessSchedulerConfig.java b/src/com/rapidminer/repository/remote/ProcessSchedulerConfig.java index b2f02eb..6cf0ccc 100644 --- a/src/com/rapidminer/repository/remote/ProcessSchedulerConfig.java +++ b/src/com/rapidminer/repository/remote/ProcessSchedulerConfig.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/ProcessSchedulerFactory.java b/src/com/rapidminer/repository/remote/ProcessSchedulerFactory.java index 6ffe537..5ea78f0 100644 --- a/src/com/rapidminer/repository/remote/ProcessSchedulerFactory.java +++ b/src/com/rapidminer/repository/remote/ProcessSchedulerFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/ProcessServiceFacade.java b/src/com/rapidminer/repository/remote/ProcessServiceFacade.java index 55c4837..d256480 100644 --- a/src/com/rapidminer/repository/remote/ProcessServiceFacade.java +++ b/src/com/rapidminer/repository/remote/ProcessServiceFacade.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RMContentType.java b/src/com/rapidminer/repository/remote/RMContentType.java index 45511e2..c3535eb 100644 --- a/src/com/rapidminer/repository/remote/RMContentType.java +++ b/src/com/rapidminer/repository/remote/RMContentType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RapidAnalyticsCLTool.java b/src/com/rapidminer/repository/remote/RapidAnalyticsCLTool.java index 69a858e..a3eeb6a 100644 --- a/src/com/rapidminer/repository/remote/RapidAnalyticsCLTool.java +++ b/src/com/rapidminer/repository/remote/RapidAnalyticsCLTool.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteBlobEntry.java b/src/com/rapidminer/repository/remote/RemoteBlobEntry.java index e730552..6f5ad93 100644 --- a/src/com/rapidminer/repository/remote/RemoteBlobEntry.java +++ b/src/com/rapidminer/repository/remote/RemoteBlobEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteDataEntry.java b/src/com/rapidminer/repository/remote/RemoteDataEntry.java index 8f8e15e..8d880e0 100644 --- a/src/com/rapidminer/repository/remote/RemoteDataEntry.java +++ b/src/com/rapidminer/repository/remote/RemoteDataEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteEntry.java b/src/com/rapidminer/repository/remote/RemoteEntry.java index cc78a08..5a74a09 100644 --- a/src/com/rapidminer/repository/remote/RemoteEntry.java +++ b/src/com/rapidminer/repository/remote/RemoteEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteFolder.java b/src/com/rapidminer/repository/remote/RemoteFolder.java index f89cdb9..4deba96 100644 --- a/src/com/rapidminer/repository/remote/RemoteFolder.java +++ b/src/com/rapidminer/repository/remote/RemoteFolder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteIOObjectEntry.java b/src/com/rapidminer/repository/remote/RemoteIOObjectEntry.java index 5f182f4..ef1ca69 100644 --- a/src/com/rapidminer/repository/remote/RemoteIOObjectEntry.java +++ b/src/com/rapidminer/repository/remote/RemoteIOObjectEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteProcessEntry.java b/src/com/rapidminer/repository/remote/RemoteProcessEntry.java index 8619637..1792709 100644 --- a/src/com/rapidminer/repository/remote/RemoteProcessEntry.java +++ b/src/com/rapidminer/repository/remote/RemoteProcessEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteProcessScheduler.java b/src/com/rapidminer/repository/remote/RemoteProcessScheduler.java index d3bdf9d..78ceeaa 100644 --- a/src/com/rapidminer/repository/remote/RemoteProcessScheduler.java +++ b/src/com/rapidminer/repository/remote/RemoteProcessScheduler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/RemoteRepository.java b/src/com/rapidminer/repository/remote/RemoteRepository.java index dc43955..0c1275a 100644 --- a/src/com/rapidminer/repository/remote/RemoteRepository.java +++ b/src/com/rapidminer/repository/remote/RemoteRepository.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.remote; import java.awt.Desktop; diff --git a/src/com/rapidminer/repository/remote/SchedulerResponse.java b/src/com/rapidminer/repository/remote/SchedulerResponse.java index adca59d..b4ce25c 100644 --- a/src/com/rapidminer/repository/remote/SchedulerResponse.java +++ b/src/com/rapidminer/repository/remote/SchedulerResponse.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/remote/SchedulingException.java b/src/com/rapidminer/repository/remote/SchedulingException.java index b2fb56a..f388055 100644 --- a/src/com/rapidminer/repository/remote/SchedulingException.java +++ b/src/com/rapidminer/repository/remote/SchedulingException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/resource/ResourceDataEntry.java b/src/com/rapidminer/repository/resource/ResourceDataEntry.java index 872b02b..9e21400 100644 --- a/src/com/rapidminer/repository/resource/ResourceDataEntry.java +++ b/src/com/rapidminer/repository/resource/ResourceDataEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/resource/ResourceEntry.java b/src/com/rapidminer/repository/resource/ResourceEntry.java index 3376d1c..3d1eb3c 100644 --- a/src/com/rapidminer/repository/resource/ResourceEntry.java +++ b/src/com/rapidminer/repository/resource/ResourceEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/repository/resource/ResourceFolder.java b/src/com/rapidminer/repository/resource/ResourceFolder.java index 75c05f7..02e52e6 100644 --- a/src/com/rapidminer/repository/resource/ResourceFolder.java +++ b/src/com/rapidminer/repository/resource/ResourceFolder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.resource; import java.io.IOException; diff --git a/src/com/rapidminer/repository/resource/ResourceIOObjectEntry.java b/src/com/rapidminer/repository/resource/ResourceIOObjectEntry.java index 29b65f9..f00d1f4 100644 --- a/src/com/rapidminer/repository/resource/ResourceIOObjectEntry.java +++ b/src/com/rapidminer/repository/resource/ResourceIOObjectEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.resource; import java.io.IOException; diff --git a/src/com/rapidminer/repository/resource/ResourceProcessEntry.java b/src/com/rapidminer/repository/resource/ResourceProcessEntry.java index e3cf464..cccd873 100644 --- a/src/com/rapidminer/repository/resource/ResourceProcessEntry.java +++ b/src/com/rapidminer/repository/resource/ResourceProcessEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.repository.resource; import java.io.IOException; diff --git a/src/com/rapidminer/repository/resource/ResourceRepository.java b/src/com/rapidminer/repository/resource/ResourceRepository.java index 3ee31a5..fdf022d 100644 --- a/src/com/rapidminer/repository/resource/ResourceRepository.java +++ b/src/com/rapidminer/repository/resource/ResourceRepository.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/test/asserter/AsserterFactory.java b/src/com/rapidminer/test/asserter/AsserterFactory.java index 74cc96d..b76519d 100644 --- a/src/com/rapidminer/test/asserter/AsserterFactory.java +++ b/src/com/rapidminer/test/asserter/AsserterFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/test/asserter/AsserterFactoryRapidMiner.java b/src/com/rapidminer/test/asserter/AsserterFactoryRapidMiner.java index a06f9d9..c38233f 100644 --- a/src/com/rapidminer/test/asserter/AsserterFactoryRapidMiner.java +++ b/src/com/rapidminer/test/asserter/AsserterFactoryRapidMiner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/test_utils/Asserter.java b/src/com/rapidminer/test_utils/Asserter.java index d23c22b..0f9ab65 100644 --- a/src/com/rapidminer/test_utils/Asserter.java +++ b/src/com/rapidminer/test_utils/Asserter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/test_utils/AsserterRegistry.java b/src/com/rapidminer/test_utils/AsserterRegistry.java index ec6a89a..8544cf3 100644 --- a/src/com/rapidminer/test_utils/AsserterRegistry.java +++ b/src/com/rapidminer/test_utils/AsserterRegistry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/test_utils/RapidAssert.java b/src/com/rapidminer/test_utils/RapidAssert.java index 5001748..cbde6ae 100644 --- a/src/com/rapidminer/test_utils/RapidAssert.java +++ b/src/com/rapidminer/test_utils/RapidAssert.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/test_utils/Util.java b/src/com/rapidminer/test_utils/Util.java index ff0f0a4..740adb1 100644 --- a/src/com/rapidminer/test_utils/Util.java +++ b/src/com/rapidminer/test_utils/Util.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/AbstractChangeAwareSaveable.java b/src/com/rapidminer/tools/AbstractChangeAwareSaveable.java index 6a2ffb0..2230787 100644 --- a/src/com/rapidminer/tools/AbstractChangeAwareSaveable.java +++ b/src/com/rapidminer/tools/AbstractChangeAwareSaveable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools; import java.util.logging.Level; diff --git a/src/com/rapidminer/tools/AbstractObservable.java b/src/com/rapidminer/tools/AbstractObservable.java index 8000a90..d594a13 100644 --- a/src/com/rapidminer/tools/AbstractObservable.java +++ b/src/com/rapidminer/tools/AbstractObservable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/BugReport.java b/src/com/rapidminer/tools/BugReport.java index b1d3ce9..282a543 100644 --- a/src/com/rapidminer/tools/BugReport.java +++ b/src/com/rapidminer/tools/BugReport.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/BuildingBlockService.java b/src/com/rapidminer/tools/BuildingBlockService.java index 44339f9..4b49cb0 100644 --- a/src/com/rapidminer/tools/BuildingBlockService.java +++ b/src/com/rapidminer/tools/BuildingBlockService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/CSVParseException.java b/src/com/rapidminer/tools/CSVParseException.java index 9e1a5cc..4fea7ed 100644 --- a/src/com/rapidminer/tools/CSVParseException.java +++ b/src/com/rapidminer/tools/CSVParseException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ChangeAwareSaveable.java b/src/com/rapidminer/tools/ChangeAwareSaveable.java index 0cd871d..0e5d639 100644 --- a/src/com/rapidminer/tools/ChangeAwareSaveable.java +++ b/src/com/rapidminer/tools/ChangeAwareSaveable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ClassColorMap.java b/src/com/rapidminer/tools/ClassColorMap.java index 804020d..bd791fb 100644 --- a/src/com/rapidminer/tools/ClassColorMap.java +++ b/src/com/rapidminer/tools/ClassColorMap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ClassNameMapper.java b/src/com/rapidminer/tools/ClassNameMapper.java index 0724962..9cf034d 100644 --- a/src/com/rapidminer/tools/ClassNameMapper.java +++ b/src/com/rapidminer/tools/ClassNameMapper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/DateParser.java b/src/com/rapidminer/tools/DateParser.java index 6e46916..c176290 100644 --- a/src/com/rapidminer/tools/DateParser.java +++ b/src/com/rapidminer/tools/DateParser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/DefaultMailSessionFactory.java b/src/com/rapidminer/tools/DefaultMailSessionFactory.java index bc1c063..1b80ff9 100644 --- a/src/com/rapidminer/tools/DefaultMailSessionFactory.java +++ b/src/com/rapidminer/tools/DefaultMailSessionFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/DelegatingObserver.java b/src/com/rapidminer/tools/DelegatingObserver.java index 642555b..208dbdf 100644 --- a/src/com/rapidminer/tools/DelegatingObserver.java +++ b/src/com/rapidminer/tools/DelegatingObserver.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/DynamicIconUrlStreamHandler.java b/src/com/rapidminer/tools/DynamicIconUrlStreamHandler.java index db1c338..057067a 100644 --- a/src/com/rapidminer/tools/DynamicIconUrlStreamHandler.java +++ b/src/com/rapidminer/tools/DynamicIconUrlStreamHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -86,4 +86,4 @@ public void connect() throws IOException { } }; } -} \ No newline at end of file +} diff --git a/src/com/rapidminer/tools/ExtensibleResourceBundle.java b/src/com/rapidminer/tools/ExtensibleResourceBundle.java index ef29cc4..d04fe34 100644 --- a/src/com/rapidminer/tools/ExtensibleResourceBundle.java +++ b/src/com/rapidminer/tools/ExtensibleResourceBundle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/FileSystemService.java b/src/com/rapidminer/tools/FileSystemService.java index 86b2e0a..0c708a5 100644 --- a/src/com/rapidminer/tools/FileSystemService.java +++ b/src/com/rapidminer/tools/FileSystemService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/FixedConsoleHandler.java b/src/com/rapidminer/tools/FixedConsoleHandler.java index 6b0aae3..0c55362 100644 --- a/src/com/rapidminer/tools/FixedConsoleHandler.java +++ b/src/com/rapidminer/tools/FixedConsoleHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/GenericOperatorFactory.java b/src/com/rapidminer/tools/GenericOperatorFactory.java index a0a7009..d0f6de2 100644 --- a/src/com/rapidminer/tools/GenericOperatorFactory.java +++ b/src/com/rapidminer/tools/GenericOperatorFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/GlobCompiler.java b/src/com/rapidminer/tools/GlobCompiler.java index 9c56690..a1065fc 100644 --- a/src/com/rapidminer/tools/GlobCompiler.java +++ b/src/com/rapidminer/tools/GlobCompiler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/GlobalAuthenticator.java b/src/com/rapidminer/tools/GlobalAuthenticator.java index 9cb4ec1..bf7f92a 100644 --- a/src/com/rapidminer/tools/GlobalAuthenticator.java +++ b/src/com/rapidminer/tools/GlobalAuthenticator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/GroupTree.java b/src/com/rapidminer/tools/GroupTree.java index b1da42e..b010d94 100644 --- a/src/com/rapidminer/tools/GroupTree.java +++ b/src/com/rapidminer/tools/GroupTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/GroupTreeNode.java b/src/com/rapidminer/tools/GroupTreeNode.java index 56d8de1..3b0ec6f 100644 --- a/src/com/rapidminer/tools/GroupTreeNode.java +++ b/src/com/rapidminer/tools/GroupTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/GroupTreeRoot.java b/src/com/rapidminer/tools/GroupTreeRoot.java index 2e14c4a..2093830 100644 --- a/src/com/rapidminer/tools/GroupTreeRoot.java +++ b/src/com/rapidminer/tools/GroupTreeRoot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/I18N.java b/src/com/rapidminer/tools/I18N.java index 44731e2..684e312 100644 --- a/src/com/rapidminer/tools/I18N.java +++ b/src/com/rapidminer/tools/I18N.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/IterationArrayList.java b/src/com/rapidminer/tools/IterationArrayList.java index 3694170..9d8f47e 100644 --- a/src/com/rapidminer/tools/IterationArrayList.java +++ b/src/com/rapidminer/tools/IterationArrayList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/LaunchListener.java b/src/com/rapidminer/tools/LaunchListener.java index eabd3f4..ef23d93 100644 --- a/src/com/rapidminer/tools/LaunchListener.java +++ b/src/com/rapidminer/tools/LaunchListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/LineParser.java b/src/com/rapidminer/tools/LineParser.java index 0808ed8..eae13ca 100644 --- a/src/com/rapidminer/tools/LineParser.java +++ b/src/com/rapidminer/tools/LineParser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/LogService.java b/src/com/rapidminer/tools/LogService.java index 170eafb..fd0c161 100644 --- a/src/com/rapidminer/tools/LogService.java +++ b/src/com/rapidminer/tools/LogService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/LoggingHandler.java b/src/com/rapidminer/tools/LoggingHandler.java index 4acc25b..c5b3dc2 100644 --- a/src/com/rapidminer/tools/LoggingHandler.java +++ b/src/com/rapidminer/tools/LoggingHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/MailSender.java b/src/com/rapidminer/tools/MailSender.java index 5f5be3b..6f386b5 100644 --- a/src/com/rapidminer/tools/MailSender.java +++ b/src/com/rapidminer/tools/MailSender.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/MailSenderSMTP.java b/src/com/rapidminer/tools/MailSenderSMTP.java index cfbfdda..72f81b8 100644 --- a/src/com/rapidminer/tools/MailSenderSMTP.java +++ b/src/com/rapidminer/tools/MailSenderSMTP.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/MailSenderSendmail.java b/src/com/rapidminer/tools/MailSenderSendmail.java index c6e6dbd..9818103 100644 --- a/src/com/rapidminer/tools/MailSenderSendmail.java +++ b/src/com/rapidminer/tools/MailSenderSendmail.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/MailSessionFactory.java b/src/com/rapidminer/tools/MailSessionFactory.java index 8412a7c..1bf2705 100644 --- a/src/com/rapidminer/tools/MailSessionFactory.java +++ b/src/com/rapidminer/tools/MailSessionFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/MailUtilities.java b/src/com/rapidminer/tools/MailUtilities.java index d25ed97..cd02fbb 100644 --- a/src/com/rapidminer/tools/MailUtilities.java +++ b/src/com/rapidminer/tools/MailUtilities.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/NetTools.java b/src/com/rapidminer/tools/NetTools.java index 6d878ff..8451fc4 100644 --- a/src/com/rapidminer/tools/NetTools.java +++ b/src/com/rapidminer/tools/NetTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/NumberParser.java b/src/com/rapidminer/tools/NumberParser.java index f45478d..5401c8a 100644 --- a/src/com/rapidminer/tools/NumberParser.java +++ b/src/com/rapidminer/tools/NumberParser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ObjectVisualizerService.java b/src/com/rapidminer/tools/ObjectVisualizerService.java index b181dbf..ad54726 100644 --- a/src/com/rapidminer/tools/ObjectVisualizerService.java +++ b/src/com/rapidminer/tools/ObjectVisualizerService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/Observable.java b/src/com/rapidminer/tools/Observable.java index 5ea875d..f54dd34 100644 --- a/src/com/rapidminer/tools/Observable.java +++ b/src/com/rapidminer/tools/Observable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/Observer.java b/src/com/rapidminer/tools/Observer.java index 70528b2..96db286 100644 --- a/src/com/rapidminer/tools/Observer.java +++ b/src/com/rapidminer/tools/Observer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/Ontology.java b/src/com/rapidminer/tools/Ontology.java index 72aad2c..3a30008 100644 --- a/src/com/rapidminer/tools/Ontology.java +++ b/src/com/rapidminer/tools/Ontology.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/OperatorResourceConsumptionHandler.java b/src/com/rapidminer/tools/OperatorResourceConsumptionHandler.java index 5f70410..c1ee934 100644 --- a/src/com/rapidminer/tools/OperatorResourceConsumptionHandler.java +++ b/src/com/rapidminer/tools/OperatorResourceConsumptionHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/OperatorService.java b/src/com/rapidminer/tools/OperatorService.java index 4f1bffe..f61aa63 100644 --- a/src/com/rapidminer/tools/OperatorService.java +++ b/src/com/rapidminer/tools/OperatorService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/OutputStreamMultiplier.java b/src/com/rapidminer/tools/OutputStreamMultiplier.java index 101e431..1ce5011 100644 --- a/src/com/rapidminer/tools/OutputStreamMultiplier.java +++ b/src/com/rapidminer/tools/OutputStreamMultiplier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ParameterService.java b/src/com/rapidminer/tools/ParameterService.java index 70c21d6..80ae425 100644 --- a/src/com/rapidminer/tools/ParameterService.java +++ b/src/com/rapidminer/tools/ParameterService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ParentResolvingMap.java b/src/com/rapidminer/tools/ParentResolvingMap.java index a53405e..761648d 100644 --- a/src/com/rapidminer/tools/ParentResolvingMap.java +++ b/src/com/rapidminer/tools/ParentResolvingMap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/PasswortInputCanceledException.java b/src/com/rapidminer/tools/PasswortInputCanceledException.java index fda1ea7..3962822 100644 --- a/src/com/rapidminer/tools/PasswortInputCanceledException.java +++ b/src/com/rapidminer/tools/PasswortInputCanceledException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ProgressListener.java b/src/com/rapidminer/tools/ProgressListener.java index d3d9b89..b00f755 100644 --- a/src/com/rapidminer/tools/ProgressListener.java +++ b/src/com/rapidminer/tools/ProgressListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/RMUrlHandler.java b/src/com/rapidminer/tools/RMUrlHandler.java index 764b0f5..672fdd5 100644 --- a/src/com/rapidminer/tools/RMUrlHandler.java +++ b/src/com/rapidminer/tools/RMUrlHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/RandomGenerator.java b/src/com/rapidminer/tools/RandomGenerator.java index cc118c8..4465e8f 100644 --- a/src/com/rapidminer/tools/RandomGenerator.java +++ b/src/com/rapidminer/tools/RandomGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ResourceSource.java b/src/com/rapidminer/tools/ResourceSource.java index efbe8e7..b240ac6 100644 --- a/src/com/rapidminer/tools/ResourceSource.java +++ b/src/com/rapidminer/tools/ResourceSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/ResultService.java b/src/com/rapidminer/tools/ResultService.java index 5b73e90..8d6280e 100644 --- a/src/com/rapidminer/tools/ResultService.java +++ b/src/com/rapidminer/tools/ResultService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/StrictDecimalFormat.java b/src/com/rapidminer/tools/StrictDecimalFormat.java index bc18a49..de93234 100644 --- a/src/com/rapidminer/tools/StrictDecimalFormat.java +++ b/src/com/rapidminer/tools/StrictDecimalFormat.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/StringColorMap.java b/src/com/rapidminer/tools/StringColorMap.java index 43c8995..128d491 100644 --- a/src/com/rapidminer/tools/StringColorMap.java +++ b/src/com/rapidminer/tools/StringColorMap.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/StringProperties.java b/src/com/rapidminer/tools/StringProperties.java index 786fc71..c5ecee2 100644 --- a/src/com/rapidminer/tools/StringProperties.java +++ b/src/com/rapidminer/tools/StringProperties.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/TimeFormat.java b/src/com/rapidminer/tools/TimeFormat.java index ed78985..33948f7 100644 --- a/src/com/rapidminer/tools/TimeFormat.java +++ b/src/com/rapidminer/tools/TimeFormat.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/Tools.java b/src/com/rapidminer/tools/Tools.java index 6a84220..4aed79b 100644 --- a/src/com/rapidminer/tools/Tools.java +++ b/src/com/rapidminer/tools/Tools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools; import java.io.BufferedInputStream; diff --git a/src/com/rapidminer/tools/WebServiceTools.java b/src/com/rapidminer/tools/WebServiceTools.java index 5b6077c..6dfb162 100644 --- a/src/com/rapidminer/tools/WebServiceTools.java +++ b/src/com/rapidminer/tools/WebServiceTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/WeightedObject.java b/src/com/rapidminer/tools/WeightedObject.java index 6432a67..c33e4aa 100644 --- a/src/com/rapidminer/tools/WeightedObject.java +++ b/src/com/rapidminer/tools/WeightedObject.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/WrapperLoggingHandler.java b/src/com/rapidminer/tools/WrapperLoggingHandler.java index e21dd9c..15c8755 100644 --- a/src/com/rapidminer/tools/WrapperLoggingHandler.java +++ b/src/com/rapidminer/tools/WrapperLoggingHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/WriterMultiplier.java b/src/com/rapidminer/tools/WriterMultiplier.java index e078d28..5834caa 100644 --- a/src/com/rapidminer/tools/WriterMultiplier.java +++ b/src/com/rapidminer/tools/WriterMultiplier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/XMLException.java b/src/com/rapidminer/tools/XMLException.java index 8fd1e44..dd6457a 100644 --- a/src/com/rapidminer/tools/XMLException.java +++ b/src/com/rapidminer/tools/XMLException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/XMLSerialization.java b/src/com/rapidminer/tools/XMLSerialization.java index 1b5ac1d..9690671 100644 --- a/src/com/rapidminer/tools/XMLSerialization.java +++ b/src/com/rapidminer/tools/XMLSerialization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/XmlRpcHandler.java b/src/com/rapidminer/tools/XmlRpcHandler.java index 547dc9c..6d7e619 100644 --- a/src/com/rapidminer/tools/XmlRpcHandler.java +++ b/src/com/rapidminer/tools/XmlRpcHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/att/AttributeDataSource.java b/src/com/rapidminer/tools/att/AttributeDataSource.java index 6d50c9b..6bca7bc 100644 --- a/src/com/rapidminer/tools/att/AttributeDataSource.java +++ b/src/com/rapidminer/tools/att/AttributeDataSource.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/att/AttributeDataSourceCreator.java b/src/com/rapidminer/tools/att/AttributeDataSourceCreator.java index 3f57931..e504f59 100644 --- a/src/com/rapidminer/tools/att/AttributeDataSourceCreator.java +++ b/src/com/rapidminer/tools/att/AttributeDataSourceCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/att/AttributeDataSources.java b/src/com/rapidminer/tools/att/AttributeDataSources.java index 08d664c..66b6012 100644 --- a/src/com/rapidminer/tools/att/AttributeDataSources.java +++ b/src/com/rapidminer/tools/att/AttributeDataSources.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/att/AttributeSet.java b/src/com/rapidminer/tools/att/AttributeSet.java index 2103f0e..83adbfd 100644 --- a/src/com/rapidminer/tools/att/AttributeSet.java +++ b/src/com/rapidminer/tools/att/AttributeSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/cipher/CipherException.java b/src/com/rapidminer/tools/cipher/CipherException.java index 0fabddf..4bf09d9 100644 --- a/src/com/rapidminer/tools/cipher/CipherException.java +++ b/src/com/rapidminer/tools/cipher/CipherException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/cipher/CipherTools.java b/src/com/rapidminer/tools/cipher/CipherTools.java index efd2b16..599832c 100644 --- a/src/com/rapidminer/tools/cipher/CipherTools.java +++ b/src/com/rapidminer/tools/cipher/CipherTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/cipher/KeyGenerationException.java b/src/com/rapidminer/tools/cipher/KeyGenerationException.java index 113afa8..968ebff 100644 --- a/src/com/rapidminer/tools/cipher/KeyGenerationException.java +++ b/src/com/rapidminer/tools/cipher/KeyGenerationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/cipher/KeyGeneratorTool.java b/src/com/rapidminer/tools/cipher/KeyGeneratorTool.java index 243c60d..0e83301 100644 --- a/src/com/rapidminer/tools/cipher/KeyGeneratorTool.java +++ b/src/com/rapidminer/tools/cipher/KeyGeneratorTool.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/AbstractConfigurable.java b/src/com/rapidminer/tools/config/AbstractConfigurable.java index 582ef74..3580d7b 100644 --- a/src/com/rapidminer/tools/config/AbstractConfigurable.java +++ b/src/com/rapidminer/tools/config/AbstractConfigurable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/ClientConfigurationManager.java b/src/com/rapidminer/tools/config/ClientConfigurationManager.java index da9bd99..bfc1750 100644 --- a/src/com/rapidminer/tools/config/ClientConfigurationManager.java +++ b/src/com/rapidminer/tools/config/ClientConfigurationManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/Configurable.java b/src/com/rapidminer/tools/config/Configurable.java index 589dff5..94cf2c2 100644 --- a/src/com/rapidminer/tools/config/Configurable.java +++ b/src/com/rapidminer/tools/config/Configurable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/ConfigurationException.java b/src/com/rapidminer/tools/config/ConfigurationException.java index e0c2acb..7f5fe11 100644 --- a/src/com/rapidminer/tools/config/ConfigurationException.java +++ b/src/com/rapidminer/tools/config/ConfigurationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/ConfigurationManager.java b/src/com/rapidminer/tools/config/ConfigurationManager.java index 67ef5f5..12f7811 100644 --- a/src/com/rapidminer/tools/config/ConfigurationManager.java +++ b/src/com/rapidminer/tools/config/ConfigurationManager.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.config; import java.net.HttpURLConnection; diff --git a/src/com/rapidminer/tools/config/Configurator.java b/src/com/rapidminer/tools/config/Configurator.java index 4e97104..595e643 100644 --- a/src/com/rapidminer/tools/config/Configurator.java +++ b/src/com/rapidminer/tools/config/Configurator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/ParameterTypeConfigurable.java b/src/com/rapidminer/tools/config/ParameterTypeConfigurable.java index 5252fa8..4c7515d 100644 --- a/src/com/rapidminer/tools/config/ParameterTypeConfigurable.java +++ b/src/com/rapidminer/tools/config/ParameterTypeConfigurable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/gui/ConfigurationDialog.java b/src/com/rapidminer/tools/config/gui/ConfigurationDialog.java index a0ef0d5..738d996 100644 --- a/src/com/rapidminer/tools/config/gui/ConfigurationDialog.java +++ b/src/com/rapidminer/tools/config/gui/ConfigurationDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/gui/ConfigurationPanel.java b/src/com/rapidminer/tools/config/gui/ConfigurationPanel.java index 56374c3..3e73dc4 100644 --- a/src/com/rapidminer/tools/config/gui/ConfigurationPanel.java +++ b/src/com/rapidminer/tools/config/gui/ConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/config/gui/DefaultConfigurationPanel.java b/src/com/rapidminer/tools/config/gui/DefaultConfigurationPanel.java index 2742628..5aa5cfc 100644 --- a/src/com/rapidminer/tools/config/gui/DefaultConfigurationPanel.java +++ b/src/com/rapidminer/tools/config/gui/DefaultConfigurationPanel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/container/MultidimensionalArraySet.java b/src/com/rapidminer/tools/container/MultidimensionalArraySet.java index 9d1294d..dc4a3b0 100644 --- a/src/com/rapidminer/tools/container/MultidimensionalArraySet.java +++ b/src/com/rapidminer/tools/container/MultidimensionalArraySet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/container/Pair.java b/src/com/rapidminer/tools/container/Pair.java index 8fd93cf..7123f82 100644 --- a/src/com/rapidminer/tools/container/Pair.java +++ b/src/com/rapidminer/tools/container/Pair.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/container/Triple.java b/src/com/rapidminer/tools/container/Triple.java index 6f86a03..5521153 100644 --- a/src/com/rapidminer/tools/container/Triple.java +++ b/src/com/rapidminer/tools/container/Triple.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/container/Tupel.java b/src/com/rapidminer/tools/container/Tupel.java index 0dce1d2..b5f2127 100644 --- a/src/com/rapidminer/tools/container/Tupel.java +++ b/src/com/rapidminer/tools/container/Tupel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/container/ValueSet.java b/src/com/rapidminer/tools/container/ValueSet.java index 0f484c7..5a69281 100644 --- a/src/com/rapidminer/tools/container/ValueSet.java +++ b/src/com/rapidminer/tools/container/ValueSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/documentation/ExampleProcess.java b/src/com/rapidminer/tools/documentation/ExampleProcess.java index ccf3615..980853d 100644 --- a/src/com/rapidminer/tools/documentation/ExampleProcess.java +++ b/src/com/rapidminer/tools/documentation/ExampleProcess.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/documentation/GroupDocumentation.java b/src/com/rapidminer/tools/documentation/GroupDocumentation.java index 15e4b93..dd4ccff 100644 --- a/src/com/rapidminer/tools/documentation/GroupDocumentation.java +++ b/src/com/rapidminer/tools/documentation/GroupDocumentation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/documentation/OperatorDocBundle.java b/src/com/rapidminer/tools/documentation/OperatorDocBundle.java index c82d57f..4174bb0 100644 --- a/src/com/rapidminer/tools/documentation/OperatorDocBundle.java +++ b/src/com/rapidminer/tools/documentation/OperatorDocBundle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/documentation/OperatorDocumentation.java b/src/com/rapidminer/tools/documentation/OperatorDocumentation.java index 373731b..5522759 100644 --- a/src/com/rapidminer/tools/documentation/OperatorDocumentation.java +++ b/src/com/rapidminer/tools/documentation/OperatorDocumentation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/documentation/XMLOperatorDocBundle.java b/src/com/rapidminer/tools/documentation/XMLOperatorDocBundle.java index 8a46b1f..b9b3ecb 100644 --- a/src/com/rapidminer/tools/documentation/XMLOperatorDocBundle.java +++ b/src/com/rapidminer/tools/documentation/XMLOperatorDocBundle.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/expression/parser/AbstractExpressionParser.java b/src/com/rapidminer/tools/expression/parser/AbstractExpressionParser.java index d81f39f..ee92ca8 100644 --- a/src/com/rapidminer/tools/expression/parser/AbstractExpressionParser.java +++ b/src/com/rapidminer/tools/expression/parser/AbstractExpressionParser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.expression.parser; import java.io.IOException; @@ -718,4 +717,4 @@ public static void registerFunction(String groupName, Function function){ public static final List getCustomFunctions(){ return CUSTOM_FUNCTIONS; } -} \ No newline at end of file +} diff --git a/src/com/rapidminer/tools/expression/parser/ExpressionParserConstants.java b/src/com/rapidminer/tools/expression/parser/ExpressionParserConstants.java index c38fb4f..6483a55 100644 --- a/src/com/rapidminer/tools/expression/parser/ExpressionParserConstants.java +++ b/src/com/rapidminer/tools/expression/parser/ExpressionParserConstants.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/expression/parser/ExpressionParserFactory.java b/src/com/rapidminer/tools/expression/parser/ExpressionParserFactory.java index 8c03934..b52142f 100644 --- a/src/com/rapidminer/tools/expression/parser/ExpressionParserFactory.java +++ b/src/com/rapidminer/tools/expression/parser/ExpressionParserFactory.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.expression.parser; import java.lang.reflect.InvocationTargetException; diff --git a/src/com/rapidminer/tools/expression/parser/Function.java b/src/com/rapidminer/tools/expression/parser/Function.java index b080c0e..c13d304 100644 --- a/src/com/rapidminer/tools/expression/parser/Function.java +++ b/src/com/rapidminer/tools/expression/parser/Function.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/expression/parser/FunctionDescription.java b/src/com/rapidminer/tools/expression/parser/FunctionDescription.java index 6ba8b03..285e426 100644 --- a/src/com/rapidminer/tools/expression/parser/FunctionDescription.java +++ b/src/com/rapidminer/tools/expression/parser/FunctionDescription.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.expression.parser; /** diff --git a/src/com/rapidminer/tools/expression/parser/JEPFunctionException.java b/src/com/rapidminer/tools/expression/parser/JEPFunctionException.java index 5771beb..137bac0 100644 --- a/src/com/rapidminer/tools/expression/parser/JEPFunctionException.java +++ b/src/com/rapidminer/tools/expression/parser/JEPFunctionException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/expression/parser/UnknownValue.java b/src/com/rapidminer/tools/expression/parser/UnknownValue.java index 1bb69a8..c576024 100644 --- a/src/com/rapidminer/tools/expression/parser/UnknownValue.java +++ b/src/com/rapidminer/tools/expression/parser/UnknownValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/io/Encoding.java b/src/com/rapidminer/tools/io/Encoding.java index 0c02aa9..81f14da 100644 --- a/src/com/rapidminer/tools/io/Encoding.java +++ b/src/com/rapidminer/tools/io/Encoding.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/io/GlobFilenameFilter.java b/src/com/rapidminer/tools/io/GlobFilenameFilter.java index c7c9e29..835ecff 100644 --- a/src/com/rapidminer/tools/io/GlobFilenameFilter.java +++ b/src/com/rapidminer/tools/io/GlobFilenameFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/io/TransferableImage.java b/src/com/rapidminer/tools/io/TransferableImage.java index fd5eec5..f16f92e 100644 --- a/src/com/rapidminer/tools/io/TransferableImage.java +++ b/src/com/rapidminer/tools/io/TransferableImage.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/ColumnIdentifier.java b/src/com/rapidminer/tools/jdbc/ColumnIdentifier.java index 4d0df30..dc44fbe 100644 --- a/src/com/rapidminer/tools/jdbc/ColumnIdentifier.java +++ b/src/com/rapidminer/tools/jdbc/ColumnIdentifier.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/DataTypeSyntaxInformation.java b/src/com/rapidminer/tools/jdbc/DataTypeSyntaxInformation.java index e7a5cd1..6f1a357 100644 --- a/src/com/rapidminer/tools/jdbc/DataTypeSyntaxInformation.java +++ b/src/com/rapidminer/tools/jdbc/DataTypeSyntaxInformation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/DatabaseHandler.java b/src/com/rapidminer/tools/jdbc/DatabaseHandler.java index 4367481..9d192e2 100644 --- a/src/com/rapidminer/tools/jdbc/DatabaseHandler.java +++ b/src/com/rapidminer/tools/jdbc/DatabaseHandler.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.jdbc; import java.sql.Connection; diff --git a/src/com/rapidminer/tools/jdbc/DatabaseService.java b/src/com/rapidminer/tools/jdbc/DatabaseService.java index cf417e2..848849d 100644 --- a/src/com/rapidminer/tools/jdbc/DatabaseService.java +++ b/src/com/rapidminer/tools/jdbc/DatabaseService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.jdbc; import java.io.File; diff --git a/src/com/rapidminer/tools/jdbc/DriverAdapter.java b/src/com/rapidminer/tools/jdbc/DriverAdapter.java index 6b0df95..b9bb1dd 100644 --- a/src/com/rapidminer/tools/jdbc/DriverAdapter.java +++ b/src/com/rapidminer/tools/jdbc/DriverAdapter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/DriverInfo.java b/src/com/rapidminer/tools/jdbc/DriverInfo.java index 1aad206..f920c07 100644 --- a/src/com/rapidminer/tools/jdbc/DriverInfo.java +++ b/src/com/rapidminer/tools/jdbc/DriverInfo.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/JDBCProperties.java b/src/com/rapidminer/tools/jdbc/JDBCProperties.java index eb982a1..25b953e 100644 --- a/src/com/rapidminer/tools/jdbc/JDBCProperties.java +++ b/src/com/rapidminer/tools/jdbc/JDBCProperties.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/StatementCreator.java b/src/com/rapidminer/tools/jdbc/StatementCreator.java index b47e675..dbd990b 100644 --- a/src/com/rapidminer/tools/jdbc/StatementCreator.java +++ b/src/com/rapidminer/tools/jdbc/StatementCreator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/TableMetaDataCache.java b/src/com/rapidminer/tools/jdbc/TableMetaDataCache.java index 8e10ad5..1f3457f 100644 --- a/src/com/rapidminer/tools/jdbc/TableMetaDataCache.java +++ b/src/com/rapidminer/tools/jdbc/TableMetaDataCache.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/TableName.java b/src/com/rapidminer/tools/jdbc/TableName.java index 682a808..10129f5 100644 --- a/src/com/rapidminer/tools/jdbc/TableName.java +++ b/src/com/rapidminer/tools/jdbc/TableName.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/connection/AccessConnectionEntry.java b/src/com/rapidminer/tools/jdbc/connection/AccessConnectionEntry.java index 36b0a01..4785f26 100644 --- a/src/com/rapidminer/tools/jdbc/connection/AccessConnectionEntry.java +++ b/src/com/rapidminer/tools/jdbc/connection/AccessConnectionEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/connection/ConnectionEntry.java b/src/com/rapidminer/tools/jdbc/connection/ConnectionEntry.java index c27f848..ad74c18 100644 --- a/src/com/rapidminer/tools/jdbc/connection/ConnectionEntry.java +++ b/src/com/rapidminer/tools/jdbc/connection/ConnectionEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/connection/ConnectionProvider.java b/src/com/rapidminer/tools/jdbc/connection/ConnectionProvider.java index 3465fd4..9eb0c68 100644 --- a/src/com/rapidminer/tools/jdbc/connection/ConnectionProvider.java +++ b/src/com/rapidminer/tools/jdbc/connection/ConnectionProvider.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/connection/DatabaseConnectionService.java b/src/com/rapidminer/tools/jdbc/connection/DatabaseConnectionService.java index 55d038b..045dc09 100644 --- a/src/com/rapidminer/tools/jdbc/connection/DatabaseConnectionService.java +++ b/src/com/rapidminer/tools/jdbc/connection/DatabaseConnectionService.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/jdbc/connection/FieldConnectionEntry.java b/src/com/rapidminer/tools/jdbc/connection/FieldConnectionEntry.java index 93511c3..cea5ea7 100644 --- a/src/com/rapidminer/tools/jdbc/connection/FieldConnectionEntry.java +++ b/src/com/rapidminer/tools/jdbc/connection/FieldConnectionEntry.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/AnovaCalculator.java b/src/com/rapidminer/tools/math/AnovaCalculator.java index 8e1b818..d03d1b8 100644 --- a/src/com/rapidminer/tools/math/AnovaCalculator.java +++ b/src/com/rapidminer/tools/math/AnovaCalculator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/Averagable.java b/src/com/rapidminer/tools/math/Averagable.java index 0537ffa..e657ffa 100644 --- a/src/com/rapidminer/tools/math/Averagable.java +++ b/src/com/rapidminer/tools/math/Averagable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/AverageVector.java b/src/com/rapidminer/tools/math/AverageVector.java index b63832b..98fe188 100644 --- a/src/com/rapidminer/tools/math/AverageVector.java +++ b/src/com/rapidminer/tools/math/AverageVector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/BinaryPeakFinder.java b/src/com/rapidminer/tools/math/BinaryPeakFinder.java index 5dafe38..7e0539b 100644 --- a/src/com/rapidminer/tools/math/BinaryPeakFinder.java +++ b/src/com/rapidminer/tools/math/BinaryPeakFinder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/CombinationGenerator.java b/src/com/rapidminer/tools/math/CombinationGenerator.java index fe5df60..f7e44cd 100644 --- a/src/com/rapidminer/tools/math/CombinationGenerator.java +++ b/src/com/rapidminer/tools/math/CombinationGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/Complex.java b/src/com/rapidminer/tools/math/Complex.java index 1384918..991d5c5 100644 --- a/src/com/rapidminer/tools/math/Complex.java +++ b/src/com/rapidminer/tools/math/Complex.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/ContingencyTableTools.java b/src/com/rapidminer/tools/math/ContingencyTableTools.java index 686b01f..63af4f4 100644 --- a/src/com/rapidminer/tools/math/ContingencyTableTools.java +++ b/src/com/rapidminer/tools/math/ContingencyTableTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/FDistribution.java b/src/com/rapidminer/tools/math/FDistribution.java index f8d3e8c..7fea149 100644 --- a/src/com/rapidminer/tools/math/FDistribution.java +++ b/src/com/rapidminer/tools/math/FDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/FastFourierTransform.java b/src/com/rapidminer/tools/math/FastFourierTransform.java index 612f807..3f5a826 100644 --- a/src/com/rapidminer/tools/math/FastFourierTransform.java +++ b/src/com/rapidminer/tools/math/FastFourierTransform.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/LiftDataGenerator.java b/src/com/rapidminer/tools/math/LiftDataGenerator.java index 874b958..f20c0a7 100644 --- a/src/com/rapidminer/tools/math/LiftDataGenerator.java +++ b/src/com/rapidminer/tools/math/LiftDataGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/LinearRegression.java b/src/com/rapidminer/tools/math/LinearRegression.java index bfc8d9d..803f1b8 100644 --- a/src/com/rapidminer/tools/math/LinearRegression.java +++ b/src/com/rapidminer/tools/math/LinearRegression.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/MathFunctions.java b/src/com/rapidminer/tools/math/MathFunctions.java index 0bcf425..95700a2 100644 --- a/src/com/rapidminer/tools/math/MathFunctions.java +++ b/src/com/rapidminer/tools/math/MathFunctions.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/Peak.java b/src/com/rapidminer/tools/math/Peak.java index 99371f8..5797f24 100644 --- a/src/com/rapidminer/tools/math/Peak.java +++ b/src/com/rapidminer/tools/math/Peak.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/PeakFinder.java b/src/com/rapidminer/tools/math/PeakFinder.java index 763e2a3..c1056bf 100644 --- a/src/com/rapidminer/tools/math/PeakFinder.java +++ b/src/com/rapidminer/tools/math/PeakFinder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/ROCBias.java b/src/com/rapidminer/tools/math/ROCBias.java index 9209554..f6fb6e2 100644 --- a/src/com/rapidminer/tools/math/ROCBias.java +++ b/src/com/rapidminer/tools/math/ROCBias.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/ROCData.java b/src/com/rapidminer/tools/math/ROCData.java index 2a38c46..2ee8071 100644 --- a/src/com/rapidminer/tools/math/ROCData.java +++ b/src/com/rapidminer/tools/math/ROCData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/ROCDataGenerator.java b/src/com/rapidminer/tools/math/ROCDataGenerator.java index 5e34589..5d4dc0c 100644 --- a/src/com/rapidminer/tools/math/ROCDataGenerator.java +++ b/src/com/rapidminer/tools/math/ROCDataGenerator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/ROCPoint.java b/src/com/rapidminer/tools/math/ROCPoint.java index bc7326d..28697e1 100644 --- a/src/com/rapidminer/tools/math/ROCPoint.java +++ b/src/com/rapidminer/tools/math/ROCPoint.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/RunVector.java b/src/com/rapidminer/tools/math/RunVector.java index 808300f..5b5e1d7 100644 --- a/src/com/rapidminer/tools/math/RunVector.java +++ b/src/com/rapidminer/tools/math/RunVector.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/SignificanceCalculationException.java b/src/com/rapidminer/tools/math/SignificanceCalculationException.java index e269af7..138636c 100644 --- a/src/com/rapidminer/tools/math/SignificanceCalculationException.java +++ b/src/com/rapidminer/tools/math/SignificanceCalculationException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/SignificanceTestResult.java b/src/com/rapidminer/tools/math/SignificanceTestResult.java index f93d114..b50abfe 100644 --- a/src/com/rapidminer/tools/math/SignificanceTestResult.java +++ b/src/com/rapidminer/tools/math/SignificanceTestResult.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/SimplePeakFinder.java b/src/com/rapidminer/tools/math/SimplePeakFinder.java index 7d7619c..9e5c1c5 100644 --- a/src/com/rapidminer/tools/math/SimplePeakFinder.java +++ b/src/com/rapidminer/tools/math/SimplePeakFinder.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/SpectrumFilter.java b/src/com/rapidminer/tools/math/SpectrumFilter.java index 7dfd8fc..190dc7f 100644 --- a/src/com/rapidminer/tools/math/SpectrumFilter.java +++ b/src/com/rapidminer/tools/math/SpectrumFilter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/StringToMatrixConverter.java b/src/com/rapidminer/tools/math/StringToMatrixConverter.java index 0fe65c2..33262e1 100644 --- a/src/com/rapidminer/tools/math/StringToMatrixConverter.java +++ b/src/com/rapidminer/tools/math/StringToMatrixConverter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/TestGroup.java b/src/com/rapidminer/tools/math/TestGroup.java index ec922d4..fb17df0 100644 --- a/src/com/rapidminer/tools/math/TestGroup.java +++ b/src/com/rapidminer/tools/math/TestGroup.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/VectorMath.java b/src/com/rapidminer/tools/math/VectorMath.java index 8575ee0..76a53c3 100644 --- a/src/com/rapidminer/tools/math/VectorMath.java +++ b/src/com/rapidminer/tools/math/VectorMath.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/WeightedConfidenceAndLabel.java b/src/com/rapidminer/tools/math/WeightedConfidenceAndLabel.java index 5ee77b3..f5686a3 100644 --- a/src/com/rapidminer/tools/math/WeightedConfidenceAndLabel.java +++ b/src/com/rapidminer/tools/math/WeightedConfidenceAndLabel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/WindowFunction.java b/src/com/rapidminer/tools/math/WindowFunction.java index 1c935ec..59293c3 100644 --- a/src/com/rapidminer/tools/math/WindowFunction.java +++ b/src/com/rapidminer/tools/math/WindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/BallTree.java b/src/com/rapidminer/tools/math/container/BallTree.java index 6424359..538ea5d 100644 --- a/src/com/rapidminer/tools/math/container/BallTree.java +++ b/src/com/rapidminer/tools/math/container/BallTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/BallTreeNode.java b/src/com/rapidminer/tools/math/container/BallTreeNode.java index 17b000e..6dbdc53 100644 --- a/src/com/rapidminer/tools/math/container/BallTreeNode.java +++ b/src/com/rapidminer/tools/math/container/BallTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/BoundedPriorityQueue.java b/src/com/rapidminer/tools/math/container/BoundedPriorityQueue.java index 6a2255d..f015924 100644 --- a/src/com/rapidminer/tools/math/container/BoundedPriorityQueue.java +++ b/src/com/rapidminer/tools/math/container/BoundedPriorityQueue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/GeometricDataCollection.java b/src/com/rapidminer/tools/math/container/GeometricDataCollection.java index d5b6d65..d36850d 100644 --- a/src/com/rapidminer/tools/math/container/GeometricDataCollection.java +++ b/src/com/rapidminer/tools/math/container/GeometricDataCollection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/KDTree.java b/src/com/rapidminer/tools/math/container/KDTree.java index 57c33cf..7836b84 100644 --- a/src/com/rapidminer/tools/math/container/KDTree.java +++ b/src/com/rapidminer/tools/math/container/KDTree.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/KDTreeNode.java b/src/com/rapidminer/tools/math/container/KDTreeNode.java index b77dad9..e087a83 100644 --- a/src/com/rapidminer/tools/math/container/KDTreeNode.java +++ b/src/com/rapidminer/tools/math/container/KDTreeNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/LinearList.java b/src/com/rapidminer/tools/math/container/LinearList.java index 11fe475..7c1a22e 100644 --- a/src/com/rapidminer/tools/math/container/LinearList.java +++ b/src/com/rapidminer/tools/math/container/LinearList.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/Range.java b/src/com/rapidminer/tools/math/container/Range.java index 5ed4f51..b95d297 100644 --- a/src/com/rapidminer/tools/math/container/Range.java +++ b/src/com/rapidminer/tools/math/container/Range.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/ReverseComparableComparator.java b/src/com/rapidminer/tools/math/container/ReverseComparableComparator.java index a0bd75a..aa900e5 100644 --- a/src/com/rapidminer/tools/math/container/ReverseComparableComparator.java +++ b/src/com/rapidminer/tools/math/container/ReverseComparableComparator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/container/ReverseComparator.java b/src/com/rapidminer/tools/math/container/ReverseComparator.java index cb4396c..4299474 100644 --- a/src/com/rapidminer/tools/math/container/ReverseComparator.java +++ b/src/com/rapidminer/tools/math/container/ReverseComparator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/ContinuousDistribution.java b/src/com/rapidminer/tools/math/distribution/ContinuousDistribution.java index 826925c..8dcdc66 100644 --- a/src/com/rapidminer/tools/math/distribution/ContinuousDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/ContinuousDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/DiscreteDistribution.java b/src/com/rapidminer/tools/math/distribution/DiscreteDistribution.java index 16384e9..db7d965 100644 --- a/src/com/rapidminer/tools/math/distribution/DiscreteDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/DiscreteDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/Distribution.java b/src/com/rapidminer/tools/math/distribution/Distribution.java index fe773ee..ad04eb4 100644 --- a/src/com/rapidminer/tools/math/distribution/Distribution.java +++ b/src/com/rapidminer/tools/math/distribution/Distribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/EmpiricalDistribution.java b/src/com/rapidminer/tools/math/distribution/EmpiricalDistribution.java index d2b6c52..2f8b706 100644 --- a/src/com/rapidminer/tools/math/distribution/EmpiricalDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/EmpiricalDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/EmpiricalNormalDistribution.java b/src/com/rapidminer/tools/math/distribution/EmpiricalNormalDistribution.java index 18fa185..c950a28 100644 --- a/src/com/rapidminer/tools/math/distribution/EmpiricalNormalDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/EmpiricalNormalDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/NormalDistribution.java b/src/com/rapidminer/tools/math/distribution/NormalDistribution.java index f051434..66a740b 100644 --- a/src/com/rapidminer/tools/math/distribution/NormalDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/NormalDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/kernel/FullKernelDistribution.java b/src/com/rapidminer/tools/math/distribution/kernel/FullKernelDistribution.java index c67c97d..eb0fbbc 100644 --- a/src/com/rapidminer/tools/math/distribution/kernel/FullKernelDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/kernel/FullKernelDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/kernel/GreedyKernelDistribution.java b/src/com/rapidminer/tools/math/distribution/kernel/GreedyKernelDistribution.java index 66edd1e..bd47307 100644 --- a/src/com/rapidminer/tools/math/distribution/kernel/GreedyKernelDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/kernel/GreedyKernelDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/kernel/KernelDistribution.java b/src/com/rapidminer/tools/math/distribution/kernel/KernelDistribution.java index f93461c..84e23dc 100644 --- a/src/com/rapidminer/tools/math/distribution/kernel/KernelDistribution.java +++ b/src/com/rapidminer/tools/math/distribution/kernel/KernelDistribution.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/distribution/kernel/NormalKernel.java b/src/com/rapidminer/tools/math/distribution/kernel/NormalKernel.java index 9d4ed06..b7d2494 100644 --- a/src/com/rapidminer/tools/math/distribution/kernel/NormalKernel.java +++ b/src/com/rapidminer/tools/math/distribution/kernel/NormalKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/AbstractAggregationFunction.java b/src/com/rapidminer/tools/math/function/aggregation/AbstractAggregationFunction.java index 0ad9a12..89b0138 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/AbstractAggregationFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/AbstractAggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/AggregationFunction.java b/src/com/rapidminer/tools/math/function/aggregation/AggregationFunction.java index 60a15e6..149de99 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/AggregationFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/AggregationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/AverageFunction.java b/src/com/rapidminer/tools/math/function/aggregation/AverageFunction.java index 25a9598..8190134 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/AverageFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/AverageFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/CountFunction.java b/src/com/rapidminer/tools/math/function/aggregation/CountFunction.java index 33bfeba..4ff8a52 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/CountFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/CountFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/MaxFunction.java b/src/com/rapidminer/tools/math/function/aggregation/MaxFunction.java index 720d430..f76128a 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/MaxFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/MaxFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/MedianFunction.java b/src/com/rapidminer/tools/math/function/aggregation/MedianFunction.java index ef0d07f..df259d2 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/MedianFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/MedianFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/MinFunction.java b/src/com/rapidminer/tools/math/function/aggregation/MinFunction.java index bd6e8cf..423f57a 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/MinFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/MinFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/ModeFunction.java b/src/com/rapidminer/tools/math/function/aggregation/ModeFunction.java index 3d591cb..21ed748 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/ModeFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/ModeFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/ProductFunction.java b/src/com/rapidminer/tools/math/function/aggregation/ProductFunction.java index 7f97be9..1b07256 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/ProductFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/ProductFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/StandardDeviationFunction.java b/src/com/rapidminer/tools/math/function/aggregation/StandardDeviationFunction.java index 9a4c30e..9381365 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/StandardDeviationFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/StandardDeviationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/SumFunction.java b/src/com/rapidminer/tools/math/function/aggregation/SumFunction.java index 39b4798..ac5c42e 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/SumFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/SumFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/aggregation/VarianceFunction.java b/src/com/rapidminer/tools/math/function/aggregation/VarianceFunction.java index efe3241..3d8adb3 100644 --- a/src/com/rapidminer/tools/math/function/aggregation/VarianceFunction.java +++ b/src/com/rapidminer/tools/math/function/aggregation/VarianceFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/BartlettWindowFunction.java b/src/com/rapidminer/tools/math/function/window/BartlettWindowFunction.java index 3b71be0..2b5de06 100644 --- a/src/com/rapidminer/tools/math/function/window/BartlettWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/BartlettWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/BlackmanHarrisWindowFunction.java b/src/com/rapidminer/tools/math/function/window/BlackmanHarrisWindowFunction.java index 6e278bc..4a9ab70 100644 --- a/src/com/rapidminer/tools/math/function/window/BlackmanHarrisWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/BlackmanHarrisWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/BlackmanWindowFunction.java b/src/com/rapidminer/tools/math/function/window/BlackmanWindowFunction.java index d2de792..3d43406 100644 --- a/src/com/rapidminer/tools/math/function/window/BlackmanWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/BlackmanWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/GaussianWindowFunction.java b/src/com/rapidminer/tools/math/function/window/GaussianWindowFunction.java index 57296c4..e43a676 100644 --- a/src/com/rapidminer/tools/math/function/window/GaussianWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/GaussianWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/HammingWindowFunction.java b/src/com/rapidminer/tools/math/function/window/HammingWindowFunction.java index 41332b1..e507e46 100644 --- a/src/com/rapidminer/tools/math/function/window/HammingWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/HammingWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/HannWindowFunction.java b/src/com/rapidminer/tools/math/function/window/HannWindowFunction.java index 862992c..7e6bd4b 100644 --- a/src/com/rapidminer/tools/math/function/window/HannWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/HannWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/RectangularWindowFunction.java b/src/com/rapidminer/tools/math/function/window/RectangularWindowFunction.java index d7f5eb8..0352f25 100644 --- a/src/com/rapidminer/tools/math/function/window/RectangularWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/RectangularWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/TriangularWindowFunction.java b/src/com/rapidminer/tools/math/function/window/TriangularWindowFunction.java index d7e63ea..564105d 100644 --- a/src/com/rapidminer/tools/math/function/window/TriangularWindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/TriangularWindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/function/window/WindowFunction.java b/src/com/rapidminer/tools/math/function/window/WindowFunction.java index 1b59a82..ad6f207 100644 --- a/src/com/rapidminer/tools/math/function/window/WindowFunction.java +++ b/src/com/rapidminer/tools/math/function/window/WindowFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/AnovaKernel.java b/src/com/rapidminer/tools/math/kernels/AnovaKernel.java index c4cfc08..572b014 100644 --- a/src/com/rapidminer/tools/math/kernels/AnovaKernel.java +++ b/src/com/rapidminer/tools/math/kernels/AnovaKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/DotKernel.java b/src/com/rapidminer/tools/math/kernels/DotKernel.java index 18789a5..f4250df 100644 --- a/src/com/rapidminer/tools/math/kernels/DotKernel.java +++ b/src/com/rapidminer/tools/math/kernels/DotKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/EpanechnikovKernel.java b/src/com/rapidminer/tools/math/kernels/EpanechnikovKernel.java index 8493795..11c0b22 100644 --- a/src/com/rapidminer/tools/math/kernels/EpanechnikovKernel.java +++ b/src/com/rapidminer/tools/math/kernels/EpanechnikovKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/FullCache.java b/src/com/rapidminer/tools/math/kernels/FullCache.java index d56177d..da98eb7 100644 --- a/src/com/rapidminer/tools/math/kernels/FullCache.java +++ b/src/com/rapidminer/tools/math/kernels/FullCache.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/GaussianCombinationKernel.java b/src/com/rapidminer/tools/math/kernels/GaussianCombinationKernel.java index 64b63e3..76f3c6a 100644 --- a/src/com/rapidminer/tools/math/kernels/GaussianCombinationKernel.java +++ b/src/com/rapidminer/tools/math/kernels/GaussianCombinationKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/Kernel.java b/src/com/rapidminer/tools/math/kernels/Kernel.java index 4c0c3ac..af1f2f0 100644 --- a/src/com/rapidminer/tools/math/kernels/Kernel.java +++ b/src/com/rapidminer/tools/math/kernels/Kernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/KernelCache.java b/src/com/rapidminer/tools/math/kernels/KernelCache.java index 94e718f..e992e6e 100644 --- a/src/com/rapidminer/tools/math/kernels/KernelCache.java +++ b/src/com/rapidminer/tools/math/kernels/KernelCache.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/MapBasedCache.java b/src/com/rapidminer/tools/math/kernels/MapBasedCache.java index fe9435b..d57f6f2 100644 --- a/src/com/rapidminer/tools/math/kernels/MapBasedCache.java +++ b/src/com/rapidminer/tools/math/kernels/MapBasedCache.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/MultiquadricKernel.java b/src/com/rapidminer/tools/math/kernels/MultiquadricKernel.java index e736704..c6d6cf1 100644 --- a/src/com/rapidminer/tools/math/kernels/MultiquadricKernel.java +++ b/src/com/rapidminer/tools/math/kernels/MultiquadricKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/PolynomialKernel.java b/src/com/rapidminer/tools/math/kernels/PolynomialKernel.java index 7d37a7d..9c5934b 100644 --- a/src/com/rapidminer/tools/math/kernels/PolynomialKernel.java +++ b/src/com/rapidminer/tools/math/kernels/PolynomialKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/RBFKernel.java b/src/com/rapidminer/tools/math/kernels/RBFKernel.java index e53744c..423e122 100644 --- a/src/com/rapidminer/tools/math/kernels/RBFKernel.java +++ b/src/com/rapidminer/tools/math/kernels/RBFKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/kernels/SigmoidKernel.java b/src/com/rapidminer/tools/math/kernels/SigmoidKernel.java index eb54ee9..63491e5 100644 --- a/src/com/rapidminer/tools/math/kernels/SigmoidKernel.java +++ b/src/com/rapidminer/tools/math/kernels/SigmoidKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/matrix/CovarianceMatrix.java b/src/com/rapidminer/tools/math/matrix/CovarianceMatrix.java index 9783387..93877d3 100644 --- a/src/com/rapidminer/tools/math/matrix/CovarianceMatrix.java +++ b/src/com/rapidminer/tools/math/matrix/CovarianceMatrix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/matrix/MatrixTools.java b/src/com/rapidminer/tools/math/matrix/MatrixTools.java index dda96bd..57a071c 100644 --- a/src/com/rapidminer/tools/math/matrix/MatrixTools.java +++ b/src/com/rapidminer/tools/math/matrix/MatrixTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/Optimization.java b/src/com/rapidminer/tools/math/optimization/Optimization.java index 943c519..3194a3e 100644 --- a/src/com/rapidminer/tools/math/optimization/Optimization.java +++ b/src/com/rapidminer/tools/math/optimization/Optimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/BoltzmannSelection.java b/src/com/rapidminer/tools/math/optimization/ec/es/BoltzmannSelection.java index a659e8c..4ea96d0 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/BoltzmannSelection.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/BoltzmannSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/Crossover.java b/src/com/rapidminer/tools/math/optimization/ec/es/Crossover.java index 762ae2f..c118494 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/Crossover.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/Crossover.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/CutSelection.java b/src/com/rapidminer/tools/math/optimization/ec/es/CutSelection.java index 13a527e..200b501 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/CutSelection.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/CutSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/ESOptimization.java b/src/com/rapidminer/tools/math/optimization/ec/es/ESOptimization.java index 62980cd..2b555df 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/ESOptimization.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/ESOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/ElitistSelection.java b/src/com/rapidminer/tools/math/optimization/ec/es/ElitistSelection.java index 79d406d..8869175 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/ElitistSelection.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/ElitistSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/GaussianMutation.java b/src/com/rapidminer/tools/math/optimization/ec/es/GaussianMutation.java index a3c771b..7669af8 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/GaussianMutation.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/GaussianMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/Individual.java b/src/com/rapidminer/tools/math/optimization/ec/es/Individual.java index c07e441..cda1227 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/Individual.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/Individual.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/Mutation.java b/src/com/rapidminer/tools/math/optimization/ec/es/Mutation.java index 32984de..60d79a3 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/Mutation.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/Mutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/NonDominatedSortingSelection.java b/src/com/rapidminer/tools/math/optimization/ec/es/NonDominatedSortingSelection.java index 59d8530..75e8df0 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/NonDominatedSortingSelection.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/NonDominatedSortingSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/OptimizationValueType.java b/src/com/rapidminer/tools/math/optimization/ec/es/OptimizationValueType.java index db8da50..dbb3287 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/OptimizationValueType.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/OptimizationValueType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/Population.java b/src/com/rapidminer/tools/math/optimization/ec/es/Population.java index b7eeef0..608e91f 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/Population.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/Population.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/PopulationOperator.java b/src/com/rapidminer/tools/math/optimization/ec/es/PopulationOperator.java index c43cdef..255f842 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/PopulationOperator.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/PopulationOperator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/PopulationPlotter.java b/src/com/rapidminer/tools/math/optimization/ec/es/PopulationPlotter.java index cf66ee4..ed27564 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/PopulationPlotter.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/PopulationPlotter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/RankSelection.java b/src/com/rapidminer/tools/math/optimization/ec/es/RankSelection.java index 093c20c..aeabc8e 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/RankSelection.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/RankSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/RouletteWheel.java b/src/com/rapidminer/tools/math/optimization/ec/es/RouletteWheel.java index 6dc7fa1..e39edb6 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/RouletteWheel.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/RouletteWheel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/SparsityMutation.java b/src/com/rapidminer/tools/math/optimization/ec/es/SparsityMutation.java index c402520..bc6f50b 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/SparsityMutation.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/SparsityMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/StochasticUniversalSampling.java b/src/com/rapidminer/tools/math/optimization/ec/es/StochasticUniversalSampling.java index dd0b106..8b36a34 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/StochasticUniversalSampling.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/StochasticUniversalSampling.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/SwitchingMutation.java b/src/com/rapidminer/tools/math/optimization/ec/es/SwitchingMutation.java index ec1e672..1b183f0 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/SwitchingMutation.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/SwitchingMutation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/TournamentSelection.java b/src/com/rapidminer/tools/math/optimization/ec/es/TournamentSelection.java index 0ffda78..0905cc2 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/TournamentSelection.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/TournamentSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/UniformSelection.java b/src/com/rapidminer/tools/math/optimization/ec/es/UniformSelection.java index ff901c9..58ab36c 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/UniformSelection.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/UniformSelection.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/es/VarianceAdaption.java b/src/com/rapidminer/tools/math/optimization/ec/es/VarianceAdaption.java index 3c462c3..1bf75b4 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/es/VarianceAdaption.java +++ b/src/com/rapidminer/tools/math/optimization/ec/es/VarianceAdaption.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/pso/PSOOptimization.java b/src/com/rapidminer/tools/math/optimization/ec/pso/PSOOptimization.java index c4c2bde..4549dbd 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/pso/PSOOptimization.java +++ b/src/com/rapidminer/tools/math/optimization/ec/pso/PSOOptimization.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/optimization/ec/pso/Population.java b/src/com/rapidminer/tools/math/optimization/ec/pso/Population.java index 580b4ce..d2804f6 100644 --- a/src/com/rapidminer/tools/math/optimization/ec/pso/Population.java +++ b/src/com/rapidminer/tools/math/optimization/ec/pso/Population.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/sampling/OrderedSamplingWithoutReplacement.java b/src/com/rapidminer/tools/math/sampling/OrderedSamplingWithoutReplacement.java index 685861b..a33ae40 100644 --- a/src/com/rapidminer/tools/math/sampling/OrderedSamplingWithoutReplacement.java +++ b/src/com/rapidminer/tools/math/sampling/OrderedSamplingWithoutReplacement.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/BregmanDivergence.java b/src/com/rapidminer/tools/math/similarity/BregmanDivergence.java index 884465f..342a53f 100644 --- a/src/com/rapidminer/tools/math/similarity/BregmanDivergence.java +++ b/src/com/rapidminer/tools/math/similarity/BregmanDivergence.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/DistanceMeasure.java b/src/com/rapidminer/tools/math/similarity/DistanceMeasure.java index cfdc7b0..0024639 100644 --- a/src/com/rapidminer/tools/math/similarity/DistanceMeasure.java +++ b/src/com/rapidminer/tools/math/similarity/DistanceMeasure.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/DistanceMeasureHelper.java b/src/com/rapidminer/tools/math/similarity/DistanceMeasureHelper.java index d0b17a2..69ab05b 100644 --- a/src/com/rapidminer/tools/math/similarity/DistanceMeasureHelper.java +++ b/src/com/rapidminer/tools/math/similarity/DistanceMeasureHelper.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/DistanceMeasures.java b/src/com/rapidminer/tools/math/similarity/DistanceMeasures.java index 7c02b69..daf7d03 100644 --- a/src/com/rapidminer/tools/math/similarity/DistanceMeasures.java +++ b/src/com/rapidminer/tools/math/similarity/DistanceMeasures.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/SimilarityMeasure.java b/src/com/rapidminer/tools/math/similarity/SimilarityMeasure.java index b33c85d..3c6c49a 100644 --- a/src/com/rapidminer/tools/math/similarity/SimilarityMeasure.java +++ b/src/com/rapidminer/tools/math/similarity/SimilarityMeasure.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/GeneralizedIDivergence.java b/src/com/rapidminer/tools/math/similarity/divergences/GeneralizedIDivergence.java index 26e6f69..700e8e4 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/GeneralizedIDivergence.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/GeneralizedIDivergence.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/ItakuraSaitoDistance.java b/src/com/rapidminer/tools/math/similarity/divergences/ItakuraSaitoDistance.java index e115b48..b13ac0c 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/ItakuraSaitoDistance.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/ItakuraSaitoDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/KLDivergence.java b/src/com/rapidminer/tools/math/similarity/divergences/KLDivergence.java index 7e5a9de..6513fc1 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/KLDivergence.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/KLDivergence.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/LogarithmicLoss.java b/src/com/rapidminer/tools/math/similarity/divergences/LogarithmicLoss.java index 830f5c7..08e75c6 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/LogarithmicLoss.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/LogarithmicLoss.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/LogisticLoss.java b/src/com/rapidminer/tools/math/similarity/divergences/LogisticLoss.java index 2c981c9..1ce4b90 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/LogisticLoss.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/LogisticLoss.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/MahalanobisDistance.java b/src/com/rapidminer/tools/math/similarity/divergences/MahalanobisDistance.java index 993bf46..4f2f1bd 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/MahalanobisDistance.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/MahalanobisDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/SquaredEuclideanDistance.java b/src/com/rapidminer/tools/math/similarity/divergences/SquaredEuclideanDistance.java index 3513af4..7f5f880 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/SquaredEuclideanDistance.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/SquaredEuclideanDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/divergences/SquaredLoss.java b/src/com/rapidminer/tools/math/similarity/divergences/SquaredLoss.java index a8e4b2f..2e0f35d 100644 --- a/src/com/rapidminer/tools/math/similarity/divergences/SquaredLoss.java +++ b/src/com/rapidminer/tools/math/similarity/divergences/SquaredLoss.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/mixed/MixedEuclideanDistance.java b/src/com/rapidminer/tools/math/similarity/mixed/MixedEuclideanDistance.java index 3b4a44e..7c45530 100644 --- a/src/com/rapidminer/tools/math/similarity/mixed/MixedEuclideanDistance.java +++ b/src/com/rapidminer/tools/math/similarity/mixed/MixedEuclideanDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/AbstractNominalSimilarity.java b/src/com/rapidminer/tools/math/similarity/nominal/AbstractNominalSimilarity.java index fdbb00c..6905da9 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/AbstractNominalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/AbstractNominalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/DiceNominalSimilarity.java b/src/com/rapidminer/tools/math/similarity/nominal/DiceNominalSimilarity.java index 549ae13..912341b 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/DiceNominalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/DiceNominalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/JaccardNominalSimilarity.java b/src/com/rapidminer/tools/math/similarity/nominal/JaccardNominalSimilarity.java index 76b7e7b..93907ac 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/JaccardNominalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/JaccardNominalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/KulczynskiNominalSimilarity.java b/src/com/rapidminer/tools/math/similarity/nominal/KulczynskiNominalSimilarity.java index da912f7..7d38603 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/KulczynskiNominalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/KulczynskiNominalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/LevenshteinDistance.java b/src/com/rapidminer/tools/math/similarity/nominal/LevenshteinDistance.java index fdcbb0c..0c38013 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/LevenshteinDistance.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/LevenshteinDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/NominalDistance.java b/src/com/rapidminer/tools/math/similarity/nominal/NominalDistance.java index 6fc384b..bd2d84d 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/NominalDistance.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/NominalDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/RogersTanimotoNominalSimilarity.java b/src/com/rapidminer/tools/math/similarity/nominal/RogersTanimotoNominalSimilarity.java index 6aa0ae7..e36cf58 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/RogersTanimotoNominalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/RogersTanimotoNominalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/RussellRaoNominalSimilarity.java b/src/com/rapidminer/tools/math/similarity/nominal/RussellRaoNominalSimilarity.java index 81f08db..94b2708 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/RussellRaoNominalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/RussellRaoNominalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/nominal/SimpleMatchingNominalSimilarity.java b/src/com/rapidminer/tools/math/similarity/nominal/SimpleMatchingNominalSimilarity.java index 27415a6..29d8afc 100644 --- a/src/com/rapidminer/tools/math/similarity/nominal/SimpleMatchingNominalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/nominal/SimpleMatchingNominalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/CamberraNumericalDistance.java b/src/com/rapidminer/tools/math/similarity/numerical/CamberraNumericalDistance.java index 24dd903..fa4bc3e 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/CamberraNumericalDistance.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/CamberraNumericalDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/ChebychevNumericalDistance.java b/src/com/rapidminer/tools/math/similarity/numerical/ChebychevNumericalDistance.java index 1ed0efc..95872c3 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/ChebychevNumericalDistance.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/ChebychevNumericalDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/CorrelationSimilarity.java b/src/com/rapidminer/tools/math/similarity/numerical/CorrelationSimilarity.java index 74021f6..3906a9b 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/CorrelationSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/CorrelationSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/CosineSimilarity.java b/src/com/rapidminer/tools/math/similarity/numerical/CosineSimilarity.java index c269c3b..c1487af 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/CosineSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/CosineSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/DTWDistance.java b/src/com/rapidminer/tools/math/similarity/numerical/DTWDistance.java index 423aa75..2afebd1 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/DTWDistance.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/DTWDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/DiceNumericalSimilarity.java b/src/com/rapidminer/tools/math/similarity/numerical/DiceNumericalSimilarity.java index c66b7d9..593d256 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/DiceNumericalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/DiceNumericalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/EuclideanDistance.java b/src/com/rapidminer/tools/math/similarity/numerical/EuclideanDistance.java index 8eef8fa..c4a7901 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/EuclideanDistance.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/EuclideanDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/InnerProductSimilarity.java b/src/com/rapidminer/tools/math/similarity/numerical/InnerProductSimilarity.java index 8f54c68..84a6f3c 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/InnerProductSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/InnerProductSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/JaccardNumericalSimilarity.java b/src/com/rapidminer/tools/math/similarity/numerical/JaccardNumericalSimilarity.java index 416f82e..24a7586 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/JaccardNumericalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/JaccardNumericalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/KernelEuclideanDistance.java b/src/com/rapidminer/tools/math/similarity/numerical/KernelEuclideanDistance.java index 1535728..49b7f36 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/KernelEuclideanDistance.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/KernelEuclideanDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/ManhattanDistance.java b/src/com/rapidminer/tools/math/similarity/numerical/ManhattanDistance.java index 60923d2..ddc773c 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/ManhattanDistance.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/ManhattanDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/MaxProductSimilarity.java b/src/com/rapidminer/tools/math/similarity/numerical/MaxProductSimilarity.java index 09d16c1..5ff5de9 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/MaxProductSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/MaxProductSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/similarity/numerical/OverlapNumericalSimilarity.java b/src/com/rapidminer/tools/math/similarity/numerical/OverlapNumericalSimilarity.java index d10608d..92b6f5d 100644 --- a/src/com/rapidminer/tools/math/similarity/numerical/OverlapNumericalSimilarity.java +++ b/src/com/rapidminer/tools/math/similarity/numerical/OverlapNumericalSimilarity.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/BisquareSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/BisquareSmoothingKernel.java index 52b6bb5..1e1d434 100644 --- a/src/com/rapidminer/tools/math/smoothing/BisquareSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/BisquareSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/EpanechnikovSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/EpanechnikovSmoothingKernel.java index 611f074..1b4e4d4 100644 --- a/src/com/rapidminer/tools/math/smoothing/EpanechnikovSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/EpanechnikovSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/ExponentialSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/ExponentialSmoothingKernel.java index 0338f08..31f5f89 100644 --- a/src/com/rapidminer/tools/math/smoothing/ExponentialSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/ExponentialSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/GaussianSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/GaussianSmoothingKernel.java index 3dcfbbe..db7d904 100644 --- a/src/com/rapidminer/tools/math/smoothing/GaussianSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/GaussianSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/McLainSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/McLainSmoothingKernel.java index 89523b3..e6a5594 100644 --- a/src/com/rapidminer/tools/math/smoothing/McLainSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/McLainSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/RectangularSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/RectangularSmoothingKernel.java index 2db6d7c..b066b84 100644 --- a/src/com/rapidminer/tools/math/smoothing/RectangularSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/RectangularSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/SmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/SmoothingKernel.java index abab47c..ee57e45 100644 --- a/src/com/rapidminer/tools/math/smoothing/SmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/SmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/SmoothingKernels.java b/src/com/rapidminer/tools/math/smoothing/SmoothingKernels.java index 9290279..dba84b0 100644 --- a/src/com/rapidminer/tools/math/smoothing/SmoothingKernels.java +++ b/src/com/rapidminer/tools/math/smoothing/SmoothingKernels.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/TriangularSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/TriangularSmoothingKernel.java index 381c0c3..3e042af 100644 --- a/src/com/rapidminer/tools/math/smoothing/TriangularSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/TriangularSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/TricubeSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/TricubeSmoothingKernel.java index 43e4f77..2374ed4 100644 --- a/src/com/rapidminer/tools/math/smoothing/TricubeSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/TricubeSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/smoothing/TriweightSmoothingKernel.java b/src/com/rapidminer/tools/math/smoothing/TriweightSmoothingKernel.java index b77e192..c037d9d 100644 --- a/src/com/rapidminer/tools/math/smoothing/TriweightSmoothingKernel.java +++ b/src/com/rapidminer/tools/math/smoothing/TriweightSmoothingKernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/AdaptationFunction.java b/src/com/rapidminer/tools/math/som/AdaptationFunction.java index 4d88cc0..8f6d6d9 100644 --- a/src/com/rapidminer/tools/math/som/AdaptationFunction.java +++ b/src/com/rapidminer/tools/math/som/AdaptationFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/DistanceFunction.java b/src/com/rapidminer/tools/math/som/DistanceFunction.java index 503cbd8..0dcef34 100644 --- a/src/com/rapidminer/tools/math/som/DistanceFunction.java +++ b/src/com/rapidminer/tools/math/som/DistanceFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/EuclideanDistance.java b/src/com/rapidminer/tools/math/som/EuclideanDistance.java index 14d7afa..057391c 100644 --- a/src/com/rapidminer/tools/math/som/EuclideanDistance.java +++ b/src/com/rapidminer/tools/math/som/EuclideanDistance.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/KohonenNet.java b/src/com/rapidminer/tools/math/som/KohonenNet.java index beea426..ba120fe 100644 --- a/src/com/rapidminer/tools/math/som/KohonenNet.java +++ b/src/com/rapidminer/tools/math/som/KohonenNet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/KohonenNode.java b/src/com/rapidminer/tools/math/som/KohonenNode.java index 7afab71..80f84c7 100644 --- a/src/com/rapidminer/tools/math/som/KohonenNode.java +++ b/src/com/rapidminer/tools/math/som/KohonenNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/KohonenTrainingsData.java b/src/com/rapidminer/tools/math/som/KohonenTrainingsData.java index 270ab0b..70eeec6 100644 --- a/src/com/rapidminer/tools/math/som/KohonenTrainingsData.java +++ b/src/com/rapidminer/tools/math/som/KohonenTrainingsData.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/ProgressListener.java b/src/com/rapidminer/tools/math/som/ProgressListener.java index c4df7c3..fb045c5 100644 --- a/src/com/rapidminer/tools/math/som/ProgressListener.java +++ b/src/com/rapidminer/tools/math/som/ProgressListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/RandomDataContainer.java b/src/com/rapidminer/tools/math/som/RandomDataContainer.java index 25b3300..32d5642 100644 --- a/src/com/rapidminer/tools/math/som/RandomDataContainer.java +++ b/src/com/rapidminer/tools/math/som/RandomDataContainer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/math/som/RitterAdaptation.java b/src/com/rapidminer/tools/math/som/RitterAdaptation.java index b0cebe3..b6c583e 100644 --- a/src/com/rapidminer/tools/math/som/RitterAdaptation.java +++ b/src/com/rapidminer/tools/math/som/RitterAdaptation.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/metadata/MetaDataTools.java b/src/com/rapidminer/tools/metadata/MetaDataTools.java index 0647134..4ae52aa 100644 --- a/src/com/rapidminer/tools/metadata/MetaDataTools.java +++ b/src/com/rapidminer/tools/metadata/MetaDataTools.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/parameter/Parameter.java b/src/com/rapidminer/tools/parameter/Parameter.java index 847a273..fed2e98 100644 --- a/src/com/rapidminer/tools/parameter/Parameter.java +++ b/src/com/rapidminer/tools/parameter/Parameter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/parameter/ParameterChangeListener.java b/src/com/rapidminer/tools/parameter/ParameterChangeListener.java index 3bd5f8f..18a310f 100644 --- a/src/com/rapidminer/tools/parameter/ParameterChangeListener.java +++ b/src/com/rapidminer/tools/parameter/ParameterChangeListener.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/parameter/ParameterScope.java b/src/com/rapidminer/tools/parameter/ParameterScope.java index 638212a..1afdf45 100644 --- a/src/com/rapidminer/tools/parameter/ParameterScope.java +++ b/src/com/rapidminer/tools/parameter/ParameterScope.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/parameter/ParameterWriter.java b/src/com/rapidminer/tools/parameter/ParameterWriter.java index 9e8bbbb..89a692c 100644 --- a/src/com/rapidminer/tools/parameter/ParameterWriter.java +++ b/src/com/rapidminer/tools/parameter/ParameterWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/parameter/WindowsBatParameterWriter.java b/src/com/rapidminer/tools/parameter/WindowsBatParameterWriter.java index fe0500e..7ea263f 100644 --- a/src/com/rapidminer/tools/parameter/WindowsBatParameterWriter.java +++ b/src/com/rapidminer/tools/parameter/WindowsBatParameterWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/parameter/WindowsExeParameterWriter.java b/src/com/rapidminer/tools/parameter/WindowsExeParameterWriter.java index cc0cf19..a33e3c0 100644 --- a/src/com/rapidminer/tools/parameter/WindowsExeParameterWriter.java +++ b/src/com/rapidminer/tools/parameter/WindowsExeParameterWriter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/patterns/Visitor.java b/src/com/rapidminer/tools/patterns/Visitor.java index 61d044d..0c81d81 100644 --- a/src/com/rapidminer/tools/patterns/Visitor.java +++ b/src/com/rapidminer/tools/patterns/Visitor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/plugin/AllPluginsClassLoader.java b/src/com/rapidminer/tools/plugin/AllPluginsClassLoader.java index a2d1bb8..0c9f0d9 100644 --- a/src/com/rapidminer/tools/plugin/AllPluginsClassLoader.java +++ b/src/com/rapidminer/tools/plugin/AllPluginsClassLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/plugin/Dependency.java b/src/com/rapidminer/tools/plugin/Dependency.java index 757ad54..c5878a2 100644 --- a/src/com/rapidminer/tools/plugin/Dependency.java +++ b/src/com/rapidminer/tools/plugin/Dependency.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/plugin/Plugin.java b/src/com/rapidminer/tools/plugin/Plugin.java index e994ab4..001f2dc 100644 --- a/src/com/rapidminer/tools/plugin/Plugin.java +++ b/src/com/rapidminer/tools/plugin/Plugin.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.plugin; import java.awt.Frame; diff --git a/src/com/rapidminer/tools/plugin/PluginClassLoader.java b/src/com/rapidminer/tools/plugin/PluginClassLoader.java index ea3f178..0373aa1 100644 --- a/src/com/rapidminer/tools/plugin/PluginClassLoader.java +++ b/src/com/rapidminer/tools/plugin/PluginClassLoader.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/plugin/PluginException.java b/src/com/rapidminer/tools/plugin/PluginException.java index 04728aa..2e2f833 100644 --- a/src/com/rapidminer/tools/plugin/PluginException.java +++ b/src/com/rapidminer/tools/plugin/PluginException.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/usagestats/OperatorStatisticsComparator.java b/src/com/rapidminer/tools/usagestats/OperatorStatisticsComparator.java index 2235d57..80f4ffd 100644 --- a/src/com/rapidminer/tools/usagestats/OperatorStatisticsComparator.java +++ b/src/com/rapidminer/tools/usagestats/OperatorStatisticsComparator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/usagestats/OperatorStatisticsDataTable.java b/src/com/rapidminer/tools/usagestats/OperatorStatisticsDataTable.java index 03c58b7..82c3f6e 100644 --- a/src/com/rapidminer/tools/usagestats/OperatorStatisticsDataTable.java +++ b/src/com/rapidminer/tools/usagestats/OperatorStatisticsDataTable.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/usagestats/OperatorStatisticsValue.java b/src/com/rapidminer/tools/usagestats/OperatorStatisticsValue.java index 1a2fbe1..0222cb6 100644 --- a/src/com/rapidminer/tools/usagestats/OperatorStatisticsValue.java +++ b/src/com/rapidminer/tools/usagestats/OperatorStatisticsValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/usagestats/OperatorUsageStatistics.java b/src/com/rapidminer/tools/usagestats/OperatorUsageStatistics.java index 1115f94..1aab7bb 100644 --- a/src/com/rapidminer/tools/usagestats/OperatorUsageStatistics.java +++ b/src/com/rapidminer/tools/usagestats/OperatorUsageStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/usagestats/UsageStatistics.java b/src/com/rapidminer/tools/usagestats/UsageStatistics.java index fa7047e..db91c48 100644 --- a/src/com/rapidminer/tools/usagestats/UsageStatistics.java +++ b/src/com/rapidminer/tools/usagestats/UsageStatistics.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/usagestats/UsageStatsTransmissionDialog.java b/src/com/rapidminer/tools/usagestats/UsageStatsTransmissionDialog.java index 7887dbe..7ad8ae1 100644 --- a/src/com/rapidminer/tools/usagestats/UsageStatsTransmissionDialog.java +++ b/src/com/rapidminer/tools/usagestats/UsageStatsTransmissionDialog.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/xml/MapBasedNamespaceContext.java b/src/com/rapidminer/tools/xml/MapBasedNamespaceContext.java index c8768b6..b85f456 100644 --- a/src/com/rapidminer/tools/xml/MapBasedNamespaceContext.java +++ b/src/com/rapidminer/tools/xml/MapBasedNamespaceContext.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/com/rapidminer/tools/xml/XHTMLEntityResolver.java b/src/com/rapidminer/tools/xml/XHTMLEntityResolver.java index 4fd07dc..15c604b 100644 --- a/src/com/rapidminer/tools/xml/XHTMLEntityResolver.java +++ b/src/com/rapidminer/tools/xml/XHTMLEntityResolver.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/de/dfki/madm/operator/ClusteringAlgorithms.java b/src/de/dfki/madm/operator/ClusteringAlgorithms.java index b601a53..4a8edbd 100644 --- a/src/de/dfki/madm/operator/ClusteringAlgorithms.java +++ b/src/de/dfki/madm/operator/ClusteringAlgorithms.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/de/dfki/madm/operator/KMeanspp.java b/src/de/dfki/madm/operator/KMeanspp.java index ab6d209..4a6cf33 100644 --- a/src/de/dfki/madm/operator/KMeanspp.java +++ b/src/de/dfki/madm/operator/KMeanspp.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/de/dfki/madm/operator/clustering/XMeansCore.java b/src/de/dfki/madm/operator/clustering/XMeansCore.java index 8a5279a..2134093 100644 --- a/src/de/dfki/madm/operator/clustering/XMeansCore.java +++ b/src/de/dfki/madm/operator/clustering/XMeansCore.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/de/dfki/madm/paren/gui/renderer/models/AutoMLPImprovedNeuralNetModelRenderer.java b/src/de/dfki/madm/paren/gui/renderer/models/AutoMLPImprovedNeuralNetModelRenderer.java index d3df211..a0782da 100644 --- a/src/de/dfki/madm/paren/gui/renderer/models/AutoMLPImprovedNeuralNetModelRenderer.java +++ b/src/de/dfki/madm/paren/gui/renderer/models/AutoMLPImprovedNeuralNetModelRenderer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetLearner.java b/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetLearner.java index 63b7930..cb8f511 100644 --- a/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetLearner.java +++ b/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetLearner.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetModel.java b/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetModel.java index 1ce7eca..9d83b56 100644 --- a/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetModel.java +++ b/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetModel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetVisualizer.java b/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetVisualizer.java index 8d477d3..a22da9e 100644 --- a/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetVisualizer.java +++ b/src/de/dfki/madm/paren/operator/learner/functions/neuralnet/AutoMLPImprovedNeuralNetVisualizer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/ArraySorter.java b/src/liblinear/ArraySorter.java index ab3ae8c..e4c2445 100644 --- a/src/liblinear/ArraySorter.java +++ b/src/liblinear/ArraySorter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/DoubleArrayPointer.java b/src/liblinear/DoubleArrayPointer.java index 7fef21d..295231a 100644 --- a/src/liblinear/DoubleArrayPointer.java +++ b/src/liblinear/DoubleArrayPointer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/FeatureNode.java b/src/liblinear/FeatureNode.java index 1518df7..0ef1d21 100644 --- a/src/liblinear/FeatureNode.java +++ b/src/liblinear/FeatureNode.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Function.java b/src/liblinear/Function.java index 62db2a2..426c1a3 100644 --- a/src/liblinear/Function.java +++ b/src/liblinear/Function.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/IntArrayPointer.java b/src/liblinear/IntArrayPointer.java index 4b282b8..fa2a072 100644 --- a/src/liblinear/IntArrayPointer.java +++ b/src/liblinear/IntArrayPointer.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/L2LossSVMFunction.java b/src/liblinear/L2LossSVMFunction.java index 7e7ab7d..118a7b5 100644 --- a/src/liblinear/L2LossSVMFunction.java +++ b/src/liblinear/L2LossSVMFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/L2LrFunction.java b/src/liblinear/L2LrFunction.java index 703ff8b..c74565f 100644 --- a/src/liblinear/L2LrFunction.java +++ b/src/liblinear/L2LrFunction.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Linear.java b/src/liblinear/Linear.java index 528b17d..2610df5 100644 --- a/src/liblinear/Linear.java +++ b/src/liblinear/Linear.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Model.java b/src/liblinear/Model.java index 7992aec..a1bc01c 100644 --- a/src/liblinear/Model.java +++ b/src/liblinear/Model.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Parameter.java b/src/liblinear/Parameter.java index 7cfc66a..077ff55 100644 --- a/src/liblinear/Parameter.java +++ b/src/liblinear/Parameter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Predict.java b/src/liblinear/Predict.java index 2cdecd5..2be6b32 100644 --- a/src/liblinear/Predict.java +++ b/src/liblinear/Predict.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Problem.java b/src/liblinear/Problem.java index 54b3ade..be73930 100644 --- a/src/liblinear/Problem.java +++ b/src/liblinear/Problem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/SolverMCSVM_CS.java b/src/liblinear/SolverMCSVM_CS.java index 26ac66f..805c6d8 100644 --- a/src/liblinear/SolverMCSVM_CS.java +++ b/src/liblinear/SolverMCSVM_CS.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/SolverType.java b/src/liblinear/SolverType.java index 02b4cc9..41b28b1 100644 --- a/src/liblinear/SolverType.java +++ b/src/liblinear/SolverType.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Train.java b/src/liblinear/Train.java index 3362eca..1eca5a0 100644 --- a/src/liblinear/Train.java +++ b/src/liblinear/Train.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/liblinear/Tron.java b/src/liblinear/Tron.java index 90b30d6..019da61 100644 --- a/src/liblinear/Tron.java +++ b/src/liblinear/Tron.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/libsvm/Kernel.java b/src/libsvm/Kernel.java index 9d2cf28..b2fd35c 100644 --- a/src/libsvm/Kernel.java +++ b/src/libsvm/Kernel.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/libsvm/Svm.java b/src/libsvm/Svm.java index 28da40a..19e1387 100644 --- a/src/libsvm/Svm.java +++ b/src/libsvm/Svm.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/libsvm/svm_model.java b/src/libsvm/svm_model.java index eaee315..f27ded2 100644 --- a/src/libsvm/svm_model.java +++ b/src/libsvm/svm_model.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/libsvm/svm_node.java b/src/libsvm/svm_node.java index c5b00c0..a36c191 100644 --- a/src/libsvm/svm_node.java +++ b/src/libsvm/svm_node.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/libsvm/svm_parameter.java b/src/libsvm/svm_parameter.java index c10cd15..61ca1ec 100644 --- a/src/libsvm/svm_parameter.java +++ b/src/libsvm/svm_parameter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/libsvm/svm_problem.java b/src/libsvm/svm_problem.java index e17766d..eb4186e 100644 --- a/src/libsvm/svm_problem.java +++ b/src/libsvm/svm_problem.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/ExpressionParser.java b/src_agpl/com/rapidminer/tools/jep/function/ExpressionParser.java index 4345342..aa69f99 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/ExpressionParser.java +++ b/src_agpl/com/rapidminer/tools/jep/function/ExpressionParser.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapidminer.tools.jep.function; import java.util.ArrayList; diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/Average.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/Average.java index dcfd507..6c317cb 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/Average.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/Average.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseAnd.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseAnd.java index a70dfa1..f104de9 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseAnd.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseAnd.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseNot.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseNot.java index 66be15f..8a904e1 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseNot.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseNot.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseOr.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseOr.java index 6750f6d..a617f0d 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseOr.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseOr.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseXor.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseXor.java index e4a9afa..9f5a30f 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseXor.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/BitwiseXor.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/Constant.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/Constant.java index dba9474..0ec7223 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/Constant.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/Constant.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/LogarithmDualis.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/LogarithmDualis.java index 8470cf8..87c2fc9 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/LogarithmDualis.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/LogarithmDualis.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/MacroValue.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/MacroValue.java index 8ed53a0..b1f7f9c 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/MacroValue.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/MacroValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/Maximum.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/Maximum.java index 16c1532..cfa70f9 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/Maximum.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/Maximum.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/Minimum.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/Minimum.java index 53cf6d0..3453d09 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/Minimum.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/Minimum.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/Missing.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/Missing.java index 06bd02e..d919630 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/Missing.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/Missing.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/ParameterValue.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/ParameterValue.java index 7548143..4bd53fe 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/ParameterValue.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/ParameterValue.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/Random.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/Random.java index f679549..fbf401c 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/Random.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/Random.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/Signum.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/Signum.java index 02ec9a9..0346e21 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/Signum.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/Signum.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2String.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2String.java index 00d865d..ed052ab 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2String.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2String.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringCustom.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringCustom.java index 6feaec8..52cb626 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringCustom.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringCustom.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringWithLocale.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringWithLocale.java index 07d3470..817f29f 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringWithLocale.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/Date2StringWithLocale.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAdd.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAdd.java index f67701e..e613251 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAdd.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAdd.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAfter.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAfter.java index 5dfef50..54ca55d 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAfter.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateAfter.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateBefore.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateBefore.java index 3122b14..7349ada 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateBefore.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateBefore.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateCreate.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateCreate.java index f950fb1..0111d6d 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateCreate.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateCreate.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateDiff.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateDiff.java index 97c32f1..2a3f4a2 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateDiff.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateDiff.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateGet.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateGet.java index 8407b58..429e459 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateGet.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateGet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParse.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParse.java index c926524..463edaa 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParse.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParse.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseCustom.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseCustom.java index 9da908a..1e912d1 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseCustom.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseCustom.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseWithLocale.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseWithLocale.java index fc7e6c8..8e59483 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseWithLocale.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateParseWithLocale.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateSet.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateSet.java index 8d88790..27f7d5a 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateSet.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/date/DateSet.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/number/Str.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/number/Str.java index 72de021..1f186a1 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/number/Str.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/number/Str.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/CharAt.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/CharAt.java index 461a18a..d785865 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/CharAt.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/CharAt.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Compare.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Compare.java index 344a75a..7d7a946 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Compare.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Compare.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Concat.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Concat.java index 4a3b5a9..802ce4f 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Concat.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Concat.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Contains.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Contains.java index c7b8951..cee4571 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Contains.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Contains.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EndsWith.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EndsWith.java index 15323c5..464e8b1 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EndsWith.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EndsWith.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Equals.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Equals.java index 895ba68..4ae5006 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Equals.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Equals.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EscapeHTML.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EscapeHTML.java index 92486ee..3095f15 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EscapeHTML.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/EscapeHTML.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Finds.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Finds.java index e47c315..5ed9e8a 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Finds.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Finds.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/IndexOf.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/IndexOf.java index 72b7a46..7270c6b 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/IndexOf.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/IndexOf.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Length.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Length.java index 75ba693..8820d3d 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Length.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Length.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/LowerCase.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/LowerCase.java index 35e9226..331208a 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/LowerCase.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/LowerCase.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Matches.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Matches.java index 8d2c80e..0694f67 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Matches.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Matches.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ParseNumber.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ParseNumber.java index 68ddba4..996c8bf 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ParseNumber.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ParseNumber.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Prefix.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Prefix.java index f0406f5..52275dd 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Prefix.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Prefix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Replace.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Replace.java index f7c3740..2f1da3e 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Replace.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Replace.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ReplaceRegex.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ReplaceRegex.java index 148bc09..a7e0266 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ReplaceRegex.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/ReplaceRegex.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/StartsWith.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/StartsWith.java index c8893f5..1b50388 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/StartsWith.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/StartsWith.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Substring.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Substring.java index 51e8520..58c121d 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Substring.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Substring.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Suffix.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Suffix.java index f1aba36..3ca33ae 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Suffix.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Suffix.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Trim.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Trim.java index e509309..fb76aa7 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Trim.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/Trim.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/UpperCase.java b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/UpperCase.java index b3fe52f..3c111f6 100644 --- a/src_agpl/com/rapidminer/tools/jep/function/expressions/text/UpperCase.java +++ b/src_agpl/com/rapidminer/tools/jep/function/expressions/text/UpperCase.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_launcher/com/rapid_i/Launcher.java b/src_launcher/com/rapid_i/Launcher.java index 978cc03..509d21d 100644 --- a/src_launcher/com/rapid_i/Launcher.java +++ b/src_launcher/com/rapid_i/Launcher.java @@ -1,4 +1,25 @@ - +/* + * RapidMiner + * + * Copyright (C) 2001-2014 by RapidMiner and the contributors + * + * Complete list of developers available at our web site: + * + * http://rapidminer.com + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see http://www.gnu.org/licenses/. + */ package com.rapid_i; import java.awt.BorderLayout; diff --git a/src_launcher/com/rapid_i/SystemInfoUtilities.java b/src_launcher/com/rapid_i/SystemInfoUtilities.java index 8828f0f..1a3b30d 100644 --- a/src_launcher/com/rapid_i/SystemInfoUtilities.java +++ b/src_launcher/com/rapid_i/SystemInfoUtilities.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i; import java.io.BufferedReader; diff --git a/src_launcher/com/rapid_i/command_line/AbstractCommandLineConfigurator.java b/src_launcher/com/rapid_i/command_line/AbstractCommandLineConfigurator.java index 8f22760..c1333ae 100644 --- a/src_launcher/com/rapid_i/command_line/AbstractCommandLineConfigurator.java +++ b/src_launcher/com/rapid_i/command_line/AbstractCommandLineConfigurator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.command_line; /** diff --git a/src_launcher/com/rapid_i/command_line/CommandLineConfigurator.java b/src_launcher/com/rapid_i/command_line/CommandLineConfigurator.java index fa92b92..09e3065 100644 --- a/src_launcher/com/rapid_i/command_line/CommandLineConfigurator.java +++ b/src_launcher/com/rapid_i/command_line/CommandLineConfigurator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.command_line; /** @@ -43,4 +42,4 @@ public interface CommandLineConfigurator { /** Returns JDBC driver parameters */ public String getJDBCDriverParameters(); -} \ No newline at end of file +} diff --git a/src_launcher/com/rapid_i/command_line/OSXCommandLineConfigurator.java b/src_launcher/com/rapid_i/command_line/OSXCommandLineConfigurator.java index c93477b..4448233 100644 --- a/src_launcher/com/rapid_i/command_line/OSXCommandLineConfigurator.java +++ b/src_launcher/com/rapid_i/command_line/OSXCommandLineConfigurator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.command_line; /** diff --git a/src_launcher/com/rapid_i/command_line/SolarisCommandLineConfigurator.java b/src_launcher/com/rapid_i/command_line/SolarisCommandLineConfigurator.java index 32d9f4f..9f33fc4 100644 --- a/src_launcher/com/rapid_i/command_line/SolarisCommandLineConfigurator.java +++ b/src_launcher/com/rapid_i/command_line/SolarisCommandLineConfigurator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.command_line; /** diff --git a/src_launcher/com/rapid_i/command_line/UnixCommandLineConfigurator.java b/src_launcher/com/rapid_i/command_line/UnixCommandLineConfigurator.java index 42d57cc..bcc41f6 100644 --- a/src_launcher/com/rapid_i/command_line/UnixCommandLineConfigurator.java +++ b/src_launcher/com/rapid_i/command_line/UnixCommandLineConfigurator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src_launcher/com/rapid_i/command_line/WindowsCommandLineConfigurator.java b/src_launcher/com/rapid_i/command_line/WindowsCommandLineConfigurator.java index eda1ab7..a5b0836 100644 --- a/src_launcher/com/rapid_i/command_line/WindowsCommandLineConfigurator.java +++ b/src_launcher/com/rapid_i/command_line/WindowsCommandLineConfigurator.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2012 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -20,7 +20,6 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see http://www.gnu.org/licenses/. */ - package com.rapid_i.command_line; /** diff --git a/src_test/com/rapidminer/test/TestContext.java b/src_test/com/rapidminer/test/TestContext.java index 39f4051..582d58f 100644 --- a/src_test/com/rapidminer/test/TestContext.java +++ b/src_test/com/rapidminer/test/TestContext.java @@ -1,11 +1,11 @@ /* * RapidMiner * - * Copyright (C) 2001-2013 by Rapid-I and the contributors + * Copyright (C) 2001-2014 by RapidMiner and the contributors * * Complete list of developers available at our web site: * - * http://rapid-i.com + * http://rapidminer.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by