mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-15 21:40:34 +00:00
Fix header of files distributed under the terms of the MIT license
This commit is contained in:
parent
f4b2b47a2c
commit
78ce233756
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2001-2013 David Capello
|
Copyright (c) 2001-2014 David Capello
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_BIND_H_INCLUDED
|
#ifndef BASE_BIND_H_INCLUDED
|
||||||
#define BASE_BIND_H_INCLUDED
|
#define BASE_BIND_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_CFILE_H_INCLUDED
|
#ifndef BASE_CFILE_H_INCLUDED
|
||||||
#define BASE_CFILE_H_INCLUDED
|
#define BASE_CFILE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_CHRONO_H_INCLUDED
|
#ifndef BASE_CHRONO_H_INCLUDED
|
||||||
#define BASE_CHRONO_H_INCLUDED
|
#define BASE_CHRONO_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_CLAMP_H_INCLUDED
|
#ifndef BASE_CLAMP_H_INCLUDED
|
||||||
#define BASE_CLAMP_H_INCLUDED
|
#define BASE_CLAMP_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_COMPILER_SPECIFIC_H_INCLUDED
|
#ifndef BASE_COMPILER_SPECIFIC_H_INCLUDED
|
||||||
#define BASE_COMPILER_SPECIFIC_H_INCLUDED
|
#define BASE_COMPILER_SPECIFIC_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_CONVERT_TO_H_INCLUDED
|
#ifndef BASE_CONVERT_TO_H_INCLUDED
|
||||||
#define BASE_CONVERT_TO_H_INCLUDED
|
#define BASE_CONVERT_TO_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_DISABLE_COPYING_H_INCLUDED
|
#ifndef BASE_DISABLE_COPYING_H_INCLUDED
|
||||||
#define BASE_DISABLE_COPYING_H_INCLUDED
|
#define BASE_DISABLE_COPYING_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_ERRNO_STRING_H_INCLUDED
|
#ifndef BASE_ERRNO_STRING_H_INCLUDED
|
||||||
#define BASE_ERRNO_STRING_H_INCLUDED
|
#define BASE_ERRNO_STRING_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_EXCEPTION_H_INCLUDED
|
#ifndef BASE_EXCEPTION_H_INCLUDED
|
||||||
#define BASE_EXCEPTION_H_INCLUDED
|
#define BASE_EXCEPTION_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_OPEN_FILE_H_INCLUDED
|
#ifndef BASE_OPEN_FILE_H_INCLUDED
|
||||||
#define BASE_OPEN_FILE_H_INCLUDED
|
#define BASE_OPEN_FILE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_FS_H_INCLUDED
|
#ifndef BASE_FS_H_INCLUDED
|
||||||
#define BASE_FS_H_INCLUDED
|
#define BASE_FS_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_LAUNCHER_H_INCLUDED
|
#ifndef BASE_LAUNCHER_H_INCLUDED
|
||||||
#define BASE_LAUNCHER_H_INCLUDED
|
#define BASE_LAUNCHER_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MEM_UTILS_H_INCLUDED
|
#ifndef BASE_MEM_UTILS_H_INCLUDED
|
||||||
#define BASE_MEM_UTILS_H_INCLUDED
|
#define BASE_MEM_UTILS_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MEMORY_H_INCLUDED
|
#ifndef BASE_MEMORY_H_INCLUDED
|
||||||
#define BASE_MEMORY_H_INCLUDED
|
#define BASE_MEMORY_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MEMORY_DUMP_H_INCLUDED
|
#ifndef BASE_MEMORY_DUMP_H_INCLUDED
|
||||||
#define BASE_MEMORY_DUMP_H_INCLUDED
|
#define BASE_MEMORY_DUMP_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MEMORY_DUMP_NONE_H_INCLUDED
|
#ifndef BASE_MEMORY_DUMP_NONE_H_INCLUDED
|
||||||
#define BASE_MEMORY_DUMP_NONE_H_INCLUDED
|
#define BASE_MEMORY_DUMP_NONE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MEMORY_DUMP_WIN32_H_INCLUDED
|
#ifndef BASE_MEMORY_DUMP_WIN32_H_INCLUDED
|
||||||
#define BASE_MEMORY_DUMP_WIN32_H_INCLUDED
|
#define BASE_MEMORY_DUMP_WIN32_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MUTEX_H_INCLUDED
|
#ifndef BASE_MUTEX_H_INCLUDED
|
||||||
#define BASE_MUTEX_H_INCLUDED
|
#define BASE_MUTEX_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MUTEX_PTHREAD_H_INCLUDED
|
#ifndef BASE_MUTEX_PTHREAD_H_INCLUDED
|
||||||
#define BASE_MUTEX_PTHREAD_H_INCLUDED
|
#define BASE_MUTEX_PTHREAD_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_MUTEX_WIN32_H_INCLUDED
|
#ifndef BASE_MUTEX_WIN32_H_INCLUDED
|
||||||
#define BASE_MUTEX_WIN32_H_INCLUDED
|
#define BASE_MUTEX_WIN32_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_OBSERVABLE_H_INCLUDED
|
#ifndef BASE_OBSERVABLE_H_INCLUDED
|
||||||
#define BASE_OBSERVABLE_H_INCLUDED
|
#define BASE_OBSERVABLE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_OBSERVERS_H_INCLUDED
|
#ifndef BASE_OBSERVERS_H_INCLUDED
|
||||||
#define BASE_OBSERVERS_H_INCLUDED
|
#define BASE_OBSERVERS_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_PATH_H_INCLUDED
|
#ifndef BASE_PATH_H_INCLUDED
|
||||||
#define BASE_PATH_H_INCLUDED
|
#define BASE_PATH_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_PROGRAM_OPTIONS_H_INCLUDED
|
#ifndef BASE_PROGRAM_OPTIONS_H_INCLUDED
|
||||||
#define BASE_PROGRAM_OPTIONS_H_INCLUDED
|
#define BASE_PROGRAM_OPTIONS_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_RECENT_ITEMS_H_INCLUDED
|
#ifndef BASE_RECENT_ITEMS_H_INCLUDED
|
||||||
#define BASE_RECENT_ITEMS_H_INCLUDED
|
#define BASE_RECENT_ITEMS_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_REMOVE_FROM_CONTAINER_H_INCLUDED
|
#ifndef BASE_REMOVE_FROM_CONTAINER_H_INCLUDED
|
||||||
#define BASE_REMOVE_FROM_CONTAINER_H_INCLUDED
|
#define BASE_REMOVE_FROM_CONTAINER_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SCOPED_LOCK_H_INCLUDED
|
#ifndef BASE_SCOPED_LOCK_H_INCLUDED
|
||||||
#define BASE_SCOPED_LOCK_H_INCLUDED
|
#define BASE_SCOPED_LOCK_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SERIALIZATION_H_INCLUDED
|
#ifndef BASE_SERIALIZATION_H_INCLUDED
|
||||||
#define BASE_SERIALIZATION_H_INCLUDED
|
#define BASE_SERIALIZATION_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SHA1_H_INCLUDED
|
#ifndef BASE_SHA1_H_INCLUDED
|
||||||
#define BASE_SHA1_H_INCLUDED
|
#define BASE_SHA1_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SHARED_PTR_H_INCLUDED
|
#ifndef BASE_SHARED_PTR_H_INCLUDED
|
||||||
#define BASE_SHARED_PTR_H_INCLUDED
|
#define BASE_SHARED_PTR_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SIGNAL_H_INCLUDED
|
#ifndef BASE_SIGNAL_H_INCLUDED
|
||||||
#define BASE_SIGNAL_H_INCLUDED
|
#define BASE_SIGNAL_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SLOT_H_INCLUDED
|
#ifndef BASE_SLOT_H_INCLUDED
|
||||||
#define BASE_SLOT_H_INCLUDED
|
#define BASE_SLOT_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SPLIT_STRING_H_INCLUDED
|
#ifndef BASE_SPLIT_STRING_H_INCLUDED
|
||||||
#define BASE_SPLIT_STRING_H_INCLUDED
|
#define BASE_SPLIT_STRING_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_STRING_H_INCLUDED
|
#ifndef BASE_STRING_H_INCLUDED
|
||||||
#define BASE_STRING_H_INCLUDED
|
#define BASE_STRING_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_SYSTEM_CONSOLE_H_INCLUDED
|
#ifndef BASE_SYSTEM_CONSOLE_H_INCLUDED
|
||||||
#define BASE_SYSTEM_CONSOLE_H_INCLUDED
|
#define BASE_SYSTEM_CONSOLE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_TEMP_DIR_H_INCLUDED
|
#ifndef BASE_TEMP_DIR_H_INCLUDED
|
||||||
#define BASE_TEMP_DIR_H_INCLUDED
|
#define BASE_TEMP_DIR_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// ASEPRITE gui library
|
// Aseprite Base Library
|
||||||
// Copyright (C) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_THREAD_H_INCLUDED
|
#ifndef BASE_THREAD_H_INCLUDED
|
||||||
#define BASE_THREAD_H_INCLUDED
|
#define BASE_THREAD_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_TRIM_STRING_H_INCLUDED
|
#ifndef BASE_TRIM_STRING_H_INCLUDED
|
||||||
#define BASE_TRIM_STRING_H_INCLUDED
|
#define BASE_TRIM_STRING_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_UNIQUE_PTR_H_INCLUDED
|
#ifndef BASE_UNIQUE_PTR_H_INCLUDED
|
||||||
#define BASE_UNIQUE_PTR_H_INCLUDED
|
#define BASE_UNIQUE_PTR_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_VECTOR2D_H_INCLUDED
|
#ifndef BASE_VECTOR2D_H_INCLUDED
|
||||||
#define BASE_VECTOR2D_H_INCLUDED
|
#define BASE_VECTOR2D_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_VERSION_H_INCLUDED
|
#ifndef BASE_VERSION_H_INCLUDED
|
||||||
#define BASE_VERSION_H_INCLUDED
|
#define BASE_VERSION_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Base Library
|
// Aseprite Base Library
|
||||||
// Copyright (c) 2001-2013 David Capello
|
// Copyright (c) 2001-2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef BASE_WIN32_EXCEPTION_H_INCLUDED
|
#ifndef BASE_WIN32_EXCEPTION_H_INCLUDED
|
||||||
#define BASE_WIN32_EXCEPTION_H_INCLUDED
|
#define BASE_WIN32_EXCEPTION_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_COMPOUND_STYLE_H_INCLUDED
|
#ifndef CSS_COMPOUND_STYLE_H_INCLUDED
|
||||||
#define CSS_COMPOUND_STYLE_H_INCLUDED
|
#define CSS_COMPOUND_STYLE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_CSS_H_INCLUDED
|
#ifndef CSS_CSS_H_INCLUDED
|
||||||
#define CSS_CSS_H_INCLUDED
|
#define CSS_CSS_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#include <gtest/gtest.h>
|
#include <gtest/gtest.h>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_MAP_H_INCLUDED
|
#ifndef CSS_MAP_H_INCLUDED
|
||||||
#define CSS_MAP_H_INCLUDED
|
#define CSS_MAP_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_QUERY_H_INCLUDED
|
#ifndef CSS_QUERY_H_INCLUDED
|
||||||
#define CSS_QUERY_H_INCLUDED
|
#define CSS_QUERY_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_RULE_H_INCLUDED
|
#ifndef CSS_RULE_H_INCLUDED
|
||||||
#define CSS_RULE_H_INCLUDED
|
#define CSS_RULE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_SHEET_H_INCLUDED
|
#ifndef CSS_SHEET_H_INCLUDED
|
||||||
#define CSS_SHEET_H_INCLUDED
|
#define CSS_SHEET_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_STATE_H_INCLUDED
|
#ifndef CSS_STATE_H_INCLUDED
|
||||||
#define CSS_STATE_H_INCLUDED
|
#define CSS_STATE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_STATEFUL_STYLE_H_INCLUDED
|
#ifndef CSS_STATEFUL_STYLE_H_INCLUDED
|
||||||
#define CSS_STATEFUL_STYLE_H_INCLUDED
|
#define CSS_STATEFUL_STYLE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_STYLE_H_INCLUDED
|
#ifndef CSS_STYLE_H_INCLUDED
|
||||||
#define CSS_STYLE_H_INCLUDED
|
#define CSS_STYLE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite CSS Library
|
// Aseprite CSS Library
|
||||||
// Copyright (C) 2013 David Capello
|
// Copyright (C) 2013 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef CSS_VALUE_H_INCLUDED
|
#ifndef CSS_VALUE_H_INCLUDED
|
||||||
#define CSS_VALUE_H_INCLUDED
|
#define CSS_VALUE_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Document Library
|
// Aseprite Document Library
|
||||||
// Copyright (c) 2014 David Capello
|
// Copyright (c) 2014 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under the terms of the MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Document Library
|
// Aseprite Document Library
|
||||||
// Copyright (c) 2014 David Capello
|
// Copyright (c) 2014 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under the terms of the MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef DOC_DOCUMENT_H_INCLUDED
|
#ifndef DOC_DOCUMENT_H_INCLUDED
|
||||||
#define DOC_DOCUMENT_H_INCLUDED
|
#define DOC_DOCUMENT_H_INCLUDED
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
// Aseprite Document Library
|
// Aseprite Document Library
|
||||||
// Copyright (c) 2014 David Capello
|
// Copyright (c) 2014 David Capello
|
||||||
//
|
//
|
||||||
// This source file is distributed under the terms of the MIT license,
|
// This file is released under the terms of the MIT license.
|
||||||
// please read LICENSE.txt for more information.
|
// Read LICENSE.txt for more information.
|
||||||
|
|
||||||
#ifndef DOC_EXPORT_DATA_H_INCLUDED
|
#ifndef DOC_EXPORT_DATA_H_INCLUDED
|
||||||
#define DOC_EXPORT_DATA_H_INCLUDED
|
#define DOC_EXPORT_DATA_H_INCLUDED
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user