diff --git a/CMakeLists.txt b/CMakeLists.txt index d0b0147df..f887598ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # ASE - Allegro Sprite Editor -# Copyright (C) 2001-2010 David Capello +# Copyright (C) 2001-2011 David Capello # # Parts of this file come from the Allegro 4.4 CMakeLists.txt diff --git a/config.h b/config.h index 09fd7be10..db2894cd6 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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 @@ -28,7 +28,7 @@ #define VERSION "0.9" #define ASE_BETA 1 #define WEBSITE "http://www.aseprite.org/" -#define COPYRIGHT "Copyright (C) 2001-2010 David Capello" +#define COPYRIGHT "Copyright (C) 2001-2011 David Capello" #define PRINTF verbose_printf diff --git a/src/app.cpp b/src/app.cpp index 723fc8010..b7b22cf02 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/app/color.cpp b/src/app/color.cpp index b379e7a62..e7b0a86f3 100644 --- a/src/app/color.cpp +++ b/src/app/color.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/app/color_unittest.cpp b/src/app/color_unittest.cpp index f1b870463..4a1ea884b 100644 --- a/src/app/color_unittest.cpp +++ b/src/app/color_unittest.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/app/color_utils.cpp b/src/app/color_utils.cpp index 293f68b05..46471a9e1 100644 --- a/src/app/color_utils.cpp +++ b/src/app/color_utils.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/ase_exception.cpp b/src/ase_exception.cpp index d606a9db3..2f78ca2e7 100644 --- a/src/ase_exception.cpp +++ b/src/ase_exception.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/base/convert_to.cpp b/src/base/convert_to.cpp index 48b1dca9b..2b66cf68c 100644 --- a/src/base/convert_to.cpp +++ b/src/base/convert_to.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/errno_string.cpp b/src/base/errno_string.cpp index 793165e8f..b4e7239ce 100644 --- a/src/base/errno_string.cpp +++ b/src/base/errno_string.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/mem_utils.cpp b/src/base/mem_utils.cpp index 1dca6414c..7e3308625 100644 --- a/src/base/mem_utils.cpp +++ b/src/base/mem_utils.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/mutex.cpp b/src/base/mutex.cpp index 8a70d8490..88d693062 100644 --- a/src/base/mutex.cpp +++ b/src/base/mutex.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/path.cpp b/src/base/path.cpp index e3dd112b3..556a078d1 100644 --- a/src/base/path.cpp +++ b/src/base/path.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/path_unittest.cpp b/src/base/path_unittest.cpp index f61df9667..310e7a4f5 100644 --- a/src/base/path_unittest.cpp +++ b/src/base/path_unittest.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/serialization.cpp b/src/base/serialization.cpp index 3fd8ca120..6d4f30edd 100644 --- a/src/base/serialization.cpp +++ b/src/base/serialization.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/shared_ptr_unittest.cpp b/src/base/shared_ptr_unittest.cpp index 555200624..02893295f 100644 --- a/src/base/shared_ptr_unittest.cpp +++ b/src/base/shared_ptr_unittest.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/split_string.cpp b/src/base/split_string.cpp index 8dd697541..0b50addd4 100644 --- a/src/base/split_string.cpp +++ b/src/base/split_string.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/split_string_unittest.cpp b/src/base/split_string_unittest.cpp index dfb349ba8..ccafe7952 100644 --- a/src/base/split_string_unittest.cpp +++ b/src/base/split_string_unittest.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/string.cpp b/src/base/string.cpp index 13aad0a42..ad7539849 100644 --- a/src/base/string.cpp +++ b/src/base/string.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/thread.cpp b/src/base/thread.cpp index 0b84d1687..963c2dc18 100644 --- a/src/base/thread.cpp +++ b/src/base/thread.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/base/thread_unittest.cpp b/src/base/thread_unittest.cpp index 0c87aa3ef..4bb0d1f90 100644 --- a/src/base/thread_unittest.cpp +++ b/src/base/thread_unittest.cpp @@ -1,5 +1,5 @@ // ASE base library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/check_args.cpp b/src/check_args.cpp index ae7c9af2f..166018e78 100644 --- a/src/check_args.cpp +++ b/src/check_args.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_about.cpp b/src/commands/cmd_about.cpp index 60ba60e49..df50a48be 100644 --- a/src/commands/cmd_about.cpp +++ b/src/commands/cmd_about.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_advanced_mode.cpp b/src/commands/cmd_advanced_mode.cpp index 35bd637aa..d6f7677a7 100644 --- a/src/commands/cmd_advanced_mode.cpp +++ b/src/commands/cmd_advanced_mode.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_background_from_layer.cpp b/src/commands/cmd_background_from_layer.cpp index b6714e6dd..200be8ad7 100644 --- a/src/commands/cmd_background_from_layer.cpp +++ b/src/commands/cmd_background_from_layer.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_canvas_size.cpp b/src/commands/cmd_canvas_size.cpp index a0abae2f2..42870d51b 100644 --- a/src/commands/cmd_canvas_size.cpp +++ b/src/commands/cmd_canvas_size.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_cel_properties.cpp index 3fb321c74..a18554985 100644 --- a/src/commands/cmd_cel_properties.cpp +++ b/src/commands/cmd_cel_properties.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_color.cpp b/src/commands/cmd_change_color.cpp index a8debec9c..2c6cf2d4e 100644 --- a/src/commands/cmd_change_color.cpp +++ b/src/commands/cmd_change_color.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_change_image_type.cpp index 24416a819..0facd1109 100644 --- a/src/commands/cmd_change_image_type.cpp +++ b/src/commands/cmd_change_image_type.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_pen.cpp b/src/commands/cmd_change_pen.cpp index 924f90609..0af749758 100644 --- a/src/commands/cmd_change_pen.cpp +++ b/src/commands/cmd_change_pen.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_check_updates.cpp b/src/commands/cmd_check_updates.cpp index 5dc86abac..4e2d92845 100644 --- a/src/commands/cmd_check_updates.cpp +++ b/src/commands/cmd_check_updates.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_clear.cpp index 5cc496c37..f2951baba 100644 --- a/src/commands/cmd_clear.cpp +++ b/src/commands/cmd_clear.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_close_file.cpp index 15d0f32f6..dc43d0e8e 100644 --- a/src/commands/cmd_close_file.cpp +++ b/src/commands/cmd_close_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_tools.cpp b/src/commands/cmd_configure_tools.cpp index 571d8bcf0..1ec427da3 100644 --- a/src/commands/cmd_configure_tools.cpp +++ b/src/commands/cmd_configure_tools.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_copy.cpp index 932db574f..1c2cd8866 100644 --- a/src/commands/cmd_copy.cpp +++ b/src/commands/cmd_copy.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_copy_cel.cpp index 794d66753..fcf902e5c 100644 --- a/src/commands/cmd_copy_cel.cpp +++ b/src/commands/cmd_copy_cel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_crop.cpp index 2468cba6e..fdaaf9708 100644 --- a/src/commands/cmd_crop.cpp +++ b/src/commands/cmd_crop.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_cut.cpp index 3647e4164..180044caa 100644 --- a/src/commands/cmd_cut.cpp +++ b/src/commands/cmd_cut.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_deselect_mask.cpp index 43dc81ec0..12d4186e9 100644 --- a/src/commands/cmd_deselect_mask.cpp +++ b/src/commands/cmd_deselect_mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_donate.cpp b/src/commands/cmd_donate.cpp index 7e21e2460..4021a6e13 100644 --- a/src/commands/cmd_donate.cpp +++ b/src/commands/cmd_donate.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_duplicate_layer.cpp index bcac99ce6..ff934cbe5 100644 --- a/src/commands/cmd_duplicate_layer.cpp +++ b/src/commands/cmd_duplicate_layer.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_duplicate_sprite.cpp index 7db793c64..3e305ae62 100644 --- a/src/commands/cmd_duplicate_sprite.cpp +++ b/src/commands/cmd_duplicate_sprite.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_exit.cpp index 63cd6c167..1201671a0 100644 --- a/src/commands/cmd_exit.cpp +++ b/src/commands/cmd_exit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_eyedropper.cpp b/src/commands/cmd_eyedropper.cpp index 31bc5920e..fe25ef9b4 100644 --- a/src/commands/cmd_eyedropper.cpp +++ b/src/commands/cmd_eyedropper.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_film_editor.cpp index cad4d7ee7..c5fe07384 100644 --- a/src/commands/cmd_film_editor.cpp +++ b/src/commands/cmd_film_editor.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_flatten_layers.cpp index 8c1d7d0b7..25801b87b 100644 --- a/src/commands/cmd_flatten_layers.cpp +++ b/src/commands/cmd_flatten_layers.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_flip.cpp index c0e5a0e50..f3b5f3273 100644 --- a/src/commands/cmd_flip.cpp +++ b/src/commands/cmd_flip.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_frame_properties.cpp index 6e02183ba..de7a2046b 100644 --- a/src/commands/cmd_frame_properties.cpp +++ b/src/commands/cmd_frame_properties.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_grid.cpp b/src/commands/cmd_grid.cpp index c492a5b9a..6f5c0a9a4 100644 --- a/src/commands/cmd_grid.cpp +++ b/src/commands/cmd_grid.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_invert_mask.cpp index d200bb7f6..a5b8fc491 100644 --- a/src/commands/cmd_invert_mask.cpp +++ b/src/commands/cmd_invert_mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_from_background.cpp b/src/commands/cmd_layer_from_background.cpp index 994030fc8..63ff1dcbe 100644 --- a/src/commands/cmd_layer_from_background.cpp +++ b/src/commands/cmd_layer_from_background.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_layer_properties.cpp index cd93a39c7..e2f2fc9ab 100644 --- a/src/commands/cmd_layer_properties.cpp +++ b/src/commands/cmd_layer_properties.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_load_mask.cpp index b12ae7693..43d96c1fc 100644 --- a/src/commands/cmd_load_mask.cpp +++ b/src/commands/cmd_load_mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_mask_all.cpp index 9b89376ac..835182647 100644 --- a/src/commands/cmd_mask_all.cpp +++ b/src/commands/cmd_mask_all.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_mask_by_color.cpp index 719265178..29824bde8 100644 --- a/src/commands/cmd_mask_by_color.cpp +++ b/src/commands/cmd_mask_by_color.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_merge_down_layer.cpp index 047f77f0f..a7f7eb3cb 100644 --- a/src/commands/cmd_merge_down_layer.cpp +++ b/src/commands/cmd_merge_down_layer.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_move_cel.cpp index 944415c45..5ff399c1f 100644 --- a/src/commands/cmd_move_cel.cpp +++ b/src/commands/cmd_move_cel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_new_cel.cpp index a8fb773f6..9d3273d61 100644 --- a/src/commands/cmd_new_cel.cpp +++ b/src/commands/cmd_new_cel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_new_file.cpp index 35eb6979a..35f8e56b2 100644 --- a/src/commands/cmd_new_file.cpp +++ b/src/commands/cmd_new_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_new_frame.cpp index 1968968f1..94fb63652 100644 --- a/src/commands/cmd_new_frame.cpp +++ b/src/commands/cmd_new_frame.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_new_layer.cpp index 26ccd79e9..f663a6e1e 100644 --- a/src/commands/cmd_new_layer.cpp +++ b/src/commands/cmd_new_layer.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_new_layer_set.cpp index 4827e8742..a9f0b1d60 100644 --- a/src/commands/cmd_new_layer_set.cpp +++ b/src/commands/cmd_new_layer_set.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_open_file.cpp b/src/commands/cmd_open_file.cpp index bb7ff2f48..ac320ad61 100644 --- a/src/commands/cmd_open_file.cpp +++ b/src/commands/cmd_open_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_options.cpp index 1b604fd4a..186bcaff9 100644 --- a/src/commands/cmd_options.cpp +++ b/src/commands/cmd_options.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_palette_editor.cpp index 28f284b6c..11da3665f 100644 --- a/src/commands/cmd_palette_editor.cpp +++ b/src/commands/cmd_palette_editor.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_paste.cpp index 3338f05dd..8d91400ea 100644 --- a/src/commands/cmd_paste.cpp +++ b/src/commands/cmd_paste.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_preview.cpp index 792df9a82..2b8a44dde 100644 --- a/src/commands/cmd_preview.cpp +++ b/src/commands/cmd_preview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_quick_reference.cpp b/src/commands/cmd_quick_reference.cpp index f2dddd012..3085a4f7d 100644 --- a/src/commands/cmd_quick_reference.cpp +++ b/src/commands/cmd_quick_reference.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_redo.cpp index a3d793676..82e4dcb54 100644 --- a/src/commands/cmd_redo.cpp +++ b/src/commands/cmd_redo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_refresh.cpp b/src/commands/cmd_refresh.cpp index 8ee6e95f3..403ca7ffb 100644 --- a/src/commands/cmd_refresh.cpp +++ b/src/commands/cmd_refresh.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_remove_cel.cpp index ba3c4a9db..810f37cb1 100644 --- a/src/commands/cmd_remove_cel.cpp +++ b/src/commands/cmd_remove_cel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_remove_frame.cpp index 3e27c0ef0..1696d6ce7 100644 --- a/src/commands/cmd_remove_frame.cpp +++ b/src/commands/cmd_remove_frame.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_remove_layer.cpp index 4cee1e5a6..7ae32aef9 100644 --- a/src/commands/cmd_remove_layer.cpp +++ b/src/commands/cmd_remove_layer.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_reselect_mask.cpp index 15bf35e19..4f7099daf 100644 --- a/src/commands/cmd_reselect_mask.cpp +++ b/src/commands/cmd_reselect_mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_rotate_canvas.cpp b/src/commands/cmd_rotate_canvas.cpp index 2a64cfa3a..c89e5ea42 100644 --- a/src/commands/cmd_rotate_canvas.cpp +++ b/src/commands/cmd_rotate_canvas.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_save_file.cpp index 066a45378..d00da2705 100644 --- a/src/commands/cmd_save_file.cpp +++ b/src/commands/cmd_save_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_save_mask.cpp index 05e9ea59d..e4e5b0802 100644 --- a/src/commands/cmd_save_mask.cpp +++ b/src/commands/cmd_save_mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_screen_shot.cpp index ca3342a5e..189132654 100644 --- a/src/commands/cmd_screen_shot.cpp +++ b/src/commands/cmd_screen_shot.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_select_file.cpp index 0e4e28c52..88eb7e090 100644 --- a/src/commands/cmd_select_file.cpp +++ b/src/commands/cmd_select_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_sprite_editor.cpp index 3b1cdc005..c2990fa4e 100644 --- a/src/commands/cmd_sprite_editor.cpp +++ b/src/commands/cmd_sprite_editor.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_sprite_properties.cpp index 4c5c8ae5c..878816e80 100644 --- a/src/commands/cmd_sprite_properties.cpp +++ b/src/commands/cmd_sprite_properties.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_size.cpp b/src/commands/cmd_sprite_size.cpp index 4123f06ab..415035601 100644 --- a/src/commands/cmd_sprite_size.cpp +++ b/src/commands/cmd_sprite_size.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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_switch_colors.cpp b/src/commands/cmd_switch_colors.cpp index 64b002229..04575d7a3 100644 --- a/src/commands/cmd_switch_colors.cpp +++ b/src/commands/cmd_switch_colors.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/cmd_undo.cpp index b959c6ac5..88f9f8df4 100644 --- a/src/commands/cmd_undo.cpp +++ b/src/commands/cmd_undo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/command.cpp b/src/commands/command.cpp index 0ad5a55a0..6e726097d 100644 --- a/src/commands/command.cpp +++ b/src/commands/command.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/commands.cpp index 771a031dc..50dab477d 100644 --- a/src/commands/commands.cpp +++ b/src/commands/commands.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/fx/cmd_color_curve.cpp index aab97c253..924506e98 100644 --- a/src/commands/fx/cmd_color_curve.cpp +++ b/src/commands/fx/cmd_color_curve.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/fx/cmd_convolution_matrix.cpp index 9a177ec37..41dbf6494 100644 --- a/src/commands/fx/cmd_convolution_matrix.cpp +++ b/src/commands/fx/cmd_convolution_matrix.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/fx/cmd_despeckle.cpp index eac37dac8..4b1ce3be2 100644 --- a/src/commands/fx/cmd_despeckle.cpp +++ b/src/commands/fx/cmd_despeckle.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/fx/cmd_invert_color.cpp index cf7ee0f85..6c725a436 100644 --- a/src/commands/fx/cmd_invert_color.cpp +++ b/src/commands/fx/cmd_invert_color.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/commands/fx/cmd_replace_color.cpp index 80642ff4f..33e800ae3 100644 --- a/src/commands/fx/cmd_replace_color.cpp +++ b/src/commands/fx/cmd_replace_color.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/effectbg.cpp b/src/commands/fx/effectbg.cpp index b8d1474f9..c26ba4428 100644 --- a/src/commands/fx/effectbg.cpp +++ b/src/commands/fx/effectbg.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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.cpp b/src/console.cpp index e1591e872..880b63d5e 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/context.cpp b/src/context.cpp index b1d0a2984..968a0a9ac 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/core/cfg.cpp b/src/core/cfg.cpp index d176d168b..59e044a8c 100644 --- a/src/core/cfg.cpp +++ b/src/core/cfg.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/core/drop_files.cpp b/src/core/drop_files.cpp index 285531661..c8d9e3a17 100644 --- a/src/core/drop_files.cpp +++ b/src/core/drop_files.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/core/file_system.cpp b/src/core/file_system.cpp index 757f3562d..d4565cfc6 100644 --- a/src/core/file_system.cpp +++ b/src/core/file_system.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/core/modules.cpp b/src/core/modules.cpp index ef11e3a26..eaadf772f 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/dialogs/aniedit.cpp b/src/dialogs/aniedit.cpp index 57391ca2b..216a50beb 100644 --- a/src/dialogs/aniedit.cpp +++ b/src/dialogs/aniedit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/dialogs/drawtext.cpp b/src/dialogs/drawtext.cpp index e0d4b0a8c..96c823f7c 100644 --- a/src/dialogs/drawtext.cpp +++ b/src/dialogs/drawtext.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/dialogs/filesel.cpp b/src/dialogs/filesel.cpp index e451cf165..cf33ff75e 100644 --- a/src/dialogs/filesel.cpp +++ b/src/dialogs/filesel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/dialogs/maskcol.cpp b/src/dialogs/maskcol.cpp index d390ab2b2..5cb0eeabb 100644 --- a/src/dialogs/maskcol.cpp +++ b/src/dialogs/maskcol.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/dialogs/playfli.cpp b/src/dialogs/playfli.cpp index 9a12742a1..0a1165da3 100644 --- a/src/dialogs/playfli.cpp +++ b/src/dialogs/playfli.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/dialogs/repo.cpp b/src/dialogs/repo.cpp index abe297bd5..1f3547b17 100644 --- a/src/dialogs/repo.cpp +++ b/src/dialogs/repo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/dialogs/vectmap.cpp b/src/dialogs/vectmap.cpp index 8b8b2220e..c1722bb03 100644 --- a/src/dialogs/vectmap.cpp +++ b/src/dialogs/vectmap.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/effect/colcurve.cpp b/src/effect/colcurve.cpp index f6aa28a0a..359f48c09 100644 --- a/src/effect/colcurve.cpp +++ b/src/effect/colcurve.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/effect/convmatr.cpp b/src/effect/convmatr.cpp index 40584e655..c7656b6ea 100644 --- a/src/effect/convmatr.cpp +++ b/src/effect/convmatr.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/effect/effect.cpp b/src/effect/effect.cpp index f8a5aaf0e..7077c3ccc 100644 --- a/src/effect/effect.cpp +++ b/src/effect/effect.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/effect/invrtcol.cpp b/src/effect/invrtcol.cpp index e6e9408b1..6bada2807 100644 --- a/src/effect/invrtcol.cpp +++ b/src/effect/invrtcol.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/effect/median.cpp b/src/effect/median.cpp index f06d6d4d6..bac983392 100644 --- a/src/effect/median.cpp +++ b/src/effect/median.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/effect/replcol.cpp b/src/effect/replcol.cpp index 7df1156bc..c75d1e8c9 100644 --- a/src/effect/replcol.cpp +++ b/src/effect/replcol.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/errno_unittest.cpp b/src/errno_unittest.cpp index 542872b73..ab5709bd3 100644 --- a/src/errno_unittest.cpp +++ b/src/errno_unittest.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/ase_format.cpp b/src/file/ase_format.cpp index 0d2480e47..157342820 100644 --- a/src/file/ase_format.cpp +++ b/src/file/ase_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/bmp_format.cpp b/src/file/bmp_format.cpp index 79e50138b..d67f29c9f 100644 --- a/src/file/bmp_format.cpp +++ b/src/file/bmp_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/file.cpp b/src/file/file.cpp index 0102b0250..f4dbf4317 100644 --- a/src/file/file.cpp +++ b/src/file/file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/file_format.cpp b/src/file/file_format.cpp index 1001f791a..df24f2531 100644 --- a/src/file/file_format.cpp +++ b/src/file/file_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/file_formats_manager.cpp b/src/file/file_formats_manager.cpp index 3b46fd130..4ac83618a 100644 --- a/src/file/file_formats_manager.cpp +++ b/src/file/file_formats_manager.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/fli/fli.cpp b/src/file/fli/fli.cpp index 5bb44bdf3..add16e24a 100644 --- a/src/file/fli/fli.cpp +++ b/src/file/fli/fli.cpp @@ -18,7 +18,7 @@ * */ -/* Modified by David Capello to use with ASE (2001-2010). +/* Modified by David Capello to use with ASE (2001-2011). See ../README.txt for more information */ diff --git a/src/file/fli_format.cpp b/src/file/fli_format.cpp index b301dd21b..afc0a39a3 100644 --- a/src/file/fli_format.cpp +++ b/src/file/fli_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/gif_format.cpp b/src/file/gif_format.cpp index af1aa7ca6..32b9ec682 100644 --- a/src/file/gif_format.cpp +++ b/src/file/gif_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/ico_format.cpp b/src/file/ico_format.cpp index 42de774a6..904d6b538 100644 --- a/src/file/ico_format.cpp +++ b/src/file/ico_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/jpeg_format.cpp b/src/file/jpeg_format.cpp index 0d8f2e822..6e649813e 100644 --- a/src/file/jpeg_format.cpp +++ b/src/file/jpeg_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/pcx_format.cpp b/src/file/pcx_format.cpp index 6239d8ebc..f2e4c813e 100644 --- a/src/file/pcx_format.cpp +++ b/src/file/pcx_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/png_format.cpp b/src/file/png_format.cpp index 0e28e2158..6b45f9a81 100644 --- a/src/file/png_format.cpp +++ b/src/file/png_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/file/tga_format.cpp b/src/file/tga_format.cpp index f78a72bdd..4ad827257 100644 --- a/src/file/tga_format.cpp +++ b/src/file/tga_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/gfx/hsv.cpp b/src/gfx/hsv.cpp index 6e32bd3cc..afca52e2d 100644 --- a/src/gfx/hsv.cpp +++ b/src/gfx/hsv.cpp @@ -1,5 +1,5 @@ // ASE gfx library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gfx/hsv_unittest.cpp b/src/gfx/hsv_unittest.cpp index b5d16ce43..d6b04934e 100644 --- a/src/gfx/hsv_unittest.cpp +++ b/src/gfx/hsv_unittest.cpp @@ -1,5 +1,5 @@ // ASE gfx library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gfx/point.cpp b/src/gfx/point.cpp index 2dd743f5d..63d2ee0ea 100644 --- a/src/gfx/point.cpp +++ b/src/gfx/point.cpp @@ -1,5 +1,5 @@ // ASE gfx library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gfx/rect.cpp b/src/gfx/rect.cpp index d85af64fe..daee747c5 100644 --- a/src/gfx/rect.cpp +++ b/src/gfx/rect.cpp @@ -1,5 +1,5 @@ // ASE gfx library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gfx/rgb.cpp b/src/gfx/rgb.cpp index 1a6d83e74..ed11b6d60 100644 --- a/src/gfx/rgb.cpp +++ b/src/gfx/rgb.cpp @@ -1,5 +1,5 @@ // ASE gfx library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gfx/rgb_unittest.cpp b/src/gfx/rgb_unittest.cpp index f1733cb1d..80ece8e31 100644 --- a/src/gfx/rgb_unittest.cpp +++ b/src/gfx/rgb_unittest.cpp @@ -1,5 +1,5 @@ // ASE gfx library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gfx/size.cpp b/src/gfx/size.cpp index b55203473..d9d74fc1f 100644 --- a/src/gfx/size.cpp +++ b/src/gfx/size.cpp @@ -1,5 +1,5 @@ // ASE gfx library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gfxmode.cpp b/src/gfxmode.cpp index b26210e5a..5423d398f 100644 --- a/src/gfxmode.cpp +++ b/src/gfxmode.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/gui/button.cpp b/src/gui/button.cpp index 673eb36df..bb4b9a501 100644 --- a/src/gui/button.cpp +++ b/src/gui/button.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/component.cpp b/src/gui/component.cpp index 4a8751f80..561e608c4 100644 --- a/src/gui/component.cpp +++ b/src/gui/component.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/entry.cpp b/src/gui/entry.cpp index 05329df67..84d5abb41 100644 --- a/src/gui/entry.cpp +++ b/src/gui/entry.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/event.cpp b/src/gui/event.cpp index 1e17b6206..dc50e6065 100644 --- a/src/gui/event.cpp +++ b/src/gui/event.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/frame.cpp b/src/gui/frame.cpp index 8a57411c4..41b04becd 100644 --- a/src/gui/frame.cpp +++ b/src/gui/frame.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jaccel.cpp b/src/gui/jaccel.cpp index d687d8cb5..bfc980764 100644 --- a/src/gui/jaccel.cpp +++ b/src/gui/jaccel.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jalert.cpp b/src/gui/jalert.cpp index 5216553d3..a766c11f5 100644 --- a/src/gui/jalert.cpp +++ b/src/gui/jalert.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jbox.cpp b/src/gui/jbox.cpp index f0966f271..01ee4b35b 100644 --- a/src/gui/jbox.cpp +++ b/src/gui/jbox.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jclipboard.cpp b/src/gui/jclipboard.cpp index 9d24c31ae..f2c127953 100644 --- a/src/gui/jclipboard.cpp +++ b/src/gui/jclipboard.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jcombobox.cpp b/src/gui/jcombobox.cpp index e1e6de1ad..8e26884d7 100644 --- a/src/gui/jcombobox.cpp +++ b/src/gui/jcombobox.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jcustom_label.cpp b/src/gui/jcustom_label.cpp index 5a4c1aed9..c199973af 100644 --- a/src/gui/jcustom_label.cpp +++ b/src/gui/jcustom_label.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jdraw.cpp b/src/gui/jdraw.cpp index d1c2f3419..bd27d85d0 100644 --- a/src/gui/jdraw.cpp +++ b/src/gui/jdraw.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jfont.cpp b/src/gui/jfont.cpp index dab3be6b4..9b6da6bac 100644 --- a/src/gui/jfont.cpp +++ b/src/gui/jfont.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jfontbmp.cpp b/src/gui/jfontbmp.cpp index f2f159595..3ced56fdf 100644 --- a/src/gui/jfontbmp.cpp +++ b/src/gui/jfontbmp.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jgrid.cpp b/src/gui/jgrid.cpp index 45baa0d47..7227be0c9 100644 --- a/src/gui/jgrid.cpp +++ b/src/gui/jgrid.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jgrid_unittest.cpp b/src/gui/jgrid_unittest.cpp index 61b8359d0..6797698cf 100644 --- a/src/gui/jgrid_unittest.cpp +++ b/src/gui/jgrid_unittest.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/gui/jhook.cpp b/src/gui/jhook.cpp index 4a5b044bc..38091a4c4 100644 --- a/src/gui/jhook.cpp +++ b/src/gui/jhook.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jimage.cpp b/src/gui/jimage.cpp index e2efa9a27..7c5ed8155 100644 --- a/src/gui/jimage.cpp +++ b/src/gui/jimage.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jinete.cpp b/src/gui/jinete.cpp index 93bed96f6..06c52271b 100644 --- a/src/gui/jinete.cpp +++ b/src/gui/jinete.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jintern.cpp b/src/gui/jintern.cpp index 7d5c7d513..198d6946f 100644 --- a/src/gui/jintern.cpp +++ b/src/gui/jintern.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jlink_label.cpp b/src/gui/jlink_label.cpp index 3516fe1db..60fdb73f3 100644 --- a/src/gui/jlink_label.cpp +++ b/src/gui/jlink_label.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jlist.cpp b/src/gui/jlist.cpp index 153929349..b489e84c1 100644 --- a/src/gui/jlist.cpp +++ b/src/gui/jlist.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jlist_unittest.cpp b/src/gui/jlist_unittest.cpp index 48b919d43..97c2c0251 100644 --- a/src/gui/jlist_unittest.cpp +++ b/src/gui/jlist_unittest.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/gui/jlistbox.cpp b/src/gui/jlistbox.cpp index 7eb3362d0..6e271e1f6 100644 --- a/src/gui/jlistbox.cpp +++ b/src/gui/jlistbox.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jmanager.cpp b/src/gui/jmanager.cpp index 599e5aea3..8bdd0cd9f 100644 --- a/src/gui/jmanager.cpp +++ b/src/gui/jmanager.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jmem.cpp b/src/gui/jmem.cpp index a2ec320d2..b9f83ce47 100644 --- a/src/gui/jmem.cpp +++ b/src/gui/jmem.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jmenu.cpp b/src/gui/jmenu.cpp index f4083ff66..46423ce47 100644 --- a/src/gui/jmenu.cpp +++ b/src/gui/jmenu.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jmessage.cpp b/src/gui/jmessage.cpp index 1063ae50a..98a134fdb 100644 --- a/src/gui/jmessage.cpp +++ b/src/gui/jmessage.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jpanel.cpp b/src/gui/jpanel.cpp index 0f098024d..a75cfb2b5 100644 --- a/src/gui/jpanel.cpp +++ b/src/gui/jpanel.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jpopup_window.cpp b/src/gui/jpopup_window.cpp index eb97c975e..e53b6f436 100644 --- a/src/gui/jpopup_window.cpp +++ b/src/gui/jpopup_window.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jquickmenu.cpp b/src/gui/jquickmenu.cpp index 9d6073de4..03300f5ad 100644 --- a/src/gui/jquickmenu.cpp +++ b/src/gui/jquickmenu.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jrect.cpp b/src/gui/jrect.cpp index f8194eac8..acfa0bbd4 100644 --- a/src/gui/jrect.cpp +++ b/src/gui/jrect.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jregion.cpp b/src/gui/jregion.cpp index bf621a72d..c16112ced 100644 --- a/src/gui/jregion.cpp +++ b/src/gui/jregion.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jsep.cpp b/src/gui/jsep.cpp index f11b1c736..767635461 100644 --- a/src/gui/jsep.cpp +++ b/src/gui/jsep.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jstream.cpp b/src/gui/jstream.cpp index 4e967d64a..416c53607 100644 --- a/src/gui/jstream.cpp +++ b/src/gui/jstream.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jsystem.cpp b/src/gui/jsystem.cpp index fa654c2be..d55d62b2c 100644 --- a/src/gui/jsystem.cpp +++ b/src/gui/jsystem.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jtextbox.cpp b/src/gui/jtextbox.cpp index f202afa10..bbdc20766 100644 --- a/src/gui/jtextbox.cpp +++ b/src/gui/jtextbox.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jtheme.cpp b/src/gui/jtheme.cpp index 22028bc4a..f4751de90 100644 --- a/src/gui/jtheme.cpp +++ b/src/gui/jtheme.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/jview.cpp b/src/gui/jview.cpp index a3f1fb79b..151d95d5e 100644 --- a/src/gui/jview.cpp +++ b/src/gui/jview.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/label.cpp b/src/gui/label.cpp index 934fd3d05..c16f91eb2 100644 --- a/src/gui/label.cpp +++ b/src/gui/label.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/preferred_size_event.cpp b/src/gui/preferred_size_event.cpp index 511a96f79..5099eee83 100644 --- a/src/gui/preferred_size_event.cpp +++ b/src/gui/preferred_size_event.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/property.cpp b/src/gui/property.cpp index 739f87417..f98360270 100644 --- a/src/gui/property.cpp +++ b/src/gui/property.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/slider.cpp b/src/gui/slider.cpp index 4e150ee40..055d1d8e6 100644 --- a/src/gui/slider.cpp +++ b/src/gui/slider.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/themes/jstandard_theme.cpp b/src/gui/themes/jstandard_theme.cpp index 80aef1b48..6aa80e068 100644 --- a/src/gui/themes/jstandard_theme.cpp +++ b/src/gui/themes/jstandard_theme.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/themes/pcx2data.cpp b/src/gui/themes/pcx2data.cpp index 6ede50a61..e074e2ea1 100644 --- a/src/gui/themes/pcx2data.cpp +++ b/src/gui/themes/pcx2data.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui/widget.cpp b/src/gui/widget.cpp index cc5774351..50d0c5f5f 100644 --- a/src/gui/widget.cpp +++ b/src/gui/widget.cpp @@ -1,5 +1,5 @@ // ASE gui library -// Copyright (C) 2001-2010 David Capello +// Copyright (C) 2001-2011 David Capello // // This source file is ditributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/gui_xml.cpp b/src/gui_xml.cpp index 90714cf5f..ceb5da338 100644 --- a/src/gui_xml.cpp +++ b/src/gui_xml.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/job.cpp b/src/job.cpp index b502b5a8e..f9db620d3 100644 --- a/src/job.cpp +++ b/src/job.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/launcher.cpp b/src/launcher.cpp index 69cc9d9a2..f926dfddb 100644 --- a/src/launcher.cpp +++ b/src/launcher.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/log.cpp b/src/log.cpp index cd0507480..203505a4a 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/main.cpp b/src/main.cpp index bbfe221e4..b954bd2a1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/modules/editors.cpp b/src/modules/editors.cpp index 5837bd7e4..bebbdf509 100644 --- a/src/modules/editors.cpp +++ b/src/modules/editors.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/modules/gfx.cpp b/src/modules/gfx.cpp index 1a7885ff3..0185c1ba4 100644 --- a/src/modules/gfx.cpp +++ b/src/modules/gfx.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/modules/gfxdata.cpp b/src/modules/gfxdata.cpp index 466954b65..466faecf4 100644 --- a/src/modules/gfxdata.cpp +++ b/src/modules/gfxdata.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/modules/gui.cpp b/src/modules/gui.cpp index 2243d8540..709a64a15 100644 --- a/src/modules/gui.cpp +++ b/src/modules/gui.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/modules/palettes.cpp b/src/modules/palettes.cpp index 2a11b2d37..e98f89897 100644 --- a/src/modules/palettes.cpp +++ b/src/modules/palettes.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/modules/rootmenu.cpp b/src/modules/rootmenu.cpp index 32a2cf265..feacbfe4b 100644 --- a/src/modules/rootmenu.cpp +++ b/src/modules/rootmenu.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/modules/skinneable_theme.cpp b/src/modules/skinneable_theme.cpp index 6a670bfe9..2b9863434 100644 --- a/src/modules/skinneable_theme.cpp +++ b/src/modules/skinneable_theme.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/algo.cpp b/src/raster/algo.cpp index 6cee34c50..87ae0a847 100644 --- a/src/raster/algo.cpp +++ b/src/raster/algo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/algo_polygon.cpp b/src/raster/algo_polygon.cpp index 4647010ad..9890a1d15 100644 --- a/src/raster/algo_polygon.cpp +++ b/src/raster/algo_polygon.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/blend.cpp b/src/raster/blend.cpp index 9a643e5cf..51313f8bd 100644 --- a/src/raster/blend.cpp +++ b/src/raster/blend.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/cel.cpp b/src/raster/cel.cpp index 9fa7f0369..4f9ba6cf2 100644 --- a/src/raster/cel.cpp +++ b/src/raster/cel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/dirty.cpp b/src/raster/dirty.cpp index 8eab94aba..9649a0cb5 100644 --- a/src/raster/dirty.cpp +++ b/src/raster/dirty.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/gfxobj.cpp b/src/raster/gfxobj.cpp index d71150eb9..58fc63d11 100644 --- a/src/raster/gfxobj.cpp +++ b/src/raster/gfxobj.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/image.cpp b/src/raster/image.cpp index 07230787d..464536ee1 100644 --- a/src/raster/image.cpp +++ b/src/raster/image.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/images_collector.cpp b/src/raster/images_collector.cpp index 2d97baf51..bd3a638a3 100644 --- a/src/raster/images_collector.cpp +++ b/src/raster/images_collector.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/layer.cpp b/src/raster/layer.cpp index b2a07625f..894d9031c 100644 --- a/src/raster/layer.cpp +++ b/src/raster/layer.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/mask.cpp b/src/raster/mask.cpp index e6cd53693..6e9e511be 100644 --- a/src/raster/mask.cpp +++ b/src/raster/mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/palette.cpp b/src/raster/palette.cpp index a2e42c7c3..2d924a908 100644 --- a/src/raster/palette.cpp +++ b/src/raster/palette.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/path.cpp b/src/raster/path.cpp index 7c5b1405b..3d10f4952 100644 --- a/src/raster/path.cpp +++ b/src/raster/path.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/pen.cpp b/src/raster/pen.cpp index 7b495af3a..65c19b94b 100644 --- a/src/raster/pen.cpp +++ b/src/raster/pen.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/quantization.cpp b/src/raster/quantization.cpp index d43c023f3..864f81d6f 100644 --- a/src/raster/quantization.cpp +++ b/src/raster/quantization.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/rgbmap.cpp b/src/raster/rgbmap.cpp index b324aaf4c..8b6d07f59 100644 --- a/src/raster/rgbmap.cpp +++ b/src/raster/rgbmap.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/rotate.cpp b/src/raster/rotate.cpp index 069abca46..e1aea6298 100644 --- a/src/raster/rotate.cpp +++ b/src/raster/rotate.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/sprite.cpp b/src/raster/sprite.cpp index 15a3de3d0..4efe82ec0 100644 --- a/src/raster/sprite.cpp +++ b/src/raster/sprite.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/stock.cpp b/src/raster/stock.cpp index 01c19e1c2..814c132eb 100644 --- a/src/raster/stock.cpp +++ b/src/raster/stock.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/raster/undo.cpp b/src/raster/undo.cpp index 018db8929..f77cdfad0 100644 --- a/src/raster/undo.cpp +++ b/src/raster/undo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/recent_files.cpp b/src/recent_files.cpp index cf36e0b5f..61077550a 100644 --- a/src/recent_files.cpp +++ b/src/recent_files.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/resource_finder.cpp b/src/resource_finder.cpp index 72ecc6ac0..8311d2b42 100644 --- a/src/resource_finder.cpp +++ b/src/resource_finder.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/settings/ui_settings_impl.cpp b/src/settings/ui_settings_impl.cpp index 378a59b7c..226dc81b9 100644 --- a/src/settings/ui_settings_impl.cpp +++ b/src/settings/ui_settings_impl.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/tools/tool.cpp b/src/tools/tool.cpp index e4e915b05..b7f9b7703 100644 --- a/src/tools/tool.cpp +++ b/src/tools/tool.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/tools/toolbox.cpp b/src/tools/toolbox.cpp index 74eaedd2f..7cb59dd0b 100644 --- a/src/tools/toolbox.cpp +++ b/src/tools/toolbox.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/ui_context.cpp b/src/ui_context.cpp index 3069eaf83..38cf74886 100644 --- a/src/ui_context.cpp +++ b/src/ui_context.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/undoable.cpp b/src/undoable.cpp index faf408f76..33bec190b 100644 --- a/src/undoable.cpp +++ b/src/undoable.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/autocrop.cpp b/src/util/autocrop.cpp index 07f7da9ff..0cc62cd1d 100644 --- a/src/util/autocrop.cpp +++ b/src/util/autocrop.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/boundary.cpp b/src/util/boundary.cpp index 5752ac2dd..4b8a9437a 100644 --- a/src/util/boundary.cpp +++ b/src/util/boundary.cpp @@ -17,7 +17,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * - * Adapted to ASE by David Capello (2003-2010) + * Adapted to ASE by David Capello (2001-2011) * See "LEGAL.txt" for more information. */ diff --git a/src/util/celmove.cpp b/src/util/celmove.cpp index 5c6d61168..d86b65d96 100644 --- a/src/util/celmove.cpp +++ b/src/util/celmove.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/clipboard.cpp b/src/util/clipboard.cpp index e262da7bf..81734e2b7 100644 --- a/src/util/clipboard.cpp +++ b/src/util/clipboard.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/col_file.cpp b/src/util/col_file.cpp index 6c9a5bd97..34d8a8eff 100644 --- a/src/util/col_file.cpp +++ b/src/util/col_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/filetoks.cpp b/src/util/filetoks.cpp index 7cb5db2c8..7a930420c 100644 --- a/src/util/filetoks.cpp +++ b/src/util/filetoks.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/misc.cpp b/src/util/misc.cpp index a3a910cd0..0897851b1 100644 --- a/src/util/misc.cpp +++ b/src/util/misc.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/msk_file.cpp b/src/util/msk_file.cpp index 24bef1e69..2faeaa61a 100644 --- a/src/util/msk_file.cpp +++ b/src/util/msk_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/pic_file.cpp b/src/util/pic_file.cpp index e3f674a4f..9bff4bd2e 100644 --- a/src/util/pic_file.cpp +++ b/src/util/pic_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/render.cpp b/src/util/render.cpp index 11c91c08f..4cdd4d623 100644 --- a/src/util/render.cpp +++ b/src/util/render.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/util/thmbnail.cpp b/src/util/thmbnail.cpp index 9d3136067..0093d0dd5 100644 --- a/src/util/thmbnail.cpp +++ b/src/util/thmbnail.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/color_bar.cpp b/src/widgets/color_bar.cpp index 035662751..950c1c436 100644 --- a/src/widgets/color_bar.cpp +++ b/src/widgets/color_bar.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/color_button.cpp b/src/widgets/color_button.cpp index ba684f55f..97fbe1539 100644 --- a/src/widgets/color_button.cpp +++ b/src/widgets/color_button.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/color_selector.cpp b/src/widgets/color_selector.cpp index 484a5b245..47488baba 100644 --- a/src/widgets/color_selector.cpp +++ b/src/widgets/color_selector.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/colview.cpp b/src/widgets/colview.cpp index 98b977b3c..7378dcb67 100644 --- a/src/widgets/colview.cpp +++ b/src/widgets/colview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/curvedit.cpp b/src/widgets/curvedit.cpp index 81fb01979..1c1c5a32a 100644 --- a/src/widgets/curvedit.cpp +++ b/src/widgets/curvedit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/editor/click.cpp b/src/widgets/editor/click.cpp index 1b36f62e2..b9ed55b15 100644 --- a/src/widgets/editor/click.cpp +++ b/src/widgets/editor/click.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/editor/cursor.cpp b/src/widgets/editor/cursor.cpp index dbea7809e..f236168e9 100644 --- a/src/widgets/editor/cursor.cpp +++ b/src/widgets/editor/cursor.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/editor/editor.cpp b/src/widgets/editor/editor.cpp index f388ba774..59b392b95 100644 --- a/src/widgets/editor/editor.cpp +++ b/src/widgets/editor/editor.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/editor/keys.cpp b/src/widgets/editor/keys.cpp index af5299577..f28c57a71 100644 --- a/src/widgets/editor/keys.cpp +++ b/src/widgets/editor/keys.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/editor/pixels_movement.cpp b/src/widgets/editor/pixels_movement.cpp index 1435624e8..5a1a81bab 100644 --- a/src/widgets/editor/pixels_movement.cpp +++ b/src/widgets/editor/pixels_movement.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/fileview.cpp b/src/widgets/fileview.cpp index 8ff58704e..bfdb7b48a 100644 --- a/src/widgets/fileview.cpp +++ b/src/widgets/fileview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/groupbut.cpp b/src/widgets/groupbut.cpp index 526525e64..7199dbc40 100644 --- a/src/widgets/groupbut.cpp +++ b/src/widgets/groupbut.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/menuitem.cpp b/src/widgets/menuitem.cpp index 40bd60c7e..674a9702c 100644 --- a/src/widgets/menuitem.cpp +++ b/src/widgets/menuitem.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/paledit.cpp b/src/widgets/paledit.cpp index 73cb19c67..edd5715c7 100644 --- a/src/widgets/paledit.cpp +++ b/src/widgets/paledit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/preview.cpp b/src/widgets/preview.cpp index 90a0d9a5f..e76e13d9b 100644 --- a/src/widgets/preview.cpp +++ b/src/widgets/preview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/statebar.cpp b/src/widgets/statebar.cpp index c9cab47a8..219a36869 100644 --- a/src/widgets/statebar.cpp +++ b/src/widgets/statebar.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/tabs.cpp b/src/widgets/tabs.cpp index 6551f808f..6494578ee 100644 --- a/src/widgets/tabs.cpp +++ b/src/widgets/tabs.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/target.cpp b/src/widgets/target.cpp index 9808c1195..a9da65fdb 100644 --- a/src/widgets/target.cpp +++ b/src/widgets/target.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/widgets/toolbar.cpp b/src/widgets/toolbar.cpp index 60a87d113..8f0031192 100644 --- a/src/widgets/toolbar.cpp +++ b/src/widgets/toolbar.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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/xml_widgets.cpp b/src/xml_widgets.cpp index 10fee0022..f4b0805df 100644 --- a/src/xml_widgets.cpp +++ b/src/xml_widgets.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2010 David Capello + * Copyright (C) 2001-2011 David 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