From 5b248b538f2e656cf9a3bf5eb644cb8affef6d35 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Thu, 8 Aug 2019 13:18:01 +1000 Subject: [PATCH] added missing license headers --- app/common/filefunctions.cpp | 20 ++++++++++++++++++++ app/common/filefunctions.h | 20 ++++++++++++++++++++ app/config/config.h | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/app/common/filefunctions.cpp b/app/common/filefunctions.cpp index a223dfcec..9e23a5456 100644 --- a/app/common/filefunctions.cpp +++ b/app/common/filefunctions.cpp @@ -1,3 +1,23 @@ +/*** + + Olive - Non-Linear Video Editor + Copyright (C) 2019 Olive Team + + 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 . + +***/ + #include "filefunctions.h" #include diff --git a/app/common/filefunctions.h b/app/common/filefunctions.h index d006cb955..a7a20bba1 100644 --- a/app/common/filefunctions.h +++ b/app/common/filefunctions.h @@ -1,3 +1,23 @@ +/*** + + Olive - Non-Linear Video Editor + Copyright (C) 2019 Olive Team + + 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 . + +***/ + #ifndef FILEFUNCTIONS_H #define FILEFUNCTIONS_H diff --git a/app/config/config.h b/app/config/config.h index 79e1072c6..dacf33969 100644 --- a/app/config/config.h +++ b/app/config/config.h @@ -1,3 +1,23 @@ +/*** + + Olive - Non-Linear Video Editor + Copyright (C) 2019 Olive Team + + 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 . + +***/ + #ifndef CONFIG_H #define CONFIG_H