Added copyright notices in the implementation files
This commit is contained in:
parent
308f9a2195
commit
37b98e547f
8
Makefile
8
Makefile
@ -12,8 +12,8 @@ test-simple: source/simple-testsuite.tex
|
|||||||
test-%: source/test-suite/%.c
|
test-%: source/test-suite/%.c
|
||||||
cd source/test-suite; ./test-suite single $(shell basename $<)
|
cd source/test-suite; ./test-suite single $(shell basename $<)
|
||||||
|
|
||||||
avremu.zip: source/avremu.pdf
|
avremu.tds.zip: source/avremu.pdf
|
||||||
rm -rf avremu avremu.zip
|
rm -rf avremu avremu.tds.zip
|
||||||
mkdir avremu
|
mkdir avremu
|
||||||
# TeX Directory
|
# TeX Directory
|
||||||
mkdir -p avremu/tex/latex/avremu
|
mkdir -p avremu/tex/latex/avremu
|
||||||
@ -32,8 +32,8 @@ avremu.zip: source/avremu.pdf
|
|||||||
mkdir -p avremu/doc/latex/avremu
|
mkdir -p avremu/doc/latex/avremu
|
||||||
cp source/avremu.pdf avremu/doc/latex/avremu
|
cp source/avremu.pdf avremu/doc/latex/avremu
|
||||||
cp README.md avremu/doc/latex/avremu/README
|
cp README.md avremu/doc/latex/avremu/README
|
||||||
cd avremu; zip -r ../avremu.zip *
|
cd avremu; zip -r ../avremu.tds.zip *
|
||||||
rm -rf avremu
|
rm -rf avremu
|
||||||
|
|
||||||
|
|
||||||
.PHONY: test-simple source/avremu.pdf avremu.zip
|
.PHONY: test-simple source/avremu.pdf avremu.tds.zip
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
%
|
%
|
||||||
% This interacts with the avr-gcc and provides a loader for ihex files
|
% This interacts with the avr-gcc and provides a loader for ihex files
|
||||||
%
|
%
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
%
|
%
|
||||||
% This file contains the basic binary operations
|
% This file contains the basic binary operations
|
||||||
%
|
%
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
%
|
%
|
||||||
% This library can be used to draw graphics through IO ports
|
% This library can be used to draw graphics through IO ports
|
||||||
%
|
%
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
%
|
%
|
||||||
% This file contains all opcode implementations
|
% This file contains all opcode implementations
|
||||||
%
|
%
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
%%
|
%%
|
||||||
%% The IO Subsystem
|
%% The IO Subsystem
|
||||||
%%
|
%%
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
%
|
%
|
||||||
% The IO subsystem
|
% The IO subsystem
|
||||||
%
|
%
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
|
|
||||||
\def\avr@bindec@addmap#1#2{%
|
\def\avr@bindec@addmap#1#2{%
|
||||||
\csdef{avr@bin@#1}{#2}%
|
\csdef{avr@bin@#1}{#2}%
|
||||||
\csdef{avr@dec@#2}{#1}%
|
\csdef{avr@dec@#2}{#1}%
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
|
|
||||||
%% These Functions are used within the test-suite
|
%% These Functions are used within the test-suite
|
||||||
\def\avr@test@setup#1{%
|
\def\avr@test@setup#1{%
|
||||||
\typeout{---- Test: #1 ----}%
|
\typeout{---- Test: #1 ----}%
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
%% Copyright (C) 2014 Christian Dietrich <stettberger@dokucode.de>
|
||||||
|
%% -------------------------------------------------------
|
||||||
|
%%
|
||||||
|
%% This package may be distributed and/or modified under the conditions
|
||||||
|
%% of the LaTeX Project Public License, either version 1.3c of this
|
||||||
|
%% license or (at your option) any later version. The latest version of
|
||||||
|
%% this license is in
|
||||||
|
%%
|
||||||
|
%% http://www.latex-project.org/lppl.txt
|
||||||
|
%%
|
||||||
|
%% and version 1.3c or later is part of all distributions of LaTeX
|
||||||
|
%% version 2008/05/04 or later.
|
||||||
|
|
||||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||||
\ProvidesPackage{avremu} [2014/10/09 v0.1 avremu]
|
\ProvidesPackage{avremu} [2014/10/09 v0.1 avremu]
|
||||||
\RequirePackage{etoolbox}
|
\RequirePackage{etoolbox}
|
||||||
|
Loading…
Reference in New Issue
Block a user