diff --git a/src/base/bind.h b/src/base/bind.h index 508914770..8cac21a8a 100644 --- a/src/base/bind.h +++ b/src/base/bind.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_BIND_H_INCLUDED diff --git a/src/base/chrono.cpp b/src/base/chrono.cpp index 724b35d8d..6b45e7117 100644 --- a/src/base/chrono.cpp +++ b/src/base/chrono.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/chrono.h b/src/base/chrono.h index d73119ce3..898cbc6fc 100644 --- a/src/base/chrono.h +++ b/src/base/chrono.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_CHRONO_H_INCLUDED diff --git a/src/base/chrono_unix.h b/src/base/chrono_unix.h index 49b737284..6332065ad 100644 --- a/src/base/chrono_unix.h +++ b/src/base/chrono_unix.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/chrono_win32.h b/src/base/chrono_win32.h index f426a0ca6..34e0611c0 100644 --- a/src/base/chrono_win32.h +++ b/src/base/chrono_win32.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #define WIN32_LEAN_AND_MEAN diff --git a/src/base/compiler_specific.h b/src/base/compiler_specific.h index 292d8b598..15afd73cf 100644 --- a/src/base/compiler_specific.h +++ b/src/base/compiler_specific.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_COMPILER_SPECIFIC_H_INCLUDED diff --git a/src/base/convert_to.cpp b/src/base/convert_to.cpp index a970a09d1..8912ccc03 100644 --- a/src/base/convert_to.cpp +++ b/src/base/convert_to.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/convert_to.h b/src/base/convert_to.h index bc8b5d36d..1a21bcc7d 100644 --- a/src/base/convert_to.h +++ b/src/base/convert_to.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_CONVERT_TO_H_INCLUDED diff --git a/src/base/disable_copying.h b/src/base/disable_copying.h index c6a6ad782..e2ddecec9 100644 --- a/src/base/disable_copying.h +++ b/src/base/disable_copying.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_DISABLE_COPYING_H_INCLUDED diff --git a/src/base/errno_string.cpp b/src/base/errno_string.cpp index 65027df3f..5042af999 100644 --- a/src/base/errno_string.cpp +++ b/src/base/errno_string.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/errno_string.h b/src/base/errno_string.h index fdb81b91e..80846f571 100644 --- a/src/base/errno_string.h +++ b/src/base/errno_string.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_ERRNO_STRING_H_INCLUDED diff --git a/src/base/exception.cpp b/src/base/exception.cpp index 52484ae9f..61569f182 100644 --- a/src/base/exception.cpp +++ b/src/base/exception.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/exception.h b/src/base/exception.h index d1c549ab1..47b79b6eb 100644 --- a/src/base/exception.h +++ b/src/base/exception.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_EXCEPTION_H_INCLUDED diff --git a/src/base/fs.cpp b/src/base/fs.cpp index 2a81e4949..915d99346 100644 --- a/src/base/fs.cpp +++ b/src/base/fs.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/fs.h b/src/base/fs.h index 3f25a547d..0e5b2ae7b 100644 --- a/src/base/fs.h +++ b/src/base/fs.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_FS_H_INCLUDED diff --git a/src/base/fs_unix.h b/src/base/fs_unix.h index b91a2eff9..dba72341e 100644 --- a/src/base/fs_unix.h +++ b/src/base/fs_unix.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/fs_win32.h b/src/base/fs_win32.h index 41037d062..fe3ec7827 100644 --- a/src/base/fs_win32.h +++ b/src/base/fs_win32.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/mem_utils.cpp b/src/base/mem_utils.cpp index fba1e284b..94c089d81 100644 --- a/src/base/mem_utils.cpp +++ b/src/base/mem_utils.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/mem_utils.h b/src/base/mem_utils.h index 74624d8ca..dcc2c2368 100644 --- a/src/base/mem_utils.h +++ b/src/base/mem_utils.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MEM_UTILS_H_INCLUDED diff --git a/src/base/memory.cpp b/src/base/memory.cpp index 662d923d1..ce710ff5e 100644 --- a/src/base/memory.cpp +++ b/src/base/memory.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/memory.h b/src/base/memory.h index b59a6e491..f471efaae 100644 --- a/src/base/memory.h +++ b/src/base/memory.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MEMORY_H_INCLUDED diff --git a/src/base/memory_dump.cpp b/src/base/memory_dump.cpp index aa2a67ca2..81b458e45 100644 --- a/src/base/memory_dump.cpp +++ b/src/base/memory_dump.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/memory_dump.h b/src/base/memory_dump.h index 855c7547e..f36cf6178 100644 --- a/src/base/memory_dump.h +++ b/src/base/memory_dump.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MEMORY_DUMP_H_INCLUDED diff --git a/src/base/memory_dump_none.h b/src/base/memory_dump_none.h index 5d4569335..1caedaced 100644 --- a/src/base/memory_dump_none.h +++ b/src/base/memory_dump_none.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MEMORY_DUMP_NONE_H_INCLUDED diff --git a/src/base/memory_dump_win32.h b/src/base/memory_dump_win32.h index b1fef5095..ba614f59e 100644 --- a/src/base/memory_dump_win32.h +++ b/src/base/memory_dump_win32.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MEMORY_DUMP_WIN32_H_INCLUDED diff --git a/src/base/mutex.cpp b/src/base/mutex.cpp index bcaccd152..63547dff7 100644 --- a/src/base/mutex.cpp +++ b/src/base/mutex.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/mutex.h b/src/base/mutex.h index b099f30d8..4d0ef3e8f 100644 --- a/src/base/mutex.h +++ b/src/base/mutex.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MUTEX_H_INCLUDED diff --git a/src/base/mutex_pthread.h b/src/base/mutex_pthread.h index bd4fd31e9..021c33cfe 100644 --- a/src/base/mutex_pthread.h +++ b/src/base/mutex_pthread.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MUTEX_PTHREAD_H_INCLUDED diff --git a/src/base/mutex_win32.h b/src/base/mutex_win32.h index fb3ed40b0..923f1c57f 100644 --- a/src/base/mutex_win32.h +++ b/src/base/mutex_win32.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_MUTEX_WIN32_H_INCLUDED diff --git a/src/base/path.cpp b/src/base/path.cpp index 90cf5497c..d2746685c 100644 --- a/src/base/path.cpp +++ b/src/base/path.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/path.h b/src/base/path.h index 1d6a2ea33..713d06ffc 100644 --- a/src/base/path.h +++ b/src/base/path.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_PATH_H_INCLUDED diff --git a/src/base/path_unittest.cpp b/src/base/path_unittest.cpp index cbd79d743..f8a2a2f2a 100644 --- a/src/base/path_unittest.cpp +++ b/src/base/path_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/recent_items.h b/src/base/recent_items.h index 442f65b82..2317002ad 100644 --- a/src/base/recent_items.h +++ b/src/base/recent_items.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_RECENT_ITEMS_H_INCLUDED diff --git a/src/base/remove_from_container.h b/src/base/remove_from_container.h index 7a78f1ca0..baa0655d4 100644 --- a/src/base/remove_from_container.h +++ b/src/base/remove_from_container.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_REMOVE_FROM_CONTAINER_H_INCLUDED diff --git a/src/base/scoped_lock.h b/src/base/scoped_lock.h index a40c43dbf..8c54f82a9 100644 --- a/src/base/scoped_lock.h +++ b/src/base/scoped_lock.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_SCOPED_LOCK_H_INCLUDED diff --git a/src/base/serialization.cpp b/src/base/serialization.cpp index 263852ae6..39184e3ba 100644 --- a/src/base/serialization.cpp +++ b/src/base/serialization.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/serialization.h b/src/base/serialization.h index 2bf15f831..1029f522c 100644 --- a/src/base/serialization.h +++ b/src/base/serialization.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_SERIALIZATION_H_INCLUDED diff --git a/src/base/sha1.cpp b/src/base/sha1.cpp index 41f94ee8f..9d6539a21 100644 --- a/src/base/sha1.cpp +++ b/src/base/sha1.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/sha1.h b/src/base/sha1.h index a0e46b818..9892aa0e7 100644 --- a/src/base/sha1.h +++ b/src/base/sha1.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_SHA1_H_INCLUDED diff --git a/src/base/shared_ptr.h b/src/base/shared_ptr.h index 71a835510..7b67a21bd 100644 --- a/src/base/shared_ptr.h +++ b/src/base/shared_ptr.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_SHARED_PTR_H_INCLUDED diff --git a/src/base/shared_ptr_unittest.cpp b/src/base/shared_ptr_unittest.cpp index 646f9e057..b0afb8e42 100644 --- a/src/base/shared_ptr_unittest.cpp +++ b/src/base/shared_ptr_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/signal.h b/src/base/signal.h index b94b1beef..176c6e779 100644 --- a/src/base/signal.h +++ b/src/base/signal.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_SIGNAL_H_INCLUDED diff --git a/src/base/slot.h b/src/base/slot.h index 53334954a..d1ed6898e 100644 --- a/src/base/slot.h +++ b/src/base/slot.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_SLOT_H_INCLUDED diff --git a/src/base/split_string.cpp b/src/base/split_string.cpp index 65f33bc80..466c296d9 100644 --- a/src/base/split_string.cpp +++ b/src/base/split_string.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/split_string.h b/src/base/split_string.h index d0eb62694..aaaf2fd32 100644 --- a/src/base/split_string.h +++ b/src/base/split_string.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_SPLIT_STRING_H_INCLUDED diff --git a/src/base/split_string_unittest.cpp b/src/base/split_string_unittest.cpp index eb87e495f..a6a022fc9 100644 --- a/src/base/split_string_unittest.cpp +++ b/src/base/split_string_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/string.cpp b/src/base/string.cpp index 61f6b2e1c..00aa90521 100644 --- a/src/base/string.cpp +++ b/src/base/string.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/string.h b/src/base/string.h index 7a4308eb7..4f831cc38 100644 --- a/src/base/string.h +++ b/src/base/string.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_STRING_H_INCLUDED diff --git a/src/base/temp_dir.cpp b/src/base/temp_dir.cpp index 71f2fe905..534530af2 100644 --- a/src/base/temp_dir.cpp +++ b/src/base/temp_dir.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/temp_dir.h b/src/base/temp_dir.h index fcc51e2a5..c76b9f845 100644 --- a/src/base/temp_dir.h +++ b/src/base/temp_dir.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_TEMP_DIR_H_INCLUDED diff --git a/src/base/thread.cpp b/src/base/thread.cpp index 56bc82a3f..dc43e4c5e 100644 --- a/src/base/thread.cpp +++ b/src/base/thread.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/thread.h b/src/base/thread.h index c27938631..65d15b193 100644 --- a/src/base/thread.h +++ b/src/base/thread.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_THREAD_H_INCLUDED diff --git a/src/base/thread_unittest.cpp b/src/base/thread_unittest.cpp index f5e3bc271..c45255f7f 100644 --- a/src/base/thread_unittest.cpp +++ b/src/base/thread_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/trim_string.cpp b/src/base/trim_string.cpp index 55c0d2ff3..21c0ef6fe 100644 --- a/src/base/trim_string.cpp +++ b/src/base/trim_string.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/trim_string.h b/src/base/trim_string.h index 284ae0e0d..8a41e3727 100644 --- a/src/base/trim_string.h +++ b/src/base/trim_string.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_TRIM_STRING_H_INCLUDED diff --git a/src/base/unique_ptr.h b/src/base/unique_ptr.h index 41b6beb65..c51f2fc40 100644 --- a/src/base/unique_ptr.h +++ b/src/base/unique_ptr.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_UNIQUE_PTR_H_INCLUDED diff --git a/src/base/unique_ptr_unittest.cpp b/src/base/unique_ptr_unittest.cpp index 8004f0ea9..8ebb158a3 100644 --- a/src/base/unique_ptr_unittest.cpp +++ b/src/base/unique_ptr_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/base/version.cpp b/src/base/version.cpp index e8b664ab2..01c534d9e 100644 --- a/src/base/version.cpp +++ b/src/base/version.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/base/version.h b/src/base/version.h index b62b2ed72..620b8d367 100644 --- a/src/base/version.h +++ b/src/base/version.h @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef BASE_VERSION_H_INCLUDED diff --git a/src/base/version_unittest.cpp b/src/base/version_unittest.cpp index 698cfeb03..28365476d 100644 --- a/src/base/version_unittest.cpp +++ b/src/base/version_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE base library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/gfx/border.h b/src/gfx/border.h index d5c2f951d..13c45f4a9 100644 --- a/src/gfx/border.h +++ b/src/gfx/border.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef GFX_BORDER_H_INCLUDED diff --git a/src/gfx/fwd.h b/src/gfx/fwd.h index a99dcf93c..633484147 100644 --- a/src/gfx/fwd.h +++ b/src/gfx/fwd.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef GFX_FWD_H_INCLUDED diff --git a/src/gfx/hsv.cpp b/src/gfx/hsv.cpp index a9bd471df..27469ef4d 100644 --- a/src/gfx/hsv.cpp +++ b/src/gfx/hsv.cpp @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "gfx/hsv.h" diff --git a/src/gfx/hsv.h b/src/gfx/hsv.h index 14b500fb2..758278d87 100644 --- a/src/gfx/hsv.h +++ b/src/gfx/hsv.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef GFX_HSV_H_INCLUDED diff --git a/src/gfx/hsv_unittest.cpp b/src/gfx/hsv_unittest.cpp index 158bcc40a..d47965a28 100644 --- a/src/gfx/hsv_unittest.cpp +++ b/src/gfx/hsv_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/gfx/point.h b/src/gfx/point.h index 789deb4e3..3c50fb8d1 100644 --- a/src/gfx/point.h +++ b/src/gfx/point.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef GFX_POINT_H_INCLUDED diff --git a/src/gfx/rect.h b/src/gfx/rect.h index 4c66ee6ca..0d565ccdb 100644 --- a/src/gfx/rect.h +++ b/src/gfx/rect.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef GFX_RECT_H_INCLUDED diff --git a/src/gfx/rect_unittest.cpp b/src/gfx/rect_unittest.cpp index d2d133243..7f16066d6 100644 --- a/src/gfx/rect_unittest.cpp +++ b/src/gfx/rect_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/gfx/rgb.cpp b/src/gfx/rgb.cpp index db1206272..48ae9e493 100644 --- a/src/gfx/rgb.cpp +++ b/src/gfx/rgb.cpp @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "gfx/rgb.h" diff --git a/src/gfx/rgb.h b/src/gfx/rgb.h index 5fbecb071..7ec3ea4dc 100644 --- a/src/gfx/rgb.h +++ b/src/gfx/rgb.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef GFX_RGB_H_INCLUDED diff --git a/src/gfx/rgb_unittest.cpp b/src/gfx/rgb_unittest.cpp index 1424819ba..2346e05bd 100644 --- a/src/gfx/rgb_unittest.cpp +++ b/src/gfx/rgb_unittest.cpp @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include diff --git a/src/gfx/size.h b/src/gfx/size.h index 5baf4afe6..1a4c72ca8 100644 --- a/src/gfx/size.h +++ b/src/gfx/size.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef GFX_SIZE_H_INCLUDED diff --git a/src/gfx/transformation.cpp b/src/gfx/transformation.cpp index 23c6bccc2..2bee50eee 100644 --- a/src/gfx/transformation.cpp +++ b/src/gfx/transformation.cpp @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/gfx/transformation.h b/src/gfx/transformation.h index 636aa213e..dfa068b57 100644 --- a/src/gfx/transformation.h +++ b/src/gfx/transformation.h @@ -1,7 +1,7 @@ // ASEPRITE gfx library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef TRANSFORMATION_H_INCLUDED diff --git a/src/la/vector2d.h b/src/la/vector2d.h index 51a38e042..f74e149a5 100644 --- a/src/la/vector2d.h +++ b/src/la/vector2d.h @@ -1,7 +1,7 @@ // ASEPRITE Linear Algebra Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef LA_VECTOR2D_H_INCLUDED diff --git a/src/raster/algofill.cpp b/src/raster/algofill.cpp index 96b46287c..1e4ca9ef5 100644 --- a/src/raster/algofill.cpp +++ b/src/raster/algofill.cpp @@ -2,7 +2,7 @@ // By Shawn Hargreaves. // Adapted to ASEPRITE by David Capello // -// This source file is ditributed under a Allegro license, please +// This source file is distributed under a Allegro license, please // read allegro4-LICENSE.txt for more information. #include "config.h" diff --git a/src/raster/rotate.cpp b/src/raster/rotate.cpp index 6ad730fcb..068b142a5 100644 --- a/src/raster/rotate.cpp +++ b/src/raster/rotate.cpp @@ -4,7 +4,7 @@ // Optimized by Sven Sandberg. // To C++ templates by David Capello // -// This source file is ditributed under a Allegro license, please +// This source file is distributed under a Allegro license, please // read allegro4-LICENSE.txt for more information. #include "config.h" diff --git a/src/she/capabilities.h b/src/she/capabilities.h index c0211ebf4..bfe132a1c 100644 --- a/src/she/capabilities.h +++ b/src/she/capabilities.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_CAPABILITIES_H_INCLUDED diff --git a/src/she/display.h b/src/she/display.h index 9f27e4353..c9c2ddb9c 100644 --- a/src/she/display.h +++ b/src/she/display.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_DISPLAY_H_INCLUDED diff --git a/src/she/locked_surface.h b/src/she/locked_surface.h index e40487acc..fe24c24a7 100644 --- a/src/she/locked_surface.h +++ b/src/she/locked_surface.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_LOCKED_SURFACE_H_INCLUDED diff --git a/src/she/scoped_handle.h b/src/she/scoped_handle.h index 4c4a85816..074a3cd5d 100644 --- a/src/she/scoped_handle.h +++ b/src/she/scoped_handle.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_SCOPED_HANDLE_H_INCLUDED diff --git a/src/she/scoped_surface_lock.h b/src/she/scoped_surface_lock.h index af66d8ccc..aee456406 100644 --- a/src/she/scoped_surface_lock.h +++ b/src/she/scoped_surface_lock.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_SCOPED_SURFACE_LOCK_H_INCLUDED diff --git a/src/she/she.h b/src/she/she.h index b63f4c5f3..09eca3ecf 100644 --- a/src/she/she.h +++ b/src/she/she.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_H_INCLUDED diff --git a/src/she/she_alleg4.cpp b/src/she/she_alleg4.cpp index 6ff700b6b..4a793d959 100644 --- a/src/she/she_alleg4.cpp +++ b/src/she/she_alleg4.cpp @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifdef HAVE_CONFIG_H diff --git a/src/she/surface.h b/src/she/surface.h index 1ff79fba5..605a5a983 100644 --- a/src/she/surface.h +++ b/src/she/surface.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_SURFACE_H_INCLUDED diff --git a/src/she/system.h b/src/she/system.h index c2a9f183f..5ccde6b27 100644 --- a/src/she/system.h +++ b/src/she/system.h @@ -1,7 +1,7 @@ // SHE library // Copyright (C) 2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef SHE_SYSTEM_H_INCLUDED diff --git a/src/ui/accelerator.cpp b/src/ui/accelerator.cpp index 1e3366d5e..6c2e3e7f4 100644 --- a/src/ui/accelerator.cpp +++ b/src/ui/accelerator.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/accelerator.h b/src/ui/accelerator.h index e978e02f5..cef42141b 100644 --- a/src/ui/accelerator.h +++ b/src/ui/accelerator.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_ACCELERATOR_H_INCLUDED diff --git a/src/ui/alert.cpp b/src/ui/alert.cpp index 9bad492ef..40445dd51 100644 --- a/src/ui/alert.cpp +++ b/src/ui/alert.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. /*********************************************************************** diff --git a/src/ui/alert.h b/src/ui/alert.h index 601b1b5e5..0ef17e89d 100644 --- a/src/ui/alert.h +++ b/src/ui/alert.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_ALERT_H_INCLUDED diff --git a/src/ui/base.h b/src/ui/base.h index ade717d0b..9eeff7f8c 100644 --- a/src/ui/base.h +++ b/src/ui/base.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_BASE_H_INCLUDED diff --git a/src/ui/box.cpp b/src/ui/box.cpp index 78ce1616d..2f66b1f6e 100644 --- a/src/ui/box.cpp +++ b/src/ui/box.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. /* Based on code from GTK+ 2.1.2 (gtk+/gtk/gtkhbox.c) */ diff --git a/src/ui/box.h b/src/ui/box.h index 807f8c13d..5853fd29b 100644 --- a/src/ui/box.h +++ b/src/ui/box.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_BOX_H_INCLUDED diff --git a/src/ui/button.cpp b/src/ui/button.cpp index 832ea61a3..e02a673f8 100644 --- a/src/ui/button.cpp +++ b/src/ui/button.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/button.h b/src/ui/button.h index d8565c16c..b0656c6e6 100644 --- a/src/ui/button.h +++ b/src/ui/button.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_BUTTON_H_INCLUDED diff --git a/src/ui/clipboard.cpp b/src/ui/clipboard.cpp index 420c52273..8d2f6189d 100644 --- a/src/ui/clipboard.cpp +++ b/src/ui/clipboard.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/clipboard.h b/src/ui/clipboard.h index a63ccdd16..94ccbb555 100644 --- a/src/ui/clipboard.h +++ b/src/ui/clipboard.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_CLIPBOARD_H_INCLUDED diff --git a/src/ui/close_event.h b/src/ui/close_event.h index c2b264035..2d6bb09ae 100644 --- a/src/ui/close_event.h +++ b/src/ui/close_event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_CLOSE_EVENT_H_INCLUDED diff --git a/src/ui/combobox.cpp b/src/ui/combobox.cpp index 061aef9e6..15c82e6c1 100644 --- a/src/ui/combobox.cpp +++ b/src/ui/combobox.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/combobox.h b/src/ui/combobox.h index a0a31ab55..d42c1cd22 100644 --- a/src/ui/combobox.h +++ b/src/ui/combobox.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_COMBOBOX_H_INCLUDED diff --git a/src/ui/component.cpp b/src/ui/component.cpp index a3fb27293..e36c542ca 100644 --- a/src/ui/component.cpp +++ b/src/ui/component.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/component.h b/src/ui/component.h index 10553205f..53bedb0b7 100644 --- a/src/ui/component.h +++ b/src/ui/component.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_COMPONENT_H_INCLUDED diff --git a/src/ui/cursor.cpp b/src/ui/cursor.cpp index fc41300c0..d149971ce 100644 --- a/src/ui/cursor.cpp +++ b/src/ui/cursor.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/cursor.h b/src/ui/cursor.h index 72f9b2967..605561593 100644 --- a/src/ui/cursor.h +++ b/src/ui/cursor.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_CURSOR_H_INCLUDED diff --git a/src/ui/cursor_type.h b/src/ui/cursor_type.h index 2900d22c2..0699b75db 100644 --- a/src/ui/cursor_type.h +++ b/src/ui/cursor_type.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_CURSOR_TYPE_H_INCLUDED diff --git a/src/ui/custom_label.cpp b/src/ui/custom_label.cpp index 46a98419e..ad961c795 100644 --- a/src/ui/custom_label.cpp +++ b/src/ui/custom_label.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/ui/custom_label.h b/src/ui/custom_label.h index d7c328dad..e5e301f1f 100644 --- a/src/ui/custom_label.h +++ b/src/ui/custom_label.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_CUSTOM_LABEL_H_INCLUDED diff --git a/src/ui/draw.cpp b/src/ui/draw.cpp index 37d231333..3958e6685 100644 --- a/src/ui/draw.cpp +++ b/src/ui/draw.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/draw.h b/src/ui/draw.h index 811a10410..4fce047ea 100644 --- a/src/ui/draw.h +++ b/src/ui/draw.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_DRAW_H_INCLUDED diff --git a/src/ui/entry.cpp b/src/ui/entry.cpp index 03f8940fc..d856840ba 100644 --- a/src/ui/entry.cpp +++ b/src/ui/entry.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/entry.h b/src/ui/entry.h index 8e046e44b..dce5e607b 100644 --- a/src/ui/entry.h +++ b/src/ui/entry.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_ENTRY_H_INCLUDED diff --git a/src/ui/event.cpp b/src/ui/event.cpp index 34697d340..771238ca4 100644 --- a/src/ui/event.cpp +++ b/src/ui/event.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "ui/event.h" diff --git a/src/ui/event.h b/src/ui/event.h index 604baadca..163ec02e8 100644 --- a/src/ui/event.h +++ b/src/ui/event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_EVENT_H_INCLUDED diff --git a/src/ui/font.cpp b/src/ui/font.cpp index 9339f2af9..335c0bd0c 100644 --- a/src/ui/font.cpp +++ b/src/ui/font.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. /* Based on code of AllegroFont, Copyright (c) 2001, 2002 Javier Gonzalez */ diff --git a/src/ui/font.h b/src/ui/font.h index 0f23db494..ddb11bf14 100644 --- a/src/ui/font.h +++ b/src/ui/font.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_FONT_H_INCLUDED diff --git a/src/ui/fontbmp.cpp b/src/ui/fontbmp.cpp index 5910ed6cf..060b8b578 100644 --- a/src/ui/fontbmp.cpp +++ b/src/ui/fontbmp.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. /* Original code from: diff --git a/src/ui/graphics.cpp b/src/ui/graphics.cpp index 933e96c01..04fce3b7b 100644 --- a/src/ui/graphics.cpp +++ b/src/ui/graphics.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/graphics.h b/src/ui/graphics.h index 46a3c35f2..eb0cab2a5 100644 --- a/src/ui/graphics.h +++ b/src/ui/graphics.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_GRAPHICS_H_INCLUDED diff --git a/src/ui/grid.cpp b/src/ui/grid.cpp index 61f6d21ac..1fbaf70c5 100644 --- a/src/ui/grid.cpp +++ b/src/ui/grid.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/grid.h b/src/ui/grid.h index 057644bc0..c7c71e2bc 100644 --- a/src/ui/grid.h +++ b/src/ui/grid.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_GRID_H_INCLUDED diff --git a/src/ui/gui.cpp b/src/ui/gui.cpp index 382049f33..10c2410c2 100644 --- a/src/ui/gui.cpp +++ b/src/ui/gui.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/gui.h b/src/ui/gui.h index 16587af37..48b5f174a 100644 --- a/src/ui/gui.h +++ b/src/ui/gui.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_GUI_H_INCLUDED diff --git a/src/ui/hit_test_event.h b/src/ui/hit_test_event.h index c54805688..ea67f3fbd 100644 --- a/src/ui/hit_test_event.h +++ b/src/ui/hit_test_event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_HIT_TEST_EVENT_H_INCLUDED diff --git a/src/ui/image_view.cpp b/src/ui/image_view.cpp index 3ff42d24e..c82c28503 100644 --- a/src/ui/image_view.cpp +++ b/src/ui/image_view.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/image_view.h b/src/ui/image_view.h index 59a68d213..4bc56c7f4 100644 --- a/src/ui/image_view.h +++ b/src/ui/image_view.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_IMAGE_VIEW_H_INCLUDED diff --git a/src/ui/init_theme_event.h b/src/ui/init_theme_event.h index a01fa1b84..0a829d515 100644 --- a/src/ui/init_theme_event.h +++ b/src/ui/init_theme_event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_INIT_THEME_EVENT_H_INCLUDED diff --git a/src/ui/intern.cpp b/src/ui/intern.cpp index 29a5d40fc..a2cf634dc 100644 --- a/src/ui/intern.cpp +++ b/src/ui/intern.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/intern.h b/src/ui/intern.h index 6dab79c27..e61fb3f59 100644 --- a/src/ui/intern.h +++ b/src/ui/intern.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_INTERN_H_INCLUDED diff --git a/src/ui/label.cpp b/src/ui/label.cpp index adc73edf8..275bce959 100644 --- a/src/ui/label.cpp +++ b/src/ui/label.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/label.h b/src/ui/label.h index 9bb2af0a6..09b508725 100644 --- a/src/ui/label.h +++ b/src/ui/label.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_LABEL_H_INCLUDED diff --git a/src/ui/layout_io.h b/src/ui/layout_io.h index 0ae76a6f1..4bf17630b 100644 --- a/src/ui/layout_io.h +++ b/src/ui/layout_io.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_LAYOUT_IO_H_INCLUDED diff --git a/src/ui/link_label.cpp b/src/ui/link_label.cpp index 3d1a18ae7..448c7159d 100644 --- a/src/ui/link_label.cpp +++ b/src/ui/link_label.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. diff --git a/src/ui/link_label.h b/src/ui/link_label.h index 710eaae9a..8e4845ce7 100644 --- a/src/ui/link_label.h +++ b/src/ui/link_label.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_LINK_LABEL_H_INCLUDED diff --git a/src/ui/listbox.cpp b/src/ui/listbox.cpp index 7ae24c1c4..8b2c75861 100644 --- a/src/ui/listbox.cpp +++ b/src/ui/listbox.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/listbox.h b/src/ui/listbox.h index d760ebc5b..ebdf39762 100644 --- a/src/ui/listbox.h +++ b/src/ui/listbox.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_LISTBOX_H_INCLUDED diff --git a/src/ui/load_layout_event.h b/src/ui/load_layout_event.h index 62424b4f2..52db4d36f 100644 --- a/src/ui/load_layout_event.h +++ b/src/ui/load_layout_event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_LOAD_LAYOUT_EVENT_H_INCLUDED diff --git a/src/ui/manager.cpp b/src/ui/manager.cpp index bb89374ff..50ff2bff9 100644 --- a/src/ui/manager.cpp +++ b/src/ui/manager.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. // #define REPORT_EVENTS diff --git a/src/ui/manager.h b/src/ui/manager.h index 47f71c797..b751045c3 100644 --- a/src/ui/manager.h +++ b/src/ui/manager.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_MANAGER_H_INCLUDED diff --git a/src/ui/menu.cpp b/src/ui/menu.cpp index f2fb9b2f8..7bd833763 100644 --- a/src/ui/menu.cpp +++ b/src/ui/menu.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/menu.h b/src/ui/menu.h index 17f35e80d..be93c0be5 100644 --- a/src/ui/menu.h +++ b/src/ui/menu.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_MENU_H_INCLUDED diff --git a/src/ui/message.cpp b/src/ui/message.cpp index f1926c19a..4bf92f315 100644 --- a/src/ui/message.cpp +++ b/src/ui/message.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/message.h b/src/ui/message.h index bfae14277..66e924103 100644 --- a/src/ui/message.h +++ b/src/ui/message.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_MESSAGE_H_INCLUDED diff --git a/src/ui/message_loop.cpp b/src/ui/message_loop.cpp index c8df48fac..e807b7d20 100644 --- a/src/ui/message_loop.cpp +++ b/src/ui/message_loop.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/message_loop.h b/src/ui/message_loop.h index 8c353fd78..564648092 100644 --- a/src/ui/message_loop.h +++ b/src/ui/message_loop.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_MESSAGE_LOOP_H_INCLUDED diff --git a/src/ui/overlay.cpp b/src/ui/overlay.cpp index 79965fdea..8b1b281fd 100644 --- a/src/ui/overlay.cpp +++ b/src/ui/overlay.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/overlay.h b/src/ui/overlay.h index 8b6041bd8..dc0deda32 100644 --- a/src/ui/overlay.h +++ b/src/ui/overlay.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_OVERLAY_H_INCLUDED diff --git a/src/ui/overlay_manager.cpp b/src/ui/overlay_manager.cpp index 26855bff1..c4c8684b1 100644 --- a/src/ui/overlay_manager.cpp +++ b/src/ui/overlay_manager.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/overlay_manager.h b/src/ui/overlay_manager.h index 6b73cda9c..0257b0c65 100644 --- a/src/ui/overlay_manager.h +++ b/src/ui/overlay_manager.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_OVERLAY_MANAGER_H_INCLUDED diff --git a/src/ui/paint_event.cpp b/src/ui/paint_event.cpp index e691057dc..febb43a7a 100644 --- a/src/ui/paint_event.cpp +++ b/src/ui/paint_event.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/paint_event.h b/src/ui/paint_event.h index 595d4bced..722ec8ddb 100644 --- a/src/ui/paint_event.h +++ b/src/ui/paint_event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_PAINT_EVENT_H_INCLUDED diff --git a/src/ui/popup_window.cpp b/src/ui/popup_window.cpp index 078f0875f..11656628c 100644 --- a/src/ui/popup_window.cpp +++ b/src/ui/popup_window.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/popup_window.h b/src/ui/popup_window.h index fece73781..e88f191d8 100644 --- a/src/ui/popup_window.h +++ b/src/ui/popup_window.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_POPUP_WINDOW_H_INCLUDED diff --git a/src/ui/preferred_size_event.cpp b/src/ui/preferred_size_event.cpp index ae58984b2..07779163b 100644 --- a/src/ui/preferred_size_event.cpp +++ b/src/ui/preferred_size_event.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "ui/preferred_size_event.h" diff --git a/src/ui/preferred_size_event.h b/src/ui/preferred_size_event.h index fc7176228..77cd896c7 100644 --- a/src/ui/preferred_size_event.h +++ b/src/ui/preferred_size_event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_PREFERRED_SIZE_EVENT_H_INCLUDED diff --git a/src/ui/property.cpp b/src/ui/property.cpp index 0e0d169f4..4c7906a8a 100644 --- a/src/ui/property.cpp +++ b/src/ui/property.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "ui/property.h" diff --git a/src/ui/property.h b/src/ui/property.h index f8d84988b..14fd2d67f 100644 --- a/src/ui/property.h +++ b/src/ui/property.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_PROPERTY_H_INCLUDED diff --git a/src/ui/rect.cpp b/src/ui/rect.cpp index 1bcc3cbce..a434b6ac9 100644 --- a/src/ui/rect.cpp +++ b/src/ui/rect.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/rect.h b/src/ui/rect.h index ec42e0890..b6d62f8dd 100644 --- a/src/ui/rect.h +++ b/src/ui/rect.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_RECT_H_INCLUDED diff --git a/src/ui/region.cpp b/src/ui/region.cpp index bcbbdcd86..a880801ed 100644 --- a/src/ui/region.cpp +++ b/src/ui/region.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/region.h b/src/ui/region.h index 39c89702e..a457a9eab 100644 --- a/src/ui/region.h +++ b/src/ui/region.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_REGION_H_INCLUDED diff --git a/src/ui/save_layout_event.h b/src/ui/save_layout_event.h index ad16bef52..43c1a3ef0 100644 --- a/src/ui/save_layout_event.h +++ b/src/ui/save_layout_event.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_SAVE_LAYOUT_EVENT_H_INCLUDED diff --git a/src/ui/scroll_bar.cpp b/src/ui/scroll_bar.cpp index 077b6caaf..dc92e5814 100644 --- a/src/ui/scroll_bar.cpp +++ b/src/ui/scroll_bar.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/scroll_bar.h b/src/ui/scroll_bar.h index 57a29066e..fd27ed3c1 100644 --- a/src/ui/scroll_bar.h +++ b/src/ui/scroll_bar.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_SCROLL_BAR_H_INCLUDED diff --git a/src/ui/separator.cpp b/src/ui/separator.cpp index b4563a0da..b0d3744bb 100644 --- a/src/ui/separator.cpp +++ b/src/ui/separator.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/separator.h b/src/ui/separator.h index 7da4444bc..0b40c0c61 100644 --- a/src/ui/separator.h +++ b/src/ui/separator.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_SEPARATOR_H_INCLUDED diff --git a/src/ui/slider.cpp b/src/ui/slider.cpp index f3c370f8c..557d2bbc7 100644 --- a/src/ui/slider.cpp +++ b/src/ui/slider.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/slider.h b/src/ui/slider.h index 384bbd8fa..4fd389ee4 100644 --- a/src/ui/slider.h +++ b/src/ui/slider.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_SLIDER_H_INCLUDED diff --git a/src/ui/splitter.cpp b/src/ui/splitter.cpp index 4d1ababf0..cdc793c00 100644 --- a/src/ui/splitter.cpp +++ b/src/ui/splitter.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/splitter.h b/src/ui/splitter.h index 0a059bdac..72eb99e3c 100644 --- a/src/ui/splitter.h +++ b/src/ui/splitter.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_SPLITTER_H_INCLUDED diff --git a/src/ui/system.cpp b/src/ui/system.cpp index 54781c136..fee738cf4 100644 --- a/src/ui/system.cpp +++ b/src/ui/system.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/system.h b/src/ui/system.h index bb86e1035..2d9df2062 100644 --- a/src/ui/system.h +++ b/src/ui/system.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_SYSTEM_H_INCLUDED diff --git a/src/ui/textbox.cpp b/src/ui/textbox.cpp index 650df335f..3409cf730 100644 --- a/src/ui/textbox.cpp +++ b/src/ui/textbox.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/textbox.h b/src/ui/textbox.h index a04251776..49330b620 100644 --- a/src/ui/textbox.h +++ b/src/ui/textbox.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_TEXTBOX_H_INCLUDED diff --git a/src/ui/theme.cpp b/src/ui/theme.cpp index cbd923268..435fa4c11 100644 --- a/src/ui/theme.cpp +++ b/src/ui/theme.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/theme.h b/src/ui/theme.h index 1bc9a0e2e..dc30477ac 100644 --- a/src/ui/theme.h +++ b/src/ui/theme.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_THEME_H_INCLUDED diff --git a/src/ui/timer.cpp b/src/ui/timer.cpp index 6fbd5b33f..96904782b 100644 --- a/src/ui/timer.cpp +++ b/src/ui/timer.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/timer.h b/src/ui/timer.h index b6b7d343f..60300ae52 100644 --- a/src/ui/timer.h +++ b/src/ui/timer.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_TIMER_H_INCLUDED diff --git a/src/ui/tooltips.cpp b/src/ui/tooltips.cpp index b374fec90..525d320ec 100644 --- a/src/ui/tooltips.cpp +++ b/src/ui/tooltips.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/tooltips.h b/src/ui/tooltips.h index 51fa3dfa2..bc5fa2d28 100644 --- a/src/ui/tooltips.h +++ b/src/ui/tooltips.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_TOOLTIPS_H_INCLUDED diff --git a/src/ui/view.cpp b/src/ui/view.cpp index fecc4e62c..3dce101b9 100644 --- a/src/ui/view.cpp +++ b/src/ui/view.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/view.h b/src/ui/view.h index dea6ff3dc..96c8cb252 100644 --- a/src/ui/view.h +++ b/src/ui/view.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_VIEW_H_INCLUDED diff --git a/src/ui/viewport.cpp b/src/ui/viewport.cpp index 4a74f938b..8fe69e4f9 100644 --- a/src/ui/viewport.cpp +++ b/src/ui/viewport.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/ui/viewport.h b/src/ui/viewport.h index 6eee0fc54..865644135 100644 --- a/src/ui/viewport.h +++ b/src/ui/viewport.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_VIEWPORT_H_INCLUDED diff --git a/src/ui/widget.cpp b/src/ui/widget.cpp index c8118cbf6..5bf51d79c 100644 --- a/src/ui/widget.cpp +++ b/src/ui/widget.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. /* #define REPORT_SIGNALS */ diff --git a/src/ui/widget.h b/src/ui/widget.h index 15198a005..00d2c1ca3 100644 --- a/src/ui/widget.h +++ b/src/ui/widget.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_WIDGET_H_INCLUDED diff --git a/src/ui/widgets_list.h b/src/ui/widgets_list.h index 880fa45cd..fecdc784d 100644 --- a/src/ui/widgets_list.h +++ b/src/ui/widgets_list.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_WIDGETS_LIST_H_INCLUDED diff --git a/src/ui/window.cpp b/src/ui/window.cpp index 5d2503aa0..cd19476cd 100644 --- a/src/ui/window.cpp +++ b/src/ui/window.cpp @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #define REDRAW_MOVEMENT diff --git a/src/ui/window.h b/src/ui/window.h index fdc88aba6..0e31144ed 100644 --- a/src/ui/window.h +++ b/src/ui/window.h @@ -1,7 +1,7 @@ // ASEPRITE gui library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UI_WINDOW_H_INCLUDED diff --git a/src/undo/modification.h b/src/undo/modification.h index 4293bc22d..f9b33803d 100644 --- a/src/undo/modification.h +++ b/src/undo/modification.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_MODIFICATION_H_INCLUDED diff --git a/src/undo/object_id.h b/src/undo/object_id.h index a9f399a99..a3d146751 100644 --- a/src/undo/object_id.h +++ b/src/undo/object_id.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_OBJECT_ID_H_INCLUDED diff --git a/src/undo/objects_container.h b/src/undo/objects_container.h index 66db0b288..dca0c8ab9 100644 --- a/src/undo/objects_container.h +++ b/src/undo/objects_container.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_OBJECTS_CONTAINER_H_INCLUDED diff --git a/src/undo/undo_config_provider.h b/src/undo/undo_config_provider.h index 24823f220..55a3181bc 100644 --- a/src/undo/undo_config_provider.h +++ b/src/undo/undo_config_provider.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_UNDO_CONFIG_PROVIDER_H_INCLUDED diff --git a/src/undo/undo_exception.h b/src/undo/undo_exception.h index aa6c92e68..f7b31051c 100644 --- a/src/undo/undo_exception.h +++ b/src/undo/undo_exception.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_UNDO_EXCEPTION_H_INCLUDED diff --git a/src/undo/undo_history.cpp b/src/undo/undo_history.cpp index 7922a4ec9..42897eaeb 100644 --- a/src/undo/undo_history.cpp +++ b/src/undo/undo_history.cpp @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/undo/undo_history.h b/src/undo/undo_history.h index 1820e4bfd..df95b390a 100644 --- a/src/undo/undo_history.h +++ b/src/undo/undo_history.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_UNDO_HISTORY_H_INCLUDED diff --git a/src/undo/undoer.h b/src/undo/undoer.h index 649b31257..c0d4bd123 100644 --- a/src/undo/undoer.h +++ b/src/undo/undoer.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_UNDOER_H_INCLUDED diff --git a/src/undo/undoers_collector.h b/src/undo/undoers_collector.h index 0821b785a..c41f919ae 100644 --- a/src/undo/undoers_collector.h +++ b/src/undo/undoers_collector.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_UNDOERS_COLLECTOR_H_INCLUDED diff --git a/src/undo/undoers_stack.cpp b/src/undo/undoers_stack.cpp index 10975efbe..d59019d57 100644 --- a/src/undo/undoers_stack.cpp +++ b/src/undo/undoers_stack.cpp @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #include "config.h" diff --git a/src/undo/undoers_stack.h b/src/undo/undoers_stack.h index 822b3b703..12395b57e 100644 --- a/src/undo/undoers_stack.h +++ b/src/undo/undoers_stack.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDO_UNDOERS_STACK_H_INCLUDED diff --git a/src/undoers/undoer_base.h b/src/undoers/undoer_base.h index 05cdd8eda..edba62394 100644 --- a/src/undoers/undoer_base.h +++ b/src/undoers/undoer_base.h @@ -1,7 +1,7 @@ // ASEPRITE Undo Library // Copyright (C) 2001-2012 David Capello // -// This source file is ditributed under a BSD-like license, please +// This source file is distributed under a BSD-like license, please // read LICENSE.txt for more information. #ifndef UNDOERS_UNDOER_BASE_H_INCLUDED