From 571f46b1a3b49a934cbe85ebeb5b5e32125e67b6 Mon Sep 17 00:00:00 2001 From: Paul Ruane Date: Mon, 3 Sep 2018 21:58:18 +0100 Subject: [PATCH] It's no longer 2017. --- COMPILING.md | 2 +- README.md | 2 +- misc/man/tmsu.1 | 2 +- src/github.com/oniony/TMSU/cli/cli.go | 2 +- src/github.com/oniony/TMSU/cli/command.go | 2 +- src/github.com/oniony/TMSU/cli/commands.go | 2 +- src/github.com/oniony/TMSU/cli/commands_windows.go | 2 +- src/github.com/oniony/TMSU/cli/common.go | 2 +- src/github.com/oniony/TMSU/cli/config.go | 2 +- src/github.com/oniony/TMSU/cli/copy.go | 2 +- src/github.com/oniony/TMSU/cli/delete.go | 2 +- src/github.com/oniony/TMSU/cli/dupes.go | 2 +- src/github.com/oniony/TMSU/cli/errors.go | 2 +- src/github.com/oniony/TMSU/cli/files.go | 2 +- src/github.com/oniony/TMSU/cli/help.go | 2 +- src/github.com/oniony/TMSU/cli/imply.go | 2 +- src/github.com/oniony/TMSU/cli/info.go | 2 +- src/github.com/oniony/TMSU/cli/init.go | 2 +- src/github.com/oniony/TMSU/cli/merge.go | 2 +- src/github.com/oniony/TMSU/cli/mount.go | 2 +- src/github.com/oniony/TMSU/cli/option.go | 2 +- src/github.com/oniony/TMSU/cli/option_test.go | 2 +- src/github.com/oniony/TMSU/cli/rename.go | 2 +- src/github.com/oniony/TMSU/cli/repair.go | 2 +- src/github.com/oniony/TMSU/cli/status.go | 2 +- src/github.com/oniony/TMSU/cli/tag.go | 2 +- src/github.com/oniony/TMSU/cli/tags.go | 2 +- src/github.com/oniony/TMSU/cli/unmount.go | 2 +- src/github.com/oniony/TMSU/cli/untag.go | 2 +- src/github.com/oniony/TMSU/cli/values.go | 2 +- src/github.com/oniony/TMSU/cli/version.go | 4 ++-- src/github.com/oniony/TMSU/cli/vfs.go | 2 +- src/github.com/oniony/TMSU/common/filesystem/filesystem.go | 2 +- .../oniony/TMSU/common/fingerprint/fingerprinter.go | 2 +- .../oniony/TMSU/common/fingerprint/fingerprinter_test.go | 2 +- src/github.com/oniony/TMSU/common/fingerprint/types.go | 2 +- src/github.com/oniony/TMSU/common/log/log.go | 2 +- src/github.com/oniony/TMSU/common/path/path.go | 2 +- src/github.com/oniony/TMSU/common/path/path_test.go | 2 +- src/github.com/oniony/TMSU/common/path/tree.go | 2 +- src/github.com/oniony/TMSU/common/path/tree_test.go | 2 +- src/github.com/oniony/TMSU/common/terminal/ansi/ansi.go | 2 +- src/github.com/oniony/TMSU/common/terminal/ansi/codes.go | 2 +- src/github.com/oniony/TMSU/common/terminal/print.go | 2 +- src/github.com/oniony/TMSU/common/terminal/terminal.go | 2 +- .../oniony/TMSU/common/terminal/terminal_windows.go | 2 +- src/github.com/oniony/TMSU/common/text/tokenize.go | 2 +- src/github.com/oniony/TMSU/common/text/tokenize_test.go | 2 +- src/github.com/oniony/TMSU/common/version.go | 2 +- src/github.com/oniony/TMSU/common/version_test.go | 2 +- src/github.com/oniony/TMSU/entities/file.go | 2 +- src/github.com/oniony/TMSU/entities/file_test.go | 2 +- src/github.com/oniony/TMSU/entities/filetag.go | 2 +- src/github.com/oniony/TMSU/entities/implication.go | 2 +- src/github.com/oniony/TMSU/entities/query.go | 2 +- src/github.com/oniony/TMSU/entities/setting.go | 2 +- src/github.com/oniony/TMSU/entities/tag.go | 2 +- src/github.com/oniony/TMSU/entities/tag_test.go | 2 +- src/github.com/oniony/TMSU/entities/types.go | 2 +- src/github.com/oniony/TMSU/entities/value.go | 2 +- src/github.com/oniony/TMSU/entities/value_test.go | 2 +- src/github.com/oniony/TMSU/main.go | 2 +- src/github.com/oniony/TMSU/query/parser.go | 2 +- src/github.com/oniony/TMSU/query/parser_test.go | 2 +- src/github.com/oniony/TMSU/query/query.go | 2 +- src/github.com/oniony/TMSU/query/scanner.go | 2 +- src/github.com/oniony/TMSU/query/scanner_test.go | 2 +- src/github.com/oniony/TMSU/storage/database/database.go | 2 +- src/github.com/oniony/TMSU/storage/database/errors.go | 2 +- src/github.com/oniony/TMSU/storage/database/file.go | 2 +- src/github.com/oniony/TMSU/storage/database/filetag.go | 2 +- src/github.com/oniony/TMSU/storage/database/query.go | 2 +- src/github.com/oniony/TMSU/storage/database/schema.go | 2 +- src/github.com/oniony/TMSU/storage/database/setting.go | 2 +- src/github.com/oniony/TMSU/storage/database/sqlbuilder.go | 2 +- src/github.com/oniony/TMSU/storage/database/tag.go | 2 +- src/github.com/oniony/TMSU/storage/database/types.go | 2 +- src/github.com/oniony/TMSU/storage/database/upgrade.go | 2 +- src/github.com/oniony/TMSU/storage/database/value.go | 2 +- src/github.com/oniony/TMSU/storage/errors.go | 2 +- src/github.com/oniony/TMSU/storage/file.go | 2 +- src/github.com/oniony/TMSU/storage/filetag.go | 2 +- src/github.com/oniony/TMSU/storage/implication.go | 2 +- src/github.com/oniony/TMSU/storage/query.go | 2 +- src/github.com/oniony/TMSU/storage/setting.go | 2 +- src/github.com/oniony/TMSU/storage/storage.go | 2 +- src/github.com/oniony/TMSU/storage/tag.go | 2 +- src/github.com/oniony/TMSU/storage/value.go | 2 +- src/github.com/oniony/TMSU/version/version.go | 2 +- src/github.com/oniony/TMSU/vfs/fusevfs.go | 2 +- src/github.com/oniony/TMSU/vfs/mtable.go | 2 +- 91 files changed, 92 insertions(+), 92 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index d987f67a..03917ce7 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -108,7 +108,7 @@ Windows - - - -Copyright 2011-2017 Paul Ruane +Copyright 2011-2018 Paul Ruane Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/README.md b/README.md index b77d4787..88080dfc 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ v0.3.0 - - - -Copyright 2011–2017 Paul Ruane +Copyright 2011-2018 Paul Ruane Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright diff --git a/misc/man/tmsu.1 b/misc/man/tmsu.1 index e0d475e1..ad385115 100644 --- a/misc/man/tmsu.1 +++ b/misc/man/tmsu.1 @@ -132,7 +132,7 @@ Written by Paul Ruane . Please report any bugs to the project mailing list or add to the issue tracker via http://tmsu.org/. .SH COPYRIGHT -Copyright © 2011-2017 Paul Ruane. +Copyright © 2011-2018 Paul Ruane. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. diff --git a/src/github.com/oniony/TMSU/cli/cli.go b/src/github.com/oniony/TMSU/cli/cli.go index ef141416..3ab5ff29 100644 --- a/src/github.com/oniony/TMSU/cli/cli.go +++ b/src/github.com/oniony/TMSU/cli/cli.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/command.go b/src/github.com/oniony/TMSU/cli/command.go index f4995268..2b991d88 100644 --- a/src/github.com/oniony/TMSU/cli/command.go +++ b/src/github.com/oniony/TMSU/cli/command.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/commands.go b/src/github.com/oniony/TMSU/cli/commands.go index 57382993..cca0c6c9 100644 --- a/src/github.com/oniony/TMSU/cli/commands.go +++ b/src/github.com/oniony/TMSU/cli/commands.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/commands_windows.go b/src/github.com/oniony/TMSU/cli/commands_windows.go index 92d78af5..03740804 100644 --- a/src/github.com/oniony/TMSU/cli/commands_windows.go +++ b/src/github.com/oniony/TMSU/cli/commands_windows.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/common.go b/src/github.com/oniony/TMSU/cli/common.go index 8cc0152d..957e80bf 100644 --- a/src/github.com/oniony/TMSU/cli/common.go +++ b/src/github.com/oniony/TMSU/cli/common.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/config.go b/src/github.com/oniony/TMSU/cli/config.go index 92422a3d..f17df3b4 100644 --- a/src/github.com/oniony/TMSU/cli/config.go +++ b/src/github.com/oniony/TMSU/cli/config.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/copy.go b/src/github.com/oniony/TMSU/cli/copy.go index 65d7fcb4..31f45001 100644 --- a/src/github.com/oniony/TMSU/cli/copy.go +++ b/src/github.com/oniony/TMSU/cli/copy.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/delete.go b/src/github.com/oniony/TMSU/cli/delete.go index c6229b7a..41163076 100644 --- a/src/github.com/oniony/TMSU/cli/delete.go +++ b/src/github.com/oniony/TMSU/cli/delete.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/dupes.go b/src/github.com/oniony/TMSU/cli/dupes.go index 8d24b821..d5c2778f 100644 --- a/src/github.com/oniony/TMSU/cli/dupes.go +++ b/src/github.com/oniony/TMSU/cli/dupes.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/errors.go b/src/github.com/oniony/TMSU/cli/errors.go index 5d0d7d6e..bef65317 100644 --- a/src/github.com/oniony/TMSU/cli/errors.go +++ b/src/github.com/oniony/TMSU/cli/errors.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/files.go b/src/github.com/oniony/TMSU/cli/files.go index ef4ea728..12cd893c 100644 --- a/src/github.com/oniony/TMSU/cli/files.go +++ b/src/github.com/oniony/TMSU/cli/files.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/help.go b/src/github.com/oniony/TMSU/cli/help.go index ccaeaed8..7286f757 100644 --- a/src/github.com/oniony/TMSU/cli/help.go +++ b/src/github.com/oniony/TMSU/cli/help.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/imply.go b/src/github.com/oniony/TMSU/cli/imply.go index d5bc084d..b2fa7a73 100644 --- a/src/github.com/oniony/TMSU/cli/imply.go +++ b/src/github.com/oniony/TMSU/cli/imply.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/info.go b/src/github.com/oniony/TMSU/cli/info.go index ada10e42..0c1dc8fd 100644 --- a/src/github.com/oniony/TMSU/cli/info.go +++ b/src/github.com/oniony/TMSU/cli/info.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/init.go b/src/github.com/oniony/TMSU/cli/init.go index 21bd3ff4..bba44070 100644 --- a/src/github.com/oniony/TMSU/cli/init.go +++ b/src/github.com/oniony/TMSU/cli/init.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/merge.go b/src/github.com/oniony/TMSU/cli/merge.go index 3a0446a0..6141f110 100644 --- a/src/github.com/oniony/TMSU/cli/merge.go +++ b/src/github.com/oniony/TMSU/cli/merge.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/mount.go b/src/github.com/oniony/TMSU/cli/mount.go index c47dd447..c90b0db1 100644 --- a/src/github.com/oniony/TMSU/cli/mount.go +++ b/src/github.com/oniony/TMSU/cli/mount.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/option.go b/src/github.com/oniony/TMSU/cli/option.go index a5b1eb55..1715f891 100644 --- a/src/github.com/oniony/TMSU/cli/option.go +++ b/src/github.com/oniony/TMSU/cli/option.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/option_test.go b/src/github.com/oniony/TMSU/cli/option_test.go index 2dd9cf00..3715987e 100644 --- a/src/github.com/oniony/TMSU/cli/option_test.go +++ b/src/github.com/oniony/TMSU/cli/option_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/rename.go b/src/github.com/oniony/TMSU/cli/rename.go index 4ce859b7..3e213630 100644 --- a/src/github.com/oniony/TMSU/cli/rename.go +++ b/src/github.com/oniony/TMSU/cli/rename.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/repair.go b/src/github.com/oniony/TMSU/cli/repair.go index ada50f1e..08a707ed 100644 --- a/src/github.com/oniony/TMSU/cli/repair.go +++ b/src/github.com/oniony/TMSU/cli/repair.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/status.go b/src/github.com/oniony/TMSU/cli/status.go index 1d7a28b2..69c917b0 100644 --- a/src/github.com/oniony/TMSU/cli/status.go +++ b/src/github.com/oniony/TMSU/cli/status.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/tag.go b/src/github.com/oniony/TMSU/cli/tag.go index dd8c3c1d..efdedc3e 100644 --- a/src/github.com/oniony/TMSU/cli/tag.go +++ b/src/github.com/oniony/TMSU/cli/tag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/tags.go b/src/github.com/oniony/TMSU/cli/tags.go index f2c50776..70d9d5c3 100644 --- a/src/github.com/oniony/TMSU/cli/tags.go +++ b/src/github.com/oniony/TMSU/cli/tags.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/unmount.go b/src/github.com/oniony/TMSU/cli/unmount.go index 1c858789..aedb694b 100644 --- a/src/github.com/oniony/TMSU/cli/unmount.go +++ b/src/github.com/oniony/TMSU/cli/unmount.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/untag.go b/src/github.com/oniony/TMSU/cli/untag.go index 4f758eae..cbf9ec95 100644 --- a/src/github.com/oniony/TMSU/cli/untag.go +++ b/src/github.com/oniony/TMSU/cli/untag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/values.go b/src/github.com/oniony/TMSU/cli/values.go index fe5fdbd6..afef7ba0 100644 --- a/src/github.com/oniony/TMSU/cli/values.go +++ b/src/github.com/oniony/TMSU/cli/values.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/cli/version.go b/src/github.com/oniony/TMSU/cli/version.go index 58544aab..c4a8c843 100644 --- a/src/github.com/oniony/TMSU/cli/version.go +++ b/src/github.com/oniony/TMSU/cli/version.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 @@ -36,7 +36,7 @@ var VersionCommand = Command{ func versionExec(options Options, args []string, databasePath string) (error, warnings) { fmt.Println("TMSU", version.Version) fmt.Println() - terminal.PrintWrapped(`Copyright © 2011-2017 Paul Ruane. + terminal.PrintWrapped(`Copyright © 2011-2018 Paul Ruane. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the accompanying COPYING file for further details.`) diff --git a/src/github.com/oniony/TMSU/cli/vfs.go b/src/github.com/oniony/TMSU/cli/vfs.go index dddd9a97..a8a11b80 100644 --- a/src/github.com/oniony/TMSU/cli/vfs.go +++ b/src/github.com/oniony/TMSU/cli/vfs.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/filesystem/filesystem.go b/src/github.com/oniony/TMSU/common/filesystem/filesystem.go index 221ae328..ab2463d5 100644 --- a/src/github.com/oniony/TMSU/common/filesystem/filesystem.go +++ b/src/github.com/oniony/TMSU/common/filesystem/filesystem.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter.go b/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter.go index 4d494ef1..21cd2288 100644 --- a/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter.go +++ b/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter_test.go b/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter_test.go index a443d387..3d1612e0 100644 --- a/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter_test.go +++ b/src/github.com/oniony/TMSU/common/fingerprint/fingerprinter_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/fingerprint/types.go b/src/github.com/oniony/TMSU/common/fingerprint/types.go index f0634fdc..46d8563b 100644 --- a/src/github.com/oniony/TMSU/common/fingerprint/types.go +++ b/src/github.com/oniony/TMSU/common/fingerprint/types.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/log/log.go b/src/github.com/oniony/TMSU/common/log/log.go index c19abef8..60a841cf 100644 --- a/src/github.com/oniony/TMSU/common/log/log.go +++ b/src/github.com/oniony/TMSU/common/log/log.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/path/path.go b/src/github.com/oniony/TMSU/common/path/path.go index a27e0910..78b739f2 100644 --- a/src/github.com/oniony/TMSU/common/path/path.go +++ b/src/github.com/oniony/TMSU/common/path/path.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/path/path_test.go b/src/github.com/oniony/TMSU/common/path/path_test.go index 65bc154a..052b0edb 100644 --- a/src/github.com/oniony/TMSU/common/path/path_test.go +++ b/src/github.com/oniony/TMSU/common/path/path_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/path/tree.go b/src/github.com/oniony/TMSU/common/path/tree.go index e2482eb0..eb82448c 100644 --- a/src/github.com/oniony/TMSU/common/path/tree.go +++ b/src/github.com/oniony/TMSU/common/path/tree.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/path/tree_test.go b/src/github.com/oniony/TMSU/common/path/tree_test.go index 1ae205a5..c8cd6cde 100644 --- a/src/github.com/oniony/TMSU/common/path/tree_test.go +++ b/src/github.com/oniony/TMSU/common/path/tree_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/terminal/ansi/ansi.go b/src/github.com/oniony/TMSU/common/terminal/ansi/ansi.go index 1419b3d0..de079067 100644 --- a/src/github.com/oniony/TMSU/common/terminal/ansi/ansi.go +++ b/src/github.com/oniony/TMSU/common/terminal/ansi/ansi.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/terminal/ansi/codes.go b/src/github.com/oniony/TMSU/common/terminal/ansi/codes.go index 85fc5051..6fb00ea1 100644 --- a/src/github.com/oniony/TMSU/common/terminal/ansi/codes.go +++ b/src/github.com/oniony/TMSU/common/terminal/ansi/codes.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/terminal/print.go b/src/github.com/oniony/TMSU/common/terminal/print.go index b4b37d2d..6e3c4df0 100644 --- a/src/github.com/oniony/TMSU/common/terminal/print.go +++ b/src/github.com/oniony/TMSU/common/terminal/print.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/terminal/terminal.go b/src/github.com/oniony/TMSU/common/terminal/terminal.go index 4d3cbc31..ce3a11d2 100644 --- a/src/github.com/oniony/TMSU/common/terminal/terminal.go +++ b/src/github.com/oniony/TMSU/common/terminal/terminal.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/terminal/terminal_windows.go b/src/github.com/oniony/TMSU/common/terminal/terminal_windows.go index 26388217..a1b470ef 100644 --- a/src/github.com/oniony/TMSU/common/terminal/terminal_windows.go +++ b/src/github.com/oniony/TMSU/common/terminal/terminal_windows.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/text/tokenize.go b/src/github.com/oniony/TMSU/common/text/tokenize.go index 012178a8..05fbcb00 100644 --- a/src/github.com/oniony/TMSU/common/text/tokenize.go +++ b/src/github.com/oniony/TMSU/common/text/tokenize.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/text/tokenize_test.go b/src/github.com/oniony/TMSU/common/text/tokenize_test.go index 7dc8a77e..d4ecaffd 100644 --- a/src/github.com/oniony/TMSU/common/text/tokenize_test.go +++ b/src/github.com/oniony/TMSU/common/text/tokenize_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/version.go b/src/github.com/oniony/TMSU/common/version.go index ffdc7e0b..d93425c4 100644 --- a/src/github.com/oniony/TMSU/common/version.go +++ b/src/github.com/oniony/TMSU/common/version.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/common/version_test.go b/src/github.com/oniony/TMSU/common/version_test.go index b073f863..e5dabf0b 100644 --- a/src/github.com/oniony/TMSU/common/version_test.go +++ b/src/github.com/oniony/TMSU/common/version_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/file.go b/src/github.com/oniony/TMSU/entities/file.go index 5008fe90..fbc9a7d4 100644 --- a/src/github.com/oniony/TMSU/entities/file.go +++ b/src/github.com/oniony/TMSU/entities/file.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/file_test.go b/src/github.com/oniony/TMSU/entities/file_test.go index 2cb871af..a8cbfb65 100644 --- a/src/github.com/oniony/TMSU/entities/file_test.go +++ b/src/github.com/oniony/TMSU/entities/file_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/filetag.go b/src/github.com/oniony/TMSU/entities/filetag.go index 1f86a851..740e840b 100644 --- a/src/github.com/oniony/TMSU/entities/filetag.go +++ b/src/github.com/oniony/TMSU/entities/filetag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/implication.go b/src/github.com/oniony/TMSU/entities/implication.go index 545385ad..f922731c 100644 --- a/src/github.com/oniony/TMSU/entities/implication.go +++ b/src/github.com/oniony/TMSU/entities/implication.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/query.go b/src/github.com/oniony/TMSU/entities/query.go index b65a0712..84df06f5 100644 --- a/src/github.com/oniony/TMSU/entities/query.go +++ b/src/github.com/oniony/TMSU/entities/query.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/setting.go b/src/github.com/oniony/TMSU/entities/setting.go index 1194d97c..a1357e30 100644 --- a/src/github.com/oniony/TMSU/entities/setting.go +++ b/src/github.com/oniony/TMSU/entities/setting.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/tag.go b/src/github.com/oniony/TMSU/entities/tag.go index a4a81e4d..69635349 100644 --- a/src/github.com/oniony/TMSU/entities/tag.go +++ b/src/github.com/oniony/TMSU/entities/tag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/tag_test.go b/src/github.com/oniony/TMSU/entities/tag_test.go index 90c024d2..babfeb1d 100644 --- a/src/github.com/oniony/TMSU/entities/tag_test.go +++ b/src/github.com/oniony/TMSU/entities/tag_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/types.go b/src/github.com/oniony/TMSU/entities/types.go index ba350d77..cb916e92 100644 --- a/src/github.com/oniony/TMSU/entities/types.go +++ b/src/github.com/oniony/TMSU/entities/types.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/value.go b/src/github.com/oniony/TMSU/entities/value.go index c03f625c..a09f4fe1 100644 --- a/src/github.com/oniony/TMSU/entities/value.go +++ b/src/github.com/oniony/TMSU/entities/value.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/entities/value_test.go b/src/github.com/oniony/TMSU/entities/value_test.go index 6c825986..3a825e50 100644 --- a/src/github.com/oniony/TMSU/entities/value_test.go +++ b/src/github.com/oniony/TMSU/entities/value_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/main.go b/src/github.com/oniony/TMSU/main.go index f091dffb..8d3ec779 100644 --- a/src/github.com/oniony/TMSU/main.go +++ b/src/github.com/oniony/TMSU/main.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/query/parser.go b/src/github.com/oniony/TMSU/query/parser.go index 1272a329..e6d9f8cc 100644 --- a/src/github.com/oniony/TMSU/query/parser.go +++ b/src/github.com/oniony/TMSU/query/parser.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/query/parser_test.go b/src/github.com/oniony/TMSU/query/parser_test.go index c84c4915..24b7c885 100644 --- a/src/github.com/oniony/TMSU/query/parser_test.go +++ b/src/github.com/oniony/TMSU/query/parser_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/query/query.go b/src/github.com/oniony/TMSU/query/query.go index c81a5437..d040c05f 100644 --- a/src/github.com/oniony/TMSU/query/query.go +++ b/src/github.com/oniony/TMSU/query/query.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/query/scanner.go b/src/github.com/oniony/TMSU/query/scanner.go index c069793b..53bde7ac 100644 --- a/src/github.com/oniony/TMSU/query/scanner.go +++ b/src/github.com/oniony/TMSU/query/scanner.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/query/scanner_test.go b/src/github.com/oniony/TMSU/query/scanner_test.go index 59a6251e..49cd450e 100644 --- a/src/github.com/oniony/TMSU/query/scanner_test.go +++ b/src/github.com/oniony/TMSU/query/scanner_test.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/database.go b/src/github.com/oniony/TMSU/storage/database/database.go index 7d715c96..8be671b5 100644 --- a/src/github.com/oniony/TMSU/storage/database/database.go +++ b/src/github.com/oniony/TMSU/storage/database/database.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/errors.go b/src/github.com/oniony/TMSU/storage/database/errors.go index 9d03d4dd..92aeac6d 100644 --- a/src/github.com/oniony/TMSU/storage/database/errors.go +++ b/src/github.com/oniony/TMSU/storage/database/errors.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/file.go b/src/github.com/oniony/TMSU/storage/database/file.go index 98905f04..00fc0b75 100644 --- a/src/github.com/oniony/TMSU/storage/database/file.go +++ b/src/github.com/oniony/TMSU/storage/database/file.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/filetag.go b/src/github.com/oniony/TMSU/storage/database/filetag.go index d5e63cf8..18d31578 100644 --- a/src/github.com/oniony/TMSU/storage/database/filetag.go +++ b/src/github.com/oniony/TMSU/storage/database/filetag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/query.go b/src/github.com/oniony/TMSU/storage/database/query.go index a6a04660..e740fb3b 100644 --- a/src/github.com/oniony/TMSU/storage/database/query.go +++ b/src/github.com/oniony/TMSU/storage/database/query.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/schema.go b/src/github.com/oniony/TMSU/storage/database/schema.go index bc43ecfe..9ed1d4f6 100644 --- a/src/github.com/oniony/TMSU/storage/database/schema.go +++ b/src/github.com/oniony/TMSU/storage/database/schema.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/setting.go b/src/github.com/oniony/TMSU/storage/database/setting.go index cc96ffc5..63c82ac1 100644 --- a/src/github.com/oniony/TMSU/storage/database/setting.go +++ b/src/github.com/oniony/TMSU/storage/database/setting.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/sqlbuilder.go b/src/github.com/oniony/TMSU/storage/database/sqlbuilder.go index 556f566b..a2934559 100644 --- a/src/github.com/oniony/TMSU/storage/database/sqlbuilder.go +++ b/src/github.com/oniony/TMSU/storage/database/sqlbuilder.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/tag.go b/src/github.com/oniony/TMSU/storage/database/tag.go index a29781a7..865b624e 100644 --- a/src/github.com/oniony/TMSU/storage/database/tag.go +++ b/src/github.com/oniony/TMSU/storage/database/tag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/types.go b/src/github.com/oniony/TMSU/storage/database/types.go index 6a917b8d..0f9b7c5c 100644 --- a/src/github.com/oniony/TMSU/storage/database/types.go +++ b/src/github.com/oniony/TMSU/storage/database/types.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/upgrade.go b/src/github.com/oniony/TMSU/storage/database/upgrade.go index 5d706424..237854b8 100644 --- a/src/github.com/oniony/TMSU/storage/database/upgrade.go +++ b/src/github.com/oniony/TMSU/storage/database/upgrade.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/database/value.go b/src/github.com/oniony/TMSU/storage/database/value.go index 51b5404b..6003f769 100644 --- a/src/github.com/oniony/TMSU/storage/database/value.go +++ b/src/github.com/oniony/TMSU/storage/database/value.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/errors.go b/src/github.com/oniony/TMSU/storage/errors.go index 3024a3e3..075605d4 100644 --- a/src/github.com/oniony/TMSU/storage/errors.go +++ b/src/github.com/oniony/TMSU/storage/errors.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/file.go b/src/github.com/oniony/TMSU/storage/file.go index 85718cfe..aa9e1d55 100644 --- a/src/github.com/oniony/TMSU/storage/file.go +++ b/src/github.com/oniony/TMSU/storage/file.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/filetag.go b/src/github.com/oniony/TMSU/storage/filetag.go index 49d105f1..733d2538 100644 --- a/src/github.com/oniony/TMSU/storage/filetag.go +++ b/src/github.com/oniony/TMSU/storage/filetag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/implication.go b/src/github.com/oniony/TMSU/storage/implication.go index 3c93569e..6c65b4bd 100644 --- a/src/github.com/oniony/TMSU/storage/implication.go +++ b/src/github.com/oniony/TMSU/storage/implication.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/query.go b/src/github.com/oniony/TMSU/storage/query.go index c82c48d6..4ef141f6 100644 --- a/src/github.com/oniony/TMSU/storage/query.go +++ b/src/github.com/oniony/TMSU/storage/query.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/setting.go b/src/github.com/oniony/TMSU/storage/setting.go index c10ddf15..204d110f 100644 --- a/src/github.com/oniony/TMSU/storage/setting.go +++ b/src/github.com/oniony/TMSU/storage/setting.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/storage.go b/src/github.com/oniony/TMSU/storage/storage.go index 97f16d2b..e9ac9c4a 100644 --- a/src/github.com/oniony/TMSU/storage/storage.go +++ b/src/github.com/oniony/TMSU/storage/storage.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/tag.go b/src/github.com/oniony/TMSU/storage/tag.go index 919851d1..bccf2ae1 100644 --- a/src/github.com/oniony/TMSU/storage/tag.go +++ b/src/github.com/oniony/TMSU/storage/tag.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/storage/value.go b/src/github.com/oniony/TMSU/storage/value.go index 0d74daf3..dd9ac3ed 100644 --- a/src/github.com/oniony/TMSU/storage/value.go +++ b/src/github.com/oniony/TMSU/storage/value.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/version/version.go b/src/github.com/oniony/TMSU/version/version.go index 56aafbdc..08eba918 100644 --- a/src/github.com/oniony/TMSU/version/version.go +++ b/src/github.com/oniony/TMSU/version/version.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/vfs/fusevfs.go b/src/github.com/oniony/TMSU/vfs/fusevfs.go index a038b4e6..ef9ad8f7 100644 --- a/src/github.com/oniony/TMSU/vfs/fusevfs.go +++ b/src/github.com/oniony/TMSU/vfs/fusevfs.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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 diff --git a/src/github.com/oniony/TMSU/vfs/mtable.go b/src/github.com/oniony/TMSU/vfs/mtable.go index d89adab2..2a696e8b 100644 --- a/src/github.com/oniony/TMSU/vfs/mtable.go +++ b/src/github.com/oniony/TMSU/vfs/mtable.go @@ -1,4 +1,4 @@ -// Copyright 2011-2017 Paul Ruane. +// Copyright 2011-2018 Paul Ruane. // 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