diff --git a/src/commands/cmd_about.c b/src/commands/cmd_about.c index 58ceac829..abce919f5 100644 --- a/src/commands/cmd_about.c +++ b/src/commands/cmd_about.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2005, 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 @@ -46,7 +46,7 @@ static void cmd_about_execute(const char *argument) box1 = jbox_new(JI_VERTICAL); label1 = jlabel_new("Allegro Sprite Editor - " VERSION); - label2 = jlabel_new(_("The Ultimate Sprites Factory")); + label2 = jlabel_new(_("Just Another Tool to Create Sprites")); separator1 = ji_separator_new(NULL, JI_HORIZONTAL); if (authors_txt) { diff --git a/src/commands/cmd_advanced_mode.c b/src/commands/cmd_advanced_mode.c index 6c43fd7dc..d56982662 100644 --- a/src/commands/cmd_advanced_mode.c +++ b/src/commands/cmd_advanced_mode.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_cel_properties.c b/src/commands/cmd_cel_properties.c index 10d1dc142..28481b88a 100644 --- a/src/commands/cmd_cel_properties.c +++ b/src/commands/cmd_cel_properties.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_change_image_type.c b/src/commands/cmd_change_image_type.c index 5de7be1df..955b9971a 100644 --- a/src/commands/cmd_change_image_type.c +++ b/src/commands/cmd_change_image_type.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_clear.c b/src/commands/cmd_clear.c index 524e509a8..cf7034b17 100644 --- a/src/commands/cmd_clear.c +++ b/src/commands/cmd_clear.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_close_file.c b/src/commands/cmd_close_file.c index 83a5699e5..048303209 100644 --- a/src/commands/cmd_close_file.c +++ b/src/commands/cmd_close_file.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2005, 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_configure_screen.c b/src/commands/cmd_configure_screen.c index 6a67ea638..2533474e2 100644 --- a/src/commands/cmd_configure_screen.c +++ b/src/commands/cmd_configure_screen.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_copy.c b/src/commands/cmd_copy.c index 465e5af55..b6d48c2fa 100644 --- a/src/commands/cmd_copy.c +++ b/src/commands/cmd_copy.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_copy_cel.c b/src/commands/cmd_copy_cel.c index f1deabb1e..8d6d0754e 100644 --- a/src/commands/cmd_copy_cel.c +++ b/src/commands/cmd_copy_cel.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_crop.c b/src/commands/cmd_crop.c index 883d9366d..4acf97cb6 100644 --- a/src/commands/cmd_crop.c +++ b/src/commands/cmd_crop.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_cut.c b/src/commands/cmd_cut.c index 50c03544d..d8cacc826 100644 --- a/src/commands/cmd_cut.c +++ b/src/commands/cmd_cut.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_deselect_mask.c b/src/commands/cmd_deselect_mask.c index 6ecc169ea..37d54968d 100644 --- a/src/commands/cmd_deselect_mask.c +++ b/src/commands/cmd_deselect_mask.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_draw_text.c b/src/commands/cmd_draw_text.c index a0cd4d8af..2adb9c088 100644 --- a/src/commands/cmd_draw_text.c +++ b/src/commands/cmd_draw_text.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_drawing_tools.c b/src/commands/cmd_drawing_tools.c index eacec1013..1073bd818 100644 --- a/src/commands/cmd_drawing_tools.c +++ b/src/commands/cmd_drawing_tools.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_duplicate_layer.c b/src/commands/cmd_duplicate_layer.c index dee23eadb..4306d2945 100644 --- a/src/commands/cmd_duplicate_layer.c +++ b/src/commands/cmd_duplicate_layer.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_duplicate_sprite.c b/src/commands/cmd_duplicate_sprite.c index f7dbc2f30..d72e4e6a0 100644 --- a/src/commands/cmd_duplicate_sprite.c +++ b/src/commands/cmd_duplicate_sprite.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_exit.c b/src/commands/cmd_exit.c index 97594c2e9..a63e3e1cf 100644 --- a/src/commands/cmd_exit.c +++ b/src/commands/cmd_exit.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2005, 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_film_editor.c b/src/commands/cmd_film_editor.c index ba5134367..68dfb8d45 100644 --- a/src/commands/cmd_film_editor.c +++ b/src/commands/cmd_film_editor.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_flatten_layers.c b/src/commands/cmd_flatten_layers.c index e6dcad2b1..a5de9b6e8 100644 --- a/src/commands/cmd_flatten_layers.c +++ b/src/commands/cmd_flatten_layers.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_flip.c b/src/commands/cmd_flip.c index 61859524b..8049907d3 100644 --- a/src/commands/cmd_flip.c +++ b/src/commands/cmd_flip.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_frame_properties.c b/src/commands/cmd_frame_properties.c index a84e1a42e..66b521afb 100644 --- a/src/commands/cmd_frame_properties.c +++ b/src/commands/cmd_frame_properties.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_invert_mask.c b/src/commands/cmd_invert_mask.c index 7023dc2c4..e6267d08a 100644 --- a/src/commands/cmd_invert_mask.c +++ b/src/commands/cmd_invert_mask.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_layer_properties.c b/src/commands/cmd_layer_properties.c index 1d8fac0b5..883e7fb6e 100644 --- a/src/commands/cmd_layer_properties.c +++ b/src/commands/cmd_layer_properties.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_link_cel.c b/src/commands/cmd_link_cel.c index 2307c322b..a5c819c2a 100644 --- a/src/commands/cmd_link_cel.c +++ b/src/commands/cmd_link_cel.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_load_mask.c b/src/commands/cmd_load_mask.c index 0a9c07401..ad422bd46 100644 --- a/src/commands/cmd_load_mask.c +++ b/src/commands/cmd_load_mask.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_mapgen.c b/src/commands/cmd_mapgen.c index c7f1240c1..23ac33266 100644 --- a/src/commands/cmd_mapgen.c +++ b/src/commands/cmd_mapgen.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_mask_all.c b/src/commands/cmd_mask_all.c index 35a25f8ab..91f70cc0f 100644 --- a/src/commands/cmd_mask_all.c +++ b/src/commands/cmd_mask_all.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_mask_by_color.c b/src/commands/cmd_mask_by_color.c index da3577c57..938600562 100644 --- a/src/commands/cmd_mask_by_color.c +++ b/src/commands/cmd_mask_by_color.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_merge_down_layer.c b/src/commands/cmd_merge_down_layer.c index a65490ba0..06963c762 100644 --- a/src/commands/cmd_merge_down_layer.c +++ b/src/commands/cmd_merge_down_layer.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_move_cel.c b/src/commands/cmd_move_cel.c index e6f0e18c0..35053d6a3 100644 --- a/src/commands/cmd_move_cel.c +++ b/src/commands/cmd_move_cel.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_new_cel.c b/src/commands/cmd_new_cel.c index d56701eaf..0d671731b 100644 --- a/src/commands/cmd_new_cel.c +++ b/src/commands/cmd_new_cel.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_new_file.c b/src/commands/cmd_new_file.c index c165bebd5..19e488c88 100644 --- a/src/commands/cmd_new_file.c +++ b/src/commands/cmd_new_file.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_new_frame.c b/src/commands/cmd_new_frame.c index eb33da8f3..63a604df6 100644 --- a/src/commands/cmd_new_frame.c +++ b/src/commands/cmd_new_frame.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_new_layer.c b/src/commands/cmd_new_layer.c index 1ec37a52e..ecd65b15c 100644 --- a/src/commands/cmd_new_layer.c +++ b/src/commands/cmd_new_layer.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_new_layer_set.c b/src/commands/cmd_new_layer_set.c index fc62f28b2..511888d9d 100644 --- a/src/commands/cmd_new_layer_set.c +++ b/src/commands/cmd_new_layer_set.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_options.c b/src/commands/cmd_options.c index 1778a60cc..e0cbb8e8b 100644 --- a/src/commands/cmd_options.c +++ b/src/commands/cmd_options.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_palette_editor.c b/src/commands/cmd_palette_editor.c index 378f7d212..b5b42de59 100644 --- a/src/commands/cmd_palette_editor.c +++ b/src/commands/cmd_palette_editor.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_paste.c b/src/commands/cmd_paste.c index fe06e8308..971569931 100644 --- a/src/commands/cmd_paste.c +++ b/src/commands/cmd_paste.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_play_flic.c b/src/commands/cmd_play_flic.c index 47bd6a9f0..50d0a4c2b 100644 --- a/src/commands/cmd_play_flic.c +++ b/src/commands/cmd_play_flic.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_preview.c b/src/commands/cmd_preview.c index 8c45544a7..6089ae8da 100644 --- a/src/commands/cmd_preview.c +++ b/src/commands/cmd_preview.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_record_screen.c b/src/commands/cmd_record_screen.c index 4c53018a1..3ac480b7c 100644 --- a/src/commands/cmd_record_screen.c +++ b/src/commands/cmd_record_screen.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_redo.c b/src/commands/cmd_redo.c index 6f723c76b..3fcbfbefc 100644 --- a/src/commands/cmd_redo.c +++ b/src/commands/cmd_redo.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_remove_cel.c b/src/commands/cmd_remove_cel.c index 7edbb43d1..7cd7f380a 100644 --- a/src/commands/cmd_remove_cel.c +++ b/src/commands/cmd_remove_cel.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_remove_frame.c b/src/commands/cmd_remove_frame.c index 593c7b995..01f427743 100644 --- a/src/commands/cmd_remove_frame.c +++ b/src/commands/cmd_remove_frame.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_remove_layer.c b/src/commands/cmd_remove_layer.c index 90bd70792..ccd5c5bb4 100644 --- a/src/commands/cmd_remove_layer.c +++ b/src/commands/cmd_remove_layer.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_reselect_mask.c b/src/commands/cmd_reselect_mask.c index 0c40102e7..a37130cab 100644 --- a/src/commands/cmd_reselect_mask.c +++ b/src/commands/cmd_reselect_mask.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_run_script.c b/src/commands/cmd_run_script.c index 6e0bcc36e..7b8db2c00 100644 --- a/src/commands/cmd_run_script.c +++ b/src/commands/cmd_run_script.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_save_file.c b/src/commands/cmd_save_file.c index f7361afa4..0d9a09b80 100644 --- a/src/commands/cmd_save_file.c +++ b/src/commands/cmd_save_file.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_save_file_as.c b/src/commands/cmd_save_file_as.c index 0430eb765..5221efafe 100644 --- a/src/commands/cmd_save_file_as.c +++ b/src/commands/cmd_save_file_as.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_save_mask.c b/src/commands/cmd_save_mask.c index 43f465094..df9f13fa2 100644 --- a/src/commands/cmd_save_mask.c +++ b/src/commands/cmd_save_mask.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_screen_shot.c b/src/commands/cmd_screen_shot.c index 85f8c8579..9663f080b 100644 --- a/src/commands/cmd_screen_shot.c +++ b/src/commands/cmd_screen_shot.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_select_file.c b/src/commands/cmd_select_file.c index a36bab2cf..21a0f68c0 100644 --- a/src/commands/cmd_select_file.c +++ b/src/commands/cmd_select_file.c @@ -1,6 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, - * 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_sprite_editor.c b/src/commands/cmd_sprite_editor.c index 89b8ab09a..0e306479b 100644 --- a/src/commands/cmd_sprite_editor.c +++ b/src/commands/cmd_sprite_editor.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_sprite_properties.c b/src/commands/cmd_sprite_properties.c index 1864c7a61..198d8fd3a 100644 --- a/src/commands/cmd_sprite_properties.c +++ b/src/commands/cmd_sprite_properties.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_tips.c b/src/commands/cmd_tips.c index 49b268e7f..f8d491fd8 100644 --- a/src/commands/cmd_tips.c +++ b/src/commands/cmd_tips.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/cmd_undo.c b/src/commands/cmd_undo.c index 68c8ce735..7fe806512 100644 --- a/src/commands/cmd_undo.c +++ b/src/commands/cmd_undo.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/commands.c b/src/commands/commands.c index 31c11709c..f2bdd6b80 100644 --- a/src/commands/commands.c +++ b/src/commands/commands.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/commands.h b/src/commands/commands.h index d95088c8d..eca85d3a0 100644 --- a/src/commands/commands.h +++ b/src/commands/commands.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/fx/cmd_color_curve.c b/src/commands/fx/cmd_color_curve.c index 096d8ebf4..b82523fb7 100644 --- a/src/commands/fx/cmd_color_curve.c +++ b/src/commands/fx/cmd_color_curve.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/fx/cmd_convolution_matrix.c b/src/commands/fx/cmd_convolution_matrix.c index b9c59cfbf..35cd0aa77 100644 --- a/src/commands/fx/cmd_convolution_matrix.c +++ b/src/commands/fx/cmd_convolution_matrix.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/fx/cmd_despeckle.c b/src/commands/fx/cmd_despeckle.c index c50fda0f7..639722942 100644 --- a/src/commands/fx/cmd_despeckle.c +++ b/src/commands/fx/cmd_despeckle.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/fx/cmd_invert_color.c b/src/commands/fx/cmd_invert_color.c index ce3015e94..4f1b923a4 100644 --- a/src/commands/fx/cmd_invert_color.c +++ b/src/commands/fx/cmd_invert_color.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/commands/fx/cmd_replace_color.c b/src/commands/fx/cmd_replace_color.c index 7ca0354a2..d0d2ea070 100644 --- a/src/commands/fx/cmd_replace_color.c +++ b/src/commands/fx/cmd_replace_color.c @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/console/console.c b/src/console/console.c index 9fd255b32..c273ae1ad 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -1,6 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2007, - * 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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 diff --git a/src/console/console.h b/src/console/console.h index 28b98b351..48ccb60b1 100644 --- a/src/console/console.h +++ b/src/console/console.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2005, 2007, 2008 David A. Capello + * Copyright (C) 2001-2008 David A. Capello * * 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