From 703458e2530814c8f100d74814a3e0ed21010d30 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 22 Aug 2017 20:26:55 -0600 Subject: License --- framework/src/kubeimage.cpp | 18 ++++++++++++++++++ framework/src/kubeimage.h | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) (limited to 'framework') diff --git a/framework/src/kubeimage.cpp b/framework/src/kubeimage.cpp index 4fec7f3d..b19d9e4a 100644 --- a/framework/src/kubeimage.cpp +++ b/framework/src/kubeimage.cpp @@ -1,3 +1,21 @@ +/* + Copyright (c) 2017 Christian Mollekopf + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published by + the Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + + This library 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 Library General Public + License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. +*/ #include "kubeimage.h" #include diff --git a/framework/src/kubeimage.h b/framework/src/kubeimage.h index da4efed0..d4b8d244 100644 --- a/framework/src/kubeimage.h +++ b/framework/src/kubeimage.h @@ -1,3 +1,21 @@ +/* + Copyright (c) 2017 Christian Mollekopf + + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published by + the Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + + This library 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 Library General Public + License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. +*/ #include -- cgit v1.2.3