From a19e7caed9e54b3e601f32617c909f856dfec265 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Oct 2009 15:11:44 +0000 Subject: --- src/data/array.c | 2 +- src/data/array.h | 2 +- src/data/dat.c | 2 +- src/data/dat.h | 2 +- src/data/hash.c | 2 +- src/data/hash.h | 2 +- src/data/list.c | 2 +- src/data/list.h | 2 +- src/data/map.c | 2 +- src/data/map.h | 2 +- src/data/queue.c | 2 +- src/data/queue.h | 2 +- src/data/stack.c | 2 +- src/data/stack.h | 2 +- src/data/tree.c | 2 +- src/data/tree.h | 2 +- src/data/tupel.c | 2 +- src/data/tupel.h | 2 +- src/data/types.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'src/data') diff --git a/src/data/array.c b/src/data/array.c index 4f99ad5..6caf8fd 100644 --- a/src/data/array.c +++ b/src/data/array.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/array.h b/src/data/array.h index 66d3da0..53c9aaa 100644 --- a/src/data/array.h +++ b/src/data/array.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/dat.c b/src/data/dat.c index 6b5ec32..5ddf535 100644 --- a/src/data/dat.c +++ b/src/data/dat.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/dat.h b/src/data/dat.h index f05e8c7..ad2cfd5 100644 --- a/src/data/dat.h +++ b/src/data/dat.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/hash.c b/src/data/hash.c index 52f8a22..c5fd41f 100644 --- a/src/data/hash.c +++ b/src/data/hash.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/hash.h b/src/data/hash.h index 4edcbee..c1f2534 100644 --- a/src/data/hash.h +++ b/src/data/hash.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/list.c b/src/data/list.c index 08bb2b5..932b60f 100644 --- a/src/data/list.c +++ b/src/data/list.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/list.h b/src/data/list.h index d2f335d..8baa1fe 100644 --- a/src/data/list.h +++ b/src/data/list.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/map.c b/src/data/map.c index 7eef972..e078df4 100644 --- a/src/data/map.c +++ b/src/data/map.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/map.h b/src/data/map.h index e286b08..75dd0a3 100644 --- a/src/data/map.h +++ b/src/data/map.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/queue.c b/src/data/queue.c index 384db86..db16a39 100644 --- a/src/data/queue.c +++ b/src/data/queue.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/queue.h b/src/data/queue.h index a821bb0..a95f42b 100644 --- a/src/data/queue.h +++ b/src/data/queue.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/stack.c b/src/data/stack.c index 69b90e1..ca12704 100644 --- a/src/data/stack.c +++ b/src/data/stack.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/stack.h b/src/data/stack.h index f3f373c..21dcdcb 100644 --- a/src/data/stack.h +++ b/src/data/stack.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/tree.c b/src/data/tree.c index f29e0fe..81f7321 100644 --- a/src/data/tree.c +++ b/src/data/tree.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/tree.h b/src/data/tree.h index 6566468..0bcb8d6 100644 --- a/src/data/tree.h +++ b/src/data/tree.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/tupel.c b/src/data/tupel.c index e4e4f45..b9babe4 100644 --- a/src/data/tupel.c +++ b/src/data/tupel.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/tupel.h b/src/data/tupel.h index ed8238a..61dd3d2 100644 --- a/src/data/tupel.h +++ b/src/data/tupel.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- diff --git a/src/data/types.h b/src/data/types.h index b6b5de0..3619b7a 100644 --- a/src/data/types.h +++ b/src/data/types.h @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- -- cgit v1.2.3