repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git]
/
pkgs
/
test
/
dotnet
/
structured-attrs
/
src
/
Application.cs
blob
3bc548105c2b453e0b5caca08d3ced3c382c97a6
1
using
System
;
2
using
System
.
Reflection
;
3
4
Console
.
Write
(
5
(
6
(
AssemblyCopyrightAttribute
)
Assembly
7
.
GetExecutingAssembly
()
8
.
GetCustomAttributes
(
typeof
(
AssemblyCopyrightAttribute
),
true
)[
0
]
9
).
Copyright
10
);