1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 10:29:29 +00:00

Update copyright

This commit is contained in:
2021-01-11 20:37:42 +01:00
parent 6eb56b056e
commit 9e712377a4
403 changed files with 1267 additions and 1267 deletions

View File

@ -8,19 +8,19 @@
; ## flexcat help.cd ../src/loc/help.h=help.sd
; ##
; ###################################################################################
; ## Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
; ## Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
; ## All rights reserved.
; ##
; ##
; ## Redistribution and use in source and binary forms, with or without
; ## modification, are permitted provided that the following conditions are met:
; ##
; ##
; ## * Redistributions of source code must retain the above copyright notice, this
; ## list of conditions and the following disclaimer.
; ##
; ##
; ## * Redistributions in binary form must reproduce the above copyright notice,
; ## this list of conditions and the following disclaimer in the documentation
; ## and/or other materials provided with the distribution.
; ##
; ##
; ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
; ## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
; ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@ -66,7 +66,7 @@ The def statement is used to define functions. When defining a function#NEWLINE#
symdelete (/20/)
The delete statement can delete variable and functions. To delete a#NEWLINE#single variable or functions use the name of the function or variable.#NEWLINE#To delete all functions or variables specify either the variable or#NEWLINE#function keyword.#NEWLINE##SYNTAXHIGHLIGHT#Syntax: delete f(x)#NEWLINE#Syntax: delete variables#NEWLINE#
; Help for digits statement
symdigits (/20/)
symdigits (/20/)
The digits statement defines the displayed number of significant digits.#NEWLINE#To show current configuration use the digits statement without specifying#NEWLINE#the number.#NEWLINE# #SYNTAXHIGHLIGHT#Syntax: digits 7#NEWLINE#
; Help for eval statement
symeval (/20/)

View File

@ -1,6 +1,6 @@
##stringtype C
/*-
* Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
* Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
*
* Project homepage:
* https://amath.innolan.net
*
*
*/
#ifndef AMATH_LOCALE_HELP_H

View File

@ -8,19 +8,19 @@
; ## flexcat ident.cd ../src/loc/ident.h=ident.sd
; ##
; ###################################################################################
; ## Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
; ## Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
; ## All rights reserved.
; ##
; ##
; ## Redistribution and use in source and binary forms, with or without
; ## modification, are permitted provided that the following conditions are met:
; ##
; ##
; ## * Redistributions of source code must retain the above copyright notice, this
; ## list of conditions and the following disclaimer.
; ##
; ##
; ## * Redistributions in binary form must reproduce the above copyright notice,
; ## this list of conditions and the following disclaimer in the documentation
; ## and/or other materials provided with the distribution.
; ##
; ##
; ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
; ## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
; ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

View File

@ -1,6 +1,6 @@
##stringtype C
/*-
* Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
* Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
*
* Project homepage:
* https://amath.innolan.net
*
*
*/
#ifndef AMATH_LOCALE_IDENT_H

View File

@ -8,19 +8,19 @@
; ## flexcat keyword.cd ../src/loc/kword.h=keyword.sd
; ##
; ###################################################################################
; ## Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
; ## Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
; ## All rights reserved.
; ##
; ##
; ## Redistribution and use in source and binary forms, with or without
; ## modification, are permitted provided that the following conditions are met:
; ##
; ##
; ## * Redistributions of source code must retain the above copyright notice, this
; ## list of conditions and the following disclaimer.
; ##
; ##
; ## * Redistributions in binary form must reproduce the above copyright notice,
; ## this list of conditions and the following disclaimer in the documentation
; ## and/or other materials provided with the distribution.
; ##
; ##
; ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
; ## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
; ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
@ -39,7 +39,7 @@ symclear
; ######### FunctionDefinition statement
def (//)
symdef
; ######### DeleteStatement and keyword
; ######### DeleteStatement and keyword
delete (//)
symdelete
;######### Eulers Number keyword

View File

@ -1,6 +1,6 @@
##stringtype none
/*-
* Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
* Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
*
* Project homepage:
* https://amath.innolan.net
*
*
*/
#ifndef AMATH_LOCALE_KEYWORD_H

View File

@ -8,19 +8,19 @@
; ## flexcat text.cd ../src/loc/text.h=text.sd
; ##
; ###################################################################################
; ## Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
; ## Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
; ## All rights reserved.
; ##
; ##
; ## Redistribution and use in source and binary forms, with or without
; ## modification, are permitted provided that the following conditions are met:
; ##
; ##
; ## * Redistributions of source code must retain the above copyright notice, this
; ## list of conditions and the following disclaimer.
; ##
; ##
; ## * Redistributions in binary form must reproduce the above copyright notice,
; ## this list of conditions and the following disclaimer in the documentation
; ## and/or other materials provided with the distribution.
; ##
; ##
; ## THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
; ## AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
; ## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE

View File

@ -1,6 +1,6 @@
##stringtype C
/*-
* Copyright (c) 2014-2018 Carsten Sonne Larsen <cs@innolan.net>
* Copyright (c) 2014-2021 Carsten Sonne Larsen <cs@innolan.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
*
* Project homepage:
* https://amath.innolan.net
*
*
*/
#ifndef AMATH_LOCALE_TEXT_H