Skip to content

Commit

Permalink
Add GPL license.
Browse files Browse the repository at this point in the history
  • Loading branch information
MaurycyLiebner committed Aug 24, 2019
1 parent 78b4e69 commit ce91d09
Show file tree
Hide file tree
Showing 643 changed files with 11,671 additions and 53 deletions.
674 changes: 674 additions & 0 deletions GPL3-license.txt

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions examples/boxes/boxes.pro
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# enve - 2D animations software
# Copyright (C) 2016-2019 Maurycy Liebner

# This program 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.

# This program 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/>.

TEMPLATE = subdirs

SUBDIRS = \
Expand Down
16 changes: 16 additions & 0 deletions examples/examples.pro
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# enve - 2D animations software
# Copyright (C) 2016-2019 Maurycy Liebner

# This program 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.

# This program 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/>.

TEMPLATE = subdirs

SUBDIRS = \
Expand Down
16 changes: 16 additions & 0 deletions examples/pathEffects/examplePathEffect/examplePathEffect.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# enve - 2D animations software
# Copyright (C) 2016-2019 Maurycy Liebner

# This program 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.

# This program 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/>.

#-------------------------------------------------
#
# Project created by QtCreator 2019-06-02T11:49:48
Expand Down
16 changes: 16 additions & 0 deletions examples/pathEffects/examplePathEffect/examplepatheffect.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#include "examplepatheffect.h"

qsptr<CustomPathEffect> eCreateNewestVersion() {
Expand Down
16 changes: 16 additions & 0 deletions examples/pathEffects/examplePathEffect/examplepatheffect.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef EXAMPLEPATHEFFECT_H
#define EXAMPLEPATHEFFECT_H

Expand Down
16 changes: 16 additions & 0 deletions examples/pathEffects/examplePathEffect/examplepatheffect_global.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef EXAMPLEPATHEFFECT_GLOBAL_H
#define EXAMPLEPATHEFFECT_GLOBAL_H

Expand Down
16 changes: 16 additions & 0 deletions examples/pathEffects/pathEffects.pro
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# enve - 2D animations software
# Copyright (C) 2016-2019 Maurycy Liebner

# This program 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.

# This program 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/>.

TEMPLATE = subdirs

SUBDIRS = \
Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/dabTest/dabTest.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# enve - 2D animations software
# Copyright (C) 2016-2019 Maurycy Liebner

# This program 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.

# This program 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/>.

#-------------------------------------------------
#
# Project created by QtCreator 2019-06-02T11:49:48
Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/dabTest/dabtest.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#include "dabtest.h"

qsptr<CustomRasterEffect> eCreateNewestVersion() {
Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/dabTest/dabtest.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef DABTEST_H
#define DABTEST_H

Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/dabTest/dabtest_global.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef DABTEST_GLOBAL_H
#define DABTEST_GLOBAL_H

Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/dabTest/normal.frag
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#version 330 core
in vec2 texCoord;

Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eBlur/eBlur.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# enve - 2D animations software
# Copyright (C) 2016-2019 Maurycy Liebner

# This program 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.

# This program 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/>.

#-------------------------------------------------
#
# Project created by QtCreator 2019-06-02T11:49:48
Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eBlur/eblur.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#include "eblur.h"

qsptr<CustomRasterEffect> eCreateNewestVersion() {
Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eBlur/eblur.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef EBLUR_H
#define EBLUR_H

Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eBlur/eblur_global.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef EBLUR_GLOBAL_H
#define EBLUR_GLOBAL_H

Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eShadow/eShadow.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# enve - 2D animations software
# Copyright (C) 2016-2019 Maurycy Liebner

# This program 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.

# This program 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/>.

#-------------------------------------------------
#
# Project created by QtCreator 2019-06-02T11:49:48
Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eShadow/eshadow.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#include "eshadow.h"

qsptr<CustomRasterEffect> eCreateNewestVersion() {
Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eShadow/eshadow.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef ESHADOW_H
#define ESHADOW_H

Expand Down
16 changes: 16 additions & 0 deletions examples/rasterEffects/eShadow/eshadow_global.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
// enve - 2D animations software
// Copyright (C) 2016-2019 Maurycy Liebner

// This program 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.

// This program 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/>.

#ifndef ESHADOW_GLOBAL_H
#define ESHADOW_GLOBAL_H

Expand Down
Loading

0 comments on commit ce91d09

Please sign in to comment.