Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #44 from SpiNNakerManchester/https
Browse files Browse the repository at this point in the history
use https
  • Loading branch information
Christian-B authored Mar 10, 2023
2 parents f2bfe99 + e473ec5 commit aed7803
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ preferred-citation:
family-names: Stokes
affiliation: University Of Manchester
orcid: https://orcid.org/0000-0002-6110-1484
website: http://www.cs.man.ac.uk/~stokesa6/
- given-names: Steve B.
family-names: Furber
affiliation: University Of Manchester
Expand All @@ -90,14 +89,14 @@ preferred-citation:
title: These are the examples typically used in the Introduction to PyNN talks.
authors:
- name: SpiNNaker Software Team
alias: For a list of contributors see https://github.com/SpiNNakerManchester/IntroLab/graphs/contributors or for a combined list see http://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors
alias: For a list of contributors see https://github.com/SpiNNakerManchester/IntroLab/graphs/contributors or for a combined list see https://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors
address: University of Manchester, Oxford Road
city: Manchester
country: GB
email: [email protected]
post-code: M13 9PL
website: https://apt.cs.manchester.ac.uk/projects/SpiNNaker/
url: http://spinnakermanchester.github.io/
url: https://spinnakermanchester.github.io/
contact:
- address: University of Manchester, Oxford Road
city: Manchester
Expand Down
8 changes: 4 additions & 4 deletions LICENSE_POLICY.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# License Agreement

Up to date information for the whole [SpiNNakerManchester Projects](https://github.com/SpiNNakerManchester) can be found [here](http://spinnakermanchester.github.io/latest/LicenseAgreement.html)
Up to date information for the whole [SpiNNakerManchester Projects](https://github.com/SpiNNakerManchester) can be found [here](https://spinnakermanchester.github.io/latest/LicenseAgreement.html)

As shown there the software is currently being released under the Apache License 2.0 listed [here](https://www.apache.org/licenses/LICENSE-2.0)


# Paper Authorship

See: [here](http://spinnakermanchester.github.io/latest/LicenseAgreement.html#paper-authorship)
See: [here](https://spinnakermanchester.github.io/latest/LicenseAgreement.html#paper-authorship)

# Modifications

See: [here](http://spinnakermanchester.github.io/latest/LicenseAgreement.html#modifications)
See: [here](https://spinnakermanchester.github.io/latest/LicenseAgreement.html#modifications)

# Contributors

For up to date information on Contributors see the graphs/contributors pages on each project.

For example [https://github.com/SpiNNakerManchester/IntroLab/graphs/contributors](https://github.com/SpiNNakerManchester/IntroLab/graphs/contributors)

[Combined list](http://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors)
[Combined list](https://spinnakermanchester.github.io/latest/LicenseAgreement.html#contributors)

2 changes: 1 addition & 1 deletion sudoku/sudoku.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def activate_visualiser(old_vis):
[0, 2, 0, 0, 0, 7, 0, 5, 1]]
elif puzzle == 6:
# "World's hardest sudoku":
# http://www.telegraph.co.uk/news/science/science-news/9359579/\
# https://www.telegraph.co.uk/news/science/science-news/9359579/\
# Worlds-hardest-sudoku-can-you-crack-it.html
init = [[8, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 3, 6, 0, 0, 0, 0, 0],
Expand Down

0 comments on commit aed7803

Please sign in to comment.