From e955222d88efb2b4e717e436d9ce2abb93c91361 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 16 Mar 2020 09:29:43 -0300 Subject: Add Copyright headers to all source files --- .../net/taler/merchantpos/order/CategoriesFragment.kt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app/src/main/java/net/taler/merchantpos/order/CategoriesFragment.kt') diff --git a/app/src/main/java/net/taler/merchantpos/order/CategoriesFragment.kt b/app/src/main/java/net/taler/merchantpos/order/CategoriesFragment.kt index 549eb78..34b97c0 100644 --- a/app/src/main/java/net/taler/merchantpos/order/CategoriesFragment.kt +++ b/app/src/main/java/net/taler/merchantpos/order/CategoriesFragment.kt @@ -1,3 +1,19 @@ +/* + * This file is part of GNU Taler + * (C) 2020 Taler Systems S.A. + * + * GNU Taler 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, or (at your option) any later version. + * + * GNU Taler 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 + * GNU Taler; see the file COPYING. If not, see + */ + package net.taler.merchantpos.order import android.os.Bundle -- cgit v1.2.3