diff --git a/config.h b/config.h index 88c9a66e8..a4738aeeb 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 @@ -27,7 +27,7 @@ #define PACKAGE "ASE" #define VERSION "0.8" #define WEBSITE "http://www.aseprite.org/" -#define COPYRIGHT "Copyright (C) 2001-2009 David Capello" +#define COPYRIGHT "Copyright (C) 2001-2010 David Capello" #define PRINTF verbose_printf diff --git a/src/app.cpp b/src/app.cpp index 594a9dfbd..0e8f5dcba 100644 --- a/src/app.cpp +++ b/src/app.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/app.h index c7f324b0d..5897df45d 100644 --- a/src/app.h +++ b/src/app.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 808824d37..e0fd58660 100644 --- a/src/ase_exception.cpp +++ b/src/ase_exception.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/ase_exception.h index 113d7f29d..f02201238 100644 --- a/src/ase_exception.h +++ b/src/ase_exception.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 b32371fcf..6d9cc2404 100644 --- a/src/commands/cmd_about.cpp +++ b/src/commands/cmd_about.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 874cd1939..79e4ea3c8 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-2009 David Capello + * Copyright (C) 2001-2010 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 a43620e6f..17bfe26ec 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-2009 David Capello + * Copyright (C) 2001-2010 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 a00f9e577..77a0ef7d0 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-2009 David Capello + * Copyright (C) 2001-2010 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 f02a73a61..af58d479f 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-2009 David Capello + * Copyright (C) 2001-2010 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 b2d8cd2f5..43b95e8eb 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-2009 David Capello + * Copyright (C) 2001-2010 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 f158af423..cbe85d0c2 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-2009 David Capello + * Copyright (C) 2001-2010 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 4ed97869a..6def0d558 100644 --- a/src/commands/cmd_clear.cpp +++ b/src/commands/cmd_clear.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 39bb24633..383b5ae14 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-2009 David Capello + * Copyright (C) 2001-2010 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_screen.cpp b/src/commands/cmd_configure_screen.cpp index 507f4a7be..4251137d9 100644 --- a/src/commands/cmd_configure_screen.cpp +++ b/src/commands/cmd_configure_screen.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 903b59d7c..e108ecb36 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-2009 David Capello + * Copyright (C) 2001-2010 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 01e6aa5c4..13107671c 100644 --- a/src/commands/cmd_copy.cpp +++ b/src/commands/cmd_copy.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 c729a97c7..5385dfded 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-2009 David Capello + * Copyright (C) 2001-2010 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 9eccf183e..a32eabf8c 100644 --- a/src/commands/cmd_crop.cpp +++ b/src/commands/cmd_crop.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ba017f2b1..bede25304 100644 --- a/src/commands/cmd_cut.cpp +++ b/src/commands/cmd_cut.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 b6865cc3d..4112dd7bf 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-2009 David Capello + * Copyright (C) 2001-2010 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 9c67c86af..a555b08fb 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-2009 David Capello + * Copyright (C) 2001-2010 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 1063ad4b0..0f89bce99 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-2009 David Capello + * Copyright (C) 2001-2010 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 0645d6822..7a81bf254 100644 --- a/src/commands/cmd_exit.cpp +++ b/src/commands/cmd_exit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 8d7acfcea..d0fc0094c 100644 --- a/src/commands/cmd_eyedropper.cpp +++ b/src/commands/cmd_eyedropper.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 d57072e99..73d22dbf8 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-2009 David Capello + * Copyright (C) 2001-2010 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 4e24d8761..140834f4d 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-2009 David Capello + * Copyright (C) 2001-2010 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 56e8b7e12..62b8b6f0d 100644 --- a/src/commands/cmd_flip.cpp +++ b/src/commands/cmd_flip.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 e35f86542..17ff5e18c 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-2009 David Capello + * Copyright (C) 2001-2010 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 3fd3aa0d7..2f7833ecc 100644 --- a/src/commands/cmd_grid.cpp +++ b/src/commands/cmd_grid.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 698d2fceb..90b36c330 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-2009 David Capello + * Copyright (C) 2001-2010 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 8154a4d87..6d7046cd3 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-2009 David Capello + * Copyright (C) 2001-2010 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 00a3ecba8..dd1e4eb5a 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-2009 David Capello + * Copyright (C) 2001-2010 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 b6d4875ac..caa61cc81 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-2009 David Capello + * Copyright (C) 2001-2010 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 a140c38c6..efcbbffbf 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-2009 David Capello + * Copyright (C) 2001-2010 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 338fc3089..0e0c33cff 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-2009 David Capello + * Copyright (C) 2001-2010 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 228e72662..994259526 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-2009 David Capello + * Copyright (C) 2001-2010 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 d5ec89906..1e7586e97 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-2009 David Capello + * Copyright (C) 2001-2010 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 89d9850a2..a9e7faaa5 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-2009 David Capello + * Copyright (C) 2001-2010 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 046e856d3..7b61c328e 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-2009 David Capello + * Copyright (C) 2001-2010 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 da393c319..624531088 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-2009 David Capello + * Copyright (C) 2001-2010 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 fb6ad14d2..5e1bba66a 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-2009 David Capello + * Copyright (C) 2001-2010 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 b9f7fc6bd..5786352d7 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-2009 David Capello + * Copyright (C) 2001-2010 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 3b1813d39..3b9dc6698 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-2009 David Capello + * Copyright (C) 2001-2010 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 1deb37878..4bda5ef15 100644 --- a/src/commands/cmd_options.cpp +++ b/src/commands/cmd_options.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 edd33e677..efe07aaff 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-2009 David Capello + * Copyright (C) 2001-2010 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 9f8196692..3d66d6e87 100644 --- a/src/commands/cmd_paste.cpp +++ b/src/commands/cmd_paste.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 41fb4d2bf..29d382d63 100644 --- a/src/commands/cmd_preview.cpp +++ b/src/commands/cmd_preview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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_record_screen.cpp b/src/commands/cmd_record_screen.cpp index 2315b1b31..b5c2dc29f 100644 --- a/src/commands/cmd_record_screen.cpp +++ b/src/commands/cmd_record_screen.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 047b888dd..2b2a1868c 100644 --- a/src/commands/cmd_redo.cpp +++ b/src/commands/cmd_redo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 0c7ed4ba3..22205782a 100644 --- a/src/commands/cmd_refresh.cpp +++ b/src/commands/cmd_refresh.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 c9184809e..2c39d12c1 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-2009 David Capello + * Copyright (C) 2001-2010 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 2170cfa9e..5c68494f1 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-2009 David Capello + * Copyright (C) 2001-2010 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 c768e39fc..c467ff69c 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-2009 David Capello + * Copyright (C) 2001-2010 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 080a3d35b..542759f4b 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-2009 David Capello + * Copyright (C) 2001-2010 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 9f519623e..b633f808f 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-2009 David Capello + * Copyright (C) 2001-2010 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 1087ec752..458b144d8 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-2009 David Capello + * Copyright (C) 2001-2010 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 f29c2295e..6505c0a69 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-2009 David Capello + * Copyright (C) 2001-2010 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 b47dc5016..3514f9d24 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-2009 David Capello + * Copyright (C) 2001-2010 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 07e375d9a..b9284dedc 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-2009 David Capello + * Copyright (C) 2001-2010 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 92605985a..385ca76fb 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-2009 David Capello + * Copyright (C) 2001-2010 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 6af999880..0e96ebd25 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-2009 David Capello + * Copyright (C) 2001-2010 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 fc124c24a..4f7a82957 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-2009 David Capello + * Copyright (C) 2001-2010 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 a4fd1ac69..d46eb02de 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-2009 David Capello + * Copyright (C) 2001-2010 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_tips.cpp b/src/commands/cmd_tips.cpp index 28c1567c6..e97b59b04 100644 --- a/src/commands/cmd_tips.cpp +++ b/src/commands/cmd_tips.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 5fbbd3a91..fff5a9fc8 100644 --- a/src/commands/cmd_undo.cpp +++ b/src/commands/cmd_undo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 9e3a851f7..5587412fe 100644 --- a/src/commands/command.cpp +++ b/src/commands/command.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/commands/command.h index f249266d4..4ddacc13e 100644 --- a/src/commands/command.h +++ b/src/commands/command.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 6d369c18e..ffb9cf978 100644 --- a/src/commands/commands.cpp +++ b/src/commands/commands.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/commands/commands.h index 2307e65f1..871fd87fa 100644 --- a/src/commands/commands.h +++ b/src/commands/commands.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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_list.h b/src/commands/commands_list.h index b2e7c128a..c72b3a2df 100644 --- a/src/commands/commands_list.h +++ b/src/commands/commands_list.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 abdee863a..91b8e78bd 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-2009 David Capello + * Copyright (C) 2001-2010 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 b118704e7..1b0a11a63 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-2009 David Capello + * Copyright (C) 2001-2010 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 8a2856c07..cf25326d4 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-2009 David Capello + * Copyright (C) 2001-2010 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 1e682674f..ddf3f8e38 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-2009 David Capello + * Copyright (C) 2001-2010 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 0a5a60505..34b231e05 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-2009 David Capello + * Copyright (C) 2001-2010 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 435dbcffb..fe88dab56 100644 --- a/src/commands/fx/effectbg.cpp +++ b/src/commands/fx/effectbg.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/commands/fx/effectbg.h index 4f69af5ee..5c6e81a28 100644 --- a/src/commands/fx/effectbg.h +++ b/src/commands/fx/effectbg.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/params.h b/src/commands/params.h index 8a27f6fb2..62288d48c 100644 --- a/src/commands/params.h +++ b/src/commands/params.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 3685f594a..88fb7ec3a 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/console.h index a69fb2d32..83defe9cf 100644 --- a/src/console.h +++ b/src/console.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 91f114bce..a20374579 100644 --- a/src/context.cpp +++ b/src/context.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/context.h index 61a55a028..db7461f20 100644 --- a/src/context.h +++ b/src/context.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ff5a508a5..e6f7d5755 100644 --- a/src/core/cfg.cpp +++ b/src/core/cfg.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/core/cfg.h index b925bd57c..33a107fd3 100644 --- a/src/core/cfg.h +++ b/src/core/cfg.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/check_args.cpp b/src/core/check_args.cpp index c484ab51d..ed8e42ba6 100644 --- a/src/core/check_args.cpp +++ b/src/core/check_args.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/check_args.h b/src/core/check_args.h index a8959e01a..942262b48 100644 --- a/src/core/check_args.h +++ b/src/core/check_args.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/color.cpp b/src/core/color.cpp index d0f66579f..320799106 100644 --- a/src/core/color.cpp +++ b/src/core/color.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/color.h b/src/core/color.h index a833307f5..5a9836f34 100644 --- a/src/core/color.h +++ b/src/core/color.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/core.cpp b/src/core/core.cpp index 7549e8c56..c8562c11e 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/core.h b/src/core/core.h index 15be4cd9b..666f797a9 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/dirs.cpp b/src/core/dirs.cpp index 9aad05bde..c03640463 100644 --- a/src/core/dirs.cpp +++ b/src/core/dirs.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/dirs.h b/src/core/dirs.h index 544ab0994..aa886284b 100644 --- a/src/core/dirs.h +++ b/src/core/dirs.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 8c008776c..b32f4b258 100644 --- a/src/core/drop_files.cpp +++ b/src/core/drop_files.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/core/drop_files.h index 194ea36e0..4acfaec18 100644 --- a/src/core/drop_files.h +++ b/src/core/drop_files.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 a26bfbe33..625d8711b 100644 --- a/src/core/file_system.cpp +++ b/src/core/file_system.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/core/file_system.h index efd5a8401..f9611db80 100644 --- a/src/core/file_system.h +++ b/src/core/file_system.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/job.cpp b/src/core/job.cpp index 103bd7919..f8097a028 100644 --- a/src/core/job.cpp +++ b/src/core/job.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/job.h b/src/core/job.h index 5960a0509..58b046a02 100644 --- a/src/core/job.h +++ b/src/core/job.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 31681d1aa..c8cff7d60 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/core/modules.h index 1338c4f7c..525dae9df 100644 --- a/src/core/modules.h +++ b/src/core/modules.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 d976b2371..4d535a899 100644 --- a/src/dialogs/aniedit.cpp +++ b/src/dialogs/aniedit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/dialogs/aniedit.h index 8c034016f..58ac68efb 100644 --- a/src/dialogs/aniedit.h +++ b/src/dialogs/aniedit.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ac07a9c91..8aa46857b 100644 --- a/src/dialogs/drawtext.cpp +++ b/src/dialogs/drawtext.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/dialogs/drawtext.h index b8b9f6ead..d82406da6 100644 --- a/src/dialogs/drawtext.h +++ b/src/dialogs/drawtext.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 dac2bd39c..669f8ced6 100644 --- a/src/dialogs/filesel.cpp +++ b/src/dialogs/filesel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/dialogs/filesel.h index 066cb5675..76f68179c 100644 --- a/src/dialogs/filesel.h +++ b/src/dialogs/filesel.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 588c4bbae..eb8e56645 100644 --- a/src/dialogs/maskcol.cpp +++ b/src/dialogs/maskcol.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/dialogs/maskcol.h index 232b36906..7e11b2aba 100644 --- a/src/dialogs/maskcol.h +++ b/src/dialogs/maskcol.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/options.cpp b/src/dialogs/options.cpp index d39559805..e5c36f711 100644 --- a/src/dialogs/options.cpp +++ b/src/dialogs/options.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/options.h b/src/dialogs/options.h index 43c900609..069bd3cf1 100644 --- a/src/dialogs/options.h +++ b/src/dialogs/options.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 1bec2000d..c01972a5b 100644 --- a/src/dialogs/playfli.cpp +++ b/src/dialogs/playfli.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/dialogs/playfli.h index 1277504de..28228803a 100644 --- a/src/dialogs/playfli.h +++ b/src/dialogs/playfli.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 b7f21f301..85aeaf883 100644 --- a/src/dialogs/repo.cpp +++ b/src/dialogs/repo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/dialogs/repo.h index 6116b0369..e01459fa8 100644 --- a/src/dialogs/repo.h +++ b/src/dialogs/repo.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tips.cpp b/src/dialogs/tips.cpp index f5d05b419..19cbc7907 100644 --- a/src/dialogs/tips.cpp +++ b/src/dialogs/tips.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tips.h b/src/dialogs/tips.h index a12d0e7cb..08d01e047 100644 --- a/src/dialogs/tips.h +++ b/src/dialogs/tips.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 c48f57701..390864b70 100644 --- a/src/dialogs/vectmap.cpp +++ b/src/dialogs/vectmap.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/dialogs/vectmap.h index d57eb5d6b..46ee254ce 100644 --- a/src/dialogs/vectmap.h +++ b/src/dialogs/vectmap.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 d3e91c677..1e1c34af4 100644 --- a/src/effect/colcurve.cpp +++ b/src/effect/colcurve.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/effect/colcurve.h index 5c551d21b..9a62ac0e6 100644 --- a/src/effect/colcurve.h +++ b/src/effect/colcurve.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 31f0eb76c..ce9456a14 100644 --- a/src/effect/convmatr.cpp +++ b/src/effect/convmatr.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/effect/convmatr.h index 83c2cd019..f234fc563 100644 --- a/src/effect/convmatr.h +++ b/src/effect/convmatr.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 8251b8735..42baa2c2b 100644 --- a/src/effect/effect.cpp +++ b/src/effect/effect.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/effect/effect.h index 32857224a..24c42c4a6 100644 --- a/src/effect/effect.h +++ b/src/effect/effect.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/images_ref.cpp b/src/effect/images_ref.cpp index e3c3d9ed0..7eb50c558 100644 --- a/src/effect/images_ref.cpp +++ b/src/effect/images_ref.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/images_ref.h b/src/effect/images_ref.h index a7de6d5e8..4af2476c1 100644 --- a/src/effect/images_ref.h +++ b/src/effect/images_ref.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 f07629538..9579a11dc 100644 --- a/src/effect/invrtcol.cpp +++ b/src/effect/invrtcol.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/effect/invrtcol.h index ca132528e..d0d32d820 100644 --- a/src/effect/invrtcol.h +++ b/src/effect/invrtcol.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 40bb4bda2..8eb2f2a32 100644 --- a/src/effect/median.cpp +++ b/src/effect/median.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/effect/median.h index 60b17afa7..ed598242d 100644 --- a/src/effect/median.h +++ b/src/effect/median.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 8a743982e..f6ac008f7 100644 --- a/src/effect/replcol.cpp +++ b/src/effect/replcol.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/effect/replcol.h index 561a2b0a9..1d29f8e80 100644 --- a/src/effect/replcol.h +++ b/src/effect/replcol.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 76c44e39f..c5921b105 100644 --- a/src/file/ase_format.cpp +++ b/src/file/ase_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 e8aaa4768..5a63eb0c9 100644 --- a/src/file/bmp_format.cpp +++ b/src/file/bmp_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 a9e5839c5..92590d25c 100644 --- a/src/file/file.cpp +++ b/src/file/file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/file/file.h index c19e4a416..f26098dd4 100644 --- a/src/file/file.h +++ b/src/file/file.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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_format.cpp b/src/file/fli_format.cpp index c52a5c65b..4f1a6b8c8 100644 --- a/src/file/fli_format.cpp +++ b/src/file/fli_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/format_options.cpp b/src/file/format_options.cpp index ffb44389c..95bd34365 100644 --- a/src/file/format_options.cpp +++ b/src/file/format_options.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/format_options.h b/src/file/format_options.h index 9a2463f7f..9c8d60b08 100644 --- a/src/file/format_options.h +++ b/src/file/format_options.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 adcd0246d..190d2b10a 100644 --- a/src/file/gif_format.cpp +++ b/src/file/gif_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 69980078c..6de26c646 100644 --- a/src/file/ico_format.cpp +++ b/src/file/ico_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 f3a213ee5..904dbd323 100644 --- a/src/file/jpeg_format.cpp +++ b/src/file/jpeg_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 8e12490dc..8fc8500cd 100644 --- a/src/file/pcx_format.cpp +++ b/src/file/pcx_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 0fe4a3a67..8b1371215 100644 --- a/src/file/png_format.cpp +++ b/src/file/png_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 a1d380311..d46e591dd 100644 --- a/src/file/tga_format.cpp +++ b/src/file/tga_format.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/intl/intl.cpp b/src/intl/intl.cpp index 09519cd47..03b69b9b1 100644 --- a/src/intl/intl.cpp +++ b/src/intl/intl.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/intl/intl.h b/src/intl/intl.h index d26615cfd..8b0c01c08 100644 --- a/src/intl/intl.h +++ b/src/intl/intl.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/intl/msgids.cpp b/src/intl/msgids.cpp index e75dda776..a6435768e 100644 --- a/src/intl/msgids.cpp +++ b/src/intl/msgids.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/intl/msgids.h b/src/intl/msgids.h index 2f4036928..3e530e4ad 100644 --- a/src/intl/msgids.h +++ b/src/intl/msgids.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/jinete/jaccel.cpp b/src/jinete/jaccel.cpp index db7a44c61..8f0b4eb9e 100644 --- a/src/jinete/jaccel.cpp +++ b/src/jinete/jaccel.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jaccel.h b/src/jinete/jaccel.h index ff0d6b872..bf9010343 100644 --- a/src/jinete/jaccel.h +++ b/src/jinete/jaccel.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jalert.cpp b/src/jinete/jalert.cpp index 4aae19ccd..f7aea11fe 100644 --- a/src/jinete/jalert.cpp +++ b/src/jinete/jalert.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jalert.h b/src/jinete/jalert.h index f9524cece..d695affbf 100644 --- a/src/jinete/jalert.h +++ b/src/jinete/jalert.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jbase.h b/src/jinete/jbase.h index efa0eef69..b651dacb4 100644 --- a/src/jinete/jbase.h +++ b/src/jinete/jbase.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jbox.cpp b/src/jinete/jbox.cpp index 7247bf89b..bd699415d 100644 --- a/src/jinete/jbox.cpp +++ b/src/jinete/jbox.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jbox.h b/src/jinete/jbox.h index dad6da42b..25785fba0 100644 --- a/src/jinete/jbox.h +++ b/src/jinete/jbox.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jbutton.cpp b/src/jinete/jbutton.cpp index acad141b8..19885e714 100644 --- a/src/jinete/jbutton.cpp +++ b/src/jinete/jbutton.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jbutton.h b/src/jinete/jbutton.h index c4ff2df62..9e5556090 100644 --- a/src/jinete/jbutton.h +++ b/src/jinete/jbutton.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jclipboard.cpp b/src/jinete/jclipboard.cpp index d839612c5..23ef99bf7 100644 --- a/src/jinete/jclipboard.cpp +++ b/src/jinete/jclipboard.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jclipboard.h b/src/jinete/jclipboard.h index 619c95e15..51eb9789b 100644 --- a/src/jinete/jclipboard.h +++ b/src/jinete/jclipboard.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jcombobox.cpp b/src/jinete/jcombobox.cpp index ae0c1f554..1eda28441 100644 --- a/src/jinete/jcombobox.cpp +++ b/src/jinete/jcombobox.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jcombobox.h b/src/jinete/jcombobox.h index 53797a27a..6ae1fd620 100644 --- a/src/jinete/jcombobox.h +++ b/src/jinete/jcombobox.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jdraw.cpp b/src/jinete/jdraw.cpp index 30eb4e7d0..7940e4be7 100644 --- a/src/jinete/jdraw.cpp +++ b/src/jinete/jdraw.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jdraw.h b/src/jinete/jdraw.h index fd97a74bf..724b91c89 100644 --- a/src/jinete/jdraw.h +++ b/src/jinete/jdraw.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jentry.cpp b/src/jinete/jentry.cpp index d8866693d..8dd017b84 100644 --- a/src/jinete/jentry.cpp +++ b/src/jinete/jentry.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jentry.h b/src/jinete/jentry.h index 0fe56a0ff..6ba1d8b3b 100644 --- a/src/jinete/jentry.h +++ b/src/jinete/jentry.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jexception.cpp b/src/jinete/jexception.cpp index 58fe6b216..0521f443b 100644 --- a/src/jinete/jexception.cpp +++ b/src/jinete/jexception.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jexception.h b/src/jinete/jexception.h index a0bbd126a..49d43efc3 100644 --- a/src/jinete/jexception.h +++ b/src/jinete/jexception.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jfile.cpp b/src/jinete/jfile.cpp index ca0fc711b..2476165cf 100644 --- a/src/jinete/jfile.cpp +++ b/src/jinete/jfile.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jfile.h b/src/jinete/jfile.h index 92aa51cc8..f8f916b12 100644 --- a/src/jinete/jfile.h +++ b/src/jinete/jfile.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jfilesel.cpp b/src/jinete/jfilesel.cpp index 725db7609..da9bd9787 100644 --- a/src/jinete/jfilesel.cpp +++ b/src/jinete/jfilesel.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jfilesel.h b/src/jinete/jfilesel.h index e31da51ff..73ad10caa 100644 --- a/src/jinete/jfilesel.h +++ b/src/jinete/jfilesel.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jfont.cpp b/src/jinete/jfont.cpp index d70b67b13..09d25a09d 100644 --- a/src/jinete/jfont.cpp +++ b/src/jinete/jfont.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jfont.h b/src/jinete/jfont.h index 25f9acff0..480ea93c4 100644 --- a/src/jinete/jfont.h +++ b/src/jinete/jfont.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jfontbmp.cpp b/src/jinete/jfontbmp.cpp index 5f092df40..92ed0fc72 100644 --- a/src/jinete/jfontbmp.cpp +++ b/src/jinete/jfontbmp.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jgrid.cpp b/src/jinete/jgrid.cpp index 10bbadaa8..f8f39a329 100644 --- a/src/jinete/jgrid.cpp +++ b/src/jinete/jgrid.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jgrid.h b/src/jinete/jgrid.h index 17a7a2c27..aedd1fb0f 100644 --- a/src/jinete/jgrid.h +++ b/src/jinete/jgrid.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jhook.cpp b/src/jinete/jhook.cpp index 83d8e1d3b..950013333 100644 --- a/src/jinete/jhook.cpp +++ b/src/jinete/jhook.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jhook.h b/src/jinete/jhook.h index ffd438feb..94d7a2cc0 100644 --- a/src/jinete/jhook.h +++ b/src/jinete/jhook.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jimage.cpp b/src/jinete/jimage.cpp index a366c7bad..b3b286d8e 100644 --- a/src/jinete/jimage.cpp +++ b/src/jinete/jimage.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jimage.h b/src/jinete/jimage.h index 2f464e1b5..8055a61ba 100644 --- a/src/jinete/jimage.h +++ b/src/jinete/jimage.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jinete.cpp b/src/jinete/jinete.cpp index a746dd2e2..75bbd7115 100644 --- a/src/jinete/jinete.cpp +++ b/src/jinete/jinete.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jinete.h b/src/jinete/jinete.h index 6ed9a94ed..9bc970330 100644 --- a/src/jinete/jinete.h +++ b/src/jinete/jinete.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jintern.cpp b/src/jinete/jintern.cpp index 9db86b8f1..ad847d251 100644 --- a/src/jinete/jintern.cpp +++ b/src/jinete/jintern.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jintern.h b/src/jinete/jintern.h index 950774375..b46deec2d 100644 --- a/src/jinete/jintern.h +++ b/src/jinete/jintern.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jlabel.cpp b/src/jinete/jlabel.cpp index 2b3169375..c6e371202 100644 --- a/src/jinete/jlabel.cpp +++ b/src/jinete/jlabel.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jlabel.h b/src/jinete/jlabel.h index 09a1eb808..74b2e84b0 100644 --- a/src/jinete/jlabel.h +++ b/src/jinete/jlabel.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jlist.cpp b/src/jinete/jlist.cpp index 8ec80cc04..10848673b 100644 --- a/src/jinete/jlist.cpp +++ b/src/jinete/jlist.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jlist.h b/src/jinete/jlist.h index a9ba20609..3f4f5ceb8 100644 --- a/src/jinete/jlist.h +++ b/src/jinete/jlist.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jlistbox.cpp b/src/jinete/jlistbox.cpp index 064e4b033..7fedc0540 100644 --- a/src/jinete/jlistbox.cpp +++ b/src/jinete/jlistbox.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jlistbox.h b/src/jinete/jlistbox.h index 9ce611e85..c77013b5a 100644 --- a/src/jinete/jlistbox.h +++ b/src/jinete/jlistbox.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmanager.cpp b/src/jinete/jmanager.cpp index 685f6b834..7b7cc5e60 100644 --- a/src/jinete/jmanager.cpp +++ b/src/jinete/jmanager.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmanager.h b/src/jinete/jmanager.h index c3c0d2094..2d2066b60 100644 --- a/src/jinete/jmanager.h +++ b/src/jinete/jmanager.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmem.cpp b/src/jinete/jmem.cpp index 1075e4780..df8db1411 100644 --- a/src/jinete/jmem.cpp +++ b/src/jinete/jmem.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmenu.cpp b/src/jinete/jmenu.cpp index da3486a7a..2a85c7794 100644 --- a/src/jinete/jmenu.cpp +++ b/src/jinete/jmenu.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmenu.h b/src/jinete/jmenu.h index ddfccf178..8a1001940 100644 --- a/src/jinete/jmenu.h +++ b/src/jinete/jmenu.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmessage.cpp b/src/jinete/jmessage.cpp index d57f2832e..aad13d2a1 100644 --- a/src/jinete/jmessage.cpp +++ b/src/jinete/jmessage.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmessage.h b/src/jinete/jmessage.h index 05b5ea91c..aa1889d23 100644 --- a/src/jinete/jmessage.h +++ b/src/jinete/jmessage.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmutex.cpp b/src/jinete/jmutex.cpp index e9fd08126..3ab427d03 100644 --- a/src/jinete/jmutex.cpp +++ b/src/jinete/jmutex.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jmutex.h b/src/jinete/jmutex.h index 7d1e3cfd4..2905408f4 100644 --- a/src/jinete/jmutex.h +++ b/src/jinete/jmutex.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jpanel.cpp b/src/jinete/jpanel.cpp index a4eaf79c1..3d027c1b0 100644 --- a/src/jinete/jpanel.cpp +++ b/src/jinete/jpanel.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jpanel.h b/src/jinete/jpanel.h index ae675b1b5..753218cf8 100644 --- a/src/jinete/jpanel.h +++ b/src/jinete/jpanel.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jpoint.cpp b/src/jinete/jpoint.cpp index d8034f742..1b746a3cf 100644 --- a/src/jinete/jpoint.cpp +++ b/src/jinete/jpoint.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jpoint.h b/src/jinete/jpoint.h index cc209cb80..7541b508e 100644 --- a/src/jinete/jpoint.h +++ b/src/jinete/jpoint.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jquickmenu.cpp b/src/jinete/jquickmenu.cpp index 3b175996d..a9fc634f0 100644 --- a/src/jinete/jquickmenu.cpp +++ b/src/jinete/jquickmenu.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jquickmenu.h b/src/jinete/jquickmenu.h index c50257a3b..2496524ce 100644 --- a/src/jinete/jquickmenu.h +++ b/src/jinete/jquickmenu.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jrect.cpp b/src/jinete/jrect.cpp index c737df2b2..538cc27c0 100644 --- a/src/jinete/jrect.cpp +++ b/src/jinete/jrect.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jrect.h b/src/jinete/jrect.h index cfea68849..d6e794692 100644 --- a/src/jinete/jrect.h +++ b/src/jinete/jrect.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jregion.cpp b/src/jinete/jregion.cpp index 78505a8db..769444838 100644 --- a/src/jinete/jregion.cpp +++ b/src/jinete/jregion.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jregion.h b/src/jinete/jregion.h index 9a5a1f46a..a2362d139 100644 --- a/src/jinete/jregion.h +++ b/src/jinete/jregion.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jsep.cpp b/src/jinete/jsep.cpp index 5c4d3a2a1..79d88f567 100644 --- a/src/jinete/jsep.cpp +++ b/src/jinete/jsep.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jsep.h b/src/jinete/jsep.h index d6589a284..1ce8e5957 100644 --- a/src/jinete/jsep.h +++ b/src/jinete/jsep.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jsize.cpp b/src/jinete/jsize.cpp index 7587449a4..1af2db6d5 100644 --- a/src/jinete/jsize.cpp +++ b/src/jinete/jsize.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jsize.h b/src/jinete/jsize.h index e3ae37d3b..5921acd1f 100644 --- a/src/jinete/jsize.h +++ b/src/jinete/jsize.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jslider.cpp b/src/jinete/jslider.cpp index 7bc992b0a..c5efc410a 100644 --- a/src/jinete/jslider.cpp +++ b/src/jinete/jslider.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jslider.h b/src/jinete/jslider.h index 8c312adf8..f8ca377ce 100644 --- a/src/jinete/jslider.h +++ b/src/jinete/jslider.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jstream.cpp b/src/jinete/jstream.cpp index ee9fee3e8..3e01474d8 100644 --- a/src/jinete/jstream.cpp +++ b/src/jinete/jstream.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jstream.h b/src/jinete/jstream.h index d7c01eb7b..9ac45c9b2 100644 --- a/src/jinete/jstream.h +++ b/src/jinete/jstream.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jstring.cpp b/src/jinete/jstring.cpp index 089cda1be..75c31ed90 100644 --- a/src/jinete/jstring.cpp +++ b/src/jinete/jstring.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jstring.h b/src/jinete/jstring.h index 1d78ca895..141ccb8d9 100644 --- a/src/jinete/jstring.h +++ b/src/jinete/jstring.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jsystem.cpp b/src/jinete/jsystem.cpp index ece0cbccd..8d02f3988 100644 --- a/src/jinete/jsystem.cpp +++ b/src/jinete/jsystem.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jsystem.h b/src/jinete/jsystem.h index f8aec2450..d46492332 100644 --- a/src/jinete/jsystem.h +++ b/src/jinete/jsystem.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jtextbox.cpp b/src/jinete/jtextbox.cpp index 7c746b1ea..98609ba3e 100644 --- a/src/jinete/jtextbox.cpp +++ b/src/jinete/jtextbox.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jtextbox.h b/src/jinete/jtextbox.h index 1324418a2..46c25dddf 100644 --- a/src/jinete/jtextbox.h +++ b/src/jinete/jtextbox.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jtheme.cpp b/src/jinete/jtheme.cpp index a3b4de513..6426b5f31 100644 --- a/src/jinete/jtheme.cpp +++ b/src/jinete/jtheme.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jtheme.h b/src/jinete/jtheme.h index 245724d6c..714227115 100644 --- a/src/jinete/jtheme.h +++ b/src/jinete/jtheme.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jthread.cpp b/src/jinete/jthread.cpp index d16bbdd2e..f608b8446 100644 --- a/src/jinete/jthread.cpp +++ b/src/jinete/jthread.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jthread.h b/src/jinete/jthread.h index bec8e8490..578107030 100644 --- a/src/jinete/jthread.h +++ b/src/jinete/jthread.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jtooltips.h b/src/jinete/jtooltips.h index fc2b4258a..938b66fb0 100644 --- a/src/jinete/jtooltips.h +++ b/src/jinete/jtooltips.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jview.cpp b/src/jinete/jview.cpp index 4fe02621b..ef919cb51 100644 --- a/src/jinete/jview.cpp +++ b/src/jinete/jview.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jview.h b/src/jinete/jview.h index 88bff7c31..17847bf7e 100644 --- a/src/jinete/jview.h +++ b/src/jinete/jview.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jwidget.cpp b/src/jinete/jwidget.cpp index 8e7864de8..14baa8f95 100644 --- a/src/jinete/jwidget.cpp +++ b/src/jinete/jwidget.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jwidget.h b/src/jinete/jwidget.h index f95c734be..6da7e3698 100644 --- a/src/jinete/jwidget.h +++ b/src/jinete/jwidget.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jwindow.cpp b/src/jinete/jwindow.cpp index c0f40f76b..356af1b98 100644 --- a/src/jinete/jwindow.cpp +++ b/src/jinete/jwindow.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/jwindow.h b/src/jinete/jwindow.h index 6c2de9a65..34a18c23f 100644 --- a/src/jinete/jwindow.h +++ b/src/jinete/jwindow.h @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/themes/jstandard_theme.cpp b/src/jinete/themes/jstandard_theme.cpp index 7f253f7d7..ec3765df7 100644 --- a/src/jinete/themes/jstandard_theme.cpp +++ b/src/jinete/themes/jstandard_theme.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/jinete/themes/pcx2data.cpp b/src/jinete/themes/pcx2data.cpp index 9534cb7a8..41a388f43 100644 --- a/src/jinete/themes/pcx2data.cpp +++ b/src/jinete/themes/pcx2data.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Read "LICENSE.txt" for more information. diff --git a/src/main.cpp b/src/main.cpp index 9eaa7707f..b9c988a0e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 a7cc08975..5ab8cd4dc 100644 --- a/src/modules/editors.cpp +++ b/src/modules/editors.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/modules/editors.h index 73b0bc225..bec657e23 100644 --- a/src/modules/editors.h +++ b/src/modules/editors.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 b868982ad..b39c3c947 100644 --- a/src/modules/gfx.cpp +++ b/src/modules/gfx.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/modules/gfx.h index 245fc07fa..ae70c0d83 100644 --- a/src/modules/gfx.h +++ b/src/modules/gfx.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ec0ff9c73..d8e189a2c 100644 --- a/src/modules/gfxdata.cpp +++ b/src/modules/gfxdata.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 3a00e185d..13989e14c 100644 --- a/src/modules/gui.cpp +++ b/src/modules/gui.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/modules/gui.h index c339ba10c..c9cbcb555 100644 --- a/src/modules/gui.h +++ b/src/modules/gui.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 5f33505f4..55283d51e 100644 --- a/src/modules/palettes.cpp +++ b/src/modules/palettes.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/modules/palettes.h index 4703b9bac..9e38b7acb 100644 --- a/src/modules/palettes.h +++ b/src/modules/palettes.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/recent.cpp b/src/modules/recent.cpp index 93ea9656b..07ece1a36 100644 --- a/src/modules/recent.cpp +++ b/src/modules/recent.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/recent.h b/src/modules/recent.h index 570a9745d..7de0fade0 100644 --- a/src/modules/recent.h +++ b/src/modules/recent.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 53480f5a9..aeb281207 100644 --- a/src/modules/rootmenu.cpp +++ b/src/modules/rootmenu.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/modules/rootmenu.h index 3380d97b5..33737afee 100644 --- a/src/modules/rootmenu.h +++ b/src/modules/rootmenu.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 adc801037..b8a9926fc 100644 --- a/src/modules/skinneable_theme.cpp +++ b/src/modules/skinneable_theme.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/modules/skinneable_theme.h index 75f8e2c2b..013a7c952 100644 --- a/src/modules/skinneable_theme.h +++ b/src/modules/skinneable_theme.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tools.cpp b/src/modules/tools.cpp index b5c57238c..9a8cf3ce2 100644 --- a/src/modules/tools.cpp +++ b/src/modules/tools.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tools.h b/src/modules/tools.h index af0a11b9c..25d8f462d 100644 --- a/src/modules/tools.h +++ b/src/modules/tools.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 80a252f42..204dbcf23 100644 --- a/src/raster/algo.cpp +++ b/src/raster/algo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/algo.h index a18e267a8..cefe93cd2 100644 --- a/src/raster/algo.h +++ b/src/raster/algo.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 26f800961..0594ba37f 100644 --- a/src/raster/blend.cpp +++ b/src/raster/blend.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/blend.h index 564a02653..a142c9c9f 100644 --- a/src/raster/blend.h +++ b/src/raster/blend.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/brush.cpp b/src/raster/brush.cpp index 20a264ee6..414c67d8d 100644 --- a/src/raster/brush.cpp +++ b/src/raster/brush.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/brush.h b/src/raster/brush.h index e64e7c719..157230ca5 100644 --- a/src/raster/brush.h +++ b/src/raster/brush.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 56ec33258..38408536e 100644 --- a/src/raster/cel.cpp +++ b/src/raster/cel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/cel.h index 558d5717b..5385a87e0 100644 --- a/src/raster/cel.h +++ b/src/raster/cel.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 0c6f67fbf..25ab538e2 100644 --- a/src/raster/dirty.cpp +++ b/src/raster/dirty.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/dirty.h index 55bebd5b2..c4903b834 100644 --- a/src/raster/dirty.h +++ b/src/raster/dirty.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 cf0012f84..d523b976c 100644 --- a/src/raster/gfxobj.cpp +++ b/src/raster/gfxobj.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/gfxobj.h index dc126f39d..39ad81ddb 100644 --- a/src/raster/gfxobj.h +++ b/src/raster/gfxobj.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 7d16191e9..864362c1a 100644 --- a/src/raster/image.cpp +++ b/src/raster/image.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/image.h index 7200761a4..5c5175635 100644 --- a/src/raster/image.h +++ b/src/raster/image.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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_impl.h b/src/raster/image_impl.h index a21696901..c1ab64637 100644 --- a/src/raster/image_impl.h +++ b/src/raster/image_impl.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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_traits.h b/src/raster/image_traits.h index a482f8b63..00d3ee7a5 100644 --- a/src/raster/image_traits.h +++ b/src/raster/image_traits.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ef3a7f735..fcee0c9fa 100644 --- a/src/raster/layer.cpp +++ b/src/raster/layer.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/layer.h index 9ce0d7ee7..a3bf57615 100644 --- a/src/raster/layer.h +++ b/src/raster/layer.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 e9bcc5875..07bc45e02 100644 --- a/src/raster/mask.cpp +++ b/src/raster/mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/mask.h index 7863b6e24..7fff77582 100644 --- a/src/raster/mask.h +++ b/src/raster/mask.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 4d12c60c4..dba0f4c15 100644 --- a/src/raster/palette.cpp +++ b/src/raster/palette.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/palette.h index c65a0c99b..0818f9df5 100644 --- a/src/raster/palette.h +++ b/src/raster/palette.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 483971e67..8c2227d5d 100644 --- a/src/raster/path.cpp +++ b/src/raster/path.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/path.h index 589dc8cab..f45b7a3fb 100644 --- a/src/raster/path.h +++ b/src/raster/path.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/quant.cpp b/src/raster/quant.cpp index 7cea09cec..3fbfbe34a 100644 --- a/src/raster/quant.cpp +++ b/src/raster/quant.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/quant.h b/src/raster/quant.h index f0a54da9e..708f5086f 100644 --- a/src/raster/quant.h +++ b/src/raster/quant.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/raster.h b/src/raster/raster.h index e5d268378..531db7b75 100644 --- a/src/raster/raster.h +++ b/src/raster/raster.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 56db5d598..069abca46 100644 --- a/src/raster/rotate.cpp +++ b/src/raster/rotate.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/rotate.h index 982a10e5e..e88bb9ef5 100644 --- a/src/raster/rotate.h +++ b/src/raster/rotate.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 b151cafcb..12f3ca352 100644 --- a/src/raster/sprite.cpp +++ b/src/raster/sprite.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/sprite.h index 5549f28d6..c65119d9d 100644 --- a/src/raster/sprite.h +++ b/src/raster/sprite.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 64a004ea0..76961ad18 100644 --- a/src/raster/stock.cpp +++ b/src/raster/stock.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/stock.h index d8dcd4aa3..64b0a8571 100644 --- a/src/raster/stock.h +++ b/src/raster/stock.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 7c56bd96c..9b25ae4b7 100644 --- a/src/raster/undo.cpp +++ b/src/raster/undo.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/raster/undo.h index fdd237a7a..8b87813f2 100644 --- a/src/raster/undo.h +++ b/src/raster/undo.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/x86/blenders.s b/src/raster/x86/blenders.s index 36599da9c..9eaf1a192 100644 --- a/src/raster/x86/blenders.s +++ b/src/raster/x86/blenders.s @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/x86/int_mult.s b/src/raster/x86/int_mult.s index 57f39b64e..ec962f233 100644 --- a/src/raster/x86/int_mult.s +++ b/src/raster/x86/int_mult.s @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/sprite_wrappers.h b/src/sprite_wrappers.h index 5af99d512..a4a2be936 100644 --- a/src/sprite_wrappers.h +++ b/src/sprite_wrappers.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/jinete/00hello.cpp b/src/tests/jinete/00hello.cpp index 33f34de8b..1e04e50ec 100644 --- a/src/tests/jinete/00hello.cpp +++ b/src/tests/jinete/00hello.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/01simple.cpp b/src/tests/jinete/01simple.cpp index f5d0ea702..97bed42f9 100644 --- a/src/tests/jinete/01simple.cpp +++ b/src/tests/jinete/01simple.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/02label.cpp b/src/tests/jinete/02label.cpp index 15279ca7d..ad1e8dd2b 100644 --- a/src/tests/jinete/02label.cpp +++ b/src/tests/jinete/02label.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/03slider.cpp b/src/tests/jinete/03slider.cpp index bee952429..84117571e 100644 --- a/src/tests/jinete/03slider.cpp +++ b/src/tests/jinete/03slider.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/04alert.cpp b/src/tests/jinete/04alert.cpp index 00516ce11..962e8a84f 100644 --- a/src/tests/jinete/04alert.cpp +++ b/src/tests/jinete/04alert.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/05fsel.cpp b/src/tests/jinete/05fsel.cpp index 4eaf88e00..5e52fd6ec 100644 --- a/src/tests/jinete/05fsel.cpp +++ b/src/tests/jinete/05fsel.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/06entry.cpp b/src/tests/jinete/06entry.cpp index 074a17021..a6da1cf75 100644 --- a/src/tests/jinete/06entry.cpp +++ b/src/tests/jinete/06entry.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/07panel.cpp b/src/tests/jinete/07panel.cpp index f68f62411..8ee860fac 100644 --- a/src/tests/jinete/07panel.cpp +++ b/src/tests/jinete/07panel.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/08txtbox.cpp b/src/tests/jinete/08txtbox.cpp index 30f5ff1a6..12bdb8658 100644 --- a/src/tests/jinete/08txtbox.cpp +++ b/src/tests/jinete/08txtbox.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/09lists.cpp b/src/tests/jinete/09lists.cpp index 1d2e82e74..2d6833c1b 100644 --- a/src/tests/jinete/09lists.cpp +++ b/src/tests/jinete/09lists.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/10chcks.cpp b/src/tests/jinete/10chcks.cpp index e0136ecfe..13c14ff40 100644 --- a/src/tests/jinete/10chcks.cpp +++ b/src/tests/jinete/10chcks.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/11file.cpp b/src/tests/jinete/11file.cpp index f72bbd674..e91017db1 100644 --- a/src/tests/jinete/11file.cpp +++ b/src/tests/jinete/11file.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/12qckmnu.cpp b/src/tests/jinete/12qckmnu.cpp index a1e6c356a..a75aa99c7 100644 --- a/src/tests/jinete/12qckmnu.cpp +++ b/src/tests/jinete/12qckmnu.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/13menu.cpp b/src/tests/jinete/13menu.cpp index 36a8a29e4..b9e5a50ee 100644 --- a/src/tests/jinete/13menu.cpp +++ b/src/tests/jinete/13menu.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/14win.cpp b/src/tests/jinete/14win.cpp index d5702f16b..e74b6ab0d 100644 --- a/src/tests/jinete/14win.cpp +++ b/src/tests/jinete/14win.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/15colbut.cpp b/src/tests/jinete/15colbut.cpp index 7d103c8b4..4782f1e84 100644 --- a/src/tests/jinete/15colbut.cpp +++ b/src/tests/jinete/15colbut.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/16theme.cpp b/src/tests/jinete/16theme.cpp index 877f3f625..c6eec39eb 100644 --- a/src/tests/jinete/16theme.cpp +++ b/src/tests/jinete/16theme.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/17theme.cpp b/src/tests/jinete/17theme.cpp index ff1f64626..1049b8e59 100644 --- a/src/tests/jinete/17theme.cpp +++ b/src/tests/jinete/17theme.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/18tips.cpp b/src/tests/jinete/18tips.cpp index 372dbca51..88205c96c 100644 --- a/src/tests/jinete/18tips.cpp +++ b/src/tests/jinete/18tips.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/19game.cpp b/src/tests/jinete/19game.cpp index 6d61be48d..5b03729a7 100644 --- a/src/tests/jinete/19game.cpp +++ b/src/tests/jinete/19game.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/20combo.cpp b/src/tests/jinete/20combo.cpp index 13a4454cd..860ba9920 100644 --- a/src/tests/jinete/20combo.cpp +++ b/src/tests/jinete/20combo.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/21manage.cpp b/src/tests/jinete/21manage.cpp index ee1f380c5..38e52379b 100644 --- a/src/tests/jinete/21manage.cpp +++ b/src/tests/jinete/21manage.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/22xml.cpp b/src/tests/jinete/22xml.cpp index e6fa0405b..5fac6bee5 100644 --- a/src/tests/jinete/22xml.cpp +++ b/src/tests/jinete/22xml.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/jinete/23grid.cpp b/src/tests/jinete/23grid.cpp index 9a32e1081..48f77533b 100644 --- a/src/tests/jinete/23grid.cpp +++ b/src/tests/jinete/23grid.cpp @@ -1,5 +1,5 @@ /* Jinete - a GUI library - * Copyright (C) 2003-2009 David Capello. + * Copyright (C) 2003-2010 David Capello. * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tests/raster/00dirty.cpp b/src/tests/raster/00dirty.cpp index dfde3b9d5..a44a79395 100644 --- a/src/tests/raster/00dirty.cpp +++ b/src/tests/raster/00dirty.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/raster/01mask.cpp b/src/tests/raster/01mask.cpp index 3b061388f..1f04106aa 100644 --- a/src/tests/raster/01mask.cpp +++ b/src/tests/raster/01mask.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/raster/02path.cpp b/src/tests/raster/02path.cpp index 1d802fdcc..875c43309 100644 --- a/src/tests/raster/02path.cpp +++ b/src/tests/raster/02path.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/raster/03sprite.cpp b/src/tests/raster/03sprite.cpp index 9becc8ca4..b5331d36e 100644 --- a/src/tests/raster/03sprite.cpp +++ b/src/tests/raster/03sprite.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/test.h b/src/tests/test.h index 958d87131..3052b9c02 100644 --- a/src/tests/test.h +++ b/src/tests/test.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/test_errno.cpp b/src/tests/test_errno.cpp index cbc807fa4..025169054 100644 --- a/src/tests/test_errno.cpp +++ b/src/tests/test_errno.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/test_file_system.cpp b/src/tests/test_file_system.cpp index 72fd37242..8cdd2ee7f 100644 --- a/src/tests/test_file_system.cpp +++ b/src/tests/test_file_system.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/test_intmult.cpp b/src/tests/test_intmult.cpp index 88a43c382..f227d0b8e 100644 --- a/src/tests/test_intmult.cpp +++ b/src/tests/test_intmult.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/test_jgrid.cpp b/src/tests/test_jgrid.cpp index 655df2668..abaee9a31 100644 --- a/src/tests/test_jgrid.cpp +++ b/src/tests/test_jgrid.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/tests/test_jlist.cpp b/src/tests/test_jlist.cpp index f4860747a..07ed86f86 100644 --- a/src/tests/test_jlist.cpp +++ b/src/tests/test_jlist.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 f5f1f0aef..3f8f6e806 100644 --- a/src/ui_context.cpp +++ b/src/ui_context.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/ui_context.h index 5b2049abc..12c80fb43 100644 --- a/src/ui_context.h +++ b/src/ui_context.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 0c1ddb77c..1207c2da3 100644 --- a/src/undoable.cpp +++ b/src/undoable.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/undoable.h index ba4585773..032079df0 100644 --- a/src/undoable.h +++ b/src/undoable.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ad6a37a62..07f7da9ff 100644 --- a/src/util/autocrop.cpp +++ b/src/util/autocrop.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/autocrop.h index 84c6b39d6..b777d3d41 100644 --- a/src/util/autocrop.h +++ b/src/util/autocrop.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/celmove.cpp b/src/util/celmove.cpp index 4b171527b..894f22fe3 100644 --- a/src/util/celmove.cpp +++ b/src/util/celmove.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/celmove.h b/src/util/celmove.h index 7a4b72dfd..c0ab07df3 100644 --- a/src/util/celmove.h +++ b/src/util/celmove.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 dacc9c8fb..52cea84f3 100644 --- a/src/util/clipboard.cpp +++ b/src/util/clipboard.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/clipboard.h index ddb729123..3094dafc1 100644 --- a/src/util/clipboard.h +++ b/src/util/clipboard.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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_win32.h b/src/util/clipboard_win32.h index d1df6128c..f9444ae8d 100644 --- a/src/util/clipboard_win32.h +++ b/src/util/clipboard_win32.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 f65a8b274..a65ca4854 100644 --- a/src/util/col_file.cpp +++ b/src/util/col_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/col_file.h index 1513ebd07..810623143 100644 --- a/src/util/col_file.h +++ b/src/util/col_file.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 d9076c9b6..e96990f08 100644 --- a/src/util/filetoks.cpp +++ b/src/util/filetoks.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/filetoks.h index 89f7f66d9..d7a1931fe 100644 --- a/src/util/filetoks.h +++ b/src/util/filetoks.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/hash.cpp b/src/util/hash.cpp index 509b53237..e79097157 100644 --- a/src/util/hash.cpp +++ b/src/util/hash.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/hash.h b/src/util/hash.h index 9fe5b31c7..5ea060300 100644 --- a/src/util/hash.h +++ b/src/util/hash.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 fdbb627d1..a348239f0 100644 --- a/src/util/misc.cpp +++ b/src/util/misc.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/misc.h index 788ee7a54..c8be52255 100644 --- a/src/util/misc.h +++ b/src/util/misc.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 123a26197..4826e4242 100644 --- a/src/util/msk_file.cpp +++ b/src/util/msk_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/msk_file.h index f0e236dbd..f32790c76 100644 --- a/src/util/msk_file.h +++ b/src/util/msk_file.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 1ef881bb9..ff9bc53cb 100644 --- a/src/util/pic_file.cpp +++ b/src/util/pic_file.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/pic_file.h index b1d9f732d..2f798e95c 100644 --- a/src/util/pic_file.h +++ b/src/util/pic_file.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/quantize.cpp b/src/util/quantize.cpp index 9fa7783a2..5c0d32a3f 100644 --- a/src/util/quantize.cpp +++ b/src/util/quantize.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/quantize.h b/src/util/quantize.h index 97f704275..a635215bb 100644 --- a/src/util/quantize.h +++ b/src/util/quantize.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/recscr.cpp b/src/util/recscr.cpp index e64a3e39a..b828ccb78 100644 --- a/src/util/recscr.cpp +++ b/src/util/recscr.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/recscr.h b/src/util/recscr.h index cbb64795d..4bad2eaa7 100644 --- a/src/util/recscr.h +++ b/src/util/recscr.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 cdc1a4029..7e448be34 100644 --- a/src/util/render.cpp +++ b/src/util/render.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/render.h index e69e2321b..f62506311 100644 --- a/src/util/render.h +++ b/src/util/render.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 7c57932eb..000d60f33 100644 --- a/src/util/thmbnail.cpp +++ b/src/util/thmbnail.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/util/thmbnail.h index 383bdaf59..76ccea516 100644 --- a/src/util/thmbnail.h +++ b/src/util/thmbnail.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/colbar.cpp b/src/widgets/colbar.cpp index 55ea3364d..a374b357c 100644 --- a/src/widgets/colbar.cpp +++ b/src/widgets/colbar.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/colbar.h b/src/widgets/colbar.h index e82e2ae4d..c400aa516 100644 --- a/src/widgets/colbar.h +++ b/src/widgets/colbar.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/colbut.cpp b/src/widgets/colbut.cpp index cef88f32e..a5f6df6bd 100644 --- a/src/widgets/colbut.cpp +++ b/src/widgets/colbut.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/colbut.h b/src/widgets/colbut.h index 5eb89e11a..d674613b7 100644 --- a/src/widgets/colbut.h +++ b/src/widgets/colbut.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/colsel.cpp b/src/widgets/colsel.cpp index 8a7088126..8f92fe764 100644 --- a/src/widgets/colsel.cpp +++ b/src/widgets/colsel.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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/colsel.h b/src/widgets/colsel.h index 13eecfe67..86b5f4b7f 100644 --- a/src/widgets/colsel.h +++ b/src/widgets/colsel.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 582d60bd0..780b46eff 100644 --- a/src/widgets/colview.cpp +++ b/src/widgets/colview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/colview.h index 0bd41ca16..dd5748a46 100644 --- a/src/widgets/colview.h +++ b/src/widgets/colview.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 10da9529e..4edd769ec 100644 --- a/src/widgets/curvedit.cpp +++ b/src/widgets/curvedit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/curvedit.h index 0edc5c548..1aeae99f8 100644 --- a/src/widgets/curvedit.h +++ b/src/widgets/curvedit.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/editor.h index 60ae04941..2fac5d755 100644 --- a/src/widgets/editor.h +++ b/src/widgets/editor.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 17355b010..34f5945e0 100644 --- a/src/widgets/editor/click.cpp +++ b/src/widgets/editor/click.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 629633cae..eb63f8008 100644 --- a/src/widgets/editor/cursor.cpp +++ b/src/widgets/editor/cursor.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 89e2b22cd..46fdfab89 100644 --- a/src/widgets/editor/editor.cpp +++ b/src/widgets/editor/editor.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ad3299e82..3447fd7da 100644 --- a/src/widgets/editor/keys.cpp +++ b/src/widgets/editor/keys.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ea7e5073d..47c02b6e2 100644 --- a/src/widgets/fileview.cpp +++ b/src/widgets/fileview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2008-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/fileview.h index 0865fce2a..a2a878173 100644 --- a/src/widgets/fileview.h +++ b/src/widgets/fileview.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2008-2009 David Capello + * Copyright (C) 2001-2010 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 412b4a543..f8cb499df 100644 --- a/src/widgets/groupbut.cpp +++ b/src/widgets/groupbut.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/groupbut.h index ea0e15dbc..61f467995 100644 --- a/src/widgets/groupbut.h +++ b/src/widgets/groupbut.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 e9b97378d..39b129c69 100644 --- a/src/widgets/menuitem.cpp +++ b/src/widgets/menuitem.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/menuitem.h index 58d91d032..5e9d5d715 100644 --- a/src/widgets/menuitem.h +++ b/src/widgets/menuitem.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 ed6e6cb93..f5b525e7d 100644 --- a/src/widgets/paledit.cpp +++ b/src/widgets/paledit.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/paledit.h index a4999b111..ec5047b1e 100644 --- a/src/widgets/paledit.h +++ b/src/widgets/paledit.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 3ac2005cb..0e7be783e 100644 --- a/src/widgets/preview.cpp +++ b/src/widgets/preview.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/preview.h index 789a920ef..1812bed44 100644 --- a/src/widgets/preview.h +++ b/src/widgets/preview.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 77c28e0e7..a5e7eff6f 100644 --- a/src/widgets/statebar.cpp +++ b/src/widgets/statebar.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/statebar.h index 0babba332..a9a1b1899 100644 --- a/src/widgets/statebar.h +++ b/src/widgets/statebar.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 56a7d23ba..56e6b850b 100644 --- a/src/widgets/tabs.cpp +++ b/src/widgets/tabs.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/tabs.h index e40734c0b..198d9f674 100644 --- a/src/widgets/tabs.h +++ b/src/widgets/tabs.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 a91b20ee4..3732d274a 100644 --- a/src/widgets/target.cpp +++ b/src/widgets/target.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/target.h index 2b2e9d9c9..5146aa005 100644 --- a/src/widgets/target.h +++ b/src/widgets/target.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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 b74a31052..b7c6ef25e 100644 --- a/src/widgets/toolbar.cpp +++ b/src/widgets/toolbar.cpp @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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.h b/src/widgets/toolbar.h index 48b75b80a..eba7a7984 100644 --- a/src/widgets/toolbar.h +++ b/src/widgets/toolbar.h @@ -1,5 +1,5 @@ /* ASE - Allegro Sprite Editor - * Copyright (C) 2001-2009 David Capello + * Copyright (C) 2001-2010 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