diff options
| author | Matt Venn <matt@mattvenn.net> | 2025-05-20 14:14:56 +0200 |
|---|---|---|
| committer | Matt Venn <matt@mattvenn.net> | 2025-06-03 11:06:08 +0200 |
| commit | d06a967590d5ea51733100ed805c372689ffe71f (patch) | |
| tree | 37af654509c98cf42780ee7f90a699ad39dabeec | |
| parent | 3cdcf4b009bb8681ab7e2e09d65043f04334b60e (diff) | |
Update Claire's name and fix the reference image in the iceprog help
| -rw-r--r-- | CodeOfConduct | 5 | ||||
| -rw-r--r-- | docs/source/_static/images/icestick.jpg | bin | 0 -> 1853608 bytes | |||
| -rw-r--r-- | icebox/icebox.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_chipdb.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_colbuf.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_diff.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_explain.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_html.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_maps.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_stat.py | 2 | ||||
| -rwxr-xr-x | icebox/icebox_vlog.py | 2 | ||||
| -rw-r--r-- | icebram/icebram.cc | 2 | ||||
| -rw-r--r-- | icepack/icepack.cc | 2 | ||||
| -rw-r--r-- | icepll/icepll.cc | 2 | ||||
| -rw-r--r-- | iceprog/iceprog.c | 6 | ||||
| -rw-r--r-- | iceprog/mpsse.c | 4 | ||||
| -rw-r--r-- | iceprog/mpsse.h | 2 | ||||
| -rw-r--r-- | icetime/icetime.cc | 2 | ||||
| -rw-r--r-- | icetime/iceutil.cc | 2 |
19 files changed, 22 insertions, 23 deletions
diff --git a/CodeOfConduct b/CodeOfConduct index 4f77997..0b172df 100644 --- a/CodeOfConduct +++ b/CodeOfConduct @@ -55,9 +55,8 @@ further defined and clarified by project maintainers. Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at clifford@clifford.at (and/or -cliffordvienna@gmail.com if you think your mail to the other address got -stuck in the spam filter). All complaints will be reviewed and investigated and +reported by contacting the project team at office@yosyshq.com. +All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement diff --git a/docs/source/_static/images/icestick.jpg b/docs/source/_static/images/icestick.jpg Binary files differnew file mode 100644 index 0000000..d9dddb7 --- /dev/null +++ b/docs/source/_static/images/icestick.jpg diff --git a/icebox/icebox.py b/icebox/icebox.py index 2802440..bed5572 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_chipdb.py b/icebox/icebox_chipdb.py index 722ec37..5673791 100755 --- a/icebox/icebox_chipdb.py +++ b/icebox/icebox_chipdb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_colbuf.py b/icebox/icebox_colbuf.py index 4153041..7e7b8cb 100755 --- a/icebox/icebox_colbuf.py +++ b/icebox/icebox_colbuf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_diff.py b/icebox/icebox_diff.py index f433bcf..8e86333 100755 --- a/icebox/icebox_diff.py +++ b/icebox/icebox_diff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_explain.py b/icebox/icebox_explain.py index 25061ab..67614ce 100755 --- a/icebox/icebox_explain.py +++ b/icebox/icebox_explain.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_html.py b/icebox/icebox_html.py index 879cc1e..12e32dc 100755 --- a/icebox/icebox_html.py +++ b/icebox/icebox_html.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_maps.py b/icebox/icebox_maps.py index 062335d..b5aea8d 100755 --- a/icebox/icebox_maps.py +++ b/icebox/icebox_maps.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_stat.py b/icebox/icebox_stat.py index f13dd2f..b2295b5 100755 --- a/icebox/icebox_stat.py +++ b/icebox/icebox_stat.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebox/icebox_vlog.py b/icebox/icebox_vlog.py index 6d9b915..4799037 100755 --- a/icebox/icebox_vlog.py +++ b/icebox/icebox_vlog.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/icebram/icebram.cc b/icebram/icebram.cc index 46098c5..412a367 100644 --- a/icebram/icebram.cc +++ b/icebram/icebram.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2016 Clifford Wolf <clifford@clifford.at> +// Copyright (C) 2016 Claire Xenia Wolf <claire@clairexen.net> // Copyright (C) 2023 Sylvain Munaut <tnt@246tNt.com> // // Permission to use, copy, modify, and/or distribute this software for any diff --git a/icepack/icepack.cc b/icepack/icepack.cc index 1bac258..5c2ae72 100644 --- a/icepack/icepack.cc +++ b/icepack/icepack.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +// Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> // // Based on a reference implementation provided by Mathias Lasser // diff --git a/icepll/icepll.cc b/icepll/icepll.cc index 65020c1..8c0aaaa 100644 --- a/icepll/icepll.cc +++ b/icepll/icepll.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +// Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/iceprog/iceprog.c b/iceprog/iceprog.c index 3ad202a..d86e874 100644 --- a/iceprog/iceprog.c +++ b/iceprog/iceprog.c @@ -1,7 +1,7 @@ /* * iceprog -- simple programming tool for FTDI-based Lattice iCE programmers * - * Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> + * Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> * Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net> * * Permission to use, copy, modify, and/or distribute this software for any @@ -549,14 +549,14 @@ static void help(const char *progname) fprintf(stderr, " programming the flash chip and one zero ohm resistor must be desoldered\n"); fprintf(stderr, " and the FT2232H SI pin must be connected to the iCE SPI_SI pin, as shown\n"); fprintf(stderr, " in this picture:\n"); - fprintf(stderr, " http://www.clifford.at/gallery/2014-elektronik/IMG_20141115_183838\n"); + fprintf(stderr, " https://github.com/yosyshq/icestorm/blob/master/docs/source/_static/images/icestick.jpg\n"); fprintf(stderr, "\n"); fprintf(stderr, "Notes for the iCE40-HX8K Breakout Board:\n"); fprintf(stderr, " Make sure that the jumper settings on the board match the selected\n"); fprintf(stderr, " mode (SRAM or FLASH). See the iCE40-HX8K user manual for details.\n"); fprintf(stderr, "\n"); fprintf(stderr, "If you have a bug report, please file an issue on github:\n"); - fprintf(stderr, " https://github.com/cliffordwolf/icestorm/issues\n"); + fprintf(stderr, " https://github.com/YosysHQ/icestorm/issues\n"); } int main(int argc, char **argv) diff --git a/iceprog/mpsse.c b/iceprog/mpsse.c index 80d462f..0106c45 100644 --- a/iceprog/mpsse.c +++ b/iceprog/mpsse.c @@ -1,7 +1,7 @@ /* * iceprog -- simple programming tool for FTDI-based Lattice iCE programmers * - * Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> + * Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> * Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net> * * Permission to use, copy, modify, and/or distribute this software for any @@ -360,4 +360,4 @@ void mpsse_close(void) ftdi_disable_bitbang(&mpsse_ftdic); ftdi_usb_close(&mpsse_ftdic); ftdi_deinit(&mpsse_ftdic); -}
\ No newline at end of file +} diff --git a/iceprog/mpsse.h b/iceprog/mpsse.h index b64b076..eb10675 100644 --- a/iceprog/mpsse.h +++ b/iceprog/mpsse.h @@ -1,7 +1,7 @@ /* * iceprog -- simple programming tool for FTDI-based Lattice iCE programmers * - * Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> + * Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> * Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net> * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/icetime/icetime.cc b/icetime/icetime.cc index fef65d2..9a6aaff 100644 --- a/icetime/icetime.cc +++ b/icetime/icetime.cc @@ -1,5 +1,5 @@ // -// Copyright (C) 2015 Clifford Wolf <clifford@clifford.at> +// Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net> // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above diff --git a/icetime/iceutil.cc b/icetime/iceutil.cc index c9075a4..ea194b1 100644 --- a/icetime/iceutil.cc +++ b/icetime/iceutil.cc @@ -1,7 +1,7 @@ /* * yosys -- Yosys Open SYnthesis Suite * - * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at> + * Copyright (C) 2012 Claire Xenia Wolf <claire@clairexen.net> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above |
