Skip to content

Commit d85cc72

Browse files
committed
docs: copyright fixes
1 parent f73d12c commit d85cc72

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Fossology.Rest.Dotnet/RestApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ---------------------------------------------------------------------------
22
// <copyright file="RestApi.cs" company="Tethys">
3-
// Copyright (C) 2017 T. Graf
3+
// Copyright (C) 2019 T. Graf
44
// </copyright>
55
//
66
// Licensed under the MIT License.

FossyApiDemo/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
// General Information about an assembly is controlled through the following
1919
// set of attributes. Change these attribute values to modify the information
2020
// associated with an assembly.
21-
[assembly: AssemblyTitle("Template_WinForms_with_Logging")]
21+
[assembly: AssemblyTitle("Fossology.Rest.Dotnet.Test")]
2222
[assembly: AssemblyDescription("")]
2323
[assembly: AssemblyConfiguration("")]
24-
[assembly: AssemblyCompany("Licence Owner")]
25-
[assembly: AssemblyProduct("Template_WinForms_with_Logging")]
26-
[assembly: AssemblyCopyright("Copyright © 2018 T. Graf")]
24+
[assembly: AssemblyCompany("")]
25+
[assembly: AssemblyProduct("Fossology.Rest.Dotnet.Test")]
26+
[assembly: AssemblyCopyright("Copyright © 2019 T. Graf")]
2727
[assembly: AssemblyTrademark("")]
2828
[assembly: AssemblyCulture("")]
2929

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
Copyright 2019 T. Graf
3+
Copyright (C) 2019 T. Graf
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
66
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ More information about FOSSology can be found [here](https://www.fossology.org/.
4848

4949
## License
5050

51-
Copyright 2019 T. Graf
51+
Copyright (C) 2019 T. Graf
5252

5353
Licensed under the **MIT License** (the "License");
5454
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)