Skip to content

Commit 7338d1e

Browse files
Update comment of copyright
1 parent b4a0e8f commit 7338d1e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packet/pubkey/parse_ses.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (p *Pubkey) ecdhSes(item *info.Item) error {
8787
return nil
8888
}
8989

90-
/* Copyright 2016-2019 Spiegel
90+
/* Copyright 2016-2020 Spiegel
9191
*
9292
* Licensed under the Apache License, Version 2.0 (the "License");
9393
* you may not use this file except in compliance with the License.

packet/pubkey/parse_sig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func (p *Pubkey) eddsaSig(item *info.Item) error {
102102
return nil
103103
}
104104

105-
/* Copyright 2016-2019 Spiegel
105+
/* Copyright 2016-2020 Spiegel
106106
*
107107
* Licensed under the Apache License, Version 2.0 (the "License");
108108
* you may not use this file except in compliance with the License.

packet/tags/tag18.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (t *tag18) Parse() (*info.Item, error) {
3434
return rootInfo, nil
3535
}
3636

37-
/* Copyright 2016-2019 Spiegel
37+
/* Copyright 2016-2020 Spiegel
3838
*
3939
* Licensed under the Apache License, Version 2.0 (the "License");
4040
* you may not use this file except in compliance with the License.

packet/tags/tag18_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func TestTag1(t *testing.T) {
7676
}
7777
}
7878

79-
/* Copyright 2017 Spiegel
79+
/* Copyright 2017-2020 Spiegel
8080
*
8181
* Licensed under the Apache License, Version 2.0 (the "License");
8282
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)