Skip to content

Commit 20b4382

Browse files
committed
Pre-empative url / license spelling corrections. May need adjusting again prior to merge
1 parent 50f4799 commit 20b4382

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
PERSONAL_ACCESS_TOKEN: ${{ secrets.CLA_SIGNATURES_PAT }}
4848
with:
4949
path-to-signatures: 'signatures/v1/cla.json'
50-
path-to-document: 'https://flamegpu.com/download/cla/'
50+
path-to-document: 'https://flamegpu.com/cla/'
5151
branch: 'main'
5252
# allowlist: bot*
5353
remote-organization-name: FLAMEGPU

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ This ensure that users on both Linux and Windows can continue to build FLAME GPU
8181
FLAME GPU is available under two licenses:
8282

8383
- [AGPL-3.0-only license](https://github.com/FLAMEGPU/FLAMEGPU2/blob/master/LICENSE.md) for open source usage
84-
- A commercial licenses for cases where the use of the open source AGPL-licensed version is not possible or desirable. Please see [flamegpu.com/download/licence/](https://flamegpu.com/download/licence/) for more information.
84+
- A commercial licenses for cases where the use of the open source AGPL-licensed version is not possible or desirable. Please see [flamegpu.com/licence/](https://flamegpu.com/licence/) for more information.
8585

8686
### Contributor License Agreement (CLA)
8787

88-
Before we can accept your pull request, you need to sign our [CLA](https://flamegpu.com/download/cla/).
88+
Before we can accept your pull request, you need to sign our [CLA](https://flamegpu.com/cla/).
8989
Our CLA assistant should check and prompt you to sign the CLA when you create your pull request.
9090

9191
## Creating a Release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ To run the python test suite:
330330

331331
## Usage Statistics (Telemetry)
332332

333-
Support for academic software is dependant on evidence of impact. Without evidence it is difficult/impossible to justify investment to add features and provide maintenance. We collect a minimal amount of anonymous usage data so that we can gather usage statistics that enable us to continue to develop the software under a free and permissible licence.
333+
Support for academic software is dependant on evidence of impact. Without evidence it is difficult/impossible to justify investment to add features and provide maintenance. We collect a minimal amount of anonymous usage data so that we can gather usage statistics that enable us to continue to develop the software under a free and permissible license.
334334

335335
Information is collected when a simulation, ensemble or test suite run have completed.
336336

@@ -370,7 +370,7 @@ Alternatively, [CITATION.cff](https://github.com/FLAMEGPU/FLAMEGPU2/blob/master/
370370
FLAME GPU is available under two licenses:
371371
372372
- [AGPL-3.0-only license](https://github.com/FLAMEGPU/FLAMEGPU2/blob/master/LICENSE.md) for open source usage
373-
- A commercial licenses for cases where the use of the open source AGPL-licensed version is not possible or desirable. Please see [flamegpu.com/download/licence/](https://flamegpu.com/download/licence/) for more information.
373+
- A commercial licenses for cases where the use of the open source AGPL-licensed version is not possible or desirable. Please see [flamegpu.com/download/license/](https://flamegpu.com/download/license/) for more information.
374374
375375
## Known issues
376376

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (DEFINED ENV{FLAMEGPU_SHARE_USAGE_STATISTICS} AND NOT "$ENV{FLAMEGPU_SHARE_US
5151
set (FLAMEGPU_SHARE_USAGE_STATISTICS_DEFAULT OFF)
5252
endif()
5353
# Option to opt-in to sharing usage statistics
54-
option(FLAMEGPU_SHARE_USAGE_STATISTICS "Support for academic software is dependant on evidence of impact. Enabling this sends anonymous usage statistics so that we can continue to develop it under a free licence." ${FLAMEGPU_SHARE_USAGE_STATISTICS_DEFAULT})
54+
option(FLAMEGPU_SHARE_USAGE_STATISTICS "Support for academic software is dependant on evidence of impact. Enabling this sends anonymous usage statistics so that we can continue to develop it under a free license." ${FLAMEGPU_SHARE_USAGE_STATISTICS_DEFAULT})
5555
unset(FLAMEGPU_SHARE_USAGE_STATISTICS_DEFAULT)
5656

5757
# dependet option to suppress the telemetry notice if telemetry is off.
@@ -557,7 +557,7 @@ else()
557557
message(STATUS "FLAMEGPU_SHARE_USAGE_STATISTICS is not selected. \n\n"
558558
" Support for academic software is dependant on evidence of impact. \n"
559559
" Enabling this option sends minimal anonymous usage statistics so \n"
560-
" that we can continue to develop the software under a FOSS licence.\n"
560+
" that we can continue to develop the software under a FOSS license.\n"
561561
" See our documentation for more information of what we collect and \n"
562562
" why: https://docs.flamegpu.com/guide/telemetry")
563563
endif()

0 commit comments

Comments
 (0)