Skip to content

Commit

Permalink
added license information
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortis69 committed May 17, 2014
1 parent 85e4aa0 commit 8084076
Show file tree
Hide file tree
Showing 26 changed files with 840 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Bitmap.cxx
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "rendera.h"

Bitmap::Bitmap(int width, int height)
Expand Down
20 changes: 20 additions & 0 deletions Bitmap.h
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef BITMAP_H
#define BITMAP_H

Expand Down
20 changes: 20 additions & 0 deletions Blend.cxx
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "rendera.h"

Blend::Blend()
Expand Down
20 changes: 20 additions & 0 deletions Blend.h
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef BLEND_H
#define BLEND_H

Expand Down
20 changes: 20 additions & 0 deletions Bmp.cxx
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "rendera.h"

Bmp::Bmp()
Expand Down
20 changes: 20 additions & 0 deletions Bmp.h
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef BMP_H
#define BMP_H

Expand Down
20 changes: 20 additions & 0 deletions Button.cxx
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include "rendera.h"

Button::Button(Fl_Group *g, int x, int y, int w, int h, const char *label, const char *filename)
Expand Down
20 changes: 20 additions & 0 deletions Button.h
@@ -1,3 +1,23 @@
/*
Copyright (c) 2014 Joe Davisson.
This file is part of Rendera.
Rendera 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 2 of the License, or
(at your option) any later version.
Rendera 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 Rendera; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#ifndef BUTTON_H
#define BUTTON_H

Expand Down

0 comments on commit 8084076

Please sign in to comment.