From d7137525d17219d9c543a81acc1de025575ddb23 Mon Sep 17 00:00:00 2001 From: ston1th Date: Wed, 17 Jan 2018 23:08:10 +0100 Subject: [PATCH] bump copyright --- LICENSE | 2 +- cache.go | 2 +- cache_test.go | 2 ++ cmd/main.go | 2 +- errors.go | 2 ++ filter.go | 2 +- filter_test.go | 2 +- helper.go | 2 ++ regression_test.go | 2 ++ 9 files changed, 13 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 2bb060c..115e96e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2017 Marius Schellenberger +Copyright (C) 2018 Marius Schellenberger All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/cache.go b/cache.go index 2b7508b..e39af5e 100644 --- a/cache.go +++ b/cache.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Marius Schellenberger +// Copyright (C) 2018 Marius Schellenberger package filter diff --git a/cache_test.go b/cache_test.go index 63a6fc5..d53b263 100644 --- a/cache_test.go +++ b/cache_test.go @@ -1,3 +1,5 @@ +// Copyright (C) 2018 Marius Schellenberger + package filter import "testing" diff --git a/cmd/main.go b/cmd/main.go index 07bddea..70f78d8 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Marius Schellenberger +// Copyright (C) 2018 Marius Schellenberger package main diff --git a/errors.go b/errors.go index fcf57ad..e375b96 100644 --- a/errors.go +++ b/errors.go @@ -1,3 +1,5 @@ +// Copyright (C) 2018 Marius Schellenberger + package filter import "errors" diff --git a/filter.go b/filter.go index dd8a1e4..8451bea 100644 --- a/filter.go +++ b/filter.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Marius Schellenberger +// Copyright (C) 2018 Marius Schellenberger // Package filter implements simple struct field filtering package filter diff --git a/filter_test.go b/filter_test.go index fbb81aa..4476775 100644 --- a/filter_test.go +++ b/filter_test.go @@ -1,4 +1,4 @@ -// Copyright (C) 2017 Marius Schellenberger +// Copyright (C) 2018 Marius Schellenberger package filter diff --git a/helper.go b/helper.go index 2be87f2..eadc5c8 100644 --- a/helper.go +++ b/helper.go @@ -1,3 +1,5 @@ +// Copyright (C) 2018 Marius Schellenberger + package filter import ( diff --git a/regression_test.go b/regression_test.go index ae46655..262eb5f 100644 --- a/regression_test.go +++ b/regression_test.go @@ -1,3 +1,5 @@ +// Copyright (C) 2018 Marius Schellenberger + package filter import "testing"