summaryrefslogtreecommitdiff
path: root/gutils
diff options
context:
space:
mode:
authorpfaedit <pfaedit>2009-01-30 04:40:32 +0000
committerpfaedit <pfaedit>2009-01-30 04:40:32 +0000
commite9f268eb090db7d0d14e8ebd4114411cac71b0e6 (patch)
tree1ceb27f7672f03afea35aa6cab0b9dab33ed35da /gutils
parent9a1262516e9daf8c84f1a096bfe1f3ce87a59f9d (diff)
Update copyright notices.
Diffstat (limited to 'gutils')
-rw-r--r--gutils/dynamic.c5
-rw-r--r--gutils/gcol.c2
-rw-r--r--gutils/gimage.c2
-rw-r--r--gutils/gimagebmpP.h2
-rw-r--r--gutils/gimageread.c2
-rw-r--r--gutils/gimagereadbmp.c2
-rw-r--r--gutils/gimagereadgif.c2
-rw-r--r--gutils/gimagereadjpeg.c2
-rw-r--r--gutils/gimagereadpng.c2
-rw-r--r--gutils/gimagereadras.c2
-rw-r--r--gutils/gimagereadrgb.c2
-rw-r--r--gutils/gimagereadtiff.c2
-rw-r--r--gutils/gimagereadxbm.c2
-rw-r--r--gutils/gimagereadxpm.c2
-rw-r--r--gutils/gimagewritebmp.c2
-rw-r--r--gutils/gimagewritegimage.c2
-rw-r--r--gutils/gimagewritejpeg.c2
-rw-r--r--gutils/gimagewritepng.c2
-rw-r--r--gutils/gimagewritexbm.c2
-rw-r--r--gutils/gimagewritexpm.c2
-rw-r--r--gutils/gioP.h2
-rw-r--r--gutils/giofile.c2
-rw-r--r--gutils/gioftp.c2
-rw-r--r--gutils/gioftpP.h2
-rw-r--r--gutils/giofuncP.h2
-rw-r--r--gutils/giohosts.c2
-rw-r--r--gutils/giomime.c2
-rw-r--r--gutils/giothread.c2
-rw-r--r--gutils/giotrans.c2
29 files changed, 31 insertions, 30 deletions
diff --git a/gutils/dynamic.c b/gutils/dynamic.c
index 127e1cf9..b9794727 100644
--- a/gutils/dynamic.c
+++ b/gutils/dynamic.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005-2008 by George Williams */
+/* Copyright (C) 2005-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -130,10 +130,11 @@ return( dlopen( ret,flags ));
return( dlopen(filename,flags) ); /* This will almost certainly fail, but it will provide an error for dlerror() */
}
#elif defined( __Mac )
+ /* The mac now has normal dlopen routines */
+#elif defined( __Mac )
# include <dynamic.h>
# include <stdio.h>
# include <string.h>
- /* The mac now has normal dlopen routines */
void *gwwv_dlopen(char *name,int flags) {
#undef dlopen
diff --git a/gutils/gcol.c b/gutils/gcol.c
index c07ac486..919d952a 100644
--- a/gutils/gcol.c
+++ b/gutils/gcol.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008 by George Williams */
+/* Copyright (C) 2008,2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimage.c b/gutils/gimage.c
index 15e0c0f4..922a6596 100644
--- a/gutils/gimage.c
+++ b/gutils/gimage.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagebmpP.h b/gutils/gimagebmpP.h
index 47c1f2f2..f6d3ba88 100644
--- a/gutils/gimagebmpP.h
+++ b/gutils/gimagebmpP.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimageread.c b/gutils/gimageread.c
index f2fe5f3c..f1dc311e 100644
--- a/gutils/gimageread.c
+++ b/gutils/gimageread.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadbmp.c b/gutils/gimagereadbmp.c
index 2b8d35fe..e64e4005 100644
--- a/gutils/gimagereadbmp.c
+++ b/gutils/gimagereadbmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadgif.c b/gutils/gimagereadgif.c
index 8a24e41e..3dcd3288 100644
--- a/gutils/gimagereadgif.c
+++ b/gutils/gimagereadgif.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadjpeg.c b/gutils/gimagereadjpeg.c
index 3c979a36..621ab1aa 100644
--- a/gutils/gimagereadjpeg.c
+++ b/gutils/gimagereadjpeg.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadpng.c b/gutils/gimagereadpng.c
index b7deddac..28687ec2 100644
--- a/gutils/gimagereadpng.c
+++ b/gutils/gimagereadpng.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadras.c b/gutils/gimagereadras.c
index 84ef53fa..00a98c40 100644
--- a/gutils/gimagereadras.c
+++ b/gutils/gimagereadras.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadrgb.c b/gutils/gimagereadrgb.c
index fb00c41a..e8766a60 100644
--- a/gutils/gimagereadrgb.c
+++ b/gutils/gimagereadrgb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadtiff.c b/gutils/gimagereadtiff.c
index 7c775fa5..5fd1e2bb 100644
--- a/gutils/gimagereadtiff.c
+++ b/gutils/gimagereadtiff.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadxbm.c b/gutils/gimagereadxbm.c
index dedba1c4..b95d6cf2 100644
--- a/gutils/gimagereadxbm.c
+++ b/gutils/gimagereadxbm.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagereadxpm.c b/gutils/gimagereadxpm.c
index 4d6cacb6..b4496c2e 100644
--- a/gutils/gimagereadxpm.c
+++ b/gutils/gimagereadxpm.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagewritebmp.c b/gutils/gimagewritebmp.c
index f1b0db85..96f62406 100644
--- a/gutils/gimagewritebmp.c
+++ b/gutils/gimagewritebmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagewritegimage.c b/gutils/gimagewritegimage.c
index 26189c2c..34edb38f 100644
--- a/gutils/gimagewritegimage.c
+++ b/gutils/gimagewritegimage.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagewritejpeg.c b/gutils/gimagewritejpeg.c
index 7c410334..5bcb0b71 100644
--- a/gutils/gimagewritejpeg.c
+++ b/gutils/gimagewritejpeg.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagewritepng.c b/gutils/gimagewritepng.c
index 609dfbec..39e910ee 100644
--- a/gutils/gimagewritepng.c
+++ b/gutils/gimagewritepng.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagewritexbm.c b/gutils/gimagewritexbm.c
index b7ffe13b..4074d1fd 100644
--- a/gutils/gimagewritexbm.c
+++ b/gutils/gimagewritexbm.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gimagewritexpm.c b/gutils/gimagewritexpm.c
index 2795cbfc..3ff9166c 100644
--- a/gutils/gimagewritexpm.c
+++ b/gutils/gimagewritexpm.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gioP.h b/gutils/gioP.h
index cf412b8d..343286ce 100644
--- a/gutils/gioP.h
+++ b/gutils/gioP.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/giofile.c b/gutils/giofile.c
index bba94a5d..dbaba492 100644
--- a/gutils/giofile.c
+++ b/gutils/giofile.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gioftp.c b/gutils/gioftp.c
index 4d8dbd32..8c34c947 100644
--- a/gutils/gioftp.c
+++ b/gutils/gioftp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/gioftpP.h b/gutils/gioftpP.h
index 03f049b7..c6e759c3 100644
--- a/gutils/gioftpP.h
+++ b/gutils/gioftpP.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/giofuncP.h b/gutils/giofuncP.h
index ead1ab96..80df2f2d 100644
--- a/gutils/giofuncP.h
+++ b/gutils/giofuncP.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/giohosts.c b/gutils/giohosts.c
index 8654619e..8fe5e5e6 100644
--- a/gutils/giohosts.c
+++ b/gutils/giohosts.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/giomime.c b/gutils/giomime.c
index 9e06f5ea..3fbfcd62 100644
--- a/gutils/giomime.c
+++ b/gutils/giomime.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/giothread.c b/gutils/giothread.c
index f976ca22..c4cf0b6f 100644
--- a/gutils/giothread.c
+++ b/gutils/giothread.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
diff --git a/gutils/giotrans.c b/gutils/giotrans.c
index 8fdc1b3d..54fda9e2 100644
--- a/gutils/giotrans.c
+++ b/gutils/giotrans.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000-2008 by George Williams */
+/* Copyright (C) 2000-2009 by George Williams */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met: