From 5ecc356a41c8e29977f8608d8826489d24f5fa6c Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 26 Aug 2016 17:02:58 -0300 Subject: [PATCH] Replace GPL license with the new EULA --- EULA.txt | 4 +- LICENSE.txt | 340 ------------ README.md | 26 +- docs/licenses/GPL.txt | 340 ------------ docs/licenses/LGPL-2.0.txt | 482 ---------------- docs/licenses/LGPL-2.1.txt | 513 ------------------ src/app/app.cpp | 5 +- src/app/app.h | 5 +- src/app/app_brushes.cpp | 5 +- src/app/app_brushes.h | 5 +- src/app/app_menus.cpp | 5 +- src/app/app_menus.h | 5 +- src/app/app_options.cpp | 5 +- src/app/app_options.h | 5 +- src/app/app_render.cpp | 5 +- src/app/app_render.h | 5 +- src/app/brush_slot.h | 5 +- src/app/check_update.cpp | 5 +- src/app/check_update.h | 5 +- src/app/check_update_delegate.h | 5 +- src/app/cmd.cpp | 5 +- src/app/cmd.h | 5 +- src/app/cmd/add_cel.cpp | 5 +- src/app/cmd/add_cel.h | 5 +- src/app/cmd/add_frame.cpp | 5 +- src/app/cmd/add_frame.h | 5 +- src/app/cmd/add_frame_tag.cpp | 5 +- src/app/cmd/add_frame_tag.h | 5 +- src/app/cmd/add_layer.cpp | 5 +- src/app/cmd/add_layer.h | 5 +- src/app/cmd/add_palette.cpp | 5 +- src/app/cmd/add_palette.h | 5 +- src/app/cmd/background_from_layer.cpp | 5 +- src/app/cmd/background_from_layer.h | 5 +- src/app/cmd/clear_cel.cpp | 5 +- src/app/cmd/clear_cel.h | 5 +- src/app/cmd/clear_image.cpp | 5 +- src/app/cmd/clear_image.h | 5 +- src/app/cmd/clear_mask.cpp | 5 +- src/app/cmd/clear_mask.h | 5 +- src/app/cmd/clear_rect.cpp | 5 +- src/app/cmd/clear_rect.h | 5 +- src/app/cmd/configure_background.cpp | 5 +- src/app/cmd/configure_background.h | 5 +- src/app/cmd/copy_cel.cpp | 5 +- src/app/cmd/copy_cel.h | 5 +- src/app/cmd/copy_frame.cpp | 5 +- src/app/cmd/copy_frame.h | 5 +- src/app/cmd/copy_rect.cpp | 5 +- src/app/cmd/copy_rect.h | 5 +- src/app/cmd/copy_region.cpp | 5 +- src/app/cmd/copy_region.h | 5 +- src/app/cmd/crop_cel.cpp | 5 +- src/app/cmd/crop_cel.h | 5 +- src/app/cmd/deselect_mask.cpp | 5 +- src/app/cmd/deselect_mask.h | 5 +- src/app/cmd/flatten_layers.cpp | 5 +- src/app/cmd/flatten_layers.h | 5 +- src/app/cmd/flip_image.cpp | 5 +- src/app/cmd/flip_image.h | 5 +- src/app/cmd/flip_mask.cpp | 5 +- src/app/cmd/flip_mask.h | 5 +- src/app/cmd/flip_masked_cel.cpp | 5 +- src/app/cmd/flip_masked_cel.h | 5 +- src/app/cmd/layer_from_background.cpp | 5 +- src/app/cmd/layer_from_background.h | 5 +- src/app/cmd/move_cel.cpp | 5 +- src/app/cmd/move_cel.h | 5 +- src/app/cmd/move_layer.cpp | 5 +- src/app/cmd/move_layer.h | 5 +- src/app/cmd/patch_cel.cpp | 5 +- src/app/cmd/patch_cel.h | 5 +- src/app/cmd/remap_colors.cpp | 5 +- src/app/cmd/remap_colors.h | 5 +- src/app/cmd/remove_cel.cpp | 5 +- src/app/cmd/remove_cel.h | 5 +- src/app/cmd/remove_frame.cpp | 5 +- src/app/cmd/remove_frame.h | 5 +- src/app/cmd/remove_frame_tag.cpp | 5 +- src/app/cmd/remove_frame_tag.h | 5 +- src/app/cmd/remove_layer.cpp | 5 +- src/app/cmd/remove_layer.h | 5 +- src/app/cmd/remove_palette.cpp | 5 +- src/app/cmd/remove_palette.h | 5 +- src/app/cmd/replace_image.cpp | 5 +- src/app/cmd/replace_image.h | 5 +- src/app/cmd/reselect_mask.cpp | 5 +- src/app/cmd/reselect_mask.h | 5 +- src/app/cmd/set_cel_data.cpp | 5 +- src/app/cmd/set_cel_data.h | 5 +- src/app/cmd/set_cel_frame.cpp | 5 +- src/app/cmd/set_cel_frame.h | 5 +- src/app/cmd/set_cel_opacity.cpp | 5 +- src/app/cmd/set_cel_opacity.h | 5 +- src/app/cmd/set_cel_position.cpp | 5 +- src/app/cmd/set_cel_position.h | 5 +- src/app/cmd/set_frame_duration.cpp | 5 +- src/app/cmd/set_frame_duration.h | 5 +- src/app/cmd/set_frame_tag_anidir.cpp | 5 +- src/app/cmd/set_frame_tag_anidir.h | 5 +- src/app/cmd/set_frame_tag_color.cpp | 5 +- src/app/cmd/set_frame_tag_color.h | 5 +- src/app/cmd/set_frame_tag_name.cpp | 5 +- src/app/cmd/set_frame_tag_name.h | 5 +- src/app/cmd/set_frame_tag_range.cpp | 5 +- src/app/cmd/set_frame_tag_range.h | 5 +- src/app/cmd/set_layer_blend_mode.cpp | 5 +- src/app/cmd/set_layer_blend_mode.h | 5 +- src/app/cmd/set_layer_flags.cpp | 5 +- src/app/cmd/set_layer_flags.h | 5 +- src/app/cmd/set_layer_name.cpp | 5 +- src/app/cmd/set_layer_name.h | 5 +- src/app/cmd/set_layer_opacity.cpp | 5 +- src/app/cmd/set_layer_opacity.h | 5 +- src/app/cmd/set_mask.cpp | 5 +- src/app/cmd/set_mask.h | 5 +- src/app/cmd/set_mask_position.cpp | 5 +- src/app/cmd/set_mask_position.h | 5 +- src/app/cmd/set_palette.cpp | 5 +- src/app/cmd/set_palette.h | 5 +- src/app/cmd/set_pixel_format.cpp | 5 +- src/app/cmd/set_pixel_format.h | 5 +- src/app/cmd/set_sprite_size.cpp | 5 +- src/app/cmd/set_sprite_size.h | 5 +- src/app/cmd/set_total_frames.cpp | 5 +- src/app/cmd/set_total_frames.h | 5 +- src/app/cmd/set_transparent_color.cpp | 5 +- src/app/cmd/set_transparent_color.h | 5 +- src/app/cmd/set_user_data.cpp | 5 +- src/app/cmd/set_user_data.h | 5 +- src/app/cmd/shift_masked_cel.cpp | 5 +- src/app/cmd/shift_masked_cel.h | 5 +- src/app/cmd/trim_cel.cpp | 5 +- src/app/cmd/trim_cel.h | 5 +- src/app/cmd/unlink_cel.cpp | 5 +- src/app/cmd/unlink_cel.h | 5 +- src/app/cmd/with_cel.cpp | 5 +- src/app/cmd/with_cel.h | 5 +- src/app/cmd/with_document.cpp | 5 +- src/app/cmd/with_document.h | 5 +- src/app/cmd/with_frame_tag.cpp | 5 +- src/app/cmd/with_frame_tag.h | 5 +- src/app/cmd/with_image.cpp | 5 +- src/app/cmd/with_image.h | 5 +- src/app/cmd/with_layer.cpp | 5 +- src/app/cmd/with_layer.h | 5 +- src/app/cmd/with_sprite.cpp | 5 +- src/app/cmd/with_sprite.h | 5 +- src/app/cmd_sequence.cpp | 5 +- src/app/cmd_sequence.h | 5 +- src/app/cmd_transaction.cpp | 5 +- src/app/cmd_transaction.h | 5 +- src/app/color.cpp | 5 +- src/app/color.h | 5 +- src/app/color_picker.cpp | 5 +- src/app/color_picker.h | 5 +- src/app/color_target.h | 5 +- src/app/color_tests.cpp | 5 +- src/app/color_utils.cpp | 5 +- src/app/color_utils.h | 5 +- src/app/commands/cmd_about.cpp | 5 +- src/app/commands/cmd_add_color.cpp | 5 +- src/app/commands/cmd_advanced_mode.cpp | 5 +- .../commands/cmd_background_from_layer.cpp | 5 +- src/app/commands/cmd_cancel.cpp | 5 +- src/app/commands/cmd_canvas_size.cpp | 5 +- src/app/commands/cmd_cel_properties.cpp | 5 +- src/app/commands/cmd_change_brush.cpp | 5 +- src/app/commands/cmd_change_color.cpp | 5 +- src/app/commands/cmd_change_pixel_format.cpp | 5 +- src/app/commands/cmd_clear.cpp | 5 +- src/app/commands/cmd_clear_cel.cpp | 5 +- src/app/commands/cmd_close_file.cpp | 5 +- src/app/commands/cmd_color_quantization.cpp | 5 +- src/app/commands/cmd_copy.cpp | 5 +- src/app/commands/cmd_copy_cel.cpp | 5 +- src/app/commands/cmd_copy_merged.cpp | 5 +- src/app/commands/cmd_crop.cpp | 5 +- src/app/commands/cmd_cut.cpp | 5 +- src/app/commands/cmd_deselect_mask.cpp | 5 +- src/app/commands/cmd_developer_console.cpp | 5 +- src/app/commands/cmd_discard_brush.cpp | 5 +- src/app/commands/cmd_duplicate_layer.cpp | 5 +- src/app/commands/cmd_duplicate_sprite.cpp | 5 +- src/app/commands/cmd_duplicate_view.cpp | 5 +- src/app/commands/cmd_exit.cpp | 5 +- src/app/commands/cmd_export_sprite_sheet.cpp | 5 +- src/app/commands/cmd_eyedropper.cpp | 5 +- src/app/commands/cmd_eyedropper.h | 5 +- src/app/commands/cmd_flatten_layers.cpp | 5 +- src/app/commands/cmd_flip.cpp | 5 +- src/app/commands/cmd_flip.h | 5 +- src/app/commands/cmd_frame_properties.cpp | 5 +- src/app/commands/cmd_frame_tag_properties.cpp | 5 +- src/app/commands/cmd_fullscreen_preview.cpp | 5 +- src/app/commands/cmd_goto_frame.cpp | 5 +- src/app/commands/cmd_goto_layer.cpp | 5 +- src/app/commands/cmd_goto_tab.cpp | 5 +- src/app/commands/cmd_grid.cpp | 5 +- src/app/commands/cmd_home.cpp | 5 +- src/app/commands/cmd_import_sprite_sheet.cpp | 5 +- src/app/commands/cmd_invert_mask.cpp | 5 +- src/app/commands/cmd_keyboard_shortcuts.cpp | 5 +- src/app/commands/cmd_launch.cpp | 5 +- .../commands/cmd_layer_from_background.cpp | 5 +- src/app/commands/cmd_layer_properties.cpp | 5 +- src/app/commands/cmd_layer_visibility.cpp | 5 +- src/app/commands/cmd_link_cels.cpp | 5 +- src/app/commands/cmd_load_mask.cpp | 5 +- src/app/commands/cmd_load_palette.cpp | 5 +- src/app/commands/cmd_mask_all.cpp | 5 +- src/app/commands/cmd_mask_by_color.cpp | 5 +- src/app/commands/cmd_mask_content.cpp | 5 +- src/app/commands/cmd_merge_down_layer.cpp | 5 +- src/app/commands/cmd_modify_selection.cpp | 5 +- src/app/commands/cmd_move_cel.cpp | 5 +- src/app/commands/cmd_move_mask.cpp | 5 +- src/app/commands/cmd_move_mask.h | 5 +- src/app/commands/cmd_new_brush.cpp | 5 +- src/app/commands/cmd_new_file.cpp | 5 +- src/app/commands/cmd_new_frame.cpp | 5 +- src/app/commands/cmd_new_frame_tag.cpp | 5 +- src/app/commands/cmd_new_layer.cpp | 5 +- src/app/commands/cmd_new_layer_set.cpp | 5 +- .../cmd_new_sprite_from_selection.cpp | 5 +- src/app/commands/cmd_onionskin.cpp | 5 +- src/app/commands/cmd_open_file.cpp | 5 +- src/app/commands/cmd_open_in_folder.cpp | 5 +- src/app/commands/cmd_open_with_app.cpp | 5 +- src/app/commands/cmd_options.cpp | 5 +- src/app/commands/cmd_palette_editor.cpp | 5 +- src/app/commands/cmd_palette_size.cpp | 5 +- src/app/commands/cmd_paste.cpp | 5 +- src/app/commands/cmd_paste_text.cpp | 5 +- src/app/commands/cmd_pixel_perfect_mode.cpp | 5 +- src/app/commands/cmd_play_animation.cpp | 5 +- src/app/commands/cmd_refresh.cpp | 5 +- src/app/commands/cmd_remove_frame.cpp | 5 +- src/app/commands/cmd_remove_frame_tag.cpp | 5 +- src/app/commands/cmd_remove_layer.cpp | 5 +- src/app/commands/cmd_repeat_last_export.cpp | 5 +- src/app/commands/cmd_reselect_mask.cpp | 5 +- src/app/commands/cmd_reverse_frames.cpp | 5 +- src/app/commands/cmd_rotate.cpp | 5 +- src/app/commands/cmd_rotate.h | 5 +- src/app/commands/cmd_run_script.cpp | 5 +- src/app/commands/cmd_save_file.cpp | 5 +- src/app/commands/cmd_save_file.h | 5 +- src/app/commands/cmd_save_mask.cpp | 5 +- src/app/commands/cmd_save_palette.cpp | 5 +- src/app/commands/cmd_scroll.cpp | 5 +- src/app/commands/cmd_scroll_center.cpp | 5 +- src/app/commands/cmd_select_tile.cpp | 5 +- src/app/commands/cmd_set_color_selector.cpp | 5 +- src/app/commands/cmd_set_ink_type.cpp | 5 +- src/app/commands/cmd_set_loop_section.cpp | 5 +- src/app/commands/cmd_set_palette.cpp | 5 +- src/app/commands/cmd_set_palette.h | 5 +- .../commands/cmd_set_palette_entry_size.cpp | 5 +- src/app/commands/cmd_set_same_ink.cpp | 5 +- src/app/commands/cmd_show.cpp | 5 +- src/app/commands/cmd_sprite_properties.cpp | 5 +- src/app/commands/cmd_sprite_size.cpp | 5 +- src/app/commands/cmd_sprite_size.h | 5 +- src/app/commands/cmd_switch_colors.cpp | 5 +- src/app/commands/cmd_symmetry_mode.cpp | 5 +- src/app/commands/cmd_tiled_mode.cpp | 5 +- src/app/commands/cmd_timeline.cpp | 5 +- src/app/commands/cmd_toggle_preview.cpp | 5 +- src/app/commands/cmd_undo.cpp | 5 +- src/app/commands/cmd_undo_history.cpp | 5 +- src/app/commands/cmd_unlink_cel.cpp | 5 +- src/app/commands/cmd_zoom.cpp | 5 +- src/app/commands/command.cpp | 5 +- src/app/commands/command.h | 5 +- src/app/commands/command_factory.h | 5 +- src/app/commands/commands.cpp | 5 +- src/app/commands/commands.h | 5 +- src/app/commands/commands_list.h | 5 +- src/app/commands/filters/cmd_color_curve.cpp | 5 +- .../filters/cmd_convolution_matrix.cpp | 5 +- src/app/commands/filters/cmd_despeckle.cpp | 5 +- src/app/commands/filters/cmd_invert_color.cpp | 5 +- .../commands/filters/cmd_replace_color.cpp | 5 +- .../commands/filters/color_curve_editor.cpp | 5 +- src/app/commands/filters/color_curve_editor.h | 5 +- .../filters/convolution_matrix_stock.cpp | 5 +- .../filters/convolution_matrix_stock.h | 5 +- .../commands/filters/filter_manager_impl.cpp | 5 +- .../commands/filters/filter_manager_impl.h | 5 +- src/app/commands/filters/filter_preview.cpp | 5 +- src/app/commands/filters/filter_preview.h | 5 +- .../filters/filter_target_buttons.cpp | 5 +- .../commands/filters/filter_target_buttons.h | 5 +- src/app/commands/filters/filter_window.cpp | 5 +- src/app/commands/filters/filter_window.h | 5 +- src/app/commands/filters/filter_worker.cpp | 5 +- src/app/commands/filters/filter_worker.h | 5 +- src/app/commands/params.h | 5 +- src/app/console.cpp | 5 +- src/app/console.h | 5 +- src/app/context.cpp | 5 +- src/app/context.h | 5 +- src/app/context_access.h | 5 +- src/app/context_flags.cpp | 5 +- src/app/context_flags.h | 5 +- src/app/crash/backup_observer.cpp | 5 +- src/app/crash/backup_observer.h | 5 +- src/app/crash/data_recovery.cpp | 5 +- src/app/crash/data_recovery.h | 5 +- src/app/crash/internals.h | 5 +- src/app/crash/raw_images_as.h | 5 +- src/app/crash/read_document.cpp | 5 +- src/app/crash/read_document.h | 5 +- src/app/crash/session.cpp | 5 +- src/app/crash/session.h | 5 +- src/app/crash/write_document.cpp | 5 +- src/app/crash/write_document.h | 5 +- src/app/document.cpp | 5 +- src/app/document.h | 5 +- src/app/document_access.h | 5 +- src/app/document_api.cpp | 5 +- src/app/document_api.h | 5 +- src/app/document_api_tests.cpp | 5 +- src/app/document_exporter.cpp | 5 +- src/app/document_exporter.h | 5 +- src/app/document_range.cpp | 5 +- src/app/document_range.h | 5 +- src/app/document_range_ops.cpp | 5 +- src/app/document_range_ops.h | 5 +- src/app/document_range_tests.cpp | 5 +- src/app/document_undo.cpp | 5 +- src/app/document_undo.h | 5 +- src/app/document_undo_observer.h | 5 +- src/app/errno_tests.cpp | 5 +- src/app/extra_cel.cpp | 5 +- src/app/extra_cel.h | 5 +- src/app/file/ase_format.cpp | 5 +- src/app/file/bmp_format.cpp | 5 +- src/app/file/file.cpp | 5 +- src/app/file/file.h | 5 +- src/app/file/file_format.cpp | 5 +- src/app/file/file_format.h | 5 +- src/app/file/file_formats_manager.cpp | 5 +- src/app/file/file_formats_manager.h | 5 +- src/app/file/file_tests.cpp | 5 +- src/app/file/fli_format.cpp | 5 +- src/app/file/format_options.h | 5 +- src/app/file/gif_format.cpp | 5 +- src/app/file/gif_options.h | 5 +- src/app/file/ico_format.cpp | 5 +- src/app/file/jpeg_format.cpp | 5 +- src/app/file/palette_file.cpp | 5 +- src/app/file/palette_file.h | 5 +- src/app/file/pcx_format.cpp | 5 +- src/app/file/pixly_format.cpp | 5 +- src/app/file/png_format.cpp | 5 +- src/app/file/split_filename.cpp | 5 +- src/app/file/split_filename.h | 5 +- src/app/file/split_filename_tests.cpp | 5 +- src/app/file/tga_format.cpp | 5 +- src/app/file/webp_format.cpp | 5 +- src/app/file/webp_options.h | 5 +- src/app/file_selector.cpp | 5 +- src/app/file_selector.h | 5 +- src/app/file_system.cpp | 5 +- src/app/file_system.h | 5 +- src/app/filename_formatter.cpp | 5 +- src/app/filename_formatter.h | 5 +- src/app/filename_formatter_tests.cpp | 5 +- src/app/find_widget.h | 5 +- src/app/flatten.cpp | 5 +- src/app/flatten.h | 5 +- src/app/gui_xml.cpp | 5 +- src/app/gui_xml.h | 5 +- src/app/ini_file.cpp | 5 +- src/app/ini_file.h | 5 +- src/app/ini_file_tests.cpp | 5 +- src/app/job.cpp | 5 +- src/app/job.h | 5 +- src/app/launcher.cpp | 5 +- src/app/launcher.h | 5 +- src/app/load_widget.h | 5 +- src/app/log.cpp | 5 +- src/app/log.h | 5 +- src/app/loop_tag.cpp | 5 +- src/app/loop_tag.h | 5 +- src/app/modules.cpp | 5 +- src/app/modules.h | 5 +- src/app/modules/editors.cpp | 5 +- src/app/modules/editors.h | 5 +- src/app/modules/gfx.cpp | 5 +- src/app/modules/gfx.h | 5 +- src/app/modules/gui.cpp | 5 +- src/app/modules/gui.h | 5 +- src/app/modules/palettes.cpp | 5 +- src/app/modules/palettes.h | 5 +- src/app/notification_delegate.h | 5 +- src/app/pref/option.h | 5 +- src/app/pref/option_io.h | 5 +- src/app/pref/preferences.cpp | 5 +- src/app/pref/preferences.h | 5 +- src/app/project.cpp | 5 +- src/app/project.h | 5 +- src/app/project_event.h | 5 +- src/app/project_observer.h | 5 +- src/app/recent_files.cpp | 5 +- src/app/recent_files.h | 5 +- src/app/res/http_loader.cpp | 5 +- src/app/res/http_loader.h | 5 +- src/app/res/palette_resource.h | 5 +- src/app/res/palettes_loader_delegate.cpp | 5 +- src/app/res/palettes_loader_delegate.h | 5 +- src/app/res/resource.h | 5 +- src/app/res/resources_loader.cpp | 5 +- src/app/res/resources_loader.h | 5 +- src/app/res/resources_loader_delegate.h | 5 +- src/app/resource_finder.cpp | 5 +- src/app/resource_finder.h | 5 +- src/app/script/app_object.cpp | 5 +- src/app/script/app_object.h | 5 +- src/app/script/app_scripting.cpp | 5 +- src/app/script/app_scripting.h | 5 +- src/app/script/console_object.cpp | 5 +- src/app/script/console_object.h | 5 +- src/app/script/image_class.cpp | 5 +- src/app/script/image_class.h | 5 +- src/app/script/image_wrap.cpp | 5 +- src/app/script/image_wrap.h | 5 +- src/app/script/pixel_color.h | 5 +- src/app/script/selection_class.cpp | 5 +- src/app/script/selection_class.h | 5 +- src/app/script/sprite_class.cpp | 5 +- src/app/script/sprite_class.h | 5 +- src/app/script/sprite_wrap.cpp | 5 +- src/app/script/sprite_wrap.h | 5 +- src/app/send_crash.cpp | 5 +- src/app/send_crash.h | 5 +- src/app/shade.cpp | 5 +- src/app/shade.h | 5 +- src/app/shell.cpp | 5 +- src/app/shell.h | 5 +- src/app/snap_to_grid.cpp | 5 +- src/app/snap_to_grid.h | 5 +- src/app/sprite_sheet_type.h | 5 +- src/app/thumbnail_generator.cpp | 5 +- src/app/thumbnail_generator.h | 5 +- src/app/tools/active_tool.cpp | 5 +- src/app/tools/active_tool.h | 5 +- src/app/tools/active_tool_observer.h | 5 +- src/app/tools/controller.h | 5 +- src/app/tools/controllers.h | 5 +- src/app/tools/fill.h | 5 +- src/app/tools/freehand_algorithm.h | 5 +- src/app/tools/ink.h | 5 +- src/app/tools/ink_processing.h | 5 +- src/app/tools/ink_type.cpp | 5 +- src/app/tools/ink_type.h | 5 +- src/app/tools/inks.h | 5 +- src/app/tools/intertwine.cpp | 5 +- src/app/tools/intertwine.h | 5 +- src/app/tools/intertwiners.h | 5 +- src/app/tools/pick_ink.cpp | 5 +- src/app/tools/pick_ink.h | 5 +- src/app/tools/point_shape.cpp | 5 +- src/app/tools/point_shape.h | 5 +- src/app/tools/point_shapes.h | 5 +- src/app/tools/pointer.h | 5 +- src/app/tools/rotation_algorithm.h | 5 +- src/app/tools/stroke.cpp | 5 +- src/app/tools/stroke.h | 5 +- src/app/tools/symmetries.cpp | 5 +- src/app/tools/symmetries.h | 5 +- src/app/tools/symmetry.h | 5 +- src/app/tools/tool.h | 5 +- src/app/tools/tool_box.cpp | 5 +- src/app/tools/tool_box.h | 5 +- src/app/tools/tool_group.h | 5 +- src/app/tools/tool_loop.h | 5 +- src/app/tools/tool_loop_manager.cpp | 5 +- src/app/tools/tool_loop_manager.h | 5 +- src/app/tools/tool_loop_modifiers.h | 5 +- src/app/tools/trace_policy.h | 5 +- src/app/transaction.cpp | 5 +- src/app/transaction.h | 5 +- src/app/transformation.h | 5 +- src/app/ui/ani_controls.cpp | 5 +- src/app/ui/ani_controls.h | 5 +- src/app/ui/animated_widget.h | 5 +- src/app/ui/app_menuitem.cpp | 5 +- src/app/ui/app_menuitem.h | 5 +- src/app/ui/brush_popup.cpp | 5 +- src/app/ui/brush_popup.h | 5 +- src/app/ui/button_set.cpp | 5 +- src/app/ui/button_set.h | 5 +- src/app/ui/color_bar.cpp | 5 +- src/app/ui/color_bar.h | 5 +- src/app/ui/color_button.cpp | 5 +- src/app/ui/color_button.h | 5 +- src/app/ui/color_popup.cpp | 5 +- src/app/ui/color_popup.h | 5 +- src/app/ui/color_selector.cpp | 5 +- src/app/ui/color_selector.h | 5 +- src/app/ui/color_sliders.cpp | 5 +- src/app/ui/color_sliders.h | 5 +- src/app/ui/color_source.h | 5 +- src/app/ui/color_spectrum.cpp | 5 +- src/app/ui/color_spectrum.h | 5 +- src/app/ui/color_tint_shade_tone.cpp | 5 +- src/app/ui/color_tint_shade_tone.h | 5 +- src/app/ui/color_wheel.cpp | 5 +- src/app/ui/color_wheel.h | 5 +- src/app/ui/configure_timeline_popup.cpp | 5 +- src/app/ui/configure_timeline_popup.h | 5 +- src/app/ui/context_bar.cpp | 5 +- src/app/ui/context_bar.h | 5 +- src/app/ui/context_bar_observer.h | 5 +- src/app/ui/data_recovery_view.cpp | 5 +- src/app/ui/data_recovery_view.h | 5 +- src/app/ui/devconsole_view.cpp | 5 +- src/app/ui/devconsole_view.h | 5 +- src/app/ui/document_view.cpp | 5 +- src/app/ui/document_view.h | 5 +- src/app/ui/drop_down_button.cpp | 5 +- src/app/ui/drop_down_button.h | 5 +- src/app/ui/editor/brush_preview.cpp | 5 +- src/app/ui/editor/brush_preview.h | 5 +- src/app/ui/editor/drawing_state.cpp | 5 +- src/app/ui/editor/drawing_state.h | 5 +- src/app/ui/editor/editor.cpp | 5 +- src/app/ui/editor/editor.h | 5 +- .../ui/editor/editor_customization_delegate.h | 5 +- src/app/ui/editor/editor_decorator.h | 5 +- src/app/ui/editor/editor_observer.h | 5 +- src/app/ui/editor/editor_observers.cpp | 5 +- src/app/ui/editor/editor_observers.h | 5 +- src/app/ui/editor/editor_state.h | 5 +- src/app/ui/editor/editor_states_history.cpp | 5 +- src/app/ui/editor/editor_states_history.h | 5 +- src/app/ui/editor/editor_view.cpp | 5 +- src/app/ui/editor/editor_view.h | 5 +- src/app/ui/editor/glue.h | 5 +- src/app/ui/editor/handle_type.h | 5 +- src/app/ui/editor/moving_cel_state.cpp | 5 +- src/app/ui/editor/moving_cel_state.h | 5 +- src/app/ui/editor/moving_pixels_state.cpp | 5 +- src/app/ui/editor/moving_pixels_state.h | 5 +- src/app/ui/editor/moving_symmetry_state.cpp | 5 +- src/app/ui/editor/moving_symmetry_state.h | 5 +- src/app/ui/editor/navigate_state.cpp | 5 +- src/app/ui/editor/navigate_state.h | 5 +- src/app/ui/editor/pivot_helpers.cpp | 5 +- src/app/ui/editor/pivot_helpers.h | 5 +- src/app/ui/editor/pixels_movement.cpp | 5 +- src/app/ui/editor/pixels_movement.h | 5 +- src/app/ui/editor/play_state.cpp | 5 +- src/app/ui/editor/play_state.h | 5 +- src/app/ui/editor/ruler.h | 5 +- src/app/ui/editor/scrolling_state.cpp | 5 +- src/app/ui/editor/scrolling_state.h | 5 +- src/app/ui/editor/select_box_state.cpp | 5 +- src/app/ui/editor/select_box_state.h | 5 +- src/app/ui/editor/standby_state.cpp | 5 +- src/app/ui/editor/standby_state.h | 5 +- .../ui/editor/state_with_wheel_behavior.cpp | 5 +- src/app/ui/editor/state_with_wheel_behavior.h | 5 +- src/app/ui/editor/tool_loop_impl.cpp | 5 +- src/app/ui/editor/tool_loop_impl.h | 5 +- src/app/ui/editor/transform_handles.cpp | 5 +- src/app/ui/editor/transform_handles.h | 5 +- src/app/ui/editor/zooming_state.cpp | 5 +- src/app/ui/editor/zooming_state.h | 5 +- src/app/ui/file_list.cpp | 5 +- src/app/ui/file_list.h | 5 +- src/app/ui/file_list_view.cpp | 5 +- src/app/ui/file_list_view.h | 5 +- src/app/ui/file_selector.cpp | 5 +- src/app/ui/file_selector.h | 5 +- src/app/ui/font_popup.cpp | 5 +- src/app/ui/font_popup.h | 5 +- src/app/ui/frame_tag_window.cpp | 5 +- src/app/ui/frame_tag_window.h | 5 +- src/app/ui/hex_color_entry.cpp | 5 +- src/app/ui/hex_color_entry.h | 5 +- src/app/ui/home_view.cpp | 5 +- src/app/ui/home_view.h | 5 +- src/app/ui/icon_button.cpp | 5 +- src/app/ui/icon_button.h | 5 +- src/app/ui/input_chain.cpp | 5 +- src/app/ui/input_chain.h | 5 +- src/app/ui/input_chain_element.h | 5 +- src/app/ui/keyboard_shortcuts.cpp | 5 +- src/app/ui/keyboard_shortcuts.h | 5 +- src/app/ui/main_menu_bar.cpp | 5 +- src/app/ui/main_menu_bar.h | 5 +- src/app/ui/main_window.cpp | 5 +- src/app/ui/main_window.h | 5 +- src/app/ui/marching_ants.h | 5 +- src/app/ui/news_listbox.cpp | 5 +- src/app/ui/news_listbox.h | 5 +- src/app/ui/notifications.cpp | 5 +- src/app/ui/notifications.h | 5 +- src/app/ui/palette_popup.cpp | 5 +- src/app/ui/palette_popup.h | 5 +- src/app/ui/palette_view.cpp | 5 +- src/app/ui/palette_view.h | 5 +- src/app/ui/palettes_listbox.cpp | 5 +- src/app/ui/palettes_listbox.h | 5 +- src/app/ui/popup_window_pin.cpp | 5 +- src/app/ui/popup_window_pin.h | 5 +- src/app/ui/preview_editor.cpp | 5 +- src/app/ui/preview_editor.h | 5 +- src/app/ui/recent_listbox.cpp | 5 +- src/app/ui/recent_listbox.h | 5 +- src/app/ui/resources_listbox.cpp | 5 +- src/app/ui/resources_listbox.h | 5 +- src/app/ui/search_entry.cpp | 5 +- src/app/ui/search_entry.h | 5 +- src/app/ui/select_accelerator.cpp | 5 +- src/app/ui/select_accelerator.h | 5 +- src/app/ui/skin/background_repeat.h | 5 +- src/app/ui/skin/button_icon_impl.cpp | 5 +- src/app/ui/skin/button_icon_impl.h | 5 +- src/app/ui/skin/skin_button.h | 5 +- src/app/ui/skin/skin_part.cpp | 5 +- src/app/ui/skin/skin_part.h | 5 +- src/app/ui/skin/skin_property.cpp | 5 +- src/app/ui/skin/skin_property.h | 5 +- src/app/ui/skin/skin_slider_property.cpp | 5 +- src/app/ui/skin/skin_slider_property.h | 5 +- src/app/ui/skin/skin_style_property.cpp | 5 +- src/app/ui/skin/skin_style_property.h | 5 +- src/app/ui/skin/skin_theme.cpp | 5 +- src/app/ui/skin/skin_theme.h | 5 +- src/app/ui/skin/style.cpp | 5 +- src/app/ui/skin/style.h | 5 +- src/app/ui/skin/style_sheet.cpp | 5 +- src/app/ui/skin/style_sheet.h | 5 +- src/app/ui/status_bar.cpp | 5 +- src/app/ui/status_bar.h | 5 +- src/app/ui/styled_button.cpp | 5 +- src/app/ui/styled_button.h | 5 +- src/app/ui/tabs.cpp | 5 +- src/app/ui/tabs.h | 5 +- src/app/ui/timeline.cpp | 5 +- src/app/ui/timeline.h | 5 +- src/app/ui/toolbar.cpp | 5 +- src/app/ui/toolbar.h | 5 +- src/app/ui/user_data_popup.cpp | 5 +- src/app/ui/user_data_popup.h | 5 +- src/app/ui/workspace.cpp | 5 +- src/app/ui/workspace.h | 5 +- src/app/ui/workspace_panel.cpp | 5 +- src/app/ui/workspace_panel.h | 5 +- src/app/ui/workspace_tabs.cpp | 5 +- src/app/ui/workspace_tabs.h | 5 +- src/app/ui/workspace_view.h | 5 +- src/app/ui/workspace_views.h | 5 +- src/app/ui/zoom_entry.cpp | 5 +- src/app/ui/zoom_entry.h | 5 +- src/app/ui_context.cpp | 5 +- src/app/ui_context.h | 5 +- src/app/util/autocrop.cpp | 5 +- src/app/util/autocrop.h | 5 +- src/app/util/clipboard.cpp | 5 +- src/app/util/clipboard.h | 5 +- src/app/util/clipboard_native.cpp | 5 +- src/app/util/clipboard_native.h | 5 +- src/app/util/create_cel_copy.cpp | 5 +- src/app/util/create_cel_copy.h | 5 +- src/app/util/expand_cel_canvas.cpp | 5 +- src/app/util/expand_cel_canvas.h | 5 +- src/app/util/filetoks.cpp | 5 +- src/app/util/filetoks.h | 5 +- src/app/util/freetype_utils.cpp | 5 +- src/app/util/freetype_utils.h | 5 +- src/app/util/msk_file.cpp | 5 +- src/app/util/msk_file.h | 5 +- src/app/util/new_image_from_mask.cpp | 5 +- src/app/util/new_image_from_mask.h | 5 +- src/app/util/pic_file.cpp | 5 +- src/app/util/pic_file.h | 5 +- src/app/util/range_utils.cpp | 5 +- src/app/util/range_utils.h | 5 +- src/app/util/wrap_value.h | 5 +- src/app/webserver.cpp | 5 +- src/app/webserver.h | 5 +- src/app/widget_loader.cpp | 5 +- src/app/widget_loader.h | 5 +- src/app/widget_not_found.h | 5 +- src/app/widget_type_mismatch.h | 5 +- src/app/xml_document.cpp | 5 +- src/app/xml_document.h | 5 +- src/app/xml_exception.cpp | 5 +- src/app/xml_exception.h | 5 +- src/config.h | 5 +- src/filters/color_curve.cpp | 5 +- src/filters/color_curve.h | 5 +- src/filters/color_curve_filter.cpp | 5 +- src/filters/color_curve_filter.h | 5 +- src/filters/convolution_matrix.cpp | 5 +- src/filters/convolution_matrix.h | 5 +- src/filters/convolution_matrix_filter.cpp | 5 +- src/filters/convolution_matrix_filter.h | 5 +- src/filters/filter.h | 5 +- src/filters/filter_indexed_data.h | 5 +- src/filters/filter_manager.h | 5 +- src/filters/invert_color_filter.cpp | 5 +- src/filters/invert_color_filter.h | 5 +- src/filters/median_filter.cpp | 5 +- src/filters/median_filter.h | 5 +- src/filters/neighboring_pixels.h | 5 +- src/filters/replace_color_filter.cpp | 5 +- src/filters/replace_color_filter.h | 5 +- src/filters/target.h | 5 +- src/filters/tiled_mode.h | 5 +- src/main/main.cpp | 5 +- src/tests/test.h | 5 +- src/ui/grid_ui_tests.cpp | 5 +- src/updater/check_update.cpp | 5 +- src/updater/check_update.h | 5 +- src/updater/user_agent.cpp | 5 +- src/updater/user_agent.h | 5 +- src/updater/user_agent_mac.mm | 5 +- src/updater/user_agent_win.c | 5 +- src/webserver/webserver.cpp | 5 +- src/webserver/webserver.h | 5 +- 727 files changed, 1459 insertions(+), 3851 deletions(-) delete mode 100644 LICENSE.txt delete mode 100644 docs/licenses/GPL.txt delete mode 100644 docs/licenses/LGPL-2.0.txt delete mode 100644 docs/licenses/LGPL-2.1.txt diff --git a/EULA.txt b/EULA.txt index 91c066198..001d3ea08 100644 --- a/EULA.txt +++ b/EULA.txt @@ -15,7 +15,7 @@ You may also make copies of the SOFTWARE PRODUCT as may be necessary for backup (a) Maintenance of Copyright Notices. You must not remove or alter any copyright notices on any and all copies of the SOFTWARE PRODUCT. (b) Distribution. -You may not distribute registered copies of the SOFTWARE PRODUCT to third parties. Evaluation versions available for download from David Capello's websites may be freely distributed. +You may not distribute copies of the SOFTWARE PRODUCT to third parties. Evaluation versions available for download from David Capello's websites may be freely distributed. (c) Prohibition on Reverse Engineering, Decompilation, and Disassembly. You may not reverse engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation. (d) Rental. @@ -24,6 +24,8 @@ You may not rent, lease, or lend the SOFTWARE PRODUCT. David Capello may provide you with support services related to the SOFTWARE PRODUCT ("Support Services"). Any supplemental software code provided to you as part of the Support Services shall be considered part of the SOFTWARE PRODUCT and subject to the terms and conditions of this EULA. (f) Compliance with Applicable Laws. You must comply with all applicable laws regarding use of the SOFTWARE PRODUCT. +(g) Source code. +You may only compile and modify the source code of the SOFTWARE PRODUCT for your own personal purpose or to propose a contribution to the SOFTWARE PRODUCT. 3. TERMINATION Without prejudice to any other rights, David Capello may terminate this EULA if you fail to comply with the terms and conditions of this EULA. In such event, you must destroy all copies of the SOFTWARE PRODUCT in your possession. diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index a3e977479..000000000 --- a/LICENSE.txt +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/README.md b/README.md index 226ae4238..f2b08106b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,6 @@ [![Build Status](https://travis-ci.org/aseprite/aseprite.svg)](https://travis-ci.org/aseprite/aseprite) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/aseprite/aseprite?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -> THIS PROGRAM IS DISTRIBUTED WITHOUT ANY WARRANTY
-> See the [license section](#license) for more information. - ## Introduction **Aseprite** is an open source program to create animated sprites. @@ -99,14 +96,19 @@ And it uses the following third-party libraries: This program is distributed under three different licenses: -1. Source code is distributed under - [GNU General Public License](LICENSE.txt) version 2, - which means that compiled versions can be generated under GPL terms. - (Useful for Linux distributions.) -2. Official releases are distributed under a - [commercial EULA](EULA.txt) or a special [educational license](http://www.aseprite.org/faq/#is-there-an-educational-license). -3. And Steam releases are distributed under the terms of the +1. Source code and official releases/binaries are distributed under + our [End-User License Agreement for Aseprite (EULA)](EULA.txt). Please check + that there are [modules/libraries in the source code](src/README.md) that + are distributed under the MIT license + (e.g. [base](https://github.com/aseprite/aseprite/tree/master/src/base), + [she](https://github.com/aseprite/aseprite/tree/master/src/she), + [clip](https://github.com/aseprite/clip), etc.). +2. You can request a special + [educational license](http://www.aseprite.org/faq/#is-there-an-educational-license) + in case you are a teacher in an educational institution and want to + use Aseprite in your classroom (in-situ). +3. Steam releases are distributed under the terms of the [Steam Subscriber Agreement](http://store.steampowered.com/subscriber_agreement/). -As a side note, to distribute Aseprite under these licenses we don't -use third party GPL libraries. +You can get more information about Aseprite license in the +[FAQ](http://www.aseprite.org/faq/#licensing-&-commercial). diff --git a/docs/licenses/GPL.txt b/docs/licenses/GPL.txt deleted file mode 100644 index a3e977479..000000000 --- a/docs/licenses/GPL.txt +++ /dev/null @@ -1,340 +0,0 @@ - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -License is intended to guarantee your freedom to share and change free -software--to make sure the software is free for all its users. This -General Public License applies to most of the Free Software -Foundation's software and to any other program whose authors commit to -using it. (Some other Free Software Foundation software is covered by -the GNU Library General Public License instead.) You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if you -distribute copies of the software, or if you modify it. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must give the recipients all the rights that -you have. You must make sure that they, too, receive or can get the -source code. And you must show them these terms so they know their -rights. - - We protect your rights with two steps: (1) copyright the software, and -(2) offer you this license which gives you legal permission to copy, -distribute and/or modify the software. - - Also, for each author's protection and ours, we want to make certain -that everyone understands that there is no warranty for this free -software. If the software is modified by someone else and passed on, we -want its recipients to know that what they have is not the original, so -that any problems introduced by others will not reflect on the original -authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that redistributors of a free -program will individually obtain patent licenses, in effect making the -program proprietary. To prevent this, we have made it clear that any -patent must be licensed for everyone's free use or not licensed at all. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License applies to any program or other work which contains -a notice placed by the copyright holder saying it may be distributed -under the terms of this General Public License. The "Program", below, -refers to any such program or work, and a "work based on the Program" -means either the Program or any derivative work under copyright law: -that is to say, a work containing the Program or a portion of it, -either verbatim or with modifications and/or translated into another -language. (Hereinafter, translation is included without limitation in -the term "modification".) Each licensee is addressed as "you". - -Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running the Program is not restricted, and the output from the Program -is covered only if its contents constitute a work based on the -Program (independent of having been made by running the Program). -Whether that is true depends on what the Program does. - - 1. You may copy and distribute verbatim copies of the Program's -source code as you receive it, in any medium, provided that you -conspicuously and appropriately publish on each copy an appropriate -copyright notice and disclaimer of warranty; keep intact all the -notices that refer to this License and to the absence of any warranty; -and give any other recipients of the Program a copy of this License -along with the Program. - -You may charge a fee for the physical act of transferring a copy, and -you may at your option offer warranty protection in exchange for a fee. - - 2. You may modify your copy or copies of the Program or any portion -of it, thus forming a work based on the Program, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) You must cause the modified files to carry prominent notices - stating that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in - whole or in part contains or is derived from the Program or any - part thereof, to be licensed as a whole at no charge to all third - parties under the terms of this License. - - c) If the modified program normally reads commands interactively - when run, you must cause it, when started running for such - interactive use in the most ordinary way, to print or display an - announcement including an appropriate copyright notice and a - notice that there is no warranty (or else, saying that you provide - a warranty) and that users may redistribute the program under - these conditions, and telling the user how to view a copy of this - License. (Exception: if the Program itself is interactive but - does not normally print such an announcement, your work based on - the Program is not required to print an announcement.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Program, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Program, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Program. - -In addition, mere aggregation of another work not based on the Program -with the Program (or with a work based on the Program) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may copy and distribute the Program (or a work based on it, -under Section 2) in object code or executable form under the terms of -Sections 1 and 2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable - source code, which must be distributed under the terms of Sections - 1 and 2 above on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three - years, to give any third party, for a charge no more than your - cost of physically performing source distribution, a complete - machine-readable copy of the corresponding source code, to be - distributed under the terms of Sections 1 and 2 above on a medium - customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer - to distribute corresponding source code. (This alternative is - allowed only for noncommercial distribution and only if you - received the program in object code or executable form with such - an offer, in accord with Subsection b above.) - -The source code for a work means the preferred form of the work for -making modifications to it. For an executable work, complete source -code means all the source code for all modules it contains, plus any -associated interface definition files, plus the scripts used to -control compilation and installation of the executable. However, as a -special exception, the source code distributed need not include -anything that is normally distributed (in either source or binary -form) with the major components (compiler, kernel, and so on) of the -operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering -access to copy from a designated place, then offering equivalent -access to copy the source code from the same place counts as -distribution of the source code, even though third parties are not -compelled to copy the source along with the object code. - - 4. You may not copy, modify, sublicense, or distribute the Program -except as expressly provided under this License. Any attempt -otherwise to copy, modify, sublicense or distribute the Program is -void, and will automatically terminate your rights under this License. -However, parties who have received copies, or rights, from you under -this License will not have their licenses terminated so long as such -parties remain in full compliance. - - 5. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Program or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Program (or any work based on the -Program), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - - 6. Each time you redistribute the Program (or any work based on the -Program), the recipient automatically receives a license from the -original licensor to copy, distribute or modify the Program subject to -these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Program at all. For example, if a patent -license would not permit royalty-free redistribution of the Program by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system, which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 8. If the distribution and/or use of the Program is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Program under this License -may add an explicit geographical distribution limitation excluding -those countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 9. The Free Software Foundation may publish revised and/or new versions -of the General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any -later version", you have the option of following the terms and conditions -either of that version or of any later version published by the Free -Software Foundation. If the Program does not specify a version number of -this License, you may choose any version ever published by the Free Software -Foundation. - - 10. If you wish to incorporate parts of the Program into other free -programs whose distribution conditions are different, write to the author -to ask for permission. For software which is copyrighted by the Free -Software Foundation, write to the Free Software Foundation; we sometimes -make exceptions for this. Our decision will be guided by the two goals -of preserving the free status of all derivatives of our free software and -of promoting the sharing and reuse of software generally. - - NO WARRANTY - - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, -REPAIR OR CORRECTION. - - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this -when it starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. - This is free software, and you are welcome to redistribute it - under certain conditions; type `show c' for details. - -The hypothetical commands `show w' and `show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may -be called something other than `show w' and `show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the program, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - `Gnomovision' (which makes passes at compilers) written by James Hacker. - - , 1 April 1989 - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General -Public License instead of this License. diff --git a/docs/licenses/LGPL-2.0.txt b/docs/licenses/LGPL-2.0.txt deleted file mode 100644 index 2fcc1c6c9..000000000 --- a/docs/licenses/LGPL-2.0.txt +++ /dev/null @@ -1,482 +0,0 @@ - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1991 Free Software Foundation, Inc. - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, - MA 02111-1307, USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! diff --git a/docs/licenses/LGPL-2.1.txt b/docs/licenses/LGPL-2.1.txt deleted file mode 100644 index af92c472a..000000000 --- a/docs/licenses/LGPL-2.1.txt +++ /dev/null @@ -1,513 +0,0 @@ - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations -below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. -^L - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it -becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. -^L - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control -compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. -^L - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. -^L - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. -^L - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. -^L - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under -any particular circumstance, the balance of the section is intended to -apply, and the section as a whole is intended to apply in other -circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License -may add an explicit geographical distribution limitation excluding those -countries, so that distribution is permitted only in or among -countries not thus excluded. In such case, this License incorporates -the limitation as if written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. -^L - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS -^L - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms -of the ordinary General Public License). - - To apply these terms, attach the following notices to the library. -It is safest to attach them to the start of each source file to most -effectively convey the exclusion of warranty; and each file should -have at least the "copyright" line and a pointer to where the full -notice is found. - - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -Also add information on how to contact you by electronic and paper -mail. - -You should also get your employer (if you work as a programmer) or -your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James -Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! diff --git a/src/app/app.cpp b/src/app/app.cpp index 3deda9e12..98e191beb 100644 --- a/src/app/app.cpp +++ b/src/app/app.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/app.h b/src/app/app.h index ea10618df..680c7f420 100644 --- a/src/app/app.h +++ b/src/app/app.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_APP_H_INCLUDED #define APP_APP_H_INCLUDED diff --git a/src/app/app_brushes.cpp b/src/app/app_brushes.cpp index f308d520e..aa2cb59d4 100644 --- a/src/app/app_brushes.cpp +++ b/src/app/app_brushes.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/app_brushes.h b/src/app/app_brushes.h index f8a674138..f184e2635 100644 --- a/src/app/app_brushes.h +++ b/src/app/app_brushes.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_APP_BRUSHES_H_INCLUDED #define APP_APP_BRUSHES_H_INCLUDED diff --git a/src/app/app_menus.cpp b/src/app/app_menus.cpp index 1cc8dc249..a8cb34f4d 100644 --- a/src/app/app_menus.cpp +++ b/src/app/app_menus.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/app_menus.h b/src/app/app_menus.h index 13c85f324..7a5b07a86 100644 --- a/src/app/app_menus.h +++ b/src/app/app_menus.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_APP_MENUS_H_INCLUDED #define APP_APP_MENUS_H_INCLUDED diff --git a/src/app/app_options.cpp b/src/app/app_options.cpp index 4dfc8b495..abc6ce528 100644 --- a/src/app/app_options.cpp +++ b/src/app/app_options.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/app_options.h b/src/app/app_options.h index 5c0ccc824..cc09a8985 100644 --- a/src/app/app_options.h +++ b/src/app/app_options.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_APP_OPTIONS_H_INCLUDED #define APP_APP_OPTIONS_H_INCLUDED diff --git a/src/app/app_render.cpp b/src/app/app_render.cpp index d6be0b57e..7f432eca7 100644 --- a/src/app/app_render.cpp +++ b/src/app/app_render.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/app_render.h b/src/app/app_render.h index 216652052..17e9e5153 100644 --- a/src/app/app_render.h +++ b/src/app/app_render.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RENDER_H_INCLUDED #define APP_RENDER_H_INCLUDED diff --git a/src/app/brush_slot.h b/src/app/brush_slot.h index d07cdac6a..e511a2bce 100644 --- a/src/app/brush_slot.h +++ b/src/app/brush_slot.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_BRUSH_SLOT_H_INCLUDED #define APP_BRUSH_SLOT_H_INCLUDED diff --git a/src/app/check_update.cpp b/src/app/check_update.cpp index 419aebcca..32525610c 100644 --- a/src/app/check_update.cpp +++ b/src/app/check_update.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/check_update.h b/src/app/check_update.h index 4d49abbea..e003b8ef0 100644 --- a/src/app/check_update.h +++ b/src/app/check_update.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CHECK_UPDATE_H_INCLUDED #define APP_CHECK_UPDATE_H_INCLUDED diff --git a/src/app/check_update_delegate.h b/src/app/check_update_delegate.h index ccdec01d0..01aefd2fa 100644 --- a/src/app/check_update_delegate.h +++ b/src/app/check_update_delegate.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CHECK_UPDATE_DELEGATE_H_INCLUDED #define APP_CHECK_UPDATE_DELEGATE_H_INCLUDED diff --git a/src/app/cmd.cpp b/src/app/cmd.cpp index f44727755..fe2147bf7 100644 --- a/src/app/cmd.cpp +++ b/src/app/cmd.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd.h b/src/app/cmd.h index ac014ad0b..45f873cef 100644 --- a/src/app/cmd.h +++ b/src/app/cmd.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_H_INCLUDED #define APP_CMD_H_INCLUDED diff --git a/src/app/cmd/add_cel.cpp b/src/app/cmd/add_cel.cpp index 0c7448a15..1ec0ed64e 100644 --- a/src/app/cmd/add_cel.cpp +++ b/src/app/cmd/add_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/add_cel.h b/src/app/cmd/add_cel.h index 1b6d640d4..ef376f78d 100644 --- a/src/app/cmd/add_cel.h +++ b/src/app/cmd/add_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_ADD_CEL_H_INCLUDED #define APP_CMD_ADD_CEL_H_INCLUDED diff --git a/src/app/cmd/add_frame.cpp b/src/app/cmd/add_frame.cpp index a7a9aa439..2cadeec7d 100644 --- a/src/app/cmd/add_frame.cpp +++ b/src/app/cmd/add_frame.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/add_frame.h b/src/app/cmd/add_frame.h index d8312674b..22ba9a371 100644 --- a/src/app/cmd/add_frame.h +++ b/src/app/cmd/add_frame.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_ADD_FRAME_H_INCLUDED #define APP_CMD_ADD_FRAME_H_INCLUDED diff --git a/src/app/cmd/add_frame_tag.cpp b/src/app/cmd/add_frame_tag.cpp index 4fcb3b151..648fd64e4 100644 --- a/src/app/cmd/add_frame_tag.cpp +++ b/src/app/cmd/add_frame_tag.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/add_frame_tag.h b/src/app/cmd/add_frame_tag.h index 6011f6e9f..10356490b 100644 --- a/src/app/cmd/add_frame_tag.h +++ b/src/app/cmd/add_frame_tag.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_ADD_FRAME_TAG_H_INCLUDED #define APP_CMD_ADD_FRAME_TAG_H_INCLUDED diff --git a/src/app/cmd/add_layer.cpp b/src/app/cmd/add_layer.cpp index 3d9241ff7..f4ad0a285 100644 --- a/src/app/cmd/add_layer.cpp +++ b/src/app/cmd/add_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/add_layer.h b/src/app/cmd/add_layer.h index d9f52f18d..36a9232b9 100644 --- a/src/app/cmd/add_layer.h +++ b/src/app/cmd/add_layer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_ADD_LAYER_H_INCLUDED #define APP_CMD_ADD_LAYER_H_INCLUDED diff --git a/src/app/cmd/add_palette.cpp b/src/app/cmd/add_palette.cpp index c98945152..61c488004 100644 --- a/src/app/cmd/add_palette.cpp +++ b/src/app/cmd/add_palette.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/add_palette.h b/src/app/cmd/add_palette.h index d22983244..f8f0d6f97 100644 --- a/src/app/cmd/add_palette.h +++ b/src/app/cmd/add_palette.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_ADD_PALETTE_H_INCLUDED #define APP_CMD_ADD_PALETTE_H_INCLUDED diff --git a/src/app/cmd/background_from_layer.cpp b/src/app/cmd/background_from_layer.cpp index 743d23442..caf9e31a4 100644 --- a/src/app/cmd/background_from_layer.cpp +++ b/src/app/cmd/background_from_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/background_from_layer.h b/src/app/cmd/background_from_layer.h index ab144f35b..9c7c1a6e1 100644 --- a/src/app/cmd/background_from_layer.h +++ b/src/app/cmd/background_from_layer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_BACKGROUND_FROM_LAYER_H_INCLUDED #define APP_CMD_BACKGROUND_FROM_LAYER_H_INCLUDED diff --git a/src/app/cmd/clear_cel.cpp b/src/app/cmd/clear_cel.cpp index fad136e26..4143dc165 100644 --- a/src/app/cmd/clear_cel.cpp +++ b/src/app/cmd/clear_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/clear_cel.h b/src/app/cmd/clear_cel.h index 3b7c041cf..e27769a07 100644 --- a/src/app/cmd/clear_cel.h +++ b/src/app/cmd/clear_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_CLEAR_CEL_H_INCLUDED #define APP_CMD_CLEAR_CEL_H_INCLUDED diff --git a/src/app/cmd/clear_image.cpp b/src/app/cmd/clear_image.cpp index c5bba449c..9ab988fd9 100644 --- a/src/app/cmd/clear_image.cpp +++ b/src/app/cmd/clear_image.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/clear_image.h b/src/app/cmd/clear_image.h index 81b53ab2b..8e3a96c76 100644 --- a/src/app/cmd/clear_image.h +++ b/src/app/cmd/clear_image.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_CLEAR_IMAGE_H_INCLUDED #define APP_CMD_CLEAR_IMAGE_H_INCLUDED diff --git a/src/app/cmd/clear_mask.cpp b/src/app/cmd/clear_mask.cpp index ca821b6e5..840013081 100644 --- a/src/app/cmd/clear_mask.cpp +++ b/src/app/cmd/clear_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/clear_mask.h b/src/app/cmd/clear_mask.h index 94723fd91..f5d2ec17a 100644 --- a/src/app/cmd/clear_mask.h +++ b/src/app/cmd/clear_mask.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_CLEAR_MASK_H_INCLUDED #define APP_CMD_CLEAR_MASK_H_INCLUDED diff --git a/src/app/cmd/clear_rect.cpp b/src/app/cmd/clear_rect.cpp index 92f142b29..baa837688 100644 --- a/src/app/cmd/clear_rect.cpp +++ b/src/app/cmd/clear_rect.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/clear_rect.h b/src/app/cmd/clear_rect.h index 082f1d118..fc83649dc 100644 --- a/src/app/cmd/clear_rect.h +++ b/src/app/cmd/clear_rect.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_CLEAR_RECT_H_INCLUDED #define APP_CMD_CLEAR_RECT_H_INCLUDED diff --git a/src/app/cmd/configure_background.cpp b/src/app/cmd/configure_background.cpp index 4f835d471..c07c52473 100644 --- a/src/app/cmd/configure_background.cpp +++ b/src/app/cmd/configure_background.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/configure_background.h b/src/app/cmd/configure_background.h index c5f3a6192..028ab7389 100644 --- a/src/app/cmd/configure_background.h +++ b/src/app/cmd/configure_background.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_CONFIGURE_BACKGROUND_H_INCLUDED #define APP_CMD_CONFIGURE_BACKGROUND_H_INCLUDED diff --git a/src/app/cmd/copy_cel.cpp b/src/app/cmd/copy_cel.cpp index 3fbb63fe5..f8fadbc48 100644 --- a/src/app/cmd/copy_cel.cpp +++ b/src/app/cmd/copy_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/copy_cel.h b/src/app/cmd/copy_cel.h index ec7d093b9..689cf3985 100644 --- a/src/app/cmd/copy_cel.h +++ b/src/app/cmd/copy_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_COPY_CEL_H_INCLUDED #define APP_CMD_COPY_CEL_H_INCLUDED diff --git a/src/app/cmd/copy_frame.cpp b/src/app/cmd/copy_frame.cpp index 531063129..fc72ab6fd 100644 --- a/src/app/cmd/copy_frame.cpp +++ b/src/app/cmd/copy_frame.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/copy_frame.h b/src/app/cmd/copy_frame.h index 95d343ef8..b14e1589e 100644 --- a/src/app/cmd/copy_frame.h +++ b/src/app/cmd/copy_frame.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_COPY_FRAME_H_INCLUDED #define APP_CMD_COPY_FRAME_H_INCLUDED diff --git a/src/app/cmd/copy_rect.cpp b/src/app/cmd/copy_rect.cpp index b8f63fce9..06d8b5261 100644 --- a/src/app/cmd/copy_rect.cpp +++ b/src/app/cmd/copy_rect.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/copy_rect.h b/src/app/cmd/copy_rect.h index 4c63e551a..f1914f4aa 100644 --- a/src/app/cmd/copy_rect.h +++ b/src/app/cmd/copy_rect.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_COPY_RECT_H_INCLUDED #define APP_CMD_COPY_RECT_H_INCLUDED diff --git a/src/app/cmd/copy_region.cpp b/src/app/cmd/copy_region.cpp index 2653a0eac..ec6ed2539 100644 --- a/src/app/cmd/copy_region.cpp +++ b/src/app/cmd/copy_region.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/copy_region.h b/src/app/cmd/copy_region.h index d9bf03daa..a669648d4 100644 --- a/src/app/cmd/copy_region.h +++ b/src/app/cmd/copy_region.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_COPY_REGION_H_INCLUDED #define APP_CMD_COPY_REGION_H_INCLUDED diff --git a/src/app/cmd/crop_cel.cpp b/src/app/cmd/crop_cel.cpp index 8753f5387..a49246f8c 100644 --- a/src/app/cmd/crop_cel.cpp +++ b/src/app/cmd/crop_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/crop_cel.h b/src/app/cmd/crop_cel.h index f93998622..4dc65c0da 100644 --- a/src/app/cmd/crop_cel.h +++ b/src/app/cmd/crop_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_CROP_CEL_H_INCLUDED #define APP_CMD_CROP_CEL_H_INCLUDED diff --git a/src/app/cmd/deselect_mask.cpp b/src/app/cmd/deselect_mask.cpp index bed893258..875beacd5 100644 --- a/src/app/cmd/deselect_mask.cpp +++ b/src/app/cmd/deselect_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/deselect_mask.h b/src/app/cmd/deselect_mask.h index be80cea57..c22577efc 100644 --- a/src/app/cmd/deselect_mask.h +++ b/src/app/cmd/deselect_mask.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_DESELECT_MASK_H_INCLUDED #define APP_CMD_DESELECT_MASK_H_INCLUDED diff --git a/src/app/cmd/flatten_layers.cpp b/src/app/cmd/flatten_layers.cpp index a588b68d7..a21cd1b29 100644 --- a/src/app/cmd/flatten_layers.cpp +++ b/src/app/cmd/flatten_layers.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/flatten_layers.h b/src/app/cmd/flatten_layers.h index 3802bcc7b..7f4ff4d35 100644 --- a/src/app/cmd/flatten_layers.h +++ b/src/app/cmd/flatten_layers.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_FLATTEN_LAYERS_H_INCLUDED #define APP_CMD_FLATTEN_LAYERS_H_INCLUDED diff --git a/src/app/cmd/flip_image.cpp b/src/app/cmd/flip_image.cpp index 2dd945aea..3f63123fc 100644 --- a/src/app/cmd/flip_image.cpp +++ b/src/app/cmd/flip_image.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/flip_image.h b/src/app/cmd/flip_image.h index 89c337b5e..4200d5966 100644 --- a/src/app/cmd/flip_image.h +++ b/src/app/cmd/flip_image.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_FLIP_IMAGE_H_INCLUDED #define APP_CMD_FLIP_IMAGE_H_INCLUDED diff --git a/src/app/cmd/flip_mask.cpp b/src/app/cmd/flip_mask.cpp index f47bb002a..5528b93dc 100644 --- a/src/app/cmd/flip_mask.cpp +++ b/src/app/cmd/flip_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/flip_mask.h b/src/app/cmd/flip_mask.h index 8f39b5e41..c3e9968bd 100644 --- a/src/app/cmd/flip_mask.h +++ b/src/app/cmd/flip_mask.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_FLIP_MASK_H_INCLUDED #define APP_CMD_FLIP_MASK_H_INCLUDED diff --git a/src/app/cmd/flip_masked_cel.cpp b/src/app/cmd/flip_masked_cel.cpp index 6be6db0b7..d5f57b6fc 100644 --- a/src/app/cmd/flip_masked_cel.cpp +++ b/src/app/cmd/flip_masked_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/flip_masked_cel.h b/src/app/cmd/flip_masked_cel.h index 26ebee547..a0a8f7cb8 100644 --- a/src/app/cmd/flip_masked_cel.h +++ b/src/app/cmd/flip_masked_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_FLIP_MASKED_CEL_H_INCLUDED #define APP_CMD_FLIP_MASKED_CEL_H_INCLUDED diff --git a/src/app/cmd/layer_from_background.cpp b/src/app/cmd/layer_from_background.cpp index 4ba5a233a..edf756fc6 100644 --- a/src/app/cmd/layer_from_background.cpp +++ b/src/app/cmd/layer_from_background.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/layer_from_background.h b/src/app/cmd/layer_from_background.h index 7ebf2375d..99c829ed2 100644 --- a/src/app/cmd/layer_from_background.h +++ b/src/app/cmd/layer_from_background.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_LAYER_FROM_BACKGROUND_H_INCLUDED #define APP_CMD_LAYER_FROM_BACKGROUND_H_INCLUDED diff --git a/src/app/cmd/move_cel.cpp b/src/app/cmd/move_cel.cpp index cf00c2cf6..245e58165 100644 --- a/src/app/cmd/move_cel.cpp +++ b/src/app/cmd/move_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/move_cel.h b/src/app/cmd/move_cel.h index ca083769d..b9c5e59db 100644 --- a/src/app/cmd/move_cel.h +++ b/src/app/cmd/move_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_MOVE_CEL_H_INCLUDED #define APP_CMD_MOVE_CEL_H_INCLUDED diff --git a/src/app/cmd/move_layer.cpp b/src/app/cmd/move_layer.cpp index e0f62fd32..3ad41f3a5 100644 --- a/src/app/cmd/move_layer.cpp +++ b/src/app/cmd/move_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/move_layer.h b/src/app/cmd/move_layer.h index 6f73fc903..9279bf38e 100644 --- a/src/app/cmd/move_layer.h +++ b/src/app/cmd/move_layer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_MOVE_LAYER_H_INCLUDED #define APP_CMD_MOVE_LAYER_H_INCLUDED diff --git a/src/app/cmd/patch_cel.cpp b/src/app/cmd/patch_cel.cpp index c04767b9b..94509a0f1 100644 --- a/src/app/cmd/patch_cel.cpp +++ b/src/app/cmd/patch_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/patch_cel.h b/src/app/cmd/patch_cel.h index 996180e32..db15d858e 100644 --- a/src/app/cmd/patch_cel.h +++ b/src/app/cmd/patch_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_PATCH_CEL_H_INCLUDED #define APP_CMD_PATCH_CEL_H_INCLUDED diff --git a/src/app/cmd/remap_colors.cpp b/src/app/cmd/remap_colors.cpp index 5251e3aa1..0b26b1dc1 100644 --- a/src/app/cmd/remap_colors.cpp +++ b/src/app/cmd/remap_colors.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/remap_colors.h b/src/app/cmd/remap_colors.h index 56c1e4c8c..26cb9df11 100644 --- a/src/app/cmd/remap_colors.h +++ b/src/app/cmd/remap_colors.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_REMAP_COLORS_H_INCLUDED #define APP_CMD_REMAP_COLORS_H_INCLUDED diff --git a/src/app/cmd/remove_cel.cpp b/src/app/cmd/remove_cel.cpp index 37040f733..73956e342 100644 --- a/src/app/cmd/remove_cel.cpp +++ b/src/app/cmd/remove_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/remove_cel.h b/src/app/cmd/remove_cel.h index be1a22a12..ea77d25bb 100644 --- a/src/app/cmd/remove_cel.h +++ b/src/app/cmd/remove_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_REMOVE_CEL_H_INCLUDED #define APP_CMD_REMOVE_CEL_H_INCLUDED diff --git a/src/app/cmd/remove_frame.cpp b/src/app/cmd/remove_frame.cpp index 04d3ddb04..4138de8b3 100644 --- a/src/app/cmd/remove_frame.cpp +++ b/src/app/cmd/remove_frame.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/remove_frame.h b/src/app/cmd/remove_frame.h index 6b07744aa..0f63c928c 100644 --- a/src/app/cmd/remove_frame.h +++ b/src/app/cmd/remove_frame.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_REMOVE_FRAME_H_INCLUDED #define APP_CMD_REMOVE_FRAME_H_INCLUDED diff --git a/src/app/cmd/remove_frame_tag.cpp b/src/app/cmd/remove_frame_tag.cpp index 682387b8f..e731f9549 100644 --- a/src/app/cmd/remove_frame_tag.cpp +++ b/src/app/cmd/remove_frame_tag.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/remove_frame_tag.h b/src/app/cmd/remove_frame_tag.h index 3de34290e..9259a12ae 100644 --- a/src/app/cmd/remove_frame_tag.h +++ b/src/app/cmd/remove_frame_tag.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_REMOVE_FRAME_TAG_H_INCLUDED #define APP_CMD_REMOVE_FRAME_TAG_H_INCLUDED diff --git a/src/app/cmd/remove_layer.cpp b/src/app/cmd/remove_layer.cpp index 30cff1978..60742fd76 100644 --- a/src/app/cmd/remove_layer.cpp +++ b/src/app/cmd/remove_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/remove_layer.h b/src/app/cmd/remove_layer.h index d6d74213c..0656465b6 100644 --- a/src/app/cmd/remove_layer.h +++ b/src/app/cmd/remove_layer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_REMOVE_LAYER_H_INCLUDED #define APP_CMD_REMOVE_LAYER_H_INCLUDED diff --git a/src/app/cmd/remove_palette.cpp b/src/app/cmd/remove_palette.cpp index a0f3390e0..093423c0a 100644 --- a/src/app/cmd/remove_palette.cpp +++ b/src/app/cmd/remove_palette.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/remove_palette.h b/src/app/cmd/remove_palette.h index 7bd7f3b26..5ab532e5b 100644 --- a/src/app/cmd/remove_palette.h +++ b/src/app/cmd/remove_palette.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_REMOVE_PALETTE_H_INCLUDED #define APP_CMD_REMOVE_PALETTE_H_INCLUDED diff --git a/src/app/cmd/replace_image.cpp b/src/app/cmd/replace_image.cpp index 84e682b25..fa513d00b 100644 --- a/src/app/cmd/replace_image.cpp +++ b/src/app/cmd/replace_image.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/replace_image.h b/src/app/cmd/replace_image.h index 6c848bbcb..4b702cad8 100644 --- a/src/app/cmd/replace_image.h +++ b/src/app/cmd/replace_image.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_REPLACE_IMAGE_H_INCLUDED #define APP_CMD_REPLACE_IMAGE_H_INCLUDED diff --git a/src/app/cmd/reselect_mask.cpp b/src/app/cmd/reselect_mask.cpp index 761ab8f15..62f1b56cc 100644 --- a/src/app/cmd/reselect_mask.cpp +++ b/src/app/cmd/reselect_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/reselect_mask.h b/src/app/cmd/reselect_mask.h index 3f5bc0a26..944753848 100644 --- a/src/app/cmd/reselect_mask.h +++ b/src/app/cmd/reselect_mask.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_RESELECT_MASK_H_INCLUDED #define APP_CMD_RESELECT_MASK_H_INCLUDED diff --git a/src/app/cmd/set_cel_data.cpp b/src/app/cmd/set_cel_data.cpp index 84662946a..33bd01cae 100644 --- a/src/app/cmd/set_cel_data.cpp +++ b/src/app/cmd/set_cel_data.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_cel_data.h b/src/app/cmd/set_cel_data.h index 2cae184c3..af618e97e 100644 --- a/src/app/cmd/set_cel_data.h +++ b/src/app/cmd/set_cel_data.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_CEL_DATA_H_INCLUDED #define APP_CMD_SET_CEL_DATA_H_INCLUDED diff --git a/src/app/cmd/set_cel_frame.cpp b/src/app/cmd/set_cel_frame.cpp index dc5ccbfbd..b1f7ebd48 100644 --- a/src/app/cmd/set_cel_frame.cpp +++ b/src/app/cmd/set_cel_frame.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_cel_frame.h b/src/app/cmd/set_cel_frame.h index a294f47c2..14311e238 100644 --- a/src/app/cmd/set_cel_frame.h +++ b/src/app/cmd/set_cel_frame.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_CEL_FRAME_H_INCLUDED #define APP_CMD_SET_CEL_FRAME_H_INCLUDED diff --git a/src/app/cmd/set_cel_opacity.cpp b/src/app/cmd/set_cel_opacity.cpp index 1aad0b3e1..2c0606057 100644 --- a/src/app/cmd/set_cel_opacity.cpp +++ b/src/app/cmd/set_cel_opacity.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_cel_opacity.h b/src/app/cmd/set_cel_opacity.h index bba63dee7..42a2ab39f 100644 --- a/src/app/cmd/set_cel_opacity.h +++ b/src/app/cmd/set_cel_opacity.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_CEL_OPACITY_H_INCLUDED #define APP_CMD_SET_CEL_OPACITY_H_INCLUDED diff --git a/src/app/cmd/set_cel_position.cpp b/src/app/cmd/set_cel_position.cpp index 3150b42b2..ae6b1ed6f 100644 --- a/src/app/cmd/set_cel_position.cpp +++ b/src/app/cmd/set_cel_position.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_cel_position.h b/src/app/cmd/set_cel_position.h index 2818f240a..f2d3c5e0a 100644 --- a/src/app/cmd/set_cel_position.h +++ b/src/app/cmd/set_cel_position.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_CEL_POSITION_H_INCLUDED #define APP_CMD_SET_CEL_POSITION_H_INCLUDED diff --git a/src/app/cmd/set_frame_duration.cpp b/src/app/cmd/set_frame_duration.cpp index d7bf900e5..6683e3ae7 100644 --- a/src/app/cmd/set_frame_duration.cpp +++ b/src/app/cmd/set_frame_duration.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_frame_duration.h b/src/app/cmd/set_frame_duration.h index 361036b22..b0eff024e 100644 --- a/src/app/cmd/set_frame_duration.h +++ b/src/app/cmd/set_frame_duration.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_FRAME_DURATION_H_INCLUDED #define APP_CMD_SET_FRAME_DURATION_H_INCLUDED diff --git a/src/app/cmd/set_frame_tag_anidir.cpp b/src/app/cmd/set_frame_tag_anidir.cpp index e570abc00..13498b84e 100644 --- a/src/app/cmd/set_frame_tag_anidir.cpp +++ b/src/app/cmd/set_frame_tag_anidir.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_frame_tag_anidir.h b/src/app/cmd/set_frame_tag_anidir.h index 962636905..012d38a83 100644 --- a/src/app/cmd/set_frame_tag_anidir.h +++ b/src/app/cmd/set_frame_tag_anidir.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_FRAME_TAG_ANIDIR_H_INCLUDED #define APP_CMD_SET_FRAME_TAG_ANIDIR_H_INCLUDED diff --git a/src/app/cmd/set_frame_tag_color.cpp b/src/app/cmd/set_frame_tag_color.cpp index 894c341ee..608a470ff 100644 --- a/src/app/cmd/set_frame_tag_color.cpp +++ b/src/app/cmd/set_frame_tag_color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_frame_tag_color.h b/src/app/cmd/set_frame_tag_color.h index 4e5b83f7f..42c7576b4 100644 --- a/src/app/cmd/set_frame_tag_color.h +++ b/src/app/cmd/set_frame_tag_color.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_FRAME_TAG_COLOR_H_INCLUDED #define APP_CMD_SET_FRAME_TAG_COLOR_H_INCLUDED diff --git a/src/app/cmd/set_frame_tag_name.cpp b/src/app/cmd/set_frame_tag_name.cpp index 797213030..ea72e1153 100644 --- a/src/app/cmd/set_frame_tag_name.cpp +++ b/src/app/cmd/set_frame_tag_name.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_frame_tag_name.h b/src/app/cmd/set_frame_tag_name.h index 500b31a4c..bd2e93cac 100644 --- a/src/app/cmd/set_frame_tag_name.h +++ b/src/app/cmd/set_frame_tag_name.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_FRAME_TAG_NAME_H_INCLUDED #define APP_CMD_SET_FRAME_TAG_NAME_H_INCLUDED diff --git a/src/app/cmd/set_frame_tag_range.cpp b/src/app/cmd/set_frame_tag_range.cpp index 123f353df..3959d7c52 100644 --- a/src/app/cmd/set_frame_tag_range.cpp +++ b/src/app/cmd/set_frame_tag_range.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_frame_tag_range.h b/src/app/cmd/set_frame_tag_range.h index 137cdb710..fcc2a9b29 100644 --- a/src/app/cmd/set_frame_tag_range.h +++ b/src/app/cmd/set_frame_tag_range.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_FRAME_TAG_RANGE_H_INCLUDED #define APP_CMD_SET_FRAME_TAG_RANGE_H_INCLUDED diff --git a/src/app/cmd/set_layer_blend_mode.cpp b/src/app/cmd/set_layer_blend_mode.cpp index 48db50e4c..e2775a257 100644 --- a/src/app/cmd/set_layer_blend_mode.cpp +++ b/src/app/cmd/set_layer_blend_mode.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_layer_blend_mode.h b/src/app/cmd/set_layer_blend_mode.h index 8f9ccc3a3..2dba61336 100644 --- a/src/app/cmd/set_layer_blend_mode.h +++ b/src/app/cmd/set_layer_blend_mode.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_LAYER_BLEND_MODE_H_INCLUDED #define APP_CMD_SET_LAYER_BLEND_MODE_H_INCLUDED diff --git a/src/app/cmd/set_layer_flags.cpp b/src/app/cmd/set_layer_flags.cpp index 376180ca7..3319cc43e 100644 --- a/src/app/cmd/set_layer_flags.cpp +++ b/src/app/cmd/set_layer_flags.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_layer_flags.h b/src/app/cmd/set_layer_flags.h index 0cd66f55d..1dd779a8f 100644 --- a/src/app/cmd/set_layer_flags.h +++ b/src/app/cmd/set_layer_flags.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_LAYER_FLAGS_H_INCLUDED #define APP_CMD_SET_LAYER_FLAGS_H_INCLUDED diff --git a/src/app/cmd/set_layer_name.cpp b/src/app/cmd/set_layer_name.cpp index 161e80466..3121128c4 100644 --- a/src/app/cmd/set_layer_name.cpp +++ b/src/app/cmd/set_layer_name.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_layer_name.h b/src/app/cmd/set_layer_name.h index 03bab050a..074dcbbcd 100644 --- a/src/app/cmd/set_layer_name.h +++ b/src/app/cmd/set_layer_name.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_LAYER_NAME_H_INCLUDED #define APP_CMD_SET_LAYER_NAME_H_INCLUDED diff --git a/src/app/cmd/set_layer_opacity.cpp b/src/app/cmd/set_layer_opacity.cpp index 472965f24..b6ffe8dba 100644 --- a/src/app/cmd/set_layer_opacity.cpp +++ b/src/app/cmd/set_layer_opacity.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_layer_opacity.h b/src/app/cmd/set_layer_opacity.h index 4d141daa0..526b708d8 100644 --- a/src/app/cmd/set_layer_opacity.h +++ b/src/app/cmd/set_layer_opacity.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_LAYER_OPACITY_H_INCLUDED #define APP_CMD_SET_LAYER_OPACITY_H_INCLUDED diff --git a/src/app/cmd/set_mask.cpp b/src/app/cmd/set_mask.cpp index 3322eafc2..38876e2ba 100644 --- a/src/app/cmd/set_mask.cpp +++ b/src/app/cmd/set_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_mask.h b/src/app/cmd/set_mask.h index 251af592b..5034ec8bd 100644 --- a/src/app/cmd/set_mask.h +++ b/src/app/cmd/set_mask.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_MASK_H_INCLUDED #define APP_CMD_SET_MASK_H_INCLUDED diff --git a/src/app/cmd/set_mask_position.cpp b/src/app/cmd/set_mask_position.cpp index 46b3c4fad..2c41321bd 100644 --- a/src/app/cmd/set_mask_position.cpp +++ b/src/app/cmd/set_mask_position.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_mask_position.h b/src/app/cmd/set_mask_position.h index 09a300cbb..3fc171a77 100644 --- a/src/app/cmd/set_mask_position.h +++ b/src/app/cmd/set_mask_position.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_MASK_POSITION_H_INCLUDED #define APP_CMD_SET_MASK_POSITION_H_INCLUDED diff --git a/src/app/cmd/set_palette.cpp b/src/app/cmd/set_palette.cpp index a1842234e..7c22466c2 100644 --- a/src/app/cmd/set_palette.cpp +++ b/src/app/cmd/set_palette.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_palette.h b/src/app/cmd/set_palette.h index ed25d82b2..591c123ab 100644 --- a/src/app/cmd/set_palette.h +++ b/src/app/cmd/set_palette.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_PALETTE_H_INCLUDED #define APP_CMD_SET_PALETTE_H_INCLUDED diff --git a/src/app/cmd/set_pixel_format.cpp b/src/app/cmd/set_pixel_format.cpp index e7303ed97..b59e2c997 100644 --- a/src/app/cmd/set_pixel_format.cpp +++ b/src/app/cmd/set_pixel_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_pixel_format.h b/src/app/cmd/set_pixel_format.h index dd46537b7..742ad4876 100644 --- a/src/app/cmd/set_pixel_format.h +++ b/src/app/cmd/set_pixel_format.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_PIXEL_FORMAT_H_INCLUDED #define APP_CMD_SET_PIXEL_FORMAT_H_INCLUDED diff --git a/src/app/cmd/set_sprite_size.cpp b/src/app/cmd/set_sprite_size.cpp index 381564505..2604a4b42 100644 --- a/src/app/cmd/set_sprite_size.cpp +++ b/src/app/cmd/set_sprite_size.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_sprite_size.h b/src/app/cmd/set_sprite_size.h index d3a2c3e1f..77c4ef5a2 100644 --- a/src/app/cmd/set_sprite_size.h +++ b/src/app/cmd/set_sprite_size.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_SPRITE_SIZE_H_INCLUDED #define APP_CMD_SET_SPRITE_SIZE_H_INCLUDED diff --git a/src/app/cmd/set_total_frames.cpp b/src/app/cmd/set_total_frames.cpp index 9948aa5fd..2418f98c9 100644 --- a/src/app/cmd/set_total_frames.cpp +++ b/src/app/cmd/set_total_frames.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_total_frames.h b/src/app/cmd/set_total_frames.h index 5a277f536..595ad9279 100644 --- a/src/app/cmd/set_total_frames.h +++ b/src/app/cmd/set_total_frames.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_TOTAL_FRAMES_H_INCLUDED #define APP_CMD_SET_TOTAL_FRAMES_H_INCLUDED diff --git a/src/app/cmd/set_transparent_color.cpp b/src/app/cmd/set_transparent_color.cpp index 7a4b4697e..d1b03a301 100644 --- a/src/app/cmd/set_transparent_color.cpp +++ b/src/app/cmd/set_transparent_color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_transparent_color.h b/src/app/cmd/set_transparent_color.h index 684739240..6e4afa7d6 100644 --- a/src/app/cmd/set_transparent_color.h +++ b/src/app/cmd/set_transparent_color.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_TRANSPARENT_COLOR_H_INCLUDED #define APP_CMD_SET_TRANSPARENT_COLOR_H_INCLUDED diff --git a/src/app/cmd/set_user_data.cpp b/src/app/cmd/set_user_data.cpp index 0ca16dfc7..28bbbda2e 100644 --- a/src/app/cmd/set_user_data.cpp +++ b/src/app/cmd/set_user_data.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/set_user_data.h b/src/app/cmd/set_user_data.h index 0c0f246da..eaa119e79 100644 --- a/src/app/cmd/set_user_data.h +++ b/src/app/cmd/set_user_data.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SET_USER_DATA_H_INCLUDED #define APP_CMD_SET_USER_DATA_H_INCLUDED diff --git a/src/app/cmd/shift_masked_cel.cpp b/src/app/cmd/shift_masked_cel.cpp index b24a1a818..a22014694 100644 --- a/src/app/cmd/shift_masked_cel.cpp +++ b/src/app/cmd/shift_masked_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/shift_masked_cel.h b/src/app/cmd/shift_masked_cel.h index e1fe14d91..c15cd3965 100644 --- a/src/app/cmd/shift_masked_cel.h +++ b/src/app/cmd/shift_masked_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SHIFT_MASKED_CEL_H_INCLUDED #define APP_CMD_SHIFT_MASKED_CEL_H_INCLUDED diff --git a/src/app/cmd/trim_cel.cpp b/src/app/cmd/trim_cel.cpp index 7b13d9e2b..1ac0d3b1f 100644 --- a/src/app/cmd/trim_cel.cpp +++ b/src/app/cmd/trim_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/trim_cel.h b/src/app/cmd/trim_cel.h index 3b9ec57bb..3f62c3171 100644 --- a/src/app/cmd/trim_cel.h +++ b/src/app/cmd/trim_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_TRIM_CEL_H_INCLUDED #define APP_CMD_TRIM_CEL_H_INCLUDED diff --git a/src/app/cmd/unlink_cel.cpp b/src/app/cmd/unlink_cel.cpp index e97402ca8..95057f859 100644 --- a/src/app/cmd/unlink_cel.cpp +++ b/src/app/cmd/unlink_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/unlink_cel.h b/src/app/cmd/unlink_cel.h index 72fd9695f..aeee29104 100644 --- a/src/app/cmd/unlink_cel.h +++ b/src/app/cmd/unlink_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_UNLINK_CEL_H_INCLUDED #define APP_CMD_UNLINK_CEL_H_INCLUDED diff --git a/src/app/cmd/with_cel.cpp b/src/app/cmd/with_cel.cpp index aefe71c57..7ba7a5d9e 100644 --- a/src/app/cmd/with_cel.cpp +++ b/src/app/cmd/with_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/with_cel.h b/src/app/cmd/with_cel.h index 34595dd24..6da4e9d1a 100644 --- a/src/app/cmd/with_cel.h +++ b/src/app/cmd/with_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_WITH_CEL_H_INCLUDED #define APP_CMD_WITH_CEL_H_INCLUDED diff --git a/src/app/cmd/with_document.cpp b/src/app/cmd/with_document.cpp index 1b31a388f..aab99a619 100644 --- a/src/app/cmd/with_document.cpp +++ b/src/app/cmd/with_document.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/with_document.h b/src/app/cmd/with_document.h index cf1bb2409..232739fdf 100644 --- a/src/app/cmd/with_document.h +++ b/src/app/cmd/with_document.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_WITH_DOCUMENT_H_INCLUDED #define APP_CMD_WITH_DOCUMENT_H_INCLUDED diff --git a/src/app/cmd/with_frame_tag.cpp b/src/app/cmd/with_frame_tag.cpp index 2069a219f..30821bcb1 100644 --- a/src/app/cmd/with_frame_tag.cpp +++ b/src/app/cmd/with_frame_tag.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/with_frame_tag.h b/src/app/cmd/with_frame_tag.h index 71cd1006b..94abbb0b9 100644 --- a/src/app/cmd/with_frame_tag.h +++ b/src/app/cmd/with_frame_tag.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_WITH_FRAME_TAG_H_INCLUDED #define APP_CMD_WITH_FRAME_TAG_H_INCLUDED diff --git a/src/app/cmd/with_image.cpp b/src/app/cmd/with_image.cpp index 564085412..7d493ea40 100644 --- a/src/app/cmd/with_image.cpp +++ b/src/app/cmd/with_image.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/with_image.h b/src/app/cmd/with_image.h index 1412bb28f..f88429149 100644 --- a/src/app/cmd/with_image.h +++ b/src/app/cmd/with_image.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_WITH_IMAGE_H_INCLUDED #define APP_CMD_WITH_IMAGE_H_INCLUDED diff --git a/src/app/cmd/with_layer.cpp b/src/app/cmd/with_layer.cpp index c64a3e464..5d94d353a 100644 --- a/src/app/cmd/with_layer.cpp +++ b/src/app/cmd/with_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/with_layer.h b/src/app/cmd/with_layer.h index 1cc47c900..c8b216d06 100644 --- a/src/app/cmd/with_layer.h +++ b/src/app/cmd/with_layer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_WITH_LAYER_H_INCLUDED #define APP_CMD_WITH_LAYER_H_INCLUDED diff --git a/src/app/cmd/with_sprite.cpp b/src/app/cmd/with_sprite.cpp index 1b7fe3d6c..3033606e7 100644 --- a/src/app/cmd/with_sprite.cpp +++ b/src/app/cmd/with_sprite.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd/with_sprite.h b/src/app/cmd/with_sprite.h index 377c72a49..2c366ece0 100644 --- a/src/app/cmd/with_sprite.h +++ b/src/app/cmd/with_sprite.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_WITH_SPRITE_H_INCLUDED #define APP_CMD_WITH_SPRITE_H_INCLUDED diff --git a/src/app/cmd_sequence.cpp b/src/app/cmd_sequence.cpp index fdf66e6e8..542846c66 100644 --- a/src/app/cmd_sequence.cpp +++ b/src/app/cmd_sequence.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd_sequence.h b/src/app/cmd_sequence.h index f4435d8e7..f3936a400 100644 --- a/src/app/cmd_sequence.h +++ b/src/app/cmd_sequence.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_SEQUENCE_H_INCLUDED #define APP_CMD_SEQUENCE_H_INCLUDED diff --git a/src/app/cmd_transaction.cpp b/src/app/cmd_transaction.cpp index a3f92c4c6..b1e5b8f91 100644 --- a/src/app/cmd_transaction.cpp +++ b/src/app/cmd_transaction.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/cmd_transaction.h b/src/app/cmd_transaction.h index 8c6db087c..e1a18b7d5 100644 --- a/src/app/cmd_transaction.h +++ b/src/app/cmd_transaction.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CMD_TRANSACTION_H_INCLUDED #define APP_CMD_TRANSACTION_H_INCLUDED diff --git a/src/app/color.cpp b/src/app/color.cpp index ac950827d..e811c9f92 100644 --- a/src/app/color.cpp +++ b/src/app/color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/color.h b/src/app/color.h index a8c8ea54d..492ea1042 100644 --- a/src/app/color.h +++ b/src/app/color.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COLOR_H_INCLUDED #define APP_COLOR_H_INCLUDED diff --git a/src/app/color_picker.cpp b/src/app/color_picker.cpp index 8ed99ad94..3dedc49e5 100644 --- a/src/app/color_picker.cpp +++ b/src/app/color_picker.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/color_picker.h b/src/app/color_picker.h index b390cc81e..987d0be96 100644 --- a/src/app/color_picker.h +++ b/src/app/color_picker.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COLOR_PICKER_H_INCLUDED #define APP_COLOR_PICKER_H_INCLUDED diff --git a/src/app/color_target.h b/src/app/color_target.h index 095a69f1b..e127a374d 100644 --- a/src/app/color_target.h +++ b/src/app/color_target.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COLOR_TARGET_H_INCLUDED #define APP_COLOR_TARGET_H_INCLUDED diff --git a/src/app/color_tests.cpp b/src/app/color_tests.cpp index ee0330738..780cce194 100644 --- a/src/app/color_tests.cpp +++ b/src/app/color_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/color_utils.cpp b/src/app/color_utils.cpp index 5d3b334f9..ab0985415 100644 --- a/src/app/color_utils.cpp +++ b/src/app/color_utils.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/color_utils.h b/src/app/color_utils.h index 78b1a26bd..7a790e6c2 100644 --- a/src/app/color_utils.h +++ b/src/app/color_utils.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COLOR_UTILS_H_INCLUDED #define APP_COLOR_UTILS_H_INCLUDED diff --git a/src/app/commands/cmd_about.cpp b/src/app/commands/cmd_about.cpp index 7c37ebd0a..481dc60ca 100644 --- a/src/app/commands/cmd_about.cpp +++ b/src/app/commands/cmd_about.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_add_color.cpp b/src/app/commands/cmd_add_color.cpp index 6cf253cc9..d4407ecd3 100644 --- a/src/app/commands/cmd_add_color.cpp +++ b/src/app/commands/cmd_add_color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_advanced_mode.cpp b/src/app/commands/cmd_advanced_mode.cpp index fc053b0a5..7799c58ba 100644 --- a/src/app/commands/cmd_advanced_mode.cpp +++ b/src/app/commands/cmd_advanced_mode.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_background_from_layer.cpp b/src/app/commands/cmd_background_from_layer.cpp index f78c9c6f9..026d993ac 100644 --- a/src/app/commands/cmd_background_from_layer.cpp +++ b/src/app/commands/cmd_background_from_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_cancel.cpp b/src/app/commands/cmd_cancel.cpp index 5be537a76..616940ce8 100644 --- a/src/app/commands/cmd_cancel.cpp +++ b/src/app/commands/cmd_cancel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_canvas_size.cpp b/src/app/commands/cmd_canvas_size.cpp index ae561a763..326930996 100644 --- a/src/app/commands/cmd_canvas_size.cpp +++ b/src/app/commands/cmd_canvas_size.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_cel_properties.cpp b/src/app/commands/cmd_cel_properties.cpp index 533228810..df29988dd 100644 --- a/src/app/commands/cmd_cel_properties.cpp +++ b/src/app/commands/cmd_cel_properties.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_change_brush.cpp b/src/app/commands/cmd_change_brush.cpp index 33c281850..fc52888d9 100644 --- a/src/app/commands/cmd_change_brush.cpp +++ b/src/app/commands/cmd_change_brush.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_change_color.cpp b/src/app/commands/cmd_change_color.cpp index 9d9ebf8af..2d24a94fe 100644 --- a/src/app/commands/cmd_change_color.cpp +++ b/src/app/commands/cmd_change_color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_change_pixel_format.cpp b/src/app/commands/cmd_change_pixel_format.cpp index d3cd1c24d..83cd68b1f 100644 --- a/src/app/commands/cmd_change_pixel_format.cpp +++ b/src/app/commands/cmd_change_pixel_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_clear.cpp b/src/app/commands/cmd_clear.cpp index cedb9d257..d7d201484 100644 --- a/src/app/commands/cmd_clear.cpp +++ b/src/app/commands/cmd_clear.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_clear_cel.cpp b/src/app/commands/cmd_clear_cel.cpp index c20d835cc..8f7f65fb5 100644 --- a/src/app/commands/cmd_clear_cel.cpp +++ b/src/app/commands/cmd_clear_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_close_file.cpp b/src/app/commands/cmd_close_file.cpp index cd34b8fbf..d794f6fed 100644 --- a/src/app/commands/cmd_close_file.cpp +++ b/src/app/commands/cmd_close_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_color_quantization.cpp b/src/app/commands/cmd_color_quantization.cpp index 3e432397f..aa1264c4a 100644 --- a/src/app/commands/cmd_color_quantization.cpp +++ b/src/app/commands/cmd_color_quantization.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_copy.cpp b/src/app/commands/cmd_copy.cpp index 132d1edda..eda62d45c 100644 --- a/src/app/commands/cmd_copy.cpp +++ b/src/app/commands/cmd_copy.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_copy_cel.cpp b/src/app/commands/cmd_copy_cel.cpp index 31b18caab..158ffabfb 100644 --- a/src/app/commands/cmd_copy_cel.cpp +++ b/src/app/commands/cmd_copy_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_copy_merged.cpp b/src/app/commands/cmd_copy_merged.cpp index c8cdfba20..1d4bac2d1 100644 --- a/src/app/commands/cmd_copy_merged.cpp +++ b/src/app/commands/cmd_copy_merged.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_crop.cpp b/src/app/commands/cmd_crop.cpp index 83904f7d4..e9c37d115 100644 --- a/src/app/commands/cmd_crop.cpp +++ b/src/app/commands/cmd_crop.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_cut.cpp b/src/app/commands/cmd_cut.cpp index dbf5e79e0..966e643ea 100644 --- a/src/app/commands/cmd_cut.cpp +++ b/src/app/commands/cmd_cut.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_deselect_mask.cpp b/src/app/commands/cmd_deselect_mask.cpp index 62e229c79..55148c42e 100644 --- a/src/app/commands/cmd_deselect_mask.cpp +++ b/src/app/commands/cmd_deselect_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_developer_console.cpp b/src/app/commands/cmd_developer_console.cpp index 27b6e6c56..f1e368d4e 100644 --- a/src/app/commands/cmd_developer_console.cpp +++ b/src/app/commands/cmd_developer_console.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_discard_brush.cpp b/src/app/commands/cmd_discard_brush.cpp index 6085d23e0..a47f04049 100644 --- a/src/app/commands/cmd_discard_brush.cpp +++ b/src/app/commands/cmd_discard_brush.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_duplicate_layer.cpp b/src/app/commands/cmd_duplicate_layer.cpp index a2cf34193..0c01912f3 100644 --- a/src/app/commands/cmd_duplicate_layer.cpp +++ b/src/app/commands/cmd_duplicate_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_duplicate_sprite.cpp b/src/app/commands/cmd_duplicate_sprite.cpp index f43434888..d1d287b1f 100644 --- a/src/app/commands/cmd_duplicate_sprite.cpp +++ b/src/app/commands/cmd_duplicate_sprite.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_duplicate_view.cpp b/src/app/commands/cmd_duplicate_view.cpp index 39d0970d2..0c246330c 100644 --- a/src/app/commands/cmd_duplicate_view.cpp +++ b/src/app/commands/cmd_duplicate_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_exit.cpp b/src/app/commands/cmd_exit.cpp index 852918ed9..b462e231f 100644 --- a/src/app/commands/cmd_exit.cpp +++ b/src/app/commands/cmd_exit.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_export_sprite_sheet.cpp b/src/app/commands/cmd_export_sprite_sheet.cpp index 78c7a01a6..1dbfcef08 100644 --- a/src/app/commands/cmd_export_sprite_sheet.cpp +++ b/src/app/commands/cmd_export_sprite_sheet.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_eyedropper.cpp b/src/app/commands/cmd_eyedropper.cpp index 207a8e9a0..5075e6281 100644 --- a/src/app/commands/cmd_eyedropper.cpp +++ b/src/app/commands/cmd_eyedropper.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_eyedropper.h b/src/app/commands/cmd_eyedropper.h index c2886b3de..954b0ee7f 100644 --- a/src/app/commands/cmd_eyedropper.h +++ b/src/app/commands/cmd_eyedropper.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_CMD_EYEDROPPER_H_INCLUDED #define APP_COMMANDS_CMD_EYEDROPPER_H_INCLUDED diff --git a/src/app/commands/cmd_flatten_layers.cpp b/src/app/commands/cmd_flatten_layers.cpp index 02aa6f49f..90eff4c58 100644 --- a/src/app/commands/cmd_flatten_layers.cpp +++ b/src/app/commands/cmd_flatten_layers.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_flip.cpp b/src/app/commands/cmd_flip.cpp index 0898468db..7b0cad45b 100644 --- a/src/app/commands/cmd_flip.cpp +++ b/src/app/commands/cmd_flip.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_flip.h b/src/app/commands/cmd_flip.h index 28062e477..3a71c800d 100644 --- a/src/app/commands/cmd_flip.h +++ b/src/app/commands/cmd_flip.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_CMD_FLIP_H_INCLUDED #define APP_COMMANDS_CMD_FLIP_H_INCLUDED diff --git a/src/app/commands/cmd_frame_properties.cpp b/src/app/commands/cmd_frame_properties.cpp index dd52bbcb9..bf1bdc666 100644 --- a/src/app/commands/cmd_frame_properties.cpp +++ b/src/app/commands/cmd_frame_properties.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_frame_tag_properties.cpp b/src/app/commands/cmd_frame_tag_properties.cpp index 8eab96a89..866d54bc9 100644 --- a/src/app/commands/cmd_frame_tag_properties.cpp +++ b/src/app/commands/cmd_frame_tag_properties.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_fullscreen_preview.cpp b/src/app/commands/cmd_fullscreen_preview.cpp index a7f6b0a42..4bedb480f 100644 --- a/src/app/commands/cmd_fullscreen_preview.cpp +++ b/src/app/commands/cmd_fullscreen_preview.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_goto_frame.cpp b/src/app/commands/cmd_goto_frame.cpp index 9f21079d4..9c6028fd9 100644 --- a/src/app/commands/cmd_goto_frame.cpp +++ b/src/app/commands/cmd_goto_frame.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_goto_layer.cpp b/src/app/commands/cmd_goto_layer.cpp index bd27f7725..6ba845627 100644 --- a/src/app/commands/cmd_goto_layer.cpp +++ b/src/app/commands/cmd_goto_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_goto_tab.cpp b/src/app/commands/cmd_goto_tab.cpp index 3b4a6a517..b213a71ab 100644 --- a/src/app/commands/cmd_goto_tab.cpp +++ b/src/app/commands/cmd_goto_tab.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_grid.cpp b/src/app/commands/cmd_grid.cpp index 54c07eb96..14f4bb073 100644 --- a/src/app/commands/cmd_grid.cpp +++ b/src/app/commands/cmd_grid.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_home.cpp b/src/app/commands/cmd_home.cpp index bd38ccfdf..4ae2c17b9 100644 --- a/src/app/commands/cmd_home.cpp +++ b/src/app/commands/cmd_home.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_import_sprite_sheet.cpp b/src/app/commands/cmd_import_sprite_sheet.cpp index e0598e12a..0fcdf4d4d 100644 --- a/src/app/commands/cmd_import_sprite_sheet.cpp +++ b/src/app/commands/cmd_import_sprite_sheet.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_invert_mask.cpp b/src/app/commands/cmd_invert_mask.cpp index 0d8377eaa..9dfefd67b 100644 --- a/src/app/commands/cmd_invert_mask.cpp +++ b/src/app/commands/cmd_invert_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_keyboard_shortcuts.cpp b/src/app/commands/cmd_keyboard_shortcuts.cpp index 5e9c14475..7c0c05302 100644 --- a/src/app/commands/cmd_keyboard_shortcuts.cpp +++ b/src/app/commands/cmd_keyboard_shortcuts.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_launch.cpp b/src/app/commands/cmd_launch.cpp index 89c0a5349..19efefa85 100644 --- a/src/app/commands/cmd_launch.cpp +++ b/src/app/commands/cmd_launch.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_layer_from_background.cpp b/src/app/commands/cmd_layer_from_background.cpp index af7dcd713..906bf2845 100644 --- a/src/app/commands/cmd_layer_from_background.cpp +++ b/src/app/commands/cmd_layer_from_background.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_layer_properties.cpp b/src/app/commands/cmd_layer_properties.cpp index 34817356d..647c8d42a 100644 --- a/src/app/commands/cmd_layer_properties.cpp +++ b/src/app/commands/cmd_layer_properties.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_layer_visibility.cpp b/src/app/commands/cmd_layer_visibility.cpp index d5ae389af..447367488 100644 --- a/src/app/commands/cmd_layer_visibility.cpp +++ b/src/app/commands/cmd_layer_visibility.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_link_cels.cpp b/src/app/commands/cmd_link_cels.cpp index db882636f..2f612504f 100644 --- a/src/app/commands/cmd_link_cels.cpp +++ b/src/app/commands/cmd_link_cels.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_load_mask.cpp b/src/app/commands/cmd_load_mask.cpp index ab4ddaf86..f007a7e46 100644 --- a/src/app/commands/cmd_load_mask.cpp +++ b/src/app/commands/cmd_load_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_load_palette.cpp b/src/app/commands/cmd_load_palette.cpp index 8773214aa..7f0fb98d8 100644 --- a/src/app/commands/cmd_load_palette.cpp +++ b/src/app/commands/cmd_load_palette.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_mask_all.cpp b/src/app/commands/cmd_mask_all.cpp index e5776ceaa..12f9082b6 100644 --- a/src/app/commands/cmd_mask_all.cpp +++ b/src/app/commands/cmd_mask_all.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_mask_by_color.cpp b/src/app/commands/cmd_mask_by_color.cpp index 6a56de0be..7a5fb3f31 100644 --- a/src/app/commands/cmd_mask_by_color.cpp +++ b/src/app/commands/cmd_mask_by_color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_mask_content.cpp b/src/app/commands/cmd_mask_content.cpp index dfe64e0ca..9b57bc2f8 100644 --- a/src/app/commands/cmd_mask_content.cpp +++ b/src/app/commands/cmd_mask_content.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_merge_down_layer.cpp b/src/app/commands/cmd_merge_down_layer.cpp index d97bd2dbc..b9c8dfb50 100644 --- a/src/app/commands/cmd_merge_down_layer.cpp +++ b/src/app/commands/cmd_merge_down_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_modify_selection.cpp b/src/app/commands/cmd_modify_selection.cpp index 9a882ccc1..9dc9eec05 100644 --- a/src/app/commands/cmd_modify_selection.cpp +++ b/src/app/commands/cmd_modify_selection.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015, 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_move_cel.cpp b/src/app/commands/cmd_move_cel.cpp index 22c1c7e92..afca36430 100644 --- a/src/app/commands/cmd_move_cel.cpp +++ b/src/app/commands/cmd_move_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_move_mask.cpp b/src/app/commands/cmd_move_mask.cpp index 1c974f393..7b3a30e54 100644 --- a/src/app/commands/cmd_move_mask.cpp +++ b/src/app/commands/cmd_move_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_move_mask.h b/src/app/commands/cmd_move_mask.h index 8def5cc7e..7e6343803 100644 --- a/src/app/commands/cmd_move_mask.h +++ b/src/app/commands/cmd_move_mask.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_CMD_EXPORT_SPRITE_SHEET_H_INCLUDED #define APP_COMMANDS_CMD_EXPORT_SPRITE_SHEET_H_INCLUDED diff --git a/src/app/commands/cmd_new_brush.cpp b/src/app/commands/cmd_new_brush.cpp index a69b5bf7f..d8cd5cc2c 100644 --- a/src/app/commands/cmd_new_brush.cpp +++ b/src/app/commands/cmd_new_brush.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_new_file.cpp b/src/app/commands/cmd_new_file.cpp index 2f28a85c2..d11ba7ef4 100644 --- a/src/app/commands/cmd_new_file.cpp +++ b/src/app/commands/cmd_new_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_new_frame.cpp b/src/app/commands/cmd_new_frame.cpp index 99fb04fbd..ea501cb18 100644 --- a/src/app/commands/cmd_new_frame.cpp +++ b/src/app/commands/cmd_new_frame.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_new_frame_tag.cpp b/src/app/commands/cmd_new_frame_tag.cpp index a7b5af3ee..c54cb1347 100644 --- a/src/app/commands/cmd_new_frame_tag.cpp +++ b/src/app/commands/cmd_new_frame_tag.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_new_layer.cpp b/src/app/commands/cmd_new_layer.cpp index 3350efbde..5fda8cb6a 100644 --- a/src/app/commands/cmd_new_layer.cpp +++ b/src/app/commands/cmd_new_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_new_layer_set.cpp b/src/app/commands/cmd_new_layer_set.cpp index f7c257acb..470070c18 100644 --- a/src/app/commands/cmd_new_layer_set.cpp +++ b/src/app/commands/cmd_new_layer_set.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_new_sprite_from_selection.cpp b/src/app/commands/cmd_new_sprite_from_selection.cpp index 4f3ca31fd..68ac095f5 100644 --- a/src/app/commands/cmd_new_sprite_from_selection.cpp +++ b/src/app/commands/cmd_new_sprite_from_selection.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_onionskin.cpp b/src/app/commands/cmd_onionskin.cpp index 9612499e5..f7fe5247a 100644 --- a/src/app/commands/cmd_onionskin.cpp +++ b/src/app/commands/cmd_onionskin.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_open_file.cpp b/src/app/commands/cmd_open_file.cpp index 7b751cf0d..a693ee22e 100644 --- a/src/app/commands/cmd_open_file.cpp +++ b/src/app/commands/cmd_open_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_open_in_folder.cpp b/src/app/commands/cmd_open_in_folder.cpp index 3485b52da..81e6f21e9 100644 --- a/src/app/commands/cmd_open_in_folder.cpp +++ b/src/app/commands/cmd_open_in_folder.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_open_with_app.cpp b/src/app/commands/cmd_open_with_app.cpp index 8c5e373ac..d1e787039 100644 --- a/src/app/commands/cmd_open_with_app.cpp +++ b/src/app/commands/cmd_open_with_app.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_options.cpp b/src/app/commands/cmd_options.cpp index eaaac8b2a..43b8465dd 100644 --- a/src/app/commands/cmd_options.cpp +++ b/src/app/commands/cmd_options.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_palette_editor.cpp b/src/app/commands/cmd_palette_editor.cpp index 7270f1bed..6aa316c88 100644 --- a/src/app/commands/cmd_palette_editor.cpp +++ b/src/app/commands/cmd_palette_editor.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_palette_size.cpp b/src/app/commands/cmd_palette_size.cpp index 4b38564b5..d858e67ed 100644 --- a/src/app/commands/cmd_palette_size.cpp +++ b/src/app/commands/cmd_palette_size.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_paste.cpp b/src/app/commands/cmd_paste.cpp index f450022fc..3d218b162 100644 --- a/src/app/commands/cmd_paste.cpp +++ b/src/app/commands/cmd_paste.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_paste_text.cpp b/src/app/commands/cmd_paste_text.cpp index 713993a51..2c91ff38b 100644 --- a/src/app/commands/cmd_paste_text.cpp +++ b/src/app/commands/cmd_paste_text.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_pixel_perfect_mode.cpp b/src/app/commands/cmd_pixel_perfect_mode.cpp index 1314f9f65..e974cb717 100644 --- a/src/app/commands/cmd_pixel_perfect_mode.cpp +++ b/src/app/commands/cmd_pixel_perfect_mode.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_play_animation.cpp b/src/app/commands/cmd_play_animation.cpp index 26b2f101f..2494a2634 100644 --- a/src/app/commands/cmd_play_animation.cpp +++ b/src/app/commands/cmd_play_animation.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_refresh.cpp b/src/app/commands/cmd_refresh.cpp index 5d43ddacc..5baa84e3f 100644 --- a/src/app/commands/cmd_refresh.cpp +++ b/src/app/commands/cmd_refresh.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_remove_frame.cpp b/src/app/commands/cmd_remove_frame.cpp index 81554bffb..7cee15d7a 100644 --- a/src/app/commands/cmd_remove_frame.cpp +++ b/src/app/commands/cmd_remove_frame.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_remove_frame_tag.cpp b/src/app/commands/cmd_remove_frame_tag.cpp index 539d0078a..02844b4b5 100644 --- a/src/app/commands/cmd_remove_frame_tag.cpp +++ b/src/app/commands/cmd_remove_frame_tag.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_remove_layer.cpp b/src/app/commands/cmd_remove_layer.cpp index 5b82c1c20..29cfe5870 100644 --- a/src/app/commands/cmd_remove_layer.cpp +++ b/src/app/commands/cmd_remove_layer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_repeat_last_export.cpp b/src/app/commands/cmd_repeat_last_export.cpp index 5b8c13e30..ab80da20a 100644 --- a/src/app/commands/cmd_repeat_last_export.cpp +++ b/src/app/commands/cmd_repeat_last_export.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_reselect_mask.cpp b/src/app/commands/cmd_reselect_mask.cpp index 06d69ca3e..4c54b9dad 100644 --- a/src/app/commands/cmd_reselect_mask.cpp +++ b/src/app/commands/cmd_reselect_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_reverse_frames.cpp b/src/app/commands/cmd_reverse_frames.cpp index 46dd2f436..b68be2744 100644 --- a/src/app/commands/cmd_reverse_frames.cpp +++ b/src/app/commands/cmd_reverse_frames.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_rotate.cpp b/src/app/commands/cmd_rotate.cpp index 125cc75f9..6930ba7b4 100644 --- a/src/app/commands/cmd_rotate.cpp +++ b/src/app/commands/cmd_rotate.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_rotate.h b/src/app/commands/cmd_rotate.h index 76b1b5dcf..413699b39 100644 --- a/src/app/commands/cmd_rotate.h +++ b/src/app/commands/cmd_rotate.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_CMD_ROTATE_H_INCLUDED #define APP_COMMANDS_CMD_ROTATE_H_INCLUDED diff --git a/src/app/commands/cmd_run_script.cpp b/src/app/commands/cmd_run_script.cpp index 5524643f6..ee5314ace 100644 --- a/src/app/commands/cmd_run_script.cpp +++ b/src/app/commands/cmd_run_script.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_save_file.cpp b/src/app/commands/cmd_save_file.cpp index f6fb4cc0f..bb3d0a8a1 100644 --- a/src/app/commands/cmd_save_file.cpp +++ b/src/app/commands/cmd_save_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_save_file.h b/src/app/commands/cmd_save_file.h index eda5e1713..1b92f3201 100644 --- a/src/app/commands/cmd_save_file.h +++ b/src/app/commands/cmd_save_file.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_CMD_SAVE_FILE_H_INCLUDED #define APP_COMMANDS_CMD_SAVE_FILE_H_INCLUDED diff --git a/src/app/commands/cmd_save_mask.cpp b/src/app/commands/cmd_save_mask.cpp index a01ba662a..cc2768d5d 100644 --- a/src/app/commands/cmd_save_mask.cpp +++ b/src/app/commands/cmd_save_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_save_palette.cpp b/src/app/commands/cmd_save_palette.cpp index c42aa94af..867d8f9cf 100644 --- a/src/app/commands/cmd_save_palette.cpp +++ b/src/app/commands/cmd_save_palette.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_scroll.cpp b/src/app/commands/cmd_scroll.cpp index e98797120..f24abf90f 100644 --- a/src/app/commands/cmd_scroll.cpp +++ b/src/app/commands/cmd_scroll.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_scroll_center.cpp b/src/app/commands/cmd_scroll_center.cpp index 00667192a..c176e17ce 100644 --- a/src/app/commands/cmd_scroll_center.cpp +++ b/src/app/commands/cmd_scroll_center.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_select_tile.cpp b/src/app/commands/cmd_select_tile.cpp index 8569b1578..d6c9606cf 100644 --- a/src/app/commands/cmd_select_tile.cpp +++ b/src/app/commands/cmd_select_tile.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015, 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_set_color_selector.cpp b/src/app/commands/cmd_set_color_selector.cpp index f1868ae3b..1638c592d 100644 --- a/src/app/commands/cmd_set_color_selector.cpp +++ b/src/app/commands/cmd_set_color_selector.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_set_ink_type.cpp b/src/app/commands/cmd_set_ink_type.cpp index 2d1adc160..5758f72e7 100644 --- a/src/app/commands/cmd_set_ink_type.cpp +++ b/src/app/commands/cmd_set_ink_type.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_set_loop_section.cpp b/src/app/commands/cmd_set_loop_section.cpp index 9d20f81b1..a079b63e2 100644 --- a/src/app/commands/cmd_set_loop_section.cpp +++ b/src/app/commands/cmd_set_loop_section.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_set_palette.cpp b/src/app/commands/cmd_set_palette.cpp index 5515ceeca..c313b2e09 100644 --- a/src/app/commands/cmd_set_palette.cpp +++ b/src/app/commands/cmd_set_palette.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_set_palette.h b/src/app/commands/cmd_set_palette.h index b951fbfae..6d8a99892 100644 --- a/src/app/commands/cmd_set_palette.h +++ b/src/app/commands/cmd_set_palette.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_CMD_SET_PALETTE_H_INCLUDED #define APP_COMMANDS_CMD_SET_PALETTE_H_INCLUDED diff --git a/src/app/commands/cmd_set_palette_entry_size.cpp b/src/app/commands/cmd_set_palette_entry_size.cpp index 23f8eb093..d9d1b81e7 100644 --- a/src/app/commands/cmd_set_palette_entry_size.cpp +++ b/src/app/commands/cmd_set_palette_entry_size.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_set_same_ink.cpp b/src/app/commands/cmd_set_same_ink.cpp index 122f3020f..182dccf2f 100644 --- a/src/app/commands/cmd_set_same_ink.cpp +++ b/src/app/commands/cmd_set_same_ink.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_show.cpp b/src/app/commands/cmd_show.cpp index 457260c1a..0140e5bf2 100644 --- a/src/app/commands/cmd_show.cpp +++ b/src/app/commands/cmd_show.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_sprite_properties.cpp b/src/app/commands/cmd_sprite_properties.cpp index 9e1ee6a69..5df92faa5 100644 --- a/src/app/commands/cmd_sprite_properties.cpp +++ b/src/app/commands/cmd_sprite_properties.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_sprite_size.cpp b/src/app/commands/cmd_sprite_size.cpp index 20f9d22b5..0fed29cf5 100644 --- a/src/app/commands/cmd_sprite_size.cpp +++ b/src/app/commands/cmd_sprite_size.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_sprite_size.h b/src/app/commands/cmd_sprite_size.h index 9899c0715..006603e9e 100644 --- a/src/app/commands/cmd_sprite_size.h +++ b/src/app/commands/cmd_sprite_size.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_CMD_SPRITE_SIZE_H_INCLUDED #define APP_COMMANDS_CMD_SPRITE_SIZE_H_INCLUDED diff --git a/src/app/commands/cmd_switch_colors.cpp b/src/app/commands/cmd_switch_colors.cpp index 9b98bf15a..9576ed375 100644 --- a/src/app/commands/cmd_switch_colors.cpp +++ b/src/app/commands/cmd_switch_colors.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_symmetry_mode.cpp b/src/app/commands/cmd_symmetry_mode.cpp index 74957e245..0c9d4fc59 100644 --- a/src/app/commands/cmd_symmetry_mode.cpp +++ b/src/app/commands/cmd_symmetry_mode.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_tiled_mode.cpp b/src/app/commands/cmd_tiled_mode.cpp index 8fdb8747c..8bdc216a9 100644 --- a/src/app/commands/cmd_tiled_mode.cpp +++ b/src/app/commands/cmd_tiled_mode.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_timeline.cpp b/src/app/commands/cmd_timeline.cpp index f9fd8b0b6..b9907e02d 100644 --- a/src/app/commands/cmd_timeline.cpp +++ b/src/app/commands/cmd_timeline.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_toggle_preview.cpp b/src/app/commands/cmd_toggle_preview.cpp index e6a65c014..f6b3eae1c 100644 --- a/src/app/commands/cmd_toggle_preview.cpp +++ b/src/app/commands/cmd_toggle_preview.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_undo.cpp b/src/app/commands/cmd_undo.cpp index 87eaf9bca..2dd3bb105 100644 --- a/src/app/commands/cmd_undo.cpp +++ b/src/app/commands/cmd_undo.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_undo_history.cpp b/src/app/commands/cmd_undo_history.cpp index c75a7d2c5..72d710e2a 100644 --- a/src/app/commands/cmd_undo_history.cpp +++ b/src/app/commands/cmd_undo_history.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_unlink_cel.cpp b/src/app/commands/cmd_unlink_cel.cpp index 274c4a11d..12c04c9d2 100644 --- a/src/app/commands/cmd_unlink_cel.cpp +++ b/src/app/commands/cmd_unlink_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/cmd_zoom.cpp b/src/app/commands/cmd_zoom.cpp index 218760939..9e2090267 100644 --- a/src/app/commands/cmd_zoom.cpp +++ b/src/app/commands/cmd_zoom.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/command.cpp b/src/app/commands/command.cpp index 9e799aa30..d7d9e6459 100644 --- a/src/app/commands/command.cpp +++ b/src/app/commands/command.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/command.h b/src/app/commands/command.h index cc3c5a305..0cfe27666 100644 --- a/src/app/commands/command.h +++ b/src/app/commands/command.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_COMMAND_H_INCLUDED #define APP_COMMANDS_COMMAND_H_INCLUDED diff --git a/src/app/commands/command_factory.h b/src/app/commands/command_factory.h index 8fcf308c6..521f790fd 100644 --- a/src/app/commands/command_factory.h +++ b/src/app/commands/command_factory.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_COMMAND_FACTORY_H_INCLUDED #define APP_COMMANDS_COMMAND_FACTORY_H_INCLUDED diff --git a/src/app/commands/commands.cpp b/src/app/commands/commands.cpp index c48a6ebcf..a835ce533 100644 --- a/src/app/commands/commands.cpp +++ b/src/app/commands/commands.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/commands.h b/src/app/commands/commands.h index 44440305c..0075ef41c 100644 --- a/src/app/commands/commands.h +++ b/src/app/commands/commands.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_COMMANDS_H_INCLUDED #define APP_COMMANDS_COMMANDS_H_INCLUDED diff --git a/src/app/commands/commands_list.h b/src/app/commands/commands_list.h index 3447df22b..0c8d6c4d1 100644 --- a/src/app/commands/commands_list.h +++ b/src/app/commands/commands_list.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. FOR_EACH_COMMAND(About) FOR_EACH_COMMAND(AddColor) diff --git a/src/app/commands/filters/cmd_color_curve.cpp b/src/app/commands/filters/cmd_color_curve.cpp index 27d3c0fad..f3c963b55 100644 --- a/src/app/commands/filters/cmd_color_curve.cpp +++ b/src/app/commands/filters/cmd_color_curve.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/cmd_convolution_matrix.cpp b/src/app/commands/filters/cmd_convolution_matrix.cpp index bd2ef4e16..923b6c758 100644 --- a/src/app/commands/filters/cmd_convolution_matrix.cpp +++ b/src/app/commands/filters/cmd_convolution_matrix.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/cmd_despeckle.cpp b/src/app/commands/filters/cmd_despeckle.cpp index 4cf8f0e19..1bd51922e 100644 --- a/src/app/commands/filters/cmd_despeckle.cpp +++ b/src/app/commands/filters/cmd_despeckle.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/cmd_invert_color.cpp b/src/app/commands/filters/cmd_invert_color.cpp index c953f7129..dbcebf627 100644 --- a/src/app/commands/filters/cmd_invert_color.cpp +++ b/src/app/commands/filters/cmd_invert_color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/cmd_replace_color.cpp b/src/app/commands/filters/cmd_replace_color.cpp index de6bcc550..19cd9df15 100644 --- a/src/app/commands/filters/cmd_replace_color.cpp +++ b/src/app/commands/filters/cmd_replace_color.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/color_curve_editor.cpp b/src/app/commands/filters/color_curve_editor.cpp index 31d39a73d..ef69227f8 100644 --- a/src/app/commands/filters/color_curve_editor.cpp +++ b/src/app/commands/filters/color_curve_editor.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/color_curve_editor.h b/src/app/commands/filters/color_curve_editor.h index 8b39b1826..db10c2ac0 100644 --- a/src/app/commands/filters/color_curve_editor.h +++ b/src/app/commands/filters/color_curve_editor.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_FILTERS_COLOR_CURVE_EDITOR_H_INCLUDED #define APP_COMMANDS_FILTERS_COLOR_CURVE_EDITOR_H_INCLUDED diff --git a/src/app/commands/filters/convolution_matrix_stock.cpp b/src/app/commands/filters/convolution_matrix_stock.cpp index 69a690418..3f3831c70 100644 --- a/src/app/commands/filters/convolution_matrix_stock.cpp +++ b/src/app/commands/filters/convolution_matrix_stock.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/convolution_matrix_stock.h b/src/app/commands/filters/convolution_matrix_stock.h index c9ee0416f..3c37e6718 100644 --- a/src/app/commands/filters/convolution_matrix_stock.h +++ b/src/app/commands/filters/convolution_matrix_stock.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_FILTERS_CONVOLUTION_MATRIX_STOCK_H_INCLUDED #define APP_COMMANDS_FILTERS_CONVOLUTION_MATRIX_STOCK_H_INCLUDED diff --git a/src/app/commands/filters/filter_manager_impl.cpp b/src/app/commands/filters/filter_manager_impl.cpp index 9ad408eab..cb934e3ff 100644 --- a/src/app/commands/filters/filter_manager_impl.cpp +++ b/src/app/commands/filters/filter_manager_impl.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/filter_manager_impl.h b/src/app/commands/filters/filter_manager_impl.h index 47e4d3105..5b810ccf0 100644 --- a/src/app/commands/filters/filter_manager_impl.h +++ b/src/app/commands/filters/filter_manager_impl.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_FILTERS_FILTER_MANAGER_IMPL_H_INCLUDED #define APP_COMMANDS_FILTERS_FILTER_MANAGER_IMPL_H_INCLUDED diff --git a/src/app/commands/filters/filter_preview.cpp b/src/app/commands/filters/filter_preview.cpp index 2e6e8add4..9d65cc582 100644 --- a/src/app/commands/filters/filter_preview.cpp +++ b/src/app/commands/filters/filter_preview.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/filter_preview.h b/src/app/commands/filters/filter_preview.h index 2c81fd9d0..261aad428 100644 --- a/src/app/commands/filters/filter_preview.h +++ b/src/app/commands/filters/filter_preview.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_FILTERS_FILTER_PREVIEW_H_INCLUDED #define APP_COMMANDS_FILTERS_FILTER_PREVIEW_H_INCLUDED diff --git a/src/app/commands/filters/filter_target_buttons.cpp b/src/app/commands/filters/filter_target_buttons.cpp index 50fbe2d08..1274c9556 100644 --- a/src/app/commands/filters/filter_target_buttons.cpp +++ b/src/app/commands/filters/filter_target_buttons.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/filter_target_buttons.h b/src/app/commands/filters/filter_target_buttons.h index 95bcad776..2fb2fe98c 100644 --- a/src/app/commands/filters/filter_target_buttons.h +++ b/src/app/commands/filters/filter_target_buttons.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_FILTERS_FILTER_TARGET_BUTTONS_H_INCLUDED #define APP_COMMANDS_FILTERS_FILTER_TARGET_BUTTONS_H_INCLUDED diff --git a/src/app/commands/filters/filter_window.cpp b/src/app/commands/filters/filter_window.cpp index 6974f4afe..a2606c0c1 100644 --- a/src/app/commands/filters/filter_window.cpp +++ b/src/app/commands/filters/filter_window.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/filter_window.h b/src/app/commands/filters/filter_window.h index 7940cf60b..6c8149270 100644 --- a/src/app/commands/filters/filter_window.h +++ b/src/app/commands/filters/filter_window.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_FILTERS_FILTER_WINDOW_H_INCLUDED #define APP_COMMANDS_FILTERS_FILTER_WINDOW_H_INCLUDED diff --git a/src/app/commands/filters/filter_worker.cpp b/src/app/commands/filters/filter_worker.cpp index c09c8f4b3..faa733756 100644 --- a/src/app/commands/filters/filter_worker.cpp +++ b/src/app/commands/filters/filter_worker.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/commands/filters/filter_worker.h b/src/app/commands/filters/filter_worker.h index 5e279b95b..33426316f 100644 --- a/src/app/commands/filters/filter_worker.h +++ b/src/app/commands/filters/filter_worker.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_FILTERS_FILTER_BG_H_INCLUDED #define APP_COMMANDS_FILTERS_FILTER_BG_H_INCLUDED diff --git a/src/app/commands/params.h b/src/app/commands/params.h index 4b75549ac..b137c862d 100644 --- a/src/app/commands/params.h +++ b/src/app/commands/params.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_COMMANDS_PARAMS_H #define APP_COMMANDS_PARAMS_H diff --git a/src/app/console.cpp b/src/app/console.cpp index 4a9c90eaf..d859fb778 100644 --- a/src/app/console.cpp +++ b/src/app/console.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/console.h b/src/app/console.h index 92a0a57d5..8a6afc850 100644 --- a/src/app/console.h +++ b/src/app/console.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CONSOLE_H_INCLUDED #define APP_CONSOLE_H_INCLUDED diff --git a/src/app/context.cpp b/src/app/context.cpp index 21d906d89..285694cf0 100644 --- a/src/app/context.cpp +++ b/src/app/context.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/context.h b/src/app/context.h index e0463ce69..b36a116e2 100644 --- a/src/app/context.h +++ b/src/app/context.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CONTEXT_H_INCLUDED #define APP_CONTEXT_H_INCLUDED diff --git a/src/app/context_access.h b/src/app/context_access.h index 365a3de3b..7e3511fcd 100644 --- a/src/app/context_access.h +++ b/src/app/context_access.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CONTEXT_ACCESS_H_INCLUDED #define APP_CONTEXT_ACCESS_H_INCLUDED diff --git a/src/app/context_flags.cpp b/src/app/context_flags.cpp index 36acd9c9d..fd4f52724 100644 --- a/src/app/context_flags.cpp +++ b/src/app/context_flags.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/context_flags.h b/src/app/context_flags.h index 42af34bb5..0718e54da 100644 --- a/src/app/context_flags.h +++ b/src/app/context_flags.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CONTEXT_FLAGS_H_INCLUDED #define APP_CONTEXT_FLAGS_H_INCLUDED diff --git a/src/app/crash/backup_observer.cpp b/src/app/crash/backup_observer.cpp index 9ebcb07d5..94ae98dbf 100644 --- a/src/app/crash/backup_observer.cpp +++ b/src/app/crash/backup_observer.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/crash/backup_observer.h b/src/app/crash/backup_observer.h index 7f0f4d90a..6cfef50f6 100644 --- a/src/app/crash/backup_observer.h +++ b/src/app/crash/backup_observer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CRASH_BACKUP_OBSERVER_H_INCLUDED #define APP_CRASH_BACKUP_OBSERVER_H_INCLUDED diff --git a/src/app/crash/data_recovery.cpp b/src/app/crash/data_recovery.cpp index 0c1d47119..cb6ae74fa 100644 --- a/src/app/crash/data_recovery.cpp +++ b/src/app/crash/data_recovery.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/crash/data_recovery.h b/src/app/crash/data_recovery.h index 37d1753ba..b2b4dfa34 100644 --- a/src/app/crash/data_recovery.h +++ b/src/app/crash/data_recovery.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CRASH_DATA_RECOVERY_H_INCLUDED #define APP_CRASH_DATA_RECOVERY_H_INCLUDED diff --git a/src/app/crash/internals.h b/src/app/crash/internals.h index acabaadd4..77f3f029f 100644 --- a/src/app/crash/internals.h +++ b/src/app/crash/internals.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CRASH_INTERNALS_H_INCLUDED #define APP_CRASH_INTERNALS_H_INCLUDED diff --git a/src/app/crash/raw_images_as.h b/src/app/crash/raw_images_as.h index 1558bfb46..9a4115702 100644 --- a/src/app/crash/raw_images_as.h +++ b/src/app/crash/raw_images_as.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CRASH_RAW_IMAGES_H_INCLUDED #define APP_CRASH_RAW_IMAGES_H_INCLUDED diff --git a/src/app/crash/read_document.cpp b/src/app/crash/read_document.cpp index 5e4c096fc..a1d25e33e 100644 --- a/src/app/crash/read_document.cpp +++ b/src/app/crash/read_document.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/crash/read_document.h b/src/app/crash/read_document.h index dc753092e..42fbc507c 100644 --- a/src/app/crash/read_document.h +++ b/src/app/crash/read_document.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CRASH_READ_DOCUMENT_H_INCLUDED #define APP_CRASH_READ_DOCUMENT_H_INCLUDED diff --git a/src/app/crash/session.cpp b/src/app/crash/session.cpp index eb377e358..c0cb16bc8 100644 --- a/src/app/crash/session.cpp +++ b/src/app/crash/session.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/crash/session.h b/src/app/crash/session.h index ec97529d4..354ecc7c5 100644 --- a/src/app/crash/session.h +++ b/src/app/crash/session.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CRASH_SESSION_H_INCLUDED #define APP_CRASH_SESSION_H_INCLUDED diff --git a/src/app/crash/write_document.cpp b/src/app/crash/write_document.cpp index d7bc06daf..33b41d3bf 100644 --- a/src/app/crash/write_document.cpp +++ b/src/app/crash/write_document.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/crash/write_document.h b/src/app/crash/write_document.h index 3c3727c1d..87c7fe651 100644 --- a/src/app/crash/write_document.h +++ b/src/app/crash/write_document.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CRASH_WRITE_DOCUMENT_H_INCLUDED #define APP_CRASH_WRITE_DOCUMENT_H_INCLUDED diff --git a/src/app/document.cpp b/src/app/document.cpp index dac6ba18e..acffecd9d 100644 --- a/src/app/document.cpp +++ b/src/app/document.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/document.h b/src/app/document.h index 295ba92e3..e11c7372a 100644 --- a/src/app/document.h +++ b/src/app/document.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_H_INCLUDED #define APP_DOCUMENT_H_INCLUDED diff --git a/src/app/document_access.h b/src/app/document_access.h index a916f9925..6103b28a5 100644 --- a/src/app/document_access.h +++ b/src/app/document_access.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_ACCESS_H_INCLUDED #define APP_DOCUMENT_ACCESS_H_INCLUDED diff --git a/src/app/document_api.cpp b/src/app/document_api.cpp index 0d617dafa..25f92647b 100644 --- a/src/app/document_api.cpp +++ b/src/app/document_api.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/document_api.h b/src/app/document_api.h index 4d7b6d535..6ae22438d 100644 --- a/src/app/document_api.h +++ b/src/app/document_api.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_API_H_INCLUDED #define APP_DOCUMENT_API_H_INCLUDED diff --git a/src/app/document_api_tests.cpp b/src/app/document_api_tests.cpp index 56b852c31..431c04184 100644 --- a/src/app/document_api_tests.cpp +++ b/src/app/document_api_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/document_exporter.cpp b/src/app/document_exporter.cpp index 11b31658d..93272dffa 100644 --- a/src/app/document_exporter.cpp +++ b/src/app/document_exporter.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/document_exporter.h b/src/app/document_exporter.h index 8a3ca2a62..f23ecb913 100644 --- a/src/app/document_exporter.h +++ b/src/app/document_exporter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_EXPORTER_H_INCLUDED #define APP_DOCUMENT_EXPORTER_H_INCLUDED diff --git a/src/app/document_range.cpp b/src/app/document_range.cpp index 59ab7fba1..db5833d7a 100644 --- a/src/app/document_range.cpp +++ b/src/app/document_range.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/document_range.h b/src/app/document_range.h index 989f8b2f2..44a57ec97 100644 --- a/src/app/document_range.h +++ b/src/app/document_range.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_RANGE_H_INCLUDED #define APP_DOCUMENT_RANGE_H_INCLUDED diff --git a/src/app/document_range_ops.cpp b/src/app/document_range_ops.cpp index 6c1ebe124..4e180a3d0 100644 --- a/src/app/document_range_ops.cpp +++ b/src/app/document_range_ops.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/document_range_ops.h b/src/app/document_range_ops.h index 6dc313f44..4fc06419f 100644 --- a/src/app/document_range_ops.h +++ b/src/app/document_range_ops.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_RANGE_OPS_H_INCLUDED #define APP_DOCUMENT_RANGE_OPS_H_INCLUDED diff --git a/src/app/document_range_tests.cpp b/src/app/document_range_tests.cpp index d8b5deae3..2e823b1cd 100644 --- a/src/app/document_range_tests.cpp +++ b/src/app/document_range_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/document_undo.cpp b/src/app/document_undo.cpp index a979cd7e1..5dc27a894 100644 --- a/src/app/document_undo.cpp +++ b/src/app/document_undo.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/document_undo.h b/src/app/document_undo.h index 7be2ed356..9414417c5 100644 --- a/src/app/document_undo.h +++ b/src/app/document_undo.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_UNDO_H_INCLUDED #define APP_DOCUMENT_UNDO_H_INCLUDED diff --git a/src/app/document_undo_observer.h b/src/app/document_undo_observer.h index d466d8dc1..7431b54d7 100644 --- a/src/app/document_undo_observer.h +++ b/src/app/document_undo_observer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_DOCUMENT_UNDO_OBSERVER_H_INCLUDED #define APP_DOCUMENT_UNDO_OBSERVER_H_INCLUDED diff --git a/src/app/errno_tests.cpp b/src/app/errno_tests.cpp index 773beee33..ebf7e4b62 100644 --- a/src/app/errno_tests.cpp +++ b/src/app/errno_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/extra_cel.cpp b/src/app/extra_cel.cpp index c33bca3d7..28e895855 100644 --- a/src/app/extra_cel.cpp +++ b/src/app/extra_cel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/extra_cel.h b/src/app/extra_cel.h index 9c4f76255..3ba64bf5b 100644 --- a/src/app/extra_cel.h +++ b/src/app/extra_cel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_EXTRA_CEL_H_INCLUDED #define APP_EXTRA_CEL_H_INCLUDED diff --git a/src/app/file/ase_format.cpp b/src/app/file/ase_format.cpp index aae44646c..1f1f8aa42 100644 --- a/src/app/file/ase_format.cpp +++ b/src/app/file/ase_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/bmp_format.cpp b/src/app/file/bmp_format.cpp index f2352f661..64cc23542 100644 --- a/src/app/file/bmp_format.cpp +++ b/src/app/file/bmp_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. // // bmp.c - Based on the code of Seymour Shlien and Jonas Petersen. diff --git a/src/app/file/file.cpp b/src/app/file/file.cpp index 643be6a10..308a73785 100644 --- a/src/app/file/file.cpp +++ b/src/app/file/file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/file.h b/src/app/file/file.h index 432fcd843..c33612eae 100644 --- a/src/app/file/file.h +++ b/src/app/file/file.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_FILE_H_INCLUDED #define APP_FILE_FILE_H_INCLUDED diff --git a/src/app/file/file_format.cpp b/src/app/file/file_format.cpp index 787079de0..39f81735c 100644 --- a/src/app/file/file_format.cpp +++ b/src/app/file/file_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/file_format.h b/src/app/file/file_format.h index ed5d774a8..ff74eb899 100644 --- a/src/app/file/file_format.h +++ b/src/app/file/file_format.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_FILE_FORMAT_H_INCLUDED #define APP_FILE_FILE_FORMAT_H_INCLUDED diff --git a/src/app/file/file_formats_manager.cpp b/src/app/file/file_formats_manager.cpp index 27822b9ea..b77a6ba6c 100644 --- a/src/app/file/file_formats_manager.cpp +++ b/src/app/file/file_formats_manager.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/file_formats_manager.h b/src/app/file/file_formats_manager.h index 8731b3e15..3eb04e626 100644 --- a/src/app/file/file_formats_manager.h +++ b/src/app/file/file_formats_manager.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_FILE_FORMATS_MANAGER_H_INCLUDED #define APP_FILE_FILE_FORMATS_MANAGER_H_INCLUDED diff --git a/src/app/file/file_tests.cpp b/src/app/file/file_tests.cpp index a4e8070df..1ac102877 100644 --- a/src/app/file/file_tests.cpp +++ b/src/app/file/file_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/file/fli_format.cpp b/src/app/file/fli_format.cpp index 9a76ddfee..e0a16fd56 100644 --- a/src/app/file/fli_format.cpp +++ b/src/app/file/fli_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/format_options.h b/src/app/file/format_options.h index a4714b36e..d210a3a61 100644 --- a/src/app/file/format_options.h +++ b/src/app/file/format_options.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_FORMAT_OPTIONS_H_INCLUDED #define APP_FILE_FORMAT_OPTIONS_H_INCLUDED diff --git a/src/app/file/gif_format.cpp b/src/app/file/gif_format.cpp index b774d11ad..20ded906c 100644 --- a/src/app/file/gif_format.cpp +++ b/src/app/file/gif_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/gif_options.h b/src/app/file/gif_options.h index 27be80649..873f2ffa3 100644 --- a/src/app/file/gif_options.h +++ b/src/app/file/gif_options.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_GIF_OPTIONS_H_INCLUDED #define APP_FILE_GIF_OPTIONS_H_INCLUDED diff --git a/src/app/file/ico_format.cpp b/src/app/file/ico_format.cpp index 6436dc886..8fbcb6438 100644 --- a/src/app/file/ico_format.cpp +++ b/src/app/file/ico_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. // // ico.c - Based on the code of Elias Pschernig. diff --git a/src/app/file/jpeg_format.cpp b/src/app/file/jpeg_format.cpp index 5147ce3c9..930111f8d 100644 --- a/src/app/file/jpeg_format.cpp +++ b/src/app/file/jpeg_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/palette_file.cpp b/src/app/file/palette_file.cpp index 6ebe2c0b0..22c542476 100644 --- a/src/app/file/palette_file.cpp +++ b/src/app/file/palette_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/palette_file.h b/src/app/file/palette_file.h index 4836fed68..f0a7461dd 100644 --- a/src/app/file/palette_file.h +++ b/src/app/file/palette_file.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_PALETTE_FILE_H_INCLUDED #define APP_FILE_PALETTE_FILE_H_INCLUDED diff --git a/src/app/file/pcx_format.cpp b/src/app/file/pcx_format.cpp index 2c63a3100..35a484d97 100644 --- a/src/app/file/pcx_format.cpp +++ b/src/app/file/pcx_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. // // pcx.c - Based on the code of Shawn Hargreaves. diff --git a/src/app/file/pixly_format.cpp b/src/app/file/pixly_format.cpp index a38c03a88..38e8720b0 100644 --- a/src/app/file/pixly_format.cpp +++ b/src/app/file/pixly_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 Carlo "zED" Caputo // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. // // Based on the code of David Capello diff --git a/src/app/file/png_format.cpp b/src/app/file/png_format.cpp index d06ea2186..455efd6b1 100644 --- a/src/app/file/png_format.cpp +++ b/src/app/file/png_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/split_filename.cpp b/src/app/file/split_filename.cpp index 48620eeb1..60231a578 100644 --- a/src/app/file/split_filename.cpp +++ b/src/app/file/split_filename.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/split_filename.h b/src/app/file/split_filename.h index e0edf6106..7813a8096 100644 --- a/src/app/file/split_filename.h +++ b/src/app/file/split_filename.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_SPLIT_FILENAME_H_INCLUDED #define APP_FILE_SPLIT_FILENAME_H_INCLUDED diff --git a/src/app/file/split_filename_tests.cpp b/src/app/file/split_filename_tests.cpp index 8087873c9..c91b6deb9 100644 --- a/src/app/file/split_filename_tests.cpp +++ b/src/app/file/split_filename_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/file/tga_format.cpp b/src/app/file/tga_format.cpp index 38e4c219b..211b59311 100644 --- a/src/app/file/tga_format.cpp +++ b/src/app/file/tga_format.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. // // tga.c - Based on the code of Tim Gunn, Michal Mertl, Salvador // Eduardo Tropea and Peter Wang. diff --git a/src/app/file/webp_format.cpp b/src/app/file/webp_format.cpp index 6e0319085..be6892d7a 100644 --- a/src/app/file/webp_format.cpp +++ b/src/app/file/webp_format.cpp @@ -2,9 +2,8 @@ // Copyright (C) 2015 Gabriel Rauter // Copyright (C) 2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file/webp_options.h b/src/app/file/webp_options.h index 404258b26..9b0785673 100644 --- a/src/app/file/webp_options.h +++ b/src/app/file/webp_options.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015 Gabriel Rauter // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_WEBP_OPTIONS_H_INCLUDED #define APP_FILE_WEBP_OPTIONS_H_INCLUDED diff --git a/src/app/file_selector.cpp b/src/app/file_selector.cpp index 545bcb5a0..c7f8eac32 100644 --- a/src/app/file_selector.cpp +++ b/src/app/file_selector.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/file_selector.h b/src/app/file_selector.h index 18b996a47..5d5df4d29 100644 --- a/src/app/file_selector.h +++ b/src/app/file_selector.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_SELECTOR_H_INCLUDED #define APP_FILE_SELECTOR_H_INCLUDED diff --git a/src/app/file_system.cpp b/src/app/file_system.cpp index d45a22340..6c1e0e390 100644 --- a/src/app/file_system.cpp +++ b/src/app/file_system.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. /* Some of the original code to handle PIDLs come from the MiniExplorer example of the Vaca library: diff --git a/src/app/file_system.h b/src/app/file_system.h index 58f0b7a65..7d240e64f 100644 --- a/src/app/file_system.h +++ b/src/app/file_system.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILE_SYSTEM_H_INCLUDED #define APP_FILE_SYSTEM_H_INCLUDED diff --git a/src/app/filename_formatter.cpp b/src/app/filename_formatter.cpp index f741e1ad5..f2a3a30fc 100644 --- a/src/app/filename_formatter.cpp +++ b/src/app/filename_formatter.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/filename_formatter.h b/src/app/filename_formatter.h index dcda28ef2..432aa7fe1 100644 --- a/src/app/filename_formatter.h +++ b/src/app/filename_formatter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FILENAME_FORMATTER_H_INCLUDED #define APP_FILENAME_FORMATTER_H_INCLUDED diff --git a/src/app/filename_formatter_tests.cpp b/src/app/filename_formatter_tests.cpp index 1a73c922f..43824b887 100644 --- a/src/app/filename_formatter_tests.cpp +++ b/src/app/filename_formatter_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/find_widget.h b/src/app/find_widget.h index 9396bb728..f7fb53880 100644 --- a/src/app/find_widget.h +++ b/src/app/find_widget.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FIND_WIDGET_H_INCLUDED #define APP_FIND_WIDGET_H_INCLUDED diff --git a/src/app/flatten.cpp b/src/app/flatten.cpp index ddd5be5db..249265490 100644 --- a/src/app/flatten.cpp +++ b/src/app/flatten.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/flatten.h b/src/app/flatten.h index 58924453b..509066818 100644 --- a/src/app/flatten.h +++ b/src/app/flatten.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_FLATTEN_H_INCLUDED #define APP_FLATTEN_H_INCLUDED diff --git a/src/app/gui_xml.cpp b/src/app/gui_xml.cpp index 31c5a89f3..745e26c3f 100644 --- a/src/app/gui_xml.cpp +++ b/src/app/gui_xml.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/gui_xml.h b/src/app/gui_xml.h index 0d1fce1f9..c06c1a967 100644 --- a/src/app/gui_xml.h +++ b/src/app/gui_xml.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_GUI_XML_INCLUDED #define APP_GUI_XML_INCLUDED diff --git a/src/app/ini_file.cpp b/src/app/ini_file.cpp index aba74a6de..e05172022 100644 --- a/src/app/ini_file.cpp +++ b/src/app/ini_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ini_file.h b/src/app/ini_file.h index eba8e2f5e..f29f7a0d0 100644 --- a/src/app/ini_file.h +++ b/src/app/ini_file.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_INI_FILE_H_INCLUDED #define APP_INI_FILE_H_INCLUDED diff --git a/src/app/ini_file_tests.cpp b/src/app/ini_file_tests.cpp index 3a4bb20bf..a8033c5e2 100644 --- a/src/app/ini_file_tests.cpp +++ b/src/app/ini_file_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "tests/test.h" diff --git a/src/app/job.cpp b/src/app/job.cpp index 00b627412..804b8a5a5 100644 --- a/src/app/job.cpp +++ b/src/app/job.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/job.h b/src/app/job.h index c38ce7b20..d75b88cc2 100644 --- a/src/app/job.h +++ b/src/app/job.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_JOB_H_INCLUDED #define APP_JOB_H_INCLUDED diff --git a/src/app/launcher.cpp b/src/app/launcher.cpp index 41530567c..b93a289c6 100644 --- a/src/app/launcher.cpp +++ b/src/app/launcher.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/launcher.h b/src/app/launcher.h index 64efdeb0d..11888b04d 100644 --- a/src/app/launcher.h +++ b/src/app/launcher.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_LAUNCHER_H_INCLUDED #define APP_LAUNCHER_H_INCLUDED diff --git a/src/app/load_widget.h b/src/app/load_widget.h index 20c88d260..1c2d37afb 100644 --- a/src/app/load_widget.h +++ b/src/app/load_widget.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_LOAD_WIDGET_H_INCLUDED #define APP_LOAD_WIDGET_H_INCLUDED diff --git a/src/app/log.cpp b/src/app/log.cpp index 84949b072..0e985e8a0 100644 --- a/src/app/log.cpp +++ b/src/app/log.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/log.h b/src/app/log.h index 108fa7361..9f1d8f196 100644 --- a/src/app/log.h +++ b/src/app/log.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_LOG_H_INCLUDED #define APP_LOG_H_INCLUDED diff --git a/src/app/loop_tag.cpp b/src/app/loop_tag.cpp index c90d3979a..c53f05d11 100644 --- a/src/app/loop_tag.cpp +++ b/src/app/loop_tag.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/loop_tag.h b/src/app/loop_tag.h index f3dc50e1f..0efab5d15 100644 --- a/src/app/loop_tag.h +++ b/src/app/loop_tag.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_LOOP_TAG_H_INCLUDED #define APP_LOOP_TAG_H_INCLUDED diff --git a/src/app/modules.cpp b/src/app/modules.cpp index 2d6b765f4..33f722c1c 100644 --- a/src/app/modules.cpp +++ b/src/app/modules.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/modules.h b/src/app/modules.h index 2076cee6c..d3bf321ca 100644 --- a/src/app/modules.h +++ b/src/app/modules.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_MODULES_H_INCLUDED #define APP_MODULES_H_INCLUDED diff --git a/src/app/modules/editors.cpp b/src/app/modules/editors.cpp index 635081505..b01db0f24 100644 --- a/src/app/modules/editors.cpp +++ b/src/app/modules/editors.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/modules/editors.h b/src/app/modules/editors.h index e0a0b01b5..d1656a7ba 100644 --- a/src/app/modules/editors.h +++ b/src/app/modules/editors.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_MODULES_EDITORS_H_INCLUDED #define APP_MODULES_EDITORS_H_INCLUDED diff --git a/src/app/modules/gfx.cpp b/src/app/modules/gfx.cpp index 738ac206c..df151b447 100644 --- a/src/app/modules/gfx.cpp +++ b/src/app/modules/gfx.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/modules/gfx.h b/src/app/modules/gfx.h index b9a465a3c..7a9de202c 100644 --- a/src/app/modules/gfx.h +++ b/src/app/modules/gfx.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_MODULES_GFX_H_INCLUDED #define APP_MODULES_GFX_H_INCLUDED diff --git a/src/app/modules/gui.cpp b/src/app/modules/gui.cpp index 6b4b1e6ae..87698e8cc 100644 --- a/src/app/modules/gui.cpp +++ b/src/app/modules/gui.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/modules/gui.h b/src/app/modules/gui.h index dc4e2b117..513135417 100644 --- a/src/app/modules/gui.h +++ b/src/app/modules/gui.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_MODULES_GUI_H_INCLUDED #define APP_MODULES_GUI_H_INCLUDED diff --git a/src/app/modules/palettes.cpp b/src/app/modules/palettes.cpp index fa7dbddbe..f51eef8a0 100644 --- a/src/app/modules/palettes.cpp +++ b/src/app/modules/palettes.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/modules/palettes.h b/src/app/modules/palettes.h index 8983b9537..e771a003b 100644 --- a/src/app/modules/palettes.h +++ b/src/app/modules/palettes.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_MODULES_PALETTES_H_INCLUDED #define APP_MODULES_PALETTES_H_INCLUDED diff --git a/src/app/notification_delegate.h b/src/app/notification_delegate.h index 0ae8b2001..8efdbcbb3 100644 --- a/src/app/notification_delegate.h +++ b/src/app/notification_delegate.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_NOTIFICATION_DELEGATE_H_INCLUDED #define APP_NOTIFICATION_DELEGATE_H_INCLUDED diff --git a/src/app/pref/option.h b/src/app/pref/option.h index a8c4f6ee6..de2f769b8 100644 --- a/src/app/pref/option.h +++ b/src/app/pref/option.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_PREF_OPTION_H_INCLUDED #define APP_PREF_OPTION_H_INCLUDED diff --git a/src/app/pref/option_io.h b/src/app/pref/option_io.h index fd2dda46c..91d21f51d 100644 --- a/src/app/pref/option_io.h +++ b/src/app/pref/option_io.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_PREF_OPTION_IO_H_INCLUDED #define APP_PREF_OPTION_IO_H_INCLUDED diff --git a/src/app/pref/preferences.cpp b/src/app/pref/preferences.cpp index 45b39ba52..a105a2eed 100644 --- a/src/app/pref/preferences.cpp +++ b/src/app/pref/preferences.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/pref/preferences.h b/src/app/pref/preferences.h index 944809ce4..04cf65a9f 100644 --- a/src/app/pref/preferences.h +++ b/src/app/pref/preferences.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_PREF_PREFERENCES_H_INCLUDED #define APP_PREF_PREFERENCES_H_INCLUDED diff --git a/src/app/project.cpp b/src/app/project.cpp index 60301a212..a18c3cc8a 100644 --- a/src/app/project.cpp +++ b/src/app/project.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/project.h b/src/app/project.h index cbf60be56..7656aac5c 100644 --- a/src/app/project.h +++ b/src/app/project.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_PROJECT_H_INCLUDED #define APP_PROJECT_H_INCLUDED diff --git a/src/app/project_event.h b/src/app/project_event.h index cdc933f89..8de3635b3 100644 --- a/src/app/project_event.h +++ b/src/app/project_event.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_PROJECT_EVENT_H_INCLUDED #define APP_PROJECT_EVENT_H_INCLUDED diff --git a/src/app/project_observer.h b/src/app/project_observer.h index 56d0d6bef..e556a624f 100644 --- a/src/app/project_observer.h +++ b/src/app/project_observer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_PROJECT_OBSERVER_H_INCLUDED #define APP_PROJECT_OBSERVER_H_INCLUDED diff --git a/src/app/recent_files.cpp b/src/app/recent_files.cpp index 46f76047c..fd661bb40 100644 --- a/src/app/recent_files.cpp +++ b/src/app/recent_files.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/recent_files.h b/src/app/recent_files.h index a39afd280..5497dc80d 100644 --- a/src/app/recent_files.h +++ b/src/app/recent_files.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RECENT_FILES_H_INCLUDED #define APP_RECENT_FILES_H_INCLUDED diff --git a/src/app/res/http_loader.cpp b/src/app/res/http_loader.cpp index 839a989a8..6b303fb05 100644 --- a/src/app/res/http_loader.cpp +++ b/src/app/res/http_loader.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/res/http_loader.h b/src/app/res/http_loader.h index 242f6806d..d9badcb5b 100644 --- a/src/app/res/http_loader.h +++ b/src/app/res/http_loader.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RES_HTTP_LOADER_H_INCLUDED #define APP_RES_HTTP_LOADER_H_INCLUDED diff --git a/src/app/res/palette_resource.h b/src/app/res/palette_resource.h index fd701e781..bcc4adfff 100644 --- a/src/app/res/palette_resource.h +++ b/src/app/res/palette_resource.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RES_PALETTE_RESOURCE_H_INCLUDED #define APP_RES_PALETTE_RESOURCE_H_INCLUDED diff --git a/src/app/res/palettes_loader_delegate.cpp b/src/app/res/palettes_loader_delegate.cpp index 7933d55ab..162948413 100644 --- a/src/app/res/palettes_loader_delegate.cpp +++ b/src/app/res/palettes_loader_delegate.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/res/palettes_loader_delegate.h b/src/app/res/palettes_loader_delegate.h index 4610d2efd..e38a38fd9 100644 --- a/src/app/res/palettes_loader_delegate.h +++ b/src/app/res/palettes_loader_delegate.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RES_PALETTES_LOADER_DELEGATE_H_INCLUDED #define APP_RES_PALETTES_LOADER_DELEGATE_H_INCLUDED diff --git a/src/app/res/resource.h b/src/app/res/resource.h index 1a2939bc7..8853157ad 100644 --- a/src/app/res/resource.h +++ b/src/app/res/resource.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RES_RESOURCE_H_INCLUDED #define APP_RES_RESOURCE_H_INCLUDED diff --git a/src/app/res/resources_loader.cpp b/src/app/res/resources_loader.cpp index 0e1d1f66b..e2835941f 100644 --- a/src/app/res/resources_loader.cpp +++ b/src/app/res/resources_loader.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/res/resources_loader.h b/src/app/res/resources_loader.h index 757f602cc..071fff347 100644 --- a/src/app/res/resources_loader.h +++ b/src/app/res/resources_loader.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RES_RESOURCES_LOADER_H_INCLUDED #define APP_RES_RESOURCES_LOADER_H_INCLUDED diff --git a/src/app/res/resources_loader_delegate.h b/src/app/res/resources_loader_delegate.h index aacf08110..bd535aefe 100644 --- a/src/app/res/resources_loader_delegate.h +++ b/src/app/res/resources_loader_delegate.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RES_RESOURCES_LOADER_DELEGATE_H_INCLUDED #define APP_RES_RESOURCES_LOADER_DELEGATE_H_INCLUDED diff --git a/src/app/resource_finder.cpp b/src/app/resource_finder.cpp index f5dce9bc1..43f3446fd 100644 --- a/src/app/resource_finder.cpp +++ b/src/app/resource_finder.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/resource_finder.h b/src/app/resource_finder.h index e147d4571..50608424a 100644 --- a/src/app/resource_finder.h +++ b/src/app/resource_finder.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_RESOURCE_FINDER_H_INCLUDED #define APP_RESOURCE_FINDER_H_INCLUDED diff --git a/src/app/script/app_object.cpp b/src/app/script/app_object.cpp index 0e73801d5..11e70d237 100644 --- a/src/app/script/app_object.cpp +++ b/src/app/script/app_object.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/app_object.h b/src/app/script/app_object.h index 528ae43eb..63c035883 100644 --- a/src/app/script/app_object.h +++ b/src/app/script/app_object.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPT_APP_OBJECT_H_INCLUDED #define APP_SCRIPT_APP_OBJECT_H_INCLUDED diff --git a/src/app/script/app_scripting.cpp b/src/app/script/app_scripting.cpp index f13ef3f4e..ba7c4a0ac 100644 --- a/src/app/script/app_scripting.cpp +++ b/src/app/script/app_scripting.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/app_scripting.h b/src/app/script/app_scripting.h index b44399209..5fcc0e182 100644 --- a/src/app/script/app_scripting.h +++ b/src/app/script/app_scripting.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPTING_H_INCLUDED #define APP_SCRIPTING_H_INCLUDED diff --git a/src/app/script/console_object.cpp b/src/app/script/console_object.cpp index dc7979240..c4c32e46c 100644 --- a/src/app/script/console_object.cpp +++ b/src/app/script/console_object.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/console_object.h b/src/app/script/console_object.h index bd62a5610..c86498935 100644 --- a/src/app/script/console_object.h +++ b/src/app/script/console_object.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPT_CONSOLE_OBJECT_H_INCLUDED #define APP_SCRIPT_CONSOLE_OBJECT_H_INCLUDED diff --git a/src/app/script/image_class.cpp b/src/app/script/image_class.cpp index 8401d4e58..8ebf59b86 100644 --- a/src/app/script/image_class.cpp +++ b/src/app/script/image_class.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/image_class.h b/src/app/script/image_class.h index 4630c7c45..ebe2a8cd3 100644 --- a/src/app/script/image_class.h +++ b/src/app/script/image_class.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPT_IMAGE_CLASS_H_INCLUDED #define APP_SCRIPT_IMAGE_CLASS_H_INCLUDED diff --git a/src/app/script/image_wrap.cpp b/src/app/script/image_wrap.cpp index a236631d6..085ee4417 100644 --- a/src/app/script/image_wrap.cpp +++ b/src/app/script/image_wrap.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/image_wrap.h b/src/app/script/image_wrap.h index 50bc03078..f42256598 100644 --- a/src/app/script/image_wrap.h +++ b/src/app/script/image_wrap.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPT_IMAGE_WRAP_H_INCLUDED #define APP_SCRIPT_IMAGE_WRAP_H_INCLUDED diff --git a/src/app/script/pixel_color.h b/src/app/script/pixel_color.h index 09e376dce..200524115 100644 --- a/src/app/script/pixel_color.h +++ b/src/app/script/pixel_color.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "doc/color.h" diff --git a/src/app/script/selection_class.cpp b/src/app/script/selection_class.cpp index 6705207f8..7c681e18d 100644 --- a/src/app/script/selection_class.cpp +++ b/src/app/script/selection_class.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/selection_class.h b/src/app/script/selection_class.h index 37b749764..ae0e806d5 100644 --- a/src/app/script/selection_class.h +++ b/src/app/script/selection_class.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPT_SELECTION_CLASS_H_INCLUDED #define APP_SCRIPT_SELECTION_CLASS_H_INCLUDED diff --git a/src/app/script/sprite_class.cpp b/src/app/script/sprite_class.cpp index 65772d63f..dad38cccc 100644 --- a/src/app/script/sprite_class.cpp +++ b/src/app/script/sprite_class.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/sprite_class.h b/src/app/script/sprite_class.h index 5c1ffe038..0f24798c5 100644 --- a/src/app/script/sprite_class.h +++ b/src/app/script/sprite_class.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPT_SPRITE_CLASS_H_INCLUDED #define APP_SCRIPT_SPRITE_CLASS_H_INCLUDED diff --git a/src/app/script/sprite_wrap.cpp b/src/app/script/sprite_wrap.cpp index b3caa0279..d4c1ed833 100644 --- a/src/app/script/sprite_wrap.cpp +++ b/src/app/script/sprite_wrap.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/script/sprite_wrap.h b/src/app/script/sprite_wrap.h index 7085bcbfb..4b23ceaf6 100644 --- a/src/app/script/sprite_wrap.h +++ b/src/app/script/sprite_wrap.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SCRIPT_SPRITE_WRAP_H_INCLUDED #define APP_SCRIPT_SPRITE_WRAP_H_INCLUDED diff --git a/src/app/send_crash.cpp b/src/app/send_crash.cpp index 9e9cb734d..5b8633621 100644 --- a/src/app/send_crash.cpp +++ b/src/app/send_crash.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/send_crash.h b/src/app/send_crash.h index 18dd4dff3..5b3945044 100644 --- a/src/app/send_crash.h +++ b/src/app/send_crash.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SEND_CRASH_H_INCLUDED #define APP_SEND_CRASH_H_INCLUDED diff --git a/src/app/shade.cpp b/src/app/shade.cpp index 5fcf99cc5..36a494e6f 100644 --- a/src/app/shade.cpp +++ b/src/app/shade.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/shade.h b/src/app/shade.h index aa8d8e536..fdbb0b654 100644 --- a/src/app/shade.h +++ b/src/app/shade.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SHADE_H_INCLUDED #define APP_SHADE_H_INCLUDED diff --git a/src/app/shell.cpp b/src/app/shell.cpp index 122541022..df3f986df 100644 --- a/src/app/shell.cpp +++ b/src/app/shell.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/shell.h b/src/app/shell.h index cb7f3d784..c1b1b0823 100644 --- a/src/app/shell.h +++ b/src/app/shell.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SHELL_H_INCLUDED #define APP_SHELL_H_INCLUDED diff --git a/src/app/snap_to_grid.cpp b/src/app/snap_to_grid.cpp index 9a3989c8b..5393a21b7 100644 --- a/src/app/snap_to_grid.cpp +++ b/src/app/snap_to_grid.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/snap_to_grid.h b/src/app/snap_to_grid.h index 9e9fc0c24..ea22e3ab0 100644 --- a/src/app/snap_to_grid.h +++ b/src/app/snap_to_grid.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SNAP_TO_GRID_H_INCLUDED #define APP_SNAP_TO_GRID_H_INCLUDED diff --git a/src/app/sprite_sheet_type.h b/src/app/sprite_sheet_type.h index 5788932a1..113c6e5a0 100644 --- a/src/app/sprite_sheet_type.h +++ b/src/app/sprite_sheet_type.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_SPRITE_SHEET_TYPE_H_INCLUDED #define APP_SPRITE_SHEET_TYPE_H_INCLUDED diff --git a/src/app/thumbnail_generator.cpp b/src/app/thumbnail_generator.cpp index d7b1751a0..7dc8db89c 100644 --- a/src/app/thumbnail_generator.cpp +++ b/src/app/thumbnail_generator.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/thumbnail_generator.h b/src/app/thumbnail_generator.h index 47a5683bb..b006d47bd 100644 --- a/src/app/thumbnail_generator.h +++ b/src/app/thumbnail_generator.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_THUMBNAIL_GENERATOR_H_INCLUDED #define APP_THUMBNAIL_GENERATOR_H_INCLUDED diff --git a/src/app/tools/active_tool.cpp b/src/app/tools/active_tool.cpp index 64d86cc84..ec900f2fd 100644 --- a/src/app/tools/active_tool.cpp +++ b/src/app/tools/active_tool.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/active_tool.h b/src/app/tools/active_tool.h index f7be36131..a567d17cb 100644 --- a/src/app/tools/active_tool.h +++ b/src/app/tools/active_tool.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_ACTIVE_TOOL_H_INCLUDED #define APP_TOOLS_ACTIVE_TOOL_H_INCLUDED diff --git a/src/app/tools/active_tool_observer.h b/src/app/tools/active_tool_observer.h index 966c818e7..8dd351821 100644 --- a/src/app/tools/active_tool_observer.h +++ b/src/app/tools/active_tool_observer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_ACTIVE_TOOL_OBSERVER_H_INCLUDED #define APP_TOOLS_ACTIVE_TOOL_OBSERVER_H_INCLUDED diff --git a/src/app/tools/controller.h b/src/app/tools/controller.h index 643c0c08c..53073ebc3 100644 --- a/src/app/tools/controller.h +++ b/src/app/tools/controller.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_CONTROLLER_H_INCLUDED #define APP_TOOLS_CONTROLLER_H_INCLUDED diff --git a/src/app/tools/controllers.h b/src/app/tools/controllers.h index 28e1eabb4..0022a98f3 100644 --- a/src/app/tools/controllers.h +++ b/src/app/tools/controllers.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "base/pi.h" diff --git a/src/app/tools/fill.h b/src/app/tools/fill.h index 20d468376..190ae4ed7 100644 --- a/src/app/tools/fill.h +++ b/src/app/tools/fill.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_FILL_H_INCLUDED #define APP_TOOLS_FILL_H_INCLUDED diff --git a/src/app/tools/freehand_algorithm.h b/src/app/tools/freehand_algorithm.h index d3adf7000..55baf7a9f 100644 --- a/src/app/tools/freehand_algorithm.h +++ b/src/app/tools/freehand_algorithm.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_FREEHAND_ALGORITHM_H_INCLUDED #define APP_TOOLS_FREEHAND_ALGORITHM_H_INCLUDED diff --git a/src/app/tools/ink.h b/src/app/tools/ink.h index 91b46d4fb..866b080d3 100644 --- a/src/app/tools/ink.h +++ b/src/app/tools/ink.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_INK_H_INCLUDED #define APP_TOOLS_INK_H_INCLUDED diff --git a/src/app/tools/ink_processing.h b/src/app/tools/ink_processing.h index 1dfecdd39..5b322f1f6 100644 --- a/src/app/tools/ink_processing.h +++ b/src/app/tools/ink_processing.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "app/modules/palettes.h" #include "doc/blend_funcs.h" diff --git a/src/app/tools/ink_type.cpp b/src/app/tools/ink_type.cpp index 2f5bb809b..cc142df9b 100644 --- a/src/app/tools/ink_type.cpp +++ b/src/app/tools/ink_type.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/ink_type.h b/src/app/tools/ink_type.h index 592e6261c..09813a8fb 100644 --- a/src/app/tools/ink_type.h +++ b/src/app/tools/ink_type.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_INK_TYPE_H_INCLUDED #define APP_TOOLS_INK_TYPE_H_INCLUDED diff --git a/src/app/tools/inks.h b/src/app/tools/inks.h index 56bde59f4..cc52349f1 100644 --- a/src/app/tools/inks.h +++ b/src/app/tools/inks.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #include "app/tools/ink_processing.h" diff --git a/src/app/tools/intertwine.cpp b/src/app/tools/intertwine.cpp index 75bec16c4..4aee58e0e 100644 --- a/src/app/tools/intertwine.cpp +++ b/src/app/tools/intertwine.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/intertwine.h b/src/app/tools/intertwine.h index cf1b174df..5571767d2 100644 --- a/src/app/tools/intertwine.h +++ b/src/app/tools/intertwine.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_INTERTWINE_H_INCLUDED #define APP_TOOLS_INTERTWINE_H_INCLUDED diff --git a/src/app/tools/intertwiners.h b/src/app/tools/intertwiners.h index e5d555fc4..0cd62fe10 100644 --- a/src/app/tools/intertwiners.h +++ b/src/app/tools/intertwiners.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. namespace app { namespace tools { diff --git a/src/app/tools/pick_ink.cpp b/src/app/tools/pick_ink.cpp index 87eb0096e..08c6197ad 100644 --- a/src/app/tools/pick_ink.cpp +++ b/src/app/tools/pick_ink.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/pick_ink.h b/src/app/tools/pick_ink.h index f13cc74a7..4f9078a81 100644 --- a/src/app/tools/pick_ink.h +++ b/src/app/tools/pick_ink.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_PICK_INK_H_INCLUDED #define APP_TOOLS_PICK_INK_H_INCLUDED diff --git a/src/app/tools/point_shape.cpp b/src/app/tools/point_shape.cpp index ab49291ad..4565f8250 100644 --- a/src/app/tools/point_shape.cpp +++ b/src/app/tools/point_shape.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/point_shape.h b/src/app/tools/point_shape.h index 052a02072..3f88c39da 100644 --- a/src/app/tools/point_shape.h +++ b/src/app/tools/point_shape.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TOOL_POINT_SHAPE_H_INCLUDED #define APP_TOOLS_TOOL_POINT_SHAPE_H_INCLUDED diff --git a/src/app/tools/point_shapes.h b/src/app/tools/point_shapes.h index f340b8321..92a20a8f6 100644 --- a/src/app/tools/point_shapes.h +++ b/src/app/tools/point_shapes.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. namespace app { namespace tools { diff --git a/src/app/tools/pointer.h b/src/app/tools/pointer.h index 256eb2674..108efa798 100644 --- a/src/app/tools/pointer.h +++ b/src/app/tools/pointer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_POINTER_H_INCLUDED #define APP_TOOLS_POINTER_H_INCLUDED diff --git a/src/app/tools/rotation_algorithm.h b/src/app/tools/rotation_algorithm.h index 8e6c20a90..c8b3ce3f7 100644 --- a/src/app/tools/rotation_algorithm.h +++ b/src/app/tools/rotation_algorithm.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_ROTATION_ALGORITHM_H_INCLUDED #define APP_TOOLS_ROTATION_ALGORITHM_H_INCLUDED diff --git a/src/app/tools/stroke.cpp b/src/app/tools/stroke.cpp index ebed89dde..2149ad3f2 100644 --- a/src/app/tools/stroke.cpp +++ b/src/app/tools/stroke.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/stroke.h b/src/app/tools/stroke.h index 55eb63e26..b17e4c9c9 100644 --- a/src/app/tools/stroke.h +++ b/src/app/tools/stroke.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_STROKE_H_INCLUDED #define APP_TOOLS_STROKE_H_INCLUDED diff --git a/src/app/tools/symmetries.cpp b/src/app/tools/symmetries.cpp index 2d2ccee05..4bcbb1f98 100644 --- a/src/app/tools/symmetries.cpp +++ b/src/app/tools/symmetries.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/symmetries.h b/src/app/tools/symmetries.h index 0ca64d1ce..cc04f2aac 100644 --- a/src/app/tools/symmetries.h +++ b/src/app/tools/symmetries.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_SYMMETRIES_H_INCLUDED #define APP_TOOLS_SYMMETRIES_H_INCLUDED diff --git a/src/app/tools/symmetry.h b/src/app/tools/symmetry.h index d5138fa43..5a11f7dfe 100644 --- a/src/app/tools/symmetry.h +++ b/src/app/tools/symmetry.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_SYMMETRY_H_INCLUDED #define APP_TOOLS_SYMMETRY_H_INCLUDED diff --git a/src/app/tools/tool.h b/src/app/tools/tool.h index dad2d5bff..e95020eec 100644 --- a/src/app/tools/tool.h +++ b/src/app/tools/tool.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TOOL_H_INCLUDED #define APP_TOOLS_TOOL_H_INCLUDED diff --git a/src/app/tools/tool_box.cpp b/src/app/tools/tool_box.cpp index 1844b6a54..dfbe1fdb4 100644 --- a/src/app/tools/tool_box.cpp +++ b/src/app/tools/tool_box.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/tool_box.h b/src/app/tools/tool_box.h index 079eb6b2b..025b85d9e 100644 --- a/src/app/tools/tool_box.h +++ b/src/app/tools/tool_box.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TOOL_BOX_H_INCLUDED #define APP_TOOLS_TOOL_BOX_H_INCLUDED diff --git a/src/app/tools/tool_group.h b/src/app/tools/tool_group.h index 67b085183..ba05a223e 100644 --- a/src/app/tools/tool_group.h +++ b/src/app/tools/tool_group.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TOOL_GROUP_H_INCLUDED #define APP_TOOLS_TOOL_GROUP_H_INCLUDED diff --git a/src/app/tools/tool_loop.h b/src/app/tools/tool_loop.h index 12e7443f7..eb79967df 100644 --- a/src/app/tools/tool_loop.h +++ b/src/app/tools/tool_loop.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TOOL_LOOP_H_INCLUDED #define APP_TOOLS_TOOL_LOOP_H_INCLUDED diff --git a/src/app/tools/tool_loop_manager.cpp b/src/app/tools/tool_loop_manager.cpp index f05ed4dd2..7acc39690 100644 --- a/src/app/tools/tool_loop_manager.cpp +++ b/src/app/tools/tool_loop_manager.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/tools/tool_loop_manager.h b/src/app/tools/tool_loop_manager.h index 5678d1b75..3ed7e2db6 100644 --- a/src/app/tools/tool_loop_manager.h +++ b/src/app/tools/tool_loop_manager.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TOOL_LOOP_MANAGER_H_INCLUDED #define APP_TOOLS_TOOL_LOOP_MANAGER_H_INCLUDED diff --git a/src/app/tools/tool_loop_modifiers.h b/src/app/tools/tool_loop_modifiers.h index 88bdffafa..dcdeb528a 100644 --- a/src/app/tools/tool_loop_modifiers.h +++ b/src/app/tools/tool_loop_modifiers.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TOOL_LOOP_MODIFIERS_H_INCLUDED #define APP_TOOLS_TOOL_LOOP_MODIFIERS_H_INCLUDED diff --git a/src/app/tools/trace_policy.h b/src/app/tools/trace_policy.h index 881c1d029..c8c91c2a1 100644 --- a/src/app/tools/trace_policy.h +++ b/src/app/tools/trace_policy.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TOOLS_TRACE_POLICY_H_INCLUDED #define APP_TOOLS_TRACE_POLICY_H_INCLUDED diff --git a/src/app/transaction.cpp b/src/app/transaction.cpp index a52b9e18d..e1de129dc 100644 --- a/src/app/transaction.cpp +++ b/src/app/transaction.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/transaction.h b/src/app/transaction.h index 88ce962a5..f12a63032 100644 --- a/src/app/transaction.h +++ b/src/app/transaction.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TRANSACTION_H_INCLUDED #define APP_TRANSACTION_H_INCLUDED diff --git a/src/app/transformation.h b/src/app/transformation.h index 3164396d7..068387cb9 100644 --- a/src/app/transformation.h +++ b/src/app/transformation.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_TRANSFORMATION_H_INCLUDED #define APP_TRANSFORMATION_H_INCLUDED diff --git a/src/app/ui/ani_controls.cpp b/src/app/ui/ani_controls.cpp index 32de5e003..dc6775370 100644 --- a/src/app/ui/ani_controls.cpp +++ b/src/app/ui/ani_controls.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/ani_controls.h b/src/app/ui/ani_controls.h index 1e1223c34..2ff907e52 100644 --- a/src/app/ui/ani_controls.h +++ b/src/app/ui/ani_controls.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_ANI_CONTROLS_H_INCLUDED #define APP_UI_ANI_CONTROLS_H_INCLUDED diff --git a/src/app/ui/animated_widget.h b/src/app/ui/animated_widget.h index 9dc82a670..d7f40f8e0 100644 --- a/src/app/ui/animated_widget.h +++ b/src/app/ui/animated_widget.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_ANIMATED_WIDGET_H_INCLUDED #define APP_UI_ANIMATED_WIDGET_H_INCLUDED diff --git a/src/app/ui/app_menuitem.cpp b/src/app/ui/app_menuitem.cpp index 28862b0f2..fce9c6c6a 100644 --- a/src/app/ui/app_menuitem.cpp +++ b/src/app/ui/app_menuitem.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/app_menuitem.h b/src/app/ui/app_menuitem.h index 2f567c037..8ef2bb446 100644 --- a/src/app/ui/app_menuitem.h +++ b/src/app/ui/app_menuitem.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_APP_MENUITEM_H_INCLUDED #define APP_UI_APP_MENUITEM_H_INCLUDED diff --git a/src/app/ui/brush_popup.cpp b/src/app/ui/brush_popup.cpp index beae73d56..eb63a4215 100644 --- a/src/app/ui/brush_popup.cpp +++ b/src/app/ui/brush_popup.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/brush_popup.h b/src/app/ui/brush_popup.h index c4e87f156..7a8312c13 100644 --- a/src/app/ui/brush_popup.h +++ b/src/app/ui/brush_popup.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_BRUSH_POPUP_H_INCLUDED #define APP_UI_BRUSH_POPUP_H_INCLUDED diff --git a/src/app/ui/button_set.cpp b/src/app/ui/button_set.cpp index 86e3c046f..7ea2ff2bc 100644 --- a/src/app/ui/button_set.cpp +++ b/src/app/ui/button_set.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/button_set.h b/src/app/ui/button_set.h index 568c0191e..1f88f1fce 100644 --- a/src/app/ui/button_set.h +++ b/src/app/ui/button_set.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_BUTTON_SET_H_INCLUDED #define APP_UI_BUTTON_SET_H_INCLUDED diff --git a/src/app/ui/color_bar.cpp b/src/app/ui/color_bar.cpp index 7a6c17e92..21738c1bb 100644 --- a/src/app/ui/color_bar.cpp +++ b/src/app/ui/color_bar.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_bar.h b/src/app/ui/color_bar.h index 466f8760e..c168acda1 100644 --- a/src/app/ui/color_bar.h +++ b/src/app/ui/color_bar.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_BAR_H_INCLUDED #define APP_UI_COLOR_BAR_H_INCLUDED diff --git a/src/app/ui/color_button.cpp b/src/app/ui/color_button.cpp index 59e1976ce..2172f48dd 100644 --- a/src/app/ui/color_button.cpp +++ b/src/app/ui/color_button.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_button.h b/src/app/ui/color_button.h index 5a6fe0d8f..ec223d000 100644 --- a/src/app/ui/color_button.h +++ b/src/app/ui/color_button.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_BUTTON_H_INCLUDED #define APP_UI_COLOR_BUTTON_H_INCLUDED diff --git a/src/app/ui/color_popup.cpp b/src/app/ui/color_popup.cpp index 16af5ab27..357053037 100644 --- a/src/app/ui/color_popup.cpp +++ b/src/app/ui/color_popup.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_popup.h b/src/app/ui/color_popup.h index 981e15fd4..c6967ddf7 100644 --- a/src/app/ui/color_popup.h +++ b/src/app/ui/color_popup.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_POPUP_H_INCLUDED #define APP_UI_COLOR_POPUP_H_INCLUDED diff --git a/src/app/ui/color_selector.cpp b/src/app/ui/color_selector.cpp index f2746d37f..8400fbc8c 100644 --- a/src/app/ui/color_selector.cpp +++ b/src/app/ui/color_selector.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_selector.h b/src/app/ui/color_selector.h index 58f65fe65..3710bf9e4 100644 --- a/src/app/ui/color_selector.h +++ b/src/app/ui/color_selector.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_SELECTOR_H_INCLUDED #define APP_UI_COLOR_SELECTOR_H_INCLUDED diff --git a/src/app/ui/color_sliders.cpp b/src/app/ui/color_sliders.cpp index c9c9f6aba..edd58695e 100644 --- a/src/app/ui/color_sliders.cpp +++ b/src/app/ui/color_sliders.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_sliders.h b/src/app/ui/color_sliders.h index 98efd35d0..6707a4133 100644 --- a/src/app/ui/color_sliders.h +++ b/src/app/ui/color_sliders.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_SLIDERS_H_INCLUDED #define APP_UI_COLOR_SLIDERS_H_INCLUDED diff --git a/src/app/ui/color_source.h b/src/app/ui/color_source.h index e02c8511b..26b362da9 100644 --- a/src/app/ui/color_source.h +++ b/src/app/ui/color_source.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_SOURCE_H_INCLUDED #define APP_UI_COLOR_SOURCE_H_INCLUDED diff --git a/src/app/ui/color_spectrum.cpp b/src/app/ui/color_spectrum.cpp index 2224c61dd..037c67d9f 100644 --- a/src/app/ui/color_spectrum.cpp +++ b/src/app/ui/color_spectrum.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_spectrum.h b/src/app/ui/color_spectrum.h index 809bb0a22..d88c92b30 100644 --- a/src/app/ui/color_spectrum.h +++ b/src/app/ui/color_spectrum.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_SPECTRUM_H_INCLUDED #define APP_UI_COLOR_SPECTRUM_H_INCLUDED diff --git a/src/app/ui/color_tint_shade_tone.cpp b/src/app/ui/color_tint_shade_tone.cpp index 20842a76e..c2ad5e534 100644 --- a/src/app/ui/color_tint_shade_tone.cpp +++ b/src/app/ui/color_tint_shade_tone.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_tint_shade_tone.h b/src/app/ui/color_tint_shade_tone.h index b65f2b6ea..1283c6307 100644 --- a/src/app/ui/color_tint_shade_tone.h +++ b/src/app/ui/color_tint_shade_tone.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_TINT_SHADE_TONE_H_INCLUDED #define APP_UI_COLOR_TINT_SHADE_TONE_H_INCLUDED diff --git a/src/app/ui/color_wheel.cpp b/src/app/ui/color_wheel.cpp index 309da870f..bde5ab16c 100644 --- a/src/app/ui/color_wheel.cpp +++ b/src/app/ui/color_wheel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/color_wheel.h b/src/app/ui/color_wheel.h index 5ccb0747a..5f586b78c 100644 --- a/src/app/ui/color_wheel.h +++ b/src/app/ui/color_wheel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_COLOR_WHEEL_H_INCLUDED #define APP_UI_COLOR_WHEEL_H_INCLUDED diff --git a/src/app/ui/configure_timeline_popup.cpp b/src/app/ui/configure_timeline_popup.cpp index f83636f04..54b040ac4 100644 --- a/src/app/ui/configure_timeline_popup.cpp +++ b/src/app/ui/configure_timeline_popup.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/configure_timeline_popup.h b/src/app/ui/configure_timeline_popup.h index 456905179..2c6effc40 100644 --- a/src/app/ui/configure_timeline_popup.h +++ b/src/app/ui/configure_timeline_popup.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_CONFIGURE_TIMELINE_POPUP_H_INCLUDED #define APP_UI_CONFIGURE_TIMELINE_POPUP_H_INCLUDED diff --git a/src/app/ui/context_bar.cpp b/src/app/ui/context_bar.cpp index 465094a51..7ad3b416a 100644 --- a/src/app/ui/context_bar.cpp +++ b/src/app/ui/context_bar.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/context_bar.h b/src/app/ui/context_bar.h index 7a4a724ed..9e8157cd9 100644 --- a/src/app/ui/context_bar.h +++ b/src/app/ui/context_bar.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_CONTEXT_BAR_H_INCLUDED #define APP_UI_CONTEXT_BAR_H_INCLUDED diff --git a/src/app/ui/context_bar_observer.h b/src/app/ui/context_bar_observer.h index 85f53614f..7b35c2756 100644 --- a/src/app/ui/context_bar_observer.h +++ b/src/app/ui/context_bar_observer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_CONTEXT_BAR_OBSERVER_H_INCLUDED #define APP_CONTEXT_BAR_OBSERVER_H_INCLUDED diff --git a/src/app/ui/data_recovery_view.cpp b/src/app/ui/data_recovery_view.cpp index 8f9bc1fe0..e9b32a35a 100644 --- a/src/app/ui/data_recovery_view.cpp +++ b/src/app/ui/data_recovery_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/data_recovery_view.h b/src/app/ui/data_recovery_view.h index 039d7bfc9..ec461eaec 100644 --- a/src/app/ui/data_recovery_view.h +++ b/src/app/ui/data_recovery_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_DATA_RECOVERY_VIEW_H_INCLUDED #define APP_UI_DATA_RECOVERY_VIEW_H_INCLUDED diff --git a/src/app/ui/devconsole_view.cpp b/src/app/ui/devconsole_view.cpp index f329baa7c..8d1af03c1 100644 --- a/src/app/ui/devconsole_view.cpp +++ b/src/app/ui/devconsole_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/devconsole_view.h b/src/app/ui/devconsole_view.h index eaefc6403..974ec44bc 100644 --- a/src/app/ui/devconsole_view.h +++ b/src/app/ui/devconsole_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_DEVCONSOLE_VIEW_H_INCLUDED #define APP_UI_DEVCONSOLE_VIEW_H_INCLUDED diff --git a/src/app/ui/document_view.cpp b/src/app/ui/document_view.cpp index e3ae916f7..890460b55 100644 --- a/src/app/ui/document_view.cpp +++ b/src/app/ui/document_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/document_view.h b/src/app/ui/document_view.h index c45e24fbe..02ac5de8b 100644 --- a/src/app/ui/document_view.h +++ b/src/app/ui/document_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_DOCUMENT_VIEW_H_INCLUDED #define APP_UI_DOCUMENT_VIEW_H_INCLUDED diff --git a/src/app/ui/drop_down_button.cpp b/src/app/ui/drop_down_button.cpp index a701ae406..2c397decb 100644 --- a/src/app/ui/drop_down_button.cpp +++ b/src/app/ui/drop_down_button.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/drop_down_button.h b/src/app/ui/drop_down_button.h index 26226a5f5..67a123766 100644 --- a/src/app/ui/drop_down_button.h +++ b/src/app/ui/drop_down_button.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_DROP_DOWN_BUTTON_H_INCLUDED #define APP_UI_DROP_DOWN_BUTTON_H_INCLUDED diff --git a/src/app/ui/editor/brush_preview.cpp b/src/app/ui/editor/brush_preview.cpp index 598fe1dad..bfdc41287 100644 --- a/src/app/ui/editor/brush_preview.cpp +++ b/src/app/ui/editor/brush_preview.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/brush_preview.h b/src/app/ui/editor/brush_preview.h index 60a205372..0abbc295e 100644 --- a/src/app/ui/editor/brush_preview.h +++ b/src/app/ui/editor/brush_preview.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_BRUSH_PREVIEW_H_INCLUDED #define APP_UI_EDITOR_BRUSH_PREVIEW_H_INCLUDED diff --git a/src/app/ui/editor/drawing_state.cpp b/src/app/ui/editor/drawing_state.cpp index 775079e37..9d48059c7 100644 --- a/src/app/ui/editor/drawing_state.cpp +++ b/src/app/ui/editor/drawing_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/drawing_state.h b/src/app/ui/editor/drawing_state.h index 1ff9c5e66..20759e9f1 100644 --- a/src/app/ui/editor/drawing_state.h +++ b/src/app/ui/editor/drawing_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_DRAWING_STATE_H_INCLUDED #define APP_UI_EDITOR_DRAWING_STATE_H_INCLUDED diff --git a/src/app/ui/editor/editor.cpp b/src/app/ui/editor/editor.cpp index 653ac6a55..1470a7d65 100644 --- a/src/app/ui/editor/editor.cpp +++ b/src/app/ui/editor/editor.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/editor.h b/src/app/ui/editor/editor.h index 41a03797d..80c73b2ce 100644 --- a/src/app/ui/editor/editor.h +++ b/src/app/ui/editor/editor.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_H_INCLUDED #define APP_UI_EDITOR_H_INCLUDED diff --git a/src/app/ui/editor/editor_customization_delegate.h b/src/app/ui/editor/editor_customization_delegate.h index 2aea0e736..93096c832 100644 --- a/src/app/ui/editor/editor_customization_delegate.h +++ b/src/app/ui/editor/editor_customization_delegate.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_CUSTOMIZATION_DELEGATE_H_INCLUDED #define APP_UI_EDITOR_CUSTOMIZATION_DELEGATE_H_INCLUDED diff --git a/src/app/ui/editor/editor_decorator.h b/src/app/ui/editor/editor_decorator.h index 20b17850b..8b4992111 100644 --- a/src/app/ui/editor/editor_decorator.h +++ b/src/app/ui/editor/editor_decorator.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_EDITOR_DECORATOR_H_INCLUDED #define APP_UI_EDITOR_EDITOR_DECORATOR_H_INCLUDED diff --git a/src/app/ui/editor/editor_observer.h b/src/app/ui/editor/editor_observer.h index c1c6927a7..26f955151 100644 --- a/src/app/ui/editor/editor_observer.h +++ b/src/app/ui/editor/editor_observer.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_OBSERVER_H_INCLUDED #define APP_UI_EDITOR_OBSERVER_H_INCLUDED diff --git a/src/app/ui/editor/editor_observers.cpp b/src/app/ui/editor/editor_observers.cpp index bdae477e2..f79d106b4 100644 --- a/src/app/ui/editor/editor_observers.cpp +++ b/src/app/ui/editor/editor_observers.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/editor_observers.h b/src/app/ui/editor/editor_observers.h index c2f4910cd..adda64afd 100644 --- a/src/app/ui/editor/editor_observers.h +++ b/src/app/ui/editor/editor_observers.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_OBSERVERS_H_INCLUDED #define APP_UI_EDITOR_OBSERVERS_H_INCLUDED diff --git a/src/app/ui/editor/editor_state.h b/src/app/ui/editor/editor_state.h index aa9033cdd..e1b60386d 100644 --- a/src/app/ui/editor/editor_state.h +++ b/src/app/ui/editor/editor_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_EDITOR_STATE_H_INCLUDED #define APP_UI_EDITOR_EDITOR_STATE_H_INCLUDED diff --git a/src/app/ui/editor/editor_states_history.cpp b/src/app/ui/editor/editor_states_history.cpp index a9ae175cd..3d2fe5d70 100644 --- a/src/app/ui/editor/editor_states_history.cpp +++ b/src/app/ui/editor/editor_states_history.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/editor_states_history.h b/src/app/ui/editor/editor_states_history.h index 4672a21fa..641b5491f 100644 --- a/src/app/ui/editor/editor_states_history.h +++ b/src/app/ui/editor/editor_states_history.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_STATES_HISTORY_H_INCLUDED #define APP_UI_EDITOR_STATES_HISTORY_H_INCLUDED diff --git a/src/app/ui/editor/editor_view.cpp b/src/app/ui/editor/editor_view.cpp index 6516e7b33..315d63d55 100644 --- a/src/app/ui/editor/editor_view.cpp +++ b/src/app/ui/editor/editor_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/editor_view.h b/src/app/ui/editor/editor_view.h index e7a93216d..4edc7f068 100644 --- a/src/app/ui/editor/editor_view.h +++ b/src/app/ui/editor/editor_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_VIEW_H_INCLUDED #define APP_UI_EDITOR_VIEW_H_INCLUDED diff --git a/src/app/ui/editor/glue.h b/src/app/ui/editor/glue.h index 766795d36..f593521f5 100644 --- a/src/app/ui/editor/glue.h +++ b/src/app/ui/editor/glue.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_GLUE_H_INCLUDED #define APP_UI_EDITOR_GLUE_H_INCLUDED diff --git a/src/app/ui/editor/handle_type.h b/src/app/ui/editor/handle_type.h index db605cfd9..1b851466d 100644 --- a/src/app/ui/editor/handle_type.h +++ b/src/app/ui/editor/handle_type.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_HANDLE_TYPE_H_INCLUDED #define APP_UI_EDITOR_HANDLE_TYPE_H_INCLUDED diff --git a/src/app/ui/editor/moving_cel_state.cpp b/src/app/ui/editor/moving_cel_state.cpp index 645c10c18..c11bfb61d 100644 --- a/src/app/ui/editor/moving_cel_state.cpp +++ b/src/app/ui/editor/moving_cel_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/moving_cel_state.h b/src/app/ui/editor/moving_cel_state.h index f7629dfb3..cbb54be68 100644 --- a/src/app/ui/editor/moving_cel_state.h +++ b/src/app/ui/editor/moving_cel_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_MOVING_CEL_STATE_H_INCLUDED #define APP_UI_EDITOR_MOVING_CEL_STATE_H_INCLUDED diff --git a/src/app/ui/editor/moving_pixels_state.cpp b/src/app/ui/editor/moving_pixels_state.cpp index 5fdc8a50a..5ca5b5ed6 100644 --- a/src/app/ui/editor/moving_pixels_state.cpp +++ b/src/app/ui/editor/moving_pixels_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/moving_pixels_state.h b/src/app/ui/editor/moving_pixels_state.h index 36d377a3f..4d5510301 100644 --- a/src/app/ui/editor/moving_pixels_state.h +++ b/src/app/ui/editor/moving_pixels_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_MOVING_PIXELS_STATE_H_INCLUDED #define APP_UI_EDITOR_MOVING_PIXELS_STATE_H_INCLUDED diff --git a/src/app/ui/editor/moving_symmetry_state.cpp b/src/app/ui/editor/moving_symmetry_state.cpp index 490b0ed84..fe7f37ff1 100644 --- a/src/app/ui/editor/moving_symmetry_state.cpp +++ b/src/app/ui/editor/moving_symmetry_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/moving_symmetry_state.h b/src/app/ui/editor/moving_symmetry_state.h index df2c29c93..c9866c23c 100644 --- a/src/app/ui/editor/moving_symmetry_state.h +++ b/src/app/ui/editor/moving_symmetry_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2015-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_MOVING_SYMMETRY_STATE_H_INCLUDED #define APP_UI_EDITOR_MOVING_SYMMETRY_STATE_H_INCLUDED diff --git a/src/app/ui/editor/navigate_state.cpp b/src/app/ui/editor/navigate_state.cpp index 0d9511466..35d308aa7 100644 --- a/src/app/ui/editor/navigate_state.cpp +++ b/src/app/ui/editor/navigate_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/navigate_state.h b/src/app/ui/editor/navigate_state.h index 36980f1ad..2c17d5743 100644 --- a/src/app/ui/editor/navigate_state.h +++ b/src/app/ui/editor/navigate_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_NAVIGATE_STATE_H_INCLUDED #define APP_UI_EDITOR_NAVIGATE_STATE_H_INCLUDED diff --git a/src/app/ui/editor/pivot_helpers.cpp b/src/app/ui/editor/pivot_helpers.cpp index 013f01d5e..f9f465ea4 100644 --- a/src/app/ui/editor/pivot_helpers.cpp +++ b/src/app/ui/editor/pivot_helpers.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/pivot_helpers.h b/src/app/ui/editor/pivot_helpers.h index 7e6897a9c..01197d302 100644 --- a/src/app/ui/editor/pivot_helpers.h +++ b/src/app/ui/editor/pivot_helpers.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_PIVOT_HELPERS_H_INCLUDED #define APP_UI_EDITOR_PIVOT_HELPERS_H_INCLUDED diff --git a/src/app/ui/editor/pixels_movement.cpp b/src/app/ui/editor/pixels_movement.cpp index 6aadb4ccf..1940844f9 100644 --- a/src/app/ui/editor/pixels_movement.cpp +++ b/src/app/ui/editor/pixels_movement.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/pixels_movement.h b/src/app/ui/editor/pixels_movement.h index bd038f7ac..a8df194c7 100644 --- a/src/app/ui/editor/pixels_movement.h +++ b/src/app/ui/editor/pixels_movement.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_PIXELS_MOVEMENT_H_INCLUDED #define APP_UI_EDITOR_PIXELS_MOVEMENT_H_INCLUDED diff --git a/src/app/ui/editor/play_state.cpp b/src/app/ui/editor/play_state.cpp index 5c6e75431..fc450ba28 100644 --- a/src/app/ui/editor/play_state.cpp +++ b/src/app/ui/editor/play_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/play_state.h b/src/app/ui/editor/play_state.h index cb33332ca..ed3b4c25e 100644 --- a/src/app/ui/editor/play_state.h +++ b/src/app/ui/editor/play_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_PLAY_STATE_H_INCLUDED #define APP_UI_EDITOR_PLAY_STATE_H_INCLUDED diff --git a/src/app/ui/editor/ruler.h b/src/app/ui/editor/ruler.h index 6461d3b52..b7fbd3184 100644 --- a/src/app/ui/editor/ruler.h +++ b/src/app/ui/editor/ruler.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_RULER_H_INCLUDED #define APP_UI_EDITOR_RULER_H_INCLUDED diff --git a/src/app/ui/editor/scrolling_state.cpp b/src/app/ui/editor/scrolling_state.cpp index 3bd9ba65d..306f7ae68 100644 --- a/src/app/ui/editor/scrolling_state.cpp +++ b/src/app/ui/editor/scrolling_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/scrolling_state.h b/src/app/ui/editor/scrolling_state.h index 4970bb317..38e13b1c6 100644 --- a/src/app/ui/editor/scrolling_state.h +++ b/src/app/ui/editor/scrolling_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_SCROLLING_STATE_H_INCLUDED #define APP_UI_EDITOR_SCROLLING_STATE_H_INCLUDED diff --git a/src/app/ui/editor/select_box_state.cpp b/src/app/ui/editor/select_box_state.cpp index dc9a8d707..1d0e903e3 100644 --- a/src/app/ui/editor/select_box_state.cpp +++ b/src/app/ui/editor/select_box_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/select_box_state.h b/src/app/ui/editor/select_box_state.h index 4355c5a6d..8149bb32e 100644 --- a/src/app/ui/editor/select_box_state.h +++ b/src/app/ui/editor/select_box_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_SELECT_BOX_STATE_H_INCLUDED #define APP_UI_EDITOR_SELECT_BOX_STATE_H_INCLUDED diff --git a/src/app/ui/editor/standby_state.cpp b/src/app/ui/editor/standby_state.cpp index 33dc864f6..b276dd545 100644 --- a/src/app/ui/editor/standby_state.cpp +++ b/src/app/ui/editor/standby_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/standby_state.h b/src/app/ui/editor/standby_state.h index 1cf0d7336..c1a856920 100644 --- a/src/app/ui/editor/standby_state.h +++ b/src/app/ui/editor/standby_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_STANDBY_STATE_H_INCLUDED #define APP_UI_EDITOR_STANDBY_STATE_H_INCLUDED diff --git a/src/app/ui/editor/state_with_wheel_behavior.cpp b/src/app/ui/editor/state_with_wheel_behavior.cpp index 3d0764c60..5fee94fb8 100644 --- a/src/app/ui/editor/state_with_wheel_behavior.cpp +++ b/src/app/ui/editor/state_with_wheel_behavior.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/state_with_wheel_behavior.h b/src/app/ui/editor/state_with_wheel_behavior.h index 67b5a789f..8a2bd2993 100644 --- a/src/app/ui/editor/state_with_wheel_behavior.h +++ b/src/app/ui/editor/state_with_wheel_behavior.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_STATE_WITH_WHEEL_BEHAVIOR_H_INCLUDED #define APP_UI_STATE_WITH_WHEEL_BEHAVIOR_H_INCLUDED diff --git a/src/app/ui/editor/tool_loop_impl.cpp b/src/app/ui/editor/tool_loop_impl.cpp index 6abc2518c..02881553f 100644 --- a/src/app/ui/editor/tool_loop_impl.cpp +++ b/src/app/ui/editor/tool_loop_impl.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/tool_loop_impl.h b/src/app/ui/editor/tool_loop_impl.h index e89ec41ee..e195afca5 100644 --- a/src/app/ui/editor/tool_loop_impl.h +++ b/src/app/ui/editor/tool_loop_impl.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_TOOL_LOOP_IMPL_H_INCLUDED #define APP_UI_EDITOR_TOOL_LOOP_IMPL_H_INCLUDED diff --git a/src/app/ui/editor/transform_handles.cpp b/src/app/ui/editor/transform_handles.cpp index 5c205e851..83318446e 100644 --- a/src/app/ui/editor/transform_handles.cpp +++ b/src/app/ui/editor/transform_handles.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/transform_handles.h b/src/app/ui/editor/transform_handles.h index 0e108eac3..669b1b230 100644 --- a/src/app/ui/editor/transform_handles.h +++ b/src/app/ui/editor/transform_handles.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_TRANSFORM_HANDLES_H_INCLUDED #define APP_UI_EDITOR_TRANSFORM_HANDLES_H_INCLUDED diff --git a/src/app/ui/editor/zooming_state.cpp b/src/app/ui/editor/zooming_state.cpp index d6984d67f..c72ea7c55 100644 --- a/src/app/ui/editor/zooming_state.cpp +++ b/src/app/ui/editor/zooming_state.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/editor/zooming_state.h b/src/app/ui/editor/zooming_state.h index 8de90fe69..d5ddd7758 100644 --- a/src/app/ui/editor/zooming_state.h +++ b/src/app/ui/editor/zooming_state.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_EDITOR_ZOOMING_STATE_H_INCLUDED #define APP_UI_EDITOR_ZOOMING_STATE_H_INCLUDED diff --git a/src/app/ui/file_list.cpp b/src/app/ui/file_list.cpp index f3c1c37d6..f45c94c37 100644 --- a/src/app/ui/file_list.cpp +++ b/src/app/ui/file_list.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/file_list.h b/src/app/ui/file_list.h index 2db4d8d99..432b4af40 100644 --- a/src/app/ui/file_list.h +++ b/src/app/ui/file_list.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_FILE_LIST_H_INCLUDED #define APP_UI_FILE_LIST_H_INCLUDED diff --git a/src/app/ui/file_list_view.cpp b/src/app/ui/file_list_view.cpp index be0378dea..f611ac898 100644 --- a/src/app/ui/file_list_view.cpp +++ b/src/app/ui/file_list_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/file_list_view.h b/src/app/ui/file_list_view.h index e1c722a63..e258881df 100644 --- a/src/app/ui/file_list_view.h +++ b/src/app/ui/file_list_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_FILE_LIST_VIEW_H_INCLUDED #define APP_UI_FILE_LIST_VIEW_H_INCLUDED diff --git a/src/app/ui/file_selector.cpp b/src/app/ui/file_selector.cpp index 966bf071c..17a0ffa5e 100644 --- a/src/app/ui/file_selector.cpp +++ b/src/app/ui/file_selector.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/file_selector.h b/src/app/ui/file_selector.h index 6a1a67a7d..deee56641 100644 --- a/src/app/ui/file_selector.h +++ b/src/app/ui/file_selector.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_FILE_SELECTOR_H_INCLUDED #define APP_UI_FILE_SELECTOR_H_INCLUDED diff --git a/src/app/ui/font_popup.cpp b/src/app/ui/font_popup.cpp index e841d0779..aa0f45dc3 100644 --- a/src/app/ui/font_popup.cpp +++ b/src/app/ui/font_popup.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/font_popup.h b/src/app/ui/font_popup.h index 3a5d06d33..5b5aa1253 100644 --- a/src/app/ui/font_popup.h +++ b/src/app/ui/font_popup.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_FONT_POPUP_H_INCLUDED #define APP_UI_FONT_POPUP_H_INCLUDED diff --git a/src/app/ui/frame_tag_window.cpp b/src/app/ui/frame_tag_window.cpp index 8bf17d21e..589634ffb 100644 --- a/src/app/ui/frame_tag_window.cpp +++ b/src/app/ui/frame_tag_window.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/frame_tag_window.h b/src/app/ui/frame_tag_window.h index 39a32565d..6b5da3386 100644 --- a/src/app/ui/frame_tag_window.h +++ b/src/app/ui/frame_tag_window.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_FRAME_TAG_WINDOW_H_INCLUDED #define APP_UI_FRAME_TAG_WINDOW_H_INCLUDED diff --git a/src/app/ui/hex_color_entry.cpp b/src/app/ui/hex_color_entry.cpp index bbe0aad4f..db2ebe7c0 100644 --- a/src/app/ui/hex_color_entry.cpp +++ b/src/app/ui/hex_color_entry.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/hex_color_entry.h b/src/app/ui/hex_color_entry.h index 0aa33da8a..572c57fa6 100644 --- a/src/app/ui/hex_color_entry.h +++ b/src/app/ui/hex_color_entry.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_HEX_COLOR_ENTRY_H_INCLUDED #define APP_UI_HEX_COLOR_ENTRY_H_INCLUDED diff --git a/src/app/ui/home_view.cpp b/src/app/ui/home_view.cpp index 1897bdbf0..ce633e9fa 100644 --- a/src/app/ui/home_view.cpp +++ b/src/app/ui/home_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/home_view.h b/src/app/ui/home_view.h index a07dffc40..8b225aafe 100644 --- a/src/app/ui/home_view.h +++ b/src/app/ui/home_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_HOME_VIEW_H_INCLUDED #define APP_UI_HOME_VIEW_H_INCLUDED diff --git a/src/app/ui/icon_button.cpp b/src/app/ui/icon_button.cpp index e477cbf80..8f839e89a 100644 --- a/src/app/ui/icon_button.cpp +++ b/src/app/ui/icon_button.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/icon_button.h b/src/app/ui/icon_button.h index d470a200e..b70c4dfb5 100644 --- a/src/app/ui/icon_button.h +++ b/src/app/ui/icon_button.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_ICON_BUTTON_H_INCLUDED #define APP_UI_ICON_BUTTON_H_INCLUDED diff --git a/src/app/ui/input_chain.cpp b/src/app/ui/input_chain.cpp index 394fd33b3..66d595b53 100644 --- a/src/app/ui/input_chain.cpp +++ b/src/app/ui/input_chain.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/input_chain.h b/src/app/ui/input_chain.h index 6f62201c6..32fd974d1 100644 --- a/src/app/ui/input_chain.h +++ b/src/app/ui/input_chain.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_INPUT_CHAIN_H_INCLUDED #define APP_INPUT_CHAIN_H_INCLUDED diff --git a/src/app/ui/input_chain_element.h b/src/app/ui/input_chain_element.h index e76ee57c3..76bc133a7 100644 --- a/src/app/ui/input_chain_element.h +++ b/src/app/ui/input_chain_element.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_INPUT_CHAIN_ELEMENT_H_INCLUDED #define APP_INPUT_CHAIN_ELEMENT_H_INCLUDED diff --git a/src/app/ui/keyboard_shortcuts.cpp b/src/app/ui/keyboard_shortcuts.cpp index d0cc2a6cf..310f5c8a8 100644 --- a/src/app/ui/keyboard_shortcuts.cpp +++ b/src/app/ui/keyboard_shortcuts.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/keyboard_shortcuts.h b/src/app/ui/keyboard_shortcuts.h index ed6cd4997..bcf91fce3 100644 --- a/src/app/ui/keyboard_shortcuts.h +++ b/src/app/ui/keyboard_shortcuts.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_KEYBOARD_SHORTCUTS_H_INCLUDED #define APP_UI_KEYBOARD_SHORTCUTS_H_INCLUDED diff --git a/src/app/ui/main_menu_bar.cpp b/src/app/ui/main_menu_bar.cpp index 3a7be0a2b..664390022 100644 --- a/src/app/ui/main_menu_bar.cpp +++ b/src/app/ui/main_menu_bar.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/main_menu_bar.h b/src/app/ui/main_menu_bar.h index fc7905a47..438e863ef 100644 --- a/src/app/ui/main_menu_bar.h +++ b/src/app/ui/main_menu_bar.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_MAIN_MENU_BAR_H_INCLUDED #define APP_UI_MAIN_MENU_BAR_H_INCLUDED diff --git a/src/app/ui/main_window.cpp b/src/app/ui/main_window.cpp index f3c3b4db8..7f6b86aa6 100644 --- a/src/app/ui/main_window.cpp +++ b/src/app/ui/main_window.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/main_window.h b/src/app/ui/main_window.h index 434744208..9d5603ec6 100644 --- a/src/app/ui/main_window.h +++ b/src/app/ui/main_window.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_MAIN_WINDOW_H_INCLUDED #define APP_UI_MAIN_WINDOW_H_INCLUDED diff --git a/src/app/ui/marching_ants.h b/src/app/ui/marching_ants.h index a6ed07d49..69f9359f3 100644 --- a/src/app/ui/marching_ants.h +++ b/src/app/ui/marching_ants.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_MARCHING_ANTS_H_INCLUDED #define APP_UI_MARCHING_ANTS_H_INCLUDED diff --git a/src/app/ui/news_listbox.cpp b/src/app/ui/news_listbox.cpp index 2f63c43c1..31f0d9f39 100644 --- a/src/app/ui/news_listbox.cpp +++ b/src/app/ui/news_listbox.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/news_listbox.h b/src/app/ui/news_listbox.h index 24f7117ee..7011928ef 100644 --- a/src/app/ui/news_listbox.h +++ b/src/app/ui/news_listbox.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_NEWS_LISTBOX_H_INCLUDED #define APP_UI_NEWS_LISTBOX_H_INCLUDED diff --git a/src/app/ui/notifications.cpp b/src/app/ui/notifications.cpp index 6534576d8..f69db89c3 100644 --- a/src/app/ui/notifications.cpp +++ b/src/app/ui/notifications.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/notifications.h b/src/app/ui/notifications.h index 02cd6db89..cd02b7240 100644 --- a/src/app/ui/notifications.h +++ b/src/app/ui/notifications.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_NOTIFICATIONS_H_INCLUDED #define APP_UI_NOTIFICATIONS_H_INCLUDED diff --git a/src/app/ui/palette_popup.cpp b/src/app/ui/palette_popup.cpp index 4119017b4..3dea6456e 100644 --- a/src/app/ui/palette_popup.cpp +++ b/src/app/ui/palette_popup.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/palette_popup.h b/src/app/ui/palette_popup.h index 90ebb0620..8848a7beb 100644 --- a/src/app/ui/palette_popup.h +++ b/src/app/ui/palette_popup.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_PALETTE_POPUP_H_INCLUDED #define APP_UI_PALETTE_POPUP_H_INCLUDED diff --git a/src/app/ui/palette_view.cpp b/src/app/ui/palette_view.cpp index 696a2f5ae..957769e39 100644 --- a/src/app/ui/palette_view.cpp +++ b/src/app/ui/palette_view.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/palette_view.h b/src/app/ui/palette_view.h index 8800eda3c..0b1d931c1 100644 --- a/src/app/ui/palette_view.h +++ b/src/app/ui/palette_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_PALETTE_VIEW_H_INCLUDED #define APP_UI_PALETTE_VIEW_H_INCLUDED diff --git a/src/app/ui/palettes_listbox.cpp b/src/app/ui/palettes_listbox.cpp index f51b519db..4c9e03d97 100644 --- a/src/app/ui/palettes_listbox.cpp +++ b/src/app/ui/palettes_listbox.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/palettes_listbox.h b/src/app/ui/palettes_listbox.h index df7e21b62..c494fb4cc 100644 --- a/src/app/ui/palettes_listbox.h +++ b/src/app/ui/palettes_listbox.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_PALETTES_LISTBOX_H_INCLUDED #define APP_UI_PALETTES_LISTBOX_H_INCLUDED diff --git a/src/app/ui/popup_window_pin.cpp b/src/app/ui/popup_window_pin.cpp index b180c8069..d484a0d5d 100644 --- a/src/app/ui/popup_window_pin.cpp +++ b/src/app/ui/popup_window_pin.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/popup_window_pin.h b/src/app/ui/popup_window_pin.h index 0da176dae..0470ed662 100644 --- a/src/app/ui/popup_window_pin.h +++ b/src/app/ui/popup_window_pin.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_POPUP_FRAME_PIN_H_INCLUDED #define APP_UI_POPUP_FRAME_PIN_H_INCLUDED diff --git a/src/app/ui/preview_editor.cpp b/src/app/ui/preview_editor.cpp index f8b2d5cd3..b1f8b7c68 100644 --- a/src/app/ui/preview_editor.cpp +++ b/src/app/ui/preview_editor.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/preview_editor.h b/src/app/ui/preview_editor.h index b45ff57ce..d48b578e6 100644 --- a/src/app/ui/preview_editor.h +++ b/src/app/ui/preview_editor.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_PREVIEW_EDITOR_H_INCLUDED #define APP_UI_PREVIEW_EDITOR_H_INCLUDED diff --git a/src/app/ui/recent_listbox.cpp b/src/app/ui/recent_listbox.cpp index 54464dbba..236b188ae 100644 --- a/src/app/ui/recent_listbox.cpp +++ b/src/app/ui/recent_listbox.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/recent_listbox.h b/src/app/ui/recent_listbox.h index abfde232b..b54c4e498 100644 --- a/src/app/ui/recent_listbox.h +++ b/src/app/ui/recent_listbox.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_RECENT_LISTBOX_H_INCLUDED #define APP_UI_RECENT_LISTBOX_H_INCLUDED diff --git a/src/app/ui/resources_listbox.cpp b/src/app/ui/resources_listbox.cpp index 9d0d1fd42..01cf7e7cd 100644 --- a/src/app/ui/resources_listbox.cpp +++ b/src/app/ui/resources_listbox.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/resources_listbox.h b/src/app/ui/resources_listbox.h index 221974d13..f91607aae 100644 --- a/src/app/ui/resources_listbox.h +++ b/src/app/ui/resources_listbox.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_RESOURCES_LISTBOX_H_INCLUDED #define APP_UI_RESOURCES_LISTBOX_H_INCLUDED diff --git a/src/app/ui/search_entry.cpp b/src/app/ui/search_entry.cpp index 808b8cd1e..2577524c5 100644 --- a/src/app/ui/search_entry.cpp +++ b/src/app/ui/search_entry.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/search_entry.h b/src/app/ui/search_entry.h index 6563e50de..a5ff1df3d 100644 --- a/src/app/ui/search_entry.h +++ b/src/app/ui/search_entry.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SEARCH_ENTRY_H_INCLUDED #define APP_UI_SEARCH_ENTRY_H_INCLUDED diff --git a/src/app/ui/select_accelerator.cpp b/src/app/ui/select_accelerator.cpp index d33dbcc78..92f2ad47a 100644 --- a/src/app/ui/select_accelerator.cpp +++ b/src/app/ui/select_accelerator.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/select_accelerator.h b/src/app/ui/select_accelerator.h index 90853535f..a2561e4c1 100644 --- a/src/app/ui/select_accelerator.h +++ b/src/app/ui/select_accelerator.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SELECT_ACCELERATOR_H_INCLUDED #define APP_UI_SELECT_ACCELERATOR_H_INCLUDED diff --git a/src/app/ui/skin/background_repeat.h b/src/app/ui/skin/background_repeat.h index ac2912a32..bf8f115d8 100644 --- a/src/app/ui/skin/background_repeat.h +++ b/src/app/ui/skin/background_repeat.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_BACKGROUND_REPEAT_H_INCLUDED #define APP_UI_SKIN_BACKGROUND_REPEAT_H_INCLUDED diff --git a/src/app/ui/skin/button_icon_impl.cpp b/src/app/ui/skin/button_icon_impl.cpp index d4cf2950e..57c7466d9 100644 --- a/src/app/ui/skin/button_icon_impl.cpp +++ b/src/app/ui/skin/button_icon_impl.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/button_icon_impl.h b/src/app/ui/skin/button_icon_impl.h index ddd35423f..90ef00a07 100644 --- a/src/app/ui/skin/button_icon_impl.h +++ b/src/app/ui/skin/button_icon_impl.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_BUTTON_ICON_IMPL_H_INCLUDED #define APP_UI_SKIN_BUTTON_ICON_IMPL_H_INCLUDED diff --git a/src/app/ui/skin/skin_button.h b/src/app/ui/skin/skin_button.h index c315cc88a..ddff2376d 100644 --- a/src/app/ui/skin/skin_button.h +++ b/src/app/ui/skin/skin_button.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_SKIN_BUTTON_H_INCLUDED #define APP_UI_SKIN_SKIN_BUTTON_H_INCLUDED diff --git a/src/app/ui/skin/skin_part.cpp b/src/app/ui/skin/skin_part.cpp index 4ebda71eb..3eca9b39a 100644 --- a/src/app/ui/skin/skin_part.cpp +++ b/src/app/ui/skin/skin_part.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/skin_part.h b/src/app/ui/skin/skin_part.h index c53aac67c..db1c9970d 100644 --- a/src/app/ui/skin/skin_part.h +++ b/src/app/ui/skin/skin_part.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_SKIN_PART_H_INCLUDED #define APP_UI_SKIN_SKIN_PART_H_INCLUDED diff --git a/src/app/ui/skin/skin_property.cpp b/src/app/ui/skin/skin_property.cpp index ed454b066..db4af3b34 100644 --- a/src/app/ui/skin/skin_property.cpp +++ b/src/app/ui/skin/skin_property.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/skin_property.h b/src/app/ui/skin/skin_property.h index ec71ff114..8d9d72773 100644 --- a/src/app/ui/skin/skin_property.h +++ b/src/app/ui/skin/skin_property.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_SKIN_PROPERTY_H_INCLUDED #define APP_UI_SKIN_SKIN_PROPERTY_H_INCLUDED diff --git a/src/app/ui/skin/skin_slider_property.cpp b/src/app/ui/skin/skin_slider_property.cpp index f4dc25eb0..968e30f85 100644 --- a/src/app/ui/skin/skin_slider_property.cpp +++ b/src/app/ui/skin/skin_slider_property.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/skin_slider_property.h b/src/app/ui/skin/skin_slider_property.h index d07bfbd12..e0f587a58 100644 --- a/src/app/ui/skin/skin_slider_property.h +++ b/src/app/ui/skin/skin_slider_property.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_SKIN_SLIDER_PROPERTY_H_INCLUDED #define APP_UI_SKIN_SKIN_SLIDER_PROPERTY_H_INCLUDED diff --git a/src/app/ui/skin/skin_style_property.cpp b/src/app/ui/skin/skin_style_property.cpp index a9778370f..eec0421be 100644 --- a/src/app/ui/skin/skin_style_property.cpp +++ b/src/app/ui/skin/skin_style_property.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/skin_style_property.h b/src/app/ui/skin/skin_style_property.h index edd412029..7886419f4 100644 --- a/src/app/ui/skin/skin_style_property.h +++ b/src/app/ui/skin/skin_style_property.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_SKIN_STYLE_PROPERTY_H_INCLUDED #define APP_UI_SKIN_SKIN_STYLE_PROPERTY_H_INCLUDED diff --git a/src/app/ui/skin/skin_theme.cpp b/src/app/ui/skin/skin_theme.cpp index 3e1854927..1ff482da2 100644 --- a/src/app/ui/skin/skin_theme.cpp +++ b/src/app/ui/skin/skin_theme.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/skin_theme.h b/src/app/ui/skin/skin_theme.h index e9a5cf243..bd13d0488 100644 --- a/src/app/ui/skin/skin_theme.h +++ b/src/app/ui/skin/skin_theme.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_SKIN_THEME_H_INCLUDED #define APP_UI_SKIN_SKIN_THEME_H_INCLUDED diff --git a/src/app/ui/skin/style.cpp b/src/app/ui/skin/style.cpp index 2bbc28ceb..c52b27906 100644 --- a/src/app/ui/skin/style.cpp +++ b/src/app/ui/skin/style.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/style.h b/src/app/ui/skin/style.h index ce677ecbe..3c78786a3 100644 --- a/src/app/ui/skin/style.h +++ b/src/app/ui/skin/style.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_STYLE_H_INCLUDED #define APP_UI_SKIN_STYLE_H_INCLUDED diff --git a/src/app/ui/skin/style_sheet.cpp b/src/app/ui/skin/style_sheet.cpp index 63d3c5dcd..9eca2059b 100644 --- a/src/app/ui/skin/style_sheet.cpp +++ b/src/app/ui/skin/style_sheet.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/skin/style_sheet.h b/src/app/ui/skin/style_sheet.h index 01bfc6926..895415a61 100644 --- a/src/app/ui/skin/style_sheet.h +++ b/src/app/ui/skin/style_sheet.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_SKIN_STYLE_SHEET_H_INCLUDED #define APP_UI_SKIN_STYLE_SHEET_H_INCLUDED diff --git a/src/app/ui/status_bar.cpp b/src/app/ui/status_bar.cpp index a4676b13f..ad98c665f 100644 --- a/src/app/ui/status_bar.cpp +++ b/src/app/ui/status_bar.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/status_bar.h b/src/app/ui/status_bar.h index 8b9aa8e2e..e87919850 100644 --- a/src/app/ui/status_bar.h +++ b/src/app/ui/status_bar.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_STATUS_BAR_H_INCLUDED #define APP_UI_STATUS_BAR_H_INCLUDED diff --git a/src/app/ui/styled_button.cpp b/src/app/ui/styled_button.cpp index 9dfbab075..0c54acd3e 100644 --- a/src/app/ui/styled_button.cpp +++ b/src/app/ui/styled_button.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/styled_button.h b/src/app/ui/styled_button.h index 617ac6535..0b8d8f610 100644 --- a/src/app/ui/styled_button.h +++ b/src/app/ui/styled_button.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_STYLED_BUTTON_H_INCLUDED #define APP_UI_STYLED_BUTTON_H_INCLUDED diff --git a/src/app/ui/tabs.cpp b/src/app/ui/tabs.cpp index e383e25b3..45440e2c6 100644 --- a/src/app/ui/tabs.cpp +++ b/src/app/ui/tabs.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/tabs.h b/src/app/ui/tabs.h index 97c7e17e4..4a346fe28 100644 --- a/src/app/ui/tabs.h +++ b/src/app/ui/tabs.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_TABS_H_INCLUDED #define APP_UI_TABS_H_INCLUDED diff --git a/src/app/ui/timeline.cpp b/src/app/ui/timeline.cpp index 9cf554b6f..355b99254 100644 --- a/src/app/ui/timeline.cpp +++ b/src/app/ui/timeline.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/timeline.h b/src/app/ui/timeline.h index 2a72342e4..3f8719feb 100644 --- a/src/app/ui/timeline.h +++ b/src/app/ui/timeline.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_TIMELINE_H_INCLUDED #define APP_UI_TIMELINE_H_INCLUDED diff --git a/src/app/ui/toolbar.cpp b/src/app/ui/toolbar.cpp index 42cb7aa2f..80b960ab3 100644 --- a/src/app/ui/toolbar.cpp +++ b/src/app/ui/toolbar.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/toolbar.h b/src/app/ui/toolbar.h index ac56fda00..234de9af3 100644 --- a/src/app/ui/toolbar.h +++ b/src/app/ui/toolbar.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_TOOLBAR_H_INCLUDED #define APP_UI_TOOLBAR_H_INCLUDED diff --git a/src/app/ui/user_data_popup.cpp b/src/app/ui/user_data_popup.cpp index 43da5f55f..324e44957 100644 --- a/src/app/ui/user_data_popup.cpp +++ b/src/app/ui/user_data_popup.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/user_data_popup.h b/src/app/ui/user_data_popup.h index f36bca39e..ddce8c5b9 100644 --- a/src/app/ui/user_data_popup.h +++ b/src/app/ui/user_data_popup.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_USER_DATA_POPUP_H_INCLUDED #define APP_UI_USER_DATA_POPUP_H_INCLUDED diff --git a/src/app/ui/workspace.cpp b/src/app/ui/workspace.cpp index 70f4dd0a4..7f4aa8fd0 100644 --- a/src/app/ui/workspace.cpp +++ b/src/app/ui/workspace.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/workspace.h b/src/app/ui/workspace.h index 65803fe2b..96fdf027b 100644 --- a/src/app/ui/workspace.h +++ b/src/app/ui/workspace.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_WORKSPACE_H_INCLUDED #define APP_UI_WORKSPACE_H_INCLUDED diff --git a/src/app/ui/workspace_panel.cpp b/src/app/ui/workspace_panel.cpp index 0efa86ccc..59dab8518 100644 --- a/src/app/ui/workspace_panel.cpp +++ b/src/app/ui/workspace_panel.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/workspace_panel.h b/src/app/ui/workspace_panel.h index 70533a61a..f303502b6 100644 --- a/src/app/ui/workspace_panel.h +++ b/src/app/ui/workspace_panel.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_WORKSPACE_PANEL_H_INCLUDED #define APP_UI_WORKSPACE_PANEL_H_INCLUDED diff --git a/src/app/ui/workspace_tabs.cpp b/src/app/ui/workspace_tabs.cpp index 1c9e338a6..7a0520cde 100644 --- a/src/app/ui/workspace_tabs.cpp +++ b/src/app/ui/workspace_tabs.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/workspace_tabs.h b/src/app/ui/workspace_tabs.h index 4d8f15795..168467927 100644 --- a/src/app/ui/workspace_tabs.h +++ b/src/app/ui/workspace_tabs.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_WORKSPACE_TABS_H_INCLUDED #define APP_UI_WORKSPACE_TABS_H_INCLUDED diff --git a/src/app/ui/workspace_view.h b/src/app/ui/workspace_view.h index e6084ea82..e2259a868 100644 --- a/src/app/ui/workspace_view.h +++ b/src/app/ui/workspace_view.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_WORKSPACE_VIEW_H_INCLUDED #define APP_UI_WORKSPACE_VIEW_H_INCLUDED diff --git a/src/app/ui/workspace_views.h b/src/app/ui/workspace_views.h index 3f49d1e26..f107ad06f 100644 --- a/src/app/ui/workspace_views.h +++ b/src/app/ui/workspace_views.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_WORKSPACE_VIEWS_H_INCLUDED #define APP_UI_WORKSPACE_VIEWS_H_INCLUDED diff --git a/src/app/ui/zoom_entry.cpp b/src/app/ui/zoom_entry.cpp index e60812bf9..d93af7fac 100644 --- a/src/app/ui/zoom_entry.cpp +++ b/src/app/ui/zoom_entry.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui/zoom_entry.h b/src/app/ui/zoom_entry.h index f77c3baa3..23d8b3e20 100644 --- a/src/app/ui/zoom_entry.h +++ b/src/app/ui/zoom_entry.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_ZOOM_ENTRY_H_INCLUDED #define APP_UI_ZOOM_ENTRY_H_INCLUDED diff --git a/src/app/ui_context.cpp b/src/app/ui_context.cpp index 88fedebef..5f64d8b58 100644 --- a/src/app/ui_context.cpp +++ b/src/app/ui_context.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/ui_context.h b/src/app/ui_context.h index 586a5e8c6..d86d2850b 100644 --- a/src/app/ui_context.h +++ b/src/app/ui_context.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UI_CONTEXT_H_INCLUDED #define APP_UI_CONTEXT_H_INCLUDED diff --git a/src/app/util/autocrop.cpp b/src/app/util/autocrop.cpp index 85e6a8f97..996909f0f 100644 --- a/src/app/util/autocrop.cpp +++ b/src/app/util/autocrop.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/autocrop.h b/src/app/util/autocrop.h index e60960aa6..8296f302d 100644 --- a/src/app/util/autocrop.h +++ b/src/app/util/autocrop.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_AUTOCROP_H_INCLUDED #define APP_UTIL_AUTOCROP_H_INCLUDED diff --git a/src/app/util/clipboard.cpp b/src/app/util/clipboard.cpp index 7e80afe9e..c9f5f2d50 100644 --- a/src/app/util/clipboard.cpp +++ b/src/app/util/clipboard.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/clipboard.h b/src/app/util/clipboard.h index a117bb1a9..74a48db71 100644 --- a/src/app/util/clipboard.h +++ b/src/app/util/clipboard.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_CLIPBOARD_H_INCLUDED #define APP_UTIL_CLIPBOARD_H_INCLUDED diff --git a/src/app/util/clipboard_native.cpp b/src/app/util/clipboard_native.cpp index 660a1a8a5..1119f36a3 100644 --- a/src/app/util/clipboard_native.cpp +++ b/src/app/util/clipboard_native.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/clipboard_native.h b/src/app/util/clipboard_native.h index f4eabef4d..9d2a1f1d2 100644 --- a/src/app/util/clipboard_native.h +++ b/src/app/util/clipboard_native.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_CLIPBOARD_NATIVE_H_INCLUDED #define APP_UTIL_CLIPBOARD_NATIVE_H_INCLUDED diff --git a/src/app/util/create_cel_copy.cpp b/src/app/util/create_cel_copy.cpp index 96c13cda0..bb419759b 100644 --- a/src/app/util/create_cel_copy.cpp +++ b/src/app/util/create_cel_copy.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/create_cel_copy.h b/src/app/util/create_cel_copy.h index e7c787f04..cfa6c7e4b 100644 --- a/src/app/util/create_cel_copy.h +++ b/src/app/util/create_cel_copy.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_CREATE_CEL_COPY_H_INCLUDED #define APP_UTIL_CREATE_CEL_COPY_H_INCLUDED diff --git a/src/app/util/expand_cel_canvas.cpp b/src/app/util/expand_cel_canvas.cpp index 6bf245861..93f7845af 100644 --- a/src/app/util/expand_cel_canvas.cpp +++ b/src/app/util/expand_cel_canvas.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/expand_cel_canvas.h b/src/app/util/expand_cel_canvas.h index 9771079f2..3e156dbbd 100644 --- a/src/app/util/expand_cel_canvas.h +++ b/src/app/util/expand_cel_canvas.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_EXPAND_CEL_CANVAS_H_INCLUDED #define APP_UTIL_EXPAND_CEL_CANVAS_H_INCLUDED diff --git a/src/app/util/filetoks.cpp b/src/app/util/filetoks.cpp index d7c103f12..2fe1f2759 100644 --- a/src/app/util/filetoks.cpp +++ b/src/app/util/filetoks.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/filetoks.h b/src/app/util/filetoks.h index c6af426cd..8320eda98 100644 --- a/src/app/util/filetoks.h +++ b/src/app/util/filetoks.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_FILETOKS_H_INCLUDED #define APP_UTIL_FILETOKS_H_INCLUDED diff --git a/src/app/util/freetype_utils.cpp b/src/app/util/freetype_utils.cpp index f8dea741b..3b7a5b486 100644 --- a/src/app/util/freetype_utils.cpp +++ b/src/app/util/freetype_utils.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/freetype_utils.h b/src/app/util/freetype_utils.h index ef397dab5..37810c7f1 100644 --- a/src/app/util/freetype_utils.h +++ b/src/app/util/freetype_utils.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_FREETYPE_UTILS_H_INCLUDED #define APP_UTIL_FREETYPE_UTILS_H_INCLUDED diff --git a/src/app/util/msk_file.cpp b/src/app/util/msk_file.cpp index 51fb2af33..cc19e1ed1 100644 --- a/src/app/util/msk_file.cpp +++ b/src/app/util/msk_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/msk_file.h b/src/app/util/msk_file.h index b5e734127..18606131f 100644 --- a/src/app/util/msk_file.h +++ b/src/app/util/msk_file.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_MSK_FILE_H_INCLUDED #define APP_UTIL_MSK_FILE_H_INCLUDED diff --git a/src/app/util/new_image_from_mask.cpp b/src/app/util/new_image_from_mask.cpp index b37ac204a..c6a8156dc 100644 --- a/src/app/util/new_image_from_mask.cpp +++ b/src/app/util/new_image_from_mask.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/new_image_from_mask.h b/src/app/util/new_image_from_mask.h index e95cfc25d..ffbb63fdb 100644 --- a/src/app/util/new_image_from_mask.h +++ b/src/app/util/new_image_from_mask.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_NEW_IMAGE_FROM_MASK_H_INCLUDED #define APP_UTIL_NEW_IMAGE_FROM_MASK_H_INCLUDED diff --git a/src/app/util/pic_file.cpp b/src/app/util/pic_file.cpp index b28295f8a..93a1cdcd3 100644 --- a/src/app/util/pic_file.cpp +++ b/src/app/util/pic_file.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/pic_file.h b/src/app/util/pic_file.h index 08ea121dd..21b3be71c 100644 --- a/src/app/util/pic_file.h +++ b/src/app/util/pic_file.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_PIC_FILE_H_INCLUDED #define APP_UTIL_PIC_FILE_H_INCLUDED diff --git a/src/app/util/range_utils.cpp b/src/app/util/range_utils.cpp index 3ddab85aa..99afe88ce 100644 --- a/src/app/util/range_utils.cpp +++ b/src/app/util/range_utils.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/util/range_utils.h b/src/app/util/range_utils.h index 884711694..c98ed4c2b 100644 --- a/src/app/util/range_utils.h +++ b/src/app/util/range_utils.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_UTIL_RANGE_UTILS_H_INCLUDED #define APP_UTIL_RANGE_UTILS_H_INCLUDED diff --git a/src/app/util/wrap_value.h b/src/app/util/wrap_value.h index ad312731c..73d0b8f20 100644 --- a/src/app/util/wrap_value.h +++ b/src/app/util/wrap_value.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_WRAP_VALUE_H_INCLUDED #define APP_WRAP_VALUE_H_INCLUDED diff --git a/src/app/webserver.cpp b/src/app/webserver.cpp index e54db0060..047f2fce5 100644 --- a/src/app/webserver.cpp +++ b/src/app/webserver.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/webserver.h b/src/app/webserver.h index c01ef2acf..4c45093e4 100644 --- a/src/app/webserver.h +++ b/src/app/webserver.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_WEBSERVER_H_INCLUDED #define APP_WEBSERVER_H_INCLUDED diff --git a/src/app/widget_loader.cpp b/src/app/widget_loader.cpp index 210d3cf28..6b042081b 100644 --- a/src/app/widget_loader.cpp +++ b/src/app/widget_loader.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/widget_loader.h b/src/app/widget_loader.h index 06e03110a..7a1089f00 100644 --- a/src/app/widget_loader.h +++ b/src/app/widget_loader.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_WIDGET_LOADER_H_INCLUDED #define APP_WIDGET_LOADER_H_INCLUDED diff --git a/src/app/widget_not_found.h b/src/app/widget_not_found.h index 0b51d3ee7..3aeb5be28 100644 --- a/src/app/widget_not_found.h +++ b/src/app/widget_not_found.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_WIDGET_NOT_FOUND_H_INCLUDED #define APP_WIDGET_NOT_FOUND_H_INCLUDED diff --git a/src/app/widget_type_mismatch.h b/src/app/widget_type_mismatch.h index 8645e0c32..73cde3309 100644 --- a/src/app/widget_type_mismatch.h +++ b/src/app/widget_type_mismatch.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_WIDGET_TYPE_MISMATCH_H_INCLUDED #define APP_WIDGET_TYPE_MISMATCH_H_INCLUDED diff --git a/src/app/xml_document.cpp b/src/app/xml_document.cpp index 85c11715b..5a5e587d5 100644 --- a/src/app/xml_document.cpp +++ b/src/app/xml_document.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/xml_document.h b/src/app/xml_document.h index ac0f8d0e9..7a2bc250c 100644 --- a/src/app/xml_document.h +++ b/src/app/xml_document.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_XML_DOCUMENT_H_INCLUDED #define APP_XML_DOCUMENT_H_INCLUDED diff --git a/src/app/xml_exception.cpp b/src/app/xml_exception.cpp index 232b12276..21dec2269 100644 --- a/src/app/xml_exception.cpp +++ b/src/app/xml_exception.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/app/xml_exception.h b/src/app/xml_exception.h index 67fe7f3ff..4e7db834d 100644 --- a/src/app/xml_exception.h +++ b/src/app/xml_exception.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef APP_XML_EXCEPTION_H_INCLUDED #define APP_XML_EXCEPTION_H_INCLUDED diff --git a/src/config.h b/src/config.h index 8e983f4b9..54afddd6e 100644 --- a/src/config.h +++ b/src/config.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef __ASE_CONFIG_H #error You cannot use config.h two times diff --git a/src/filters/color_curve.cpp b/src/filters/color_curve.cpp index d0bfa1211..be316759a 100644 --- a/src/filters/color_curve.cpp +++ b/src/filters/color_curve.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/filters/color_curve.h b/src/filters/color_curve.h index d2812f835..50c7f9550 100644 --- a/src/filters/color_curve.h +++ b/src/filters/color_curve.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_COLOR_CURVE_H_INCLUDED #define FILTERS_COLOR_CURVE_H_INCLUDED diff --git a/src/filters/color_curve_filter.cpp b/src/filters/color_curve_filter.cpp index a3547372e..9080858ab 100644 --- a/src/filters/color_curve_filter.cpp +++ b/src/filters/color_curve_filter.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/filters/color_curve_filter.h b/src/filters/color_curve_filter.h index f7aae9c07..c01ad77d2 100644 --- a/src/filters/color_curve_filter.h +++ b/src/filters/color_curve_filter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_COLOR_CURVE_FILTER_H_INCLUDED #define FILTERS_COLOR_CURVE_FILTER_H_INCLUDED diff --git a/src/filters/convolution_matrix.cpp b/src/filters/convolution_matrix.cpp index 49c08462a..e2621f8c1 100644 --- a/src/filters/convolution_matrix.cpp +++ b/src/filters/convolution_matrix.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/filters/convolution_matrix.h b/src/filters/convolution_matrix.h index 82319a7e1..4be8e0f8b 100644 --- a/src/filters/convolution_matrix.h +++ b/src/filters/convolution_matrix.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_CONVOLUTION_MATRIX_H_INCLUDED #define FILTERS_CONVOLUTION_MATRIX_H_INCLUDED diff --git a/src/filters/convolution_matrix_filter.cpp b/src/filters/convolution_matrix_filter.cpp index 53e0153e8..7ff23dab4 100644 --- a/src/filters/convolution_matrix_filter.cpp +++ b/src/filters/convolution_matrix_filter.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/filters/convolution_matrix_filter.h b/src/filters/convolution_matrix_filter.h index 5a73793e1..8f3ebe1d8 100644 --- a/src/filters/convolution_matrix_filter.h +++ b/src/filters/convolution_matrix_filter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_CONVOLUTION_MATRIX_FILTER_H_INCLUDED #define FILTERS_CONVOLUTION_MATRIX_FILTER_H_INCLUDED diff --git a/src/filters/filter.h b/src/filters/filter.h index 64c2b12b6..5385c77e6 100644 --- a/src/filters/filter.h +++ b/src/filters/filter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_FILTER_H_INCLUDED #define FILTERS_FILTER_H_INCLUDED diff --git a/src/filters/filter_indexed_data.h b/src/filters/filter_indexed_data.h index 31aa7a6df..239f20158 100644 --- a/src/filters/filter_indexed_data.h +++ b/src/filters/filter_indexed_data.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_FILTER_INDEXED_DATA_H_INCLUDED #define FILTERS_FILTER_INDEXED_DATA_H_INCLUDED diff --git a/src/filters/filter_manager.h b/src/filters/filter_manager.h index bc9f37c57..ccf085eac 100644 --- a/src/filters/filter_manager.h +++ b/src/filters/filter_manager.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_FILTER_MANAGER_H_INCLUDED #define FILTERS_FILTER_MANAGER_H_INCLUDED diff --git a/src/filters/invert_color_filter.cpp b/src/filters/invert_color_filter.cpp index f55d78623..d8fda03c9 100644 --- a/src/filters/invert_color_filter.cpp +++ b/src/filters/invert_color_filter.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/filters/invert_color_filter.h b/src/filters/invert_color_filter.h index a64ecf5a4..49996f1bc 100644 --- a/src/filters/invert_color_filter.h +++ b/src/filters/invert_color_filter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_INVERT_COLOR_FILTER_H_INCLUDED #define FILTERS_INVERT_COLOR_FILTER_H_INCLUDED diff --git a/src/filters/median_filter.cpp b/src/filters/median_filter.cpp index 2a9b52de9..a6c9c46b8 100644 --- a/src/filters/median_filter.cpp +++ b/src/filters/median_filter.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/filters/median_filter.h b/src/filters/median_filter.h index a99f27044..37632182f 100644 --- a/src/filters/median_filter.h +++ b/src/filters/median_filter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_MEDIAN_FILTER_PROCESS_H_INCLUDED #define FILTERS_MEDIAN_FILTER_PROCESS_H_INCLUDED diff --git a/src/filters/neighboring_pixels.h b/src/filters/neighboring_pixels.h index 048c4c151..0e2eaf5cc 100644 --- a/src/filters/neighboring_pixels.h +++ b/src/filters/neighboring_pixels.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_NEIGHBORING_PIXELS_H_INCLUDED #define FILTERS_NEIGHBORING_PIXELS_H_INCLUDED diff --git a/src/filters/replace_color_filter.cpp b/src/filters/replace_color_filter.cpp index 81782f07d..17e96d781 100644 --- a/src/filters/replace_color_filter.cpp +++ b/src/filters/replace_color_filter.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/filters/replace_color_filter.h b/src/filters/replace_color_filter.h index 49fd0073f..b03690b8d 100644 --- a/src/filters/replace_color_filter.h +++ b/src/filters/replace_color_filter.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_REPLACE_COLOR_FILTER_H_INCLUDED #define FILTERS_REPLACE_COLOR_FILTER_H_INCLUDED diff --git a/src/filters/target.h b/src/filters/target.h index 166be42bc..d2f0fd486 100644 --- a/src/filters/target.h +++ b/src/filters/target.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_TARGET_H_INCLUDED #define FILTERS_TARGET_H_INCLUDED diff --git a/src/filters/tiled_mode.h b/src/filters/tiled_mode.h index 9bd1bf7ea..98b50aa72 100644 --- a/src/filters/tiled_mode.h +++ b/src/filters/tiled_mode.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef FILTERS_TILED_MODE_H_INCLUDED #define FILTERS_TILED_MODE_H_INCLUDED diff --git a/src/main/main.cpp b/src/main/main.cpp index e69932a2e..b559ed075 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/tests/test.h b/src/tests/test.h index 159d74183..210dc4ecc 100644 --- a/src/tests/test.h +++ b/src/tests/test.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef TESTS_TEST_H_INCLUDED #define TESTS_TEST_H_INCLUDED diff --git a/src/ui/grid_ui_tests.cpp b/src/ui/grid_ui_tests.cpp index fb7ae26fe..6efa37d70 100644 --- a/src/ui/grid_ui_tests.cpp +++ b/src/ui/grid_ui_tests.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #define TEST_GUI #include "tests/test.h" diff --git a/src/updater/check_update.cpp b/src/updater/check_update.cpp index 60f67ee2c..7b7c4bfe2 100644 --- a/src/updater/check_update.cpp +++ b/src/updater/check_update.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/updater/check_update.h b/src/updater/check_update.h index 0253bc060..25b6674e7 100644 --- a/src/updater/check_update.h +++ b/src/updater/check_update.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef UPDATER_CHECK_UPDATE_H_INCLUDED #define UPDATER_CHECK_UPDATE_H_INCLUDED diff --git a/src/updater/user_agent.cpp b/src/updater/user_agent.cpp index 9b6f8d8d9..6a9a2412d 100644 --- a/src/updater/user_agent.cpp +++ b/src/updater/user_agent.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/updater/user_agent.h b/src/updater/user_agent.h index f226ca2cb..929769dea 100644 --- a/src/updater/user_agent.h +++ b/src/updater/user_agent.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef UPDATER_USER_AGENT_H_INCLUDED #define UPDATER_USER_AGENT_H_INCLUDED diff --git a/src/updater/user_agent_mac.mm b/src/updater/user_agent_mac.mm index 4bb6f2036..985441811 100644 --- a/src/updater/user_agent_mac.mm +++ b/src/updater/user_agent_mac.mm @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/updater/user_agent_win.c b/src/updater/user_agent_win.c index 6db870ccc..13788c6cb 100644 --- a/src/updater/user_agent_win.c +++ b/src/updater/user_agent_win.c @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/webserver/webserver.cpp b/src/webserver/webserver.cpp index 9aff387d7..78717e5e2 100644 --- a/src/webserver/webserver.cpp +++ b/src/webserver/webserver.cpp @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2016 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/webserver/webserver.h b/src/webserver/webserver.h index 0c22e0795..95e2f6875 100644 --- a/src/webserver/webserver.h +++ b/src/webserver/webserver.h @@ -1,9 +1,8 @@ // Aseprite // Copyright (C) 2001-2015 David Capello // -// This program is free software; you can redistribute it and/or modify -// it under the terms of the GNU General Public License version 2 as -// published by the Free Software Foundation. +// This program is distributed under the terms of +// the End-User License Agreement for Aseprite. #ifndef WEBSERVER_WEBSERVER_H_INCLUDED #define WEBSERVER_WEBSERVER_H_INCLUDED