summaryrefslogtreecommitdiff
path: root/include/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bitmap.h')
-rw-r--r--include/bitmap.h43
1 files changed, 23 insertions, 20 deletions
diff --git a/include/bitmap.h b/include/bitmap.h
index f0d6c93..dc4bb98 100644
--- a/include/bitmap.h
+++ b/include/bitmap.h
@@ -1,23 +1,26 @@
-/* bitmap.h: definition for a bitmap type. No packing is done by
- default; each pixel is represented by an entire byte. Among other
- things, this means the type can be used for both grayscale and binary
- images.
-
-Copyright (C) 1992, 1993, 2011 Free Software Foundation, Inc.
-
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 3, or (at your option)
-any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+# bitmap.h: definition for a bitmap type.
+#
+# Copyright (C) 1992, 1993, 2011 Free Software Foundation, Inc.
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+
+# No packing is done by
+# default; each pixel is represented by an entire byte. Among other
+# things, this means the type can be used for both grayscale and binary
+# images.
+
#ifndef BITMAP_H
#define BITMAP_H