File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Spin to C++ / PASM translator
22
3- Copyright 2011-2025 Total Spectrum Software Inc.
4- Copyright 2021-2025 Ada Gottensträter
5- Copyright 2024-2025 Collabora Ltd.
3+ Copyright 2011-2026 Total Spectrum Software Inc.
4+ Copyright 2021-2026 Ada Gottensträter
5+ Copyright 2024-2026 Collabora Ltd.
66
77+--------------------------------------------------------------------
88¦ TERMS OF USE: MIT License
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ has agreed to have distributed under the same terms. Nicolas Benezan's
99SpiFlash object is used for low level flash accesses, and is also MIT
1010licensed, as are Roger Loh's PSRAM and HyperRam/HyperFlash drivers.
1111
12- Copyright (c) 2011-2025 Total Spectrum Software Inc.
12+ Copyright (c) 2011-2026 Total Spectrum Software Inc.
1313Copyright (c) 2006-2023 Parallax, Inc.
1414Copyright (c) 2020 Jeff Roark
1515Copyright (c) 2020 Nicolas Benezan
Original file line number Diff line number Diff line change 11/*
22 * Spin to C/C++ translator
33 * flexcc front end
4- * Copyright 2011-2025 Total Spectrum Software Inc.
4+ * Copyright 2011-2026 Total Spectrum Software Inc.
55 *
66 * +--------------------------------------------------------------------
77 * ¦ TERMS OF USE: MIT License
4343static void
4444PrintInfo (FILE * f )
4545{
46- fprintf (f , "FlexC compiler (c) 2011-2025 Total Spectrum Software Inc. and contributors\n" );
46+ fprintf (f , "FlexC compiler (c) 2011-2026 Total Spectrum Software Inc. and contributors\n" );
4747 fprintf (f , "Version %s Compiled on: " __DATE__ "\n" , VERSIONSTR );
4848 fflush (f );
4949}
Original file line number Diff line number Diff line change 11/*
22 * Spin to C/C++ translator
3- * Copyright 2011-2025 Total Spectrum Software Inc.
3+ * Copyright 2011-2026 Total Spectrum Software Inc. and contributors
44 *
55 * +--------------------------------------------------------------------
66 * ¦ TERMS OF USE: MIT License
@@ -47,11 +47,11 @@ static void
4747PrintInfo (FILE * f , int bstcMode )
4848{
4949 if (bstcMode ) {
50- fprintf (f , "FlexSpin Compiler v%s - Copyright 2011-2025 Total Spectrum Software Inc. and contributors\n" , VERSIONSTR );
50+ fprintf (f , "FlexSpin Compiler v%s - Copyright 2011-2026 Total Spectrum Software Inc. and contributors\n" , VERSIONSTR );
5151 fprintf (f , "Compiled on: " __DATE__ "\n" );
5252
5353 } else {
54- fprintf (f , "Propeller Spin/PASM Compiler 'FlexSpin' (c) 2011-2025 Total Spectrum Software Inc. and contributors\n" );
54+ fprintf (f , "Propeller Spin/PASM Compiler 'FlexSpin' (c) 2011-2026 Total Spectrum Software Inc. and contributors\n" );
5555 fprintf (f , "Version %s Compiled on: " __DATE__ "\n" , VERSIONSTR );
5656 }
5757 fflush (f );
Original file line number Diff line number Diff line change 11/*
22 * Spin to C/C++ translator
3- * Copyright 2011-2023 Total Spectrum Software Inc.
3+ * Copyright 2011-2026 Total Spectrum Software Inc. and contributors
44 *
55 * +--------------------------------------------------------------------
66 * ¦ TERMS OF USE: MIT License
You can’t perform that action at this time.
0 commit comments