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 Nov 22, 2023
1 parent 074784d commit 8b25cdc
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 36 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
2 changes: 1 addition & 1 deletion packaging/common/khiops/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Khiops 10.0
===========
(c) 2023 Orange Labs - All rights reserved.
(c) 2023 Orange - All rights reserved.
https://khiops.org

Khiops is a fully automatic tool for mining large multi-table databases,
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
4 changes: 2 additions & 2 deletions packaging/windows/nsis/khiops.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Var /GLOBAL SamplesInstallDir
!define MUI_ABORTWARNING
!define MUI_ICON ".\images\installer.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\win-uninstall.ico"
BrandingText "Orange Innovation"
BrandingText "Orange"

# Welcome page
!define MUI_WELCOMEPAGE_TITLE "Welcome to the Khiops ${KHIOPS_VERSION} Setup Wizard"
Expand Down Expand Up @@ -369,7 +369,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((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");

// Documentation
sDocumentation += "<h4> Reference Guide and Tutorial </h4>"
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((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((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 8b25cdc

Please sign in to comment.