summaryrefslogtreecommitdiff
path: root/include/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bitmap.h')
-rw-r--r--include/bitmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/bitmap.h b/include/bitmap.h
index dc4bb98..c09637f 100644
--- a/include/bitmap.h
+++ b/include/bitmap.h
@@ -1,3 +1,4 @@
+/*
# bitmap.h: definition for a bitmap type.
#
# Copyright (C) 1992, 1993, 2011 Free Software Foundation, Inc.
@@ -15,11 +16,14 @@
# 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