Fix license in some files of base library

This commit is contained in:
David Capello 2013-12-15 12:48:37 -03:00
parent d96c5ff1e5
commit d5dbf72fca
5 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
// Aseprite Base Library
// Copyright (c) 2001-2013 David Capello
//
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
// This source file is distributed under MIT license,
// please read LICENSE.txt for more information.
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -1,8 +1,8 @@
// Aseprite Base Library
// Copyright (c) 2001-2013 David Capello
//
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
// This source file is distributed under MIT license,
// please read LICENSE.txt for more information.
#ifndef BASE_PROGRAM_OPTIONS_H_INCLUDED
#define BASE_PROGRAM_OPTIONS_H_INCLUDED

View File

@ -1,8 +1,8 @@
// Aseprite Base Library
// Copyright (c) 2001-2013 David Capello
//
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
// This source file is distributed under MIT license,
// please read LICENSE.txt for more information.
#include <gtest/gtest.h>

View File

@ -1,8 +1,8 @@
// Aseprite Base Library
// Copyright (c) 2001-2013 David Capello
//
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
// This source file is distributed under MIT license,
// please read LICENSE.txt for more information.
#ifdef HAVE_CONFIG_H
#include "config.h"

View File

@ -1,8 +1,8 @@
// Aseprite Base Library
// Copyright (c) 2001-2013 David Capello
//
// This source file is ditributed under a BSD-like license, please
// read LICENSE.txt for more information.
// This source file is distributed under MIT license,
// please read LICENSE.txt for more information.
#ifndef BASE_SYSTEM_CONSOLE_H_INCLUDED
#define BASE_SYSTEM_CONSOLE_H_INCLUDED