Skip to content

Commit

Permalink
CR notice -> QuantStack
Browse files Browse the repository at this point in the history
  • Loading branch information
romainfrancois committed Oct 2, 2023
1 parent e7ff514 commit 7a9b96d
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 11 deletions.
19 changes: 19 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/Users/romainfrancois/miniforge3/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "macos-clang-arm64"
}
],
"version": 4
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2023 Romain François
Copyright (C) 2023 Quantstack

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ def setup(app):
source_suffix = '.rst'
master_doc = 'index'
project = 'xeus-r'
copyright = '2023, Romain François'
author = 'Romain François'
copyright = '2023, QuantStack'
author = 'QuantStack'

html_logo = 'quantstack-white.svg'

exclude_patterns = []
highlight_language = 'c++'
pygments_style = 'sphinx'
todo_include_todos = False
htmlhelp_basename = 'Romain Françoisdoc'
htmlhelp_basename = 'xeus-rdoc'
2 changes: 1 addition & 1 deletion docs/source/usage.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. Copyright (c) 2023, Romain François
.. Copyright (c) 2023, QuantStack
Distributed under the terms of the GNU General Public License v3.
Expand Down
2 changes: 1 addition & 1 deletion include/xeus-r/xeus_r_config.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2023, Romain François
* Copyright (c) 2023, QuantStack
*
* Distributed under the terms of the GNU General Public License v3.
*
Expand Down
2 changes: 1 addition & 1 deletion include/xeus-r/xinterpreter.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2023, Romain François
* Copyright (c) 2023, QuantStack
*
* Distributed under the terms of the GNU General Public License v3.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2023, Romain François
* Copyright (c) 2023, QuantStack
*
* Distributed under the terms of the GNU General Public License v3.
*
Expand Down
2 changes: 1 addition & 1 deletion src/xinterpreter.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2023, Romain François
* Copyright (c) 2023, QuantStack
*
* Distributed under the terms of the GNU General Public License v3.
*
Expand Down
2 changes: 1 addition & 1 deletion test/test_xr_kernel.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#############################################################################
# Copyright (c) 2023, Romain François
# Copyright (c) 2023, QuantStack
#
# Distributed under the terms of the GNU General Public License v3.
#
Expand Down
2 changes: 1 addition & 1 deletion xeus-rConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
############################################################################
# Copyright (c) 2023, Romain François
# Copyright (c) 2023, QuantStack
#
#
# Distributed under the terms of the GNU General Public License v3.
Expand Down

0 comments on commit 7a9b96d

Please sign in to comment.