Skip to content

Commit

Permalink
added licence header for source files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsvaz committed Nov 5, 2012
1 parent 2c2f5ed commit 30f206e
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 0 deletions.
20 changes: 20 additions & 0 deletions teka.lpr
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
This file is part of Teka, a drawing game for very young children who
will discover mouse moving.
Copyright (C) 2011-2012 João Marcelo S. Vaz
Teka is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Teka is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
}

program teka;

{$mode objfpc}{$H+}
Expand Down
20 changes: 20 additions & 0 deletions uColors.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
This file is part of Teka, a drawing game for very young children who
will discover mouse moving.
Copyright (C) 2011-2012 João Marcelo S. Vaz
Teka is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Teka is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
}

unit uColors;

{$mode objfpc}{$H+}
Expand Down
20 changes: 20 additions & 0 deletions uMain.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
This file is part of Teka, a drawing game for very young children who
will discover mouse moving.
Copyright (C) 2011-2012 João Marcelo S. Vaz
Teka is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Teka is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
}

unit uMain;

{$mode objfpc}{$H+}
Expand Down
20 changes: 20 additions & 0 deletions uOptions.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
This file is part of Teka, a drawing game for very young children who
will discover mouse moving.
Copyright (C) 2011-2012 João Marcelo S. Vaz
Teka is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Teka is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
}

unit uOptions;

{$mode objfpc}{$H+}
Expand Down
20 changes: 20 additions & 0 deletions uStrings.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@

interface

{
This file is part of Teka, a drawing game for very young children who
will discover mouse moving.
Copyright (C) 2011-2012 João Marcelo S. Vaz
Teka is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Teka is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
}

uses
Classes, SysUtils;

Expand Down
20 changes: 20 additions & 0 deletions uUtil.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
{
This file is part of Teka, a drawing game for very young children who
will discover mouse moving.
Copyright (C) 2011-2012 João Marcelo S. Vaz
Teka is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Teka is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
}

unit uUtil;

{$mode objfpc}{$H+}
Expand Down

0 comments on commit 30f206e

Please sign in to comment.