diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/convert.c | 2 | ||||
| -rw-r--r-- | src/core/convert.h | 2 | ||||
| -rw-r--r-- | src/core/function.c | 2 | ||||
| -rw-r--r-- | src/core/function.h | 2 | ||||
| -rw-r--r-- | src/core/functions.c | 2 | ||||
| -rw-r--r-- | src/core/functions.h | 2 | ||||
| -rw-r--r-- | src/core/garbage.c | 2 | ||||
| -rw-r--r-- | src/core/garbage.h | 2 | ||||
| -rw-r--r-- | src/core/interpret.c | 2 | ||||
| -rw-r--r-- | src/core/interpret.h | 2 | ||||
| -rw-r--r-- | src/core/reference.c | 2 | ||||
| -rw-r--r-- | src/core/reference.h | 2 | ||||
| -rw-r--r-- | src/core/scanner.c | 2 | ||||
| -rw-r--r-- | src/core/scanner.h | 2 | ||||
| -rw-r--r-- | src/core/scope.c | 2 | ||||
| -rw-r--r-- | src/core/scope.h | 2 | ||||
| -rw-r--r-- | src/core/symbol.c | 2 | ||||
| -rw-r--r-- | src/core/symbol.h | 2 | ||||
| -rw-r--r-- | src/core/token.c | 2 | ||||
| -rw-r--r-- | src/core/token.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/src/core/convert.c b/src/core/convert.c index 6844047..c487b6f 100644 --- a/src/core/convert.c +++ b/src/core/convert.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/convert.h b/src/core/convert.h index ed153d5..ceedd24 100644 --- a/src/core/convert.h +++ b/src/core/convert.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/function.c b/src/core/function.c index f16e74a..59499bc 100644 --- a/src/core/function.c +++ b/src/core/function.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/function.h b/src/core/function.h index 6235d97..305158b 100644 --- a/src/core/function.h +++ b/src/core/function.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/functions.c b/src/core/functions.c index e534e9a..0ce26c2 100644 --- a/src/core/functions.c +++ b/src/core/functions.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/functions.h b/src/core/functions.h index fc7a138..57104f9 100644 --- a/src/core/functions.h +++ b/src/core/functions.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/garbage.c b/src/core/garbage.c index 544cbcb..0b0b9a4 100644 --- a/src/core/garbage.c +++ b/src/core/garbage.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/garbage.h b/src/core/garbage.h index 2f93982..5d9595b 100644 --- a/src/core/garbage.h +++ b/src/core/garbage.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/interpret.c b/src/core/interpret.c index 9a7eef4..d30d65e 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/interpret.h b/src/core/interpret.h index 28c6f2b..078cf58 100644 --- a/src/core/interpret.h +++ b/src/core/interpret.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/reference.c b/src/core/reference.c index fdbbb86..c714fd5 100644 --- a/src/core/reference.c +++ b/src/core/reference.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/reference.h b/src/core/reference.h index 0d16a2a..a79f3db 100644 --- a/src/core/reference.h +++ b/src/core/reference.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/scanner.c b/src/core/scanner.c index 266650c..8cfea84 100644 --- a/src/core/scanner.c +++ b/src/core/scanner.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/scanner.h b/src/core/scanner.h index bf4825d..eceafbb 100644 --- a/src/core/scanner.h +++ b/src/core/scanner.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/scope.c b/src/core/scope.c index acbec1f..d576d27 100644 --- a/src/core/scope.c +++ b/src/core/scope.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/scope.h b/src/core/scope.h index 16ddbd8..3d148e2 100644 --- a/src/core/scope.h +++ b/src/core/scope.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/symbol.c b/src/core/symbol.c index 375ff84..556adea 100644 --- a/src/core/symbol.c +++ b/src/core/symbol.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/symbol.h b/src/core/symbol.h index 2f6cc10..f4e9ccf 100644 --- a/src/core/symbol.h +++ b/src/core/symbol.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/token.c b/src/core/token.c index 092836f..9f94814 100644 --- a/src/core/token.c +++ b/src/core/token.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/core/token.h b/src/core/token.h index fe4ff52..05c6c8e 100644 --- a/src/core/token.h +++ b/src/core/token.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- |
