Skip to content

Commit

Permalink
Update copyright and website labels
Browse files Browse the repository at this point in the history
  • Loading branch information
folmos-at-orange committed Oct 27, 2023
1 parent 427dcab commit 8529cb4
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 44 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(
Khiops
LANGUAGES CXX
VERSION ${VERSION}
HOMEPAGE_URL "khiops.com")
HOMEPAGE_URL "https://khiops.org")

# Specify CMake policies
cmake_policy(SET CMP0015 NEW)
Expand Down
18 changes: 9 additions & 9 deletions packaging/common/khiops/README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Khiops 10.0
===========
(c) 2021 Orange Labs - All rights reserved.
www.khiops.com
(c) 2023 Orange - All rights reserved.
https://khiops.org

Khiops is a fully automatic tool for mining large multi-table databases,
winner of several data mining challenges.
Expand Down Expand Up @@ -63,11 +63,11 @@ Upward compatibility with Khiops 9

Technical prerequisite
----------------------
Configuration:
Configuration:
PC Windows (Seven and higher), 64 bits
Linux (supported distributions: see www.khiops.com), 64 bits
Windows software:
Linux (supported distributions: see http://www.khiops.org), 64 bits

Windows software:
Java Runtime Environment V7 or higher, Adobe AIR runtime V30.0, MS MPI 9
Automatic detection and silent installation during the Khiops installation process on Windows
For specific installation (other than default installation), ask "get Java" or
Expand All @@ -94,7 +94,7 @@ Root directory:
install.txt: installation process
KhiopsLicense.pdf: license file
Short-cuts to Khiops components

bin directory:
executable, batch files and libraries

Expand All @@ -117,7 +117,7 @@ lastrun directory:
contains scenario and log files for last run of Khiops and Khiops Coclustering



Khiops files on Linux
---------------------

Expand All @@ -137,4 +137,4 @@ Khiops files on Linux
to store Khiops and Khiops Coclustering license files

/tmp/khiops/$USER:
contains scenario and log files for last run of Khiops and Khiops Coclustering
contains scenario and log files for last run of Khiops and Khiops Coclustering
1 change: 0 additions & 1 deletion packaging/common/khiops/whatsnewV10.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ Issues:

Khiops 10.0 - what 's new
=========================
(c) 2021 Orange Labs - All rights reserved.

Khiops is a fully automatic tool for mining large multi-table databases,
winner of several data mining challenges.
Expand Down
2 changes: 1 addition & 1 deletion packaging/packaging.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(CPACK_PACKAGE_VENDOR Orange)
set(CPACK_PACKAGE_HOMEPAGE_URL khiops.com)
set(CPACK_PACKAGE_HOMEPAGE_URL https://khiops.org)
set(CPACK_PACKAGE_ICON "${PROJECT_SOURCE_DIR}/packaging/common/images/khiops.png")
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
set(CPACK_PACKAGE_VENDOR "Orange")
Expand Down
2 changes: 1 addition & 1 deletion packaging/windows/nsis/khiops.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ Section "Install" SecInstall
WriteRegStr HKLM "${UninstallerKey}\Khiops" "UninstallString" '"$INSTDIR\uninstall-khiops.exe"'
WriteRegStr HKLM "${UninstallerKey}\Khiops" "InstallLocation" "$INSTDIR"
WriteRegStr HKLM "${UninstallerKey}\Khiops" "DisplayName" "Khiops"
WriteRegStr HKLM "${UninstallerKey}\Khiops" "Publisher" "Orange Labs"
WriteRegStr HKLM "${UninstallerKey}\Khiops" "Publisher" "Orange"
WriteRegStr HKLM "${UninstallerKey}\Khiops" "DisplayIcon" "$INSTDIR\bin\icons\installer.ico"
WriteRegStr HKLM "${UninstallerKey}\Khiops" "DisplayVersion" "${KHIOPS_VERSION}"
WriteRegStr HKLM "${UninstallerKey}\Khiops" "URLInfoAbout" "http://khiops.org"
Expand Down
5 changes: 0 additions & 5 deletions src/Learning/KNITransfer/KNIRecodeFile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

/******************************************************************************
* Khiops Native Interface (KNI)
* Copyright (c) 2022 Orange Labs. All rights reserved.
*****************************************************************************/

#ifdef _MSC_VER
// To disable fopen warnings (Visual C++ deprecated method)
#define _CRT_SECURE_NO_WARNINGS
Expand Down
5 changes: 0 additions & 5 deletions src/Learning/KNITransfer/KNIRecodeFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

#pragma once
/******************************************************************************
* Khiops Native Interface (KNI)
* Copyright (c) 2022 Orange Labs. All rights reserved.
*****************************************************************************/

/*
* Recode an input file to an output file, using a Khiops dictionary from a dictionary file
* The input file must have a header line, describing the structure of all its instances
Expand Down
5 changes: 0 additions & 5 deletions src/Learning/KNITransfer/KNIRecodeMTFiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
// This software is distributed under the BSD 3-Clause-clear License, the text of which is available
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

/******************************************************************************
* Khiops Native Interface (KNI)
* Copyright (c) 2022 Orange Labs. All rights reserved.
*****************************************************************************/

#ifdef _MSC_VER
// To disable fopen warnings (Visual C++ deprecated method)
#define _CRT_SECURE_NO_WARNINGS
Expand Down
5 changes: 0 additions & 5 deletions src/Learning/KNITransfer/KNIRecodeMTFiles.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

#pragma once
/******************************************************************************
* Khiops Native Interface (KNI)
* Copyright (c) 2022 Orange Labs. All rights reserved.
*****************************************************************************/

/*
* Recode a set of multi-tables input files to an output file.
* See main function mainKNIRecodeMTFiles(argc, argv).
Expand Down
2 changes: 1 addition & 1 deletion src/Learning/KWUtils/KWKhiopsVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#define KHIOPS_VERSION str(10.1.5)

// Copyright
#define KHIOPS_COPYRIGHT_LABEL str((c)2023 Orange Labs - All rights reserved.)
#define KHIOPS_COPYRIGHT_LABEL str(Copyright (c) 2023 Orange - All rights reserved.)
4 changes: 0 additions & 4 deletions src/Learning/KhiopsNativeInterface/KhiopsNativeInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
// at https://spdx.org/licenses/BSD-3-Clause-Clear.html or see the "LICENSE" file for more details.

#pragma once
/******************************************************************************
* Khiops Native Interface (KNI)
* Copyright (c) 2022 Orange Labs. All rights reserved.
*****************************************************************************/

/* Use of C linkage from C++ */
#ifdef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion src/Learning/MODL_Coclustering/CCLearningProject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void CCLearningProject::OpenLearningEnvironnement()

// Parametrage du menu about
SetLearningAboutImage("images/khiops_coclustering_about.gif");
SetLearningWebSite("www.khiops.com");
SetLearningWebSite("https://khiops.org");

// Parametrage de la fenetre de documentation
sDocumentation = "<html> ";
Expand Down
2 changes: 1 addition & 1 deletion src/Learning/genum/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#define GENUM_VERSION str(1.0)

// Copyright
#define GENUM_COPYRIGHT_LABEL str((c)2022 Orange Labs.)
#define GENUM_COPYRIGHT_LABEL str(Copyright (c) 2023 Orange.)
2 changes: 1 addition & 1 deletion src/Learning/genumfp/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#define GENUMFP_VERSION str(1.0)

// Copyright
#define GENUMFP_COPYRIGHT_LABEL str((c)2022 Orange Labs.)
#define GENUMFP_COPYRIGHT_LABEL str(Copyright (c) 2023 Orange.)
6 changes: 3 additions & 3 deletions src/Norm/basetest/UITest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void FormattedLabelCard::Test()
"<li> Tutorial: KhiopsTutorial.pdf\n"
"</ul>\n"
"<h3> See doc directory under Khiops installation directory. </h3> <p>\n"
"<a href=\"http://www.khiops.com\">Khiops (c) Orange Labs software for data mining</a> \n"
"<a href=\"http://khiops.org\">Khiops (c) Orange software for data mining</a> \n"
"</html>";

// Parametrage de la boite et ouverture
Expand Down Expand Up @@ -259,7 +259,7 @@ LabelCard::LabelCard()
// Chaine de caracteres dans UriLabel
AddStringField("FourthText", "", "");
GetFieldAt("FourthText")->SetStyle("UriLabel");
GetFieldAt("FourthText")->SetParameters("www.khiops.com");
GetFieldAt("FourthText")->SetParameters("khiops.org");
}

LabelCard::~LabelCard() {}
Expand All @@ -279,7 +279,7 @@ void LabelCard::Test()
"<li> Tutorial: KhiopsTutorial.pdf\n"
"</ul>\n"
"<h3> See doc directory under Khiops installation directory. </h3> <p>\n"
"<a href=\"http://www.khiops.com\">Khiops (c) Orange Labs software for data mining</a> \n";
"<a href=\"http://khiops.org\">Khiops (c) Orange software for data mining</a> \n";

// Parametrage de la boite et ouverture
UIObject::SetUIMode(UIObject::Graphic);
Expand Down

0 comments on commit 8529cb4

Please sign in to comment.