Bump copyright date to 2013.

This commit is contained in:
Mike Pall
2013-02-11 12:54:48 +01:00
parent 8b46013fdd
commit 4a44c4ff69
176 changed files with 195 additions and 194 deletions

View File

@@ -1,6 +1,6 @@
/*
** LuaJIT VM builder.
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
**
** This is a tool to build the hand-tuned assembler code required for
** LuaJIT's bytecode interpreter. It supports a variety of output formats

View File

@@ -1,6 +1,6 @@
/*
** LuaJIT VM builder.
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
#ifndef _BUILDVM_H

View File

@@ -1,6 +1,6 @@
/*
** LuaJIT VM builder: Assembler source code emitter.
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
#include "buildvm.h"

View File

@@ -1,6 +1,6 @@
/*
** LuaJIT VM builder: IR folding hash table generator.
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
#include "buildvm.h"

View File

@@ -1,6 +1,6 @@
/*
** LuaJIT VM builder: library definition compiler.
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
*/
#include "buildvm.h"

View File

@@ -1,6 +1,6 @@
/*
** LuaJIT VM builder: PE object emitter.
** Copyright (C) 2005-2012 Mike Pall. See Copyright Notice in luajit.h
** Copyright (C) 2005-2013 Mike Pall. See Copyright Notice in luajit.h
**
** Only used for building on Windows, since we cannot assume the presence
** of a suitable assembler. The host and target byte order must match.

View File

@@ -2,7 +2,7 @@
-- Lua script to generate a customized, minified version of Lua.
-- The resulting 'minilua' is used for the build process of LuaJIT.
----------------------------------------------------------------------------
-- Copyright (C) 2005-2012 Mike Pall. All rights reserved.
-- Copyright (C) 2005-2013 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------