From cc2656cb093b763f048577df7257af3924d1d36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Sat, 23 Mar 2019 22:41:04 +0100 Subject: [PATCH] updated copyright notice at the top of the files --- internal/app/images.go | 5 +++++ internal/app/images_test.go | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/internal/app/images.go b/internal/app/images.go index 0389e2e..221f04a 100644 --- a/internal/app/images.go +++ b/internal/app/images.go @@ -1,3 +1,8 @@ +/* + * Copyright (C) 2019 Philipp Haefelfinger (http://www.haefelfinger.ch/). All Rights Reserved. + * This application is licensed under GPLv2. See the LICENSE file in the root directory of the project. + */ + package app import ( diff --git a/internal/app/images_test.go b/internal/app/images_test.go index 1b4d552..bfe4a8f 100644 --- a/internal/app/images_test.go +++ b/internal/app/images_test.go @@ -1,3 +1,8 @@ +/* + * Copyright (C) 2019 Philipp Haefelfinger (http://www.haefelfinger.ch/). All Rights Reserved. + * This application is licensed under GPLv2. See the LICENSE file in the root directory of the project. + */ + package app //go:generate mockgen -destination=./piwigo_mock_test.go -package=app git.haefelfinger.net/piwigo/PiwigoDirectoryUploader/internal/pkg/piwigo PiwigoApi,PiwigoCategoryApi,PiwigoImageApi