diff --git a/pushrules/action_test.go b/pushrules/action_test.go index 8684f1a6..89641638 100644 --- a/pushrules/action_test.go +++ b/pushrules/action_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/pushrules/condition_displayname_test.go b/pushrules/condition_displayname_test.go index dd2c7237..3eaf9fc7 100644 --- a/pushrules/condition_displayname_test.go +++ b/pushrules/condition_displayname_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/pushrules/condition_eventmatch_test.go b/pushrules/condition_eventmatch_test.go index b0362dff..eb7a6a9e 100644 --- a/pushrules/condition_eventmatch_test.go +++ b/pushrules/condition_eventmatch_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/pushrules/condition_membercount_test.go b/pushrules/condition_membercount_test.go index ad5da9f2..836071ed 100644 --- a/pushrules/condition_membercount_test.go +++ b/pushrules/condition_membercount_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/pushrules/condition_test.go b/pushrules/condition_test.go index 27f8d4ed..de6a468f 100644 --- a/pushrules/condition_test.go +++ b/pushrules/condition_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/pushrules/pushrules_test.go b/pushrules/pushrules_test.go index eb6912ca..cc0b3c4a 100644 --- a/pushrules/pushrules_test.go +++ b/pushrules/pushrules_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/pushrules/rule_array_test.go b/pushrules/rule_array_test.go index e338d3e6..2f82e56f 100644 --- a/pushrules/rule_array_test.go +++ b/pushrules/rule_array_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/pushrules/rule_test.go b/pushrules/rule_test.go index dd60536e..3683433a 100644 --- a/pushrules/rule_test.go +++ b/pushrules/rule_test.go @@ -1,5 +1,5 @@ // gomuks - A terminal Matrix client written in Go. -// Copyright (C) 2019 Tulir Asokan +// Copyright (C) 2020 Tulir Asokan // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by