summaryrefslogtreecommitdiff
path: root/imageto/bitmap2.c
diff options
context:
space:
mode:
Diffstat (limited to 'imageto/bitmap2.c')
-rw-r--r--imageto/bitmap2.c38
1 files changed, 17 insertions, 21 deletions
diff --git a/imageto/bitmap2.c b/imageto/bitmap2.c
index 78be75b..ee823cc 100644
--- a/imageto/bitmap2.c
+++ b/imageto/bitmap2.c
@@ -1,29 +1,25 @@
-/* bitmap2.c: extra bitmap manipulation routines.
-
-Copyright (C) 1992, 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. */
+# bitmap2.c: extra bitmap manipulation routines.
+#
+# Copyright (C) 1992, 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/>.
+#
#include "config.h"
-
#include "bitmap.h"
-
#include "bitmap2.h"
-
-
/* Put B2 to the right of B1, changing B1. For example, if B1 looked
like `A' and B2 like `B', the result would look like `AB'. The two
bitmaps must have the same number of rows. */