Added copyright notices in the implementation files
This commit is contained in:
parent
308f9a2195
commit
37b98e547f
10 changed files with 115 additions and 4 deletions
|
@ -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
|
||||
%
|
||||
|
|
|
@ -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
|
||||
%
|
||||
|
|
|
@ -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
|
||||
%
|
||||
|
|
|
@ -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
|
||||
%
|
||||
|
|
|
@ -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
|
||||
%%
|
||||
|
|
|
@ -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
|
||||
%
|
||||
|
|
|
@ -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{%
|
||||
\csdef{avr@bin@#1}{#2}%
|
||||
\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
|
||||
\def\avr@test@setup#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]
|
||||
\ProvidesPackage{avremu} [2014/10/09 v0.1 avremu]
|
||||
\RequirePackage{etoolbox}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue