Selaa lähdekoodia

Update Copyright notice

Bertrand Blackburn 9 vuotta sitten
vanhempi
sitoutus
b571dab224

+ 1 - 1
LICENSE.md

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2015 Abc Arbitrage Asset Management
+Copyright (c) 2016 Abc Arbitrage Asset Management
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 1 - 1
README.md

@@ -70,7 +70,7 @@ We try to stick to the [semantic versioning](http://semver.org/) principles and
 
 # Copyright
 
-Copyright © 2015 Abc Arbitrage Asset Management
+Copyright © 2016 Abc Arbitrage Asset Management
 
 # License
 

+ 1 - 1
src/Abc.Zebus.Tests.TestExe/Properties/AssemblyInfo.cs

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyConfiguration("")]
 [assembly: AssemblyCompany("ABC arbitrage Asset Management")]
 [assembly: AssemblyProduct("Abc.Zebus.Tests.TestExe")]
-[assembly: AssemblyCopyright("Copyright © ABC arbitrage Asset Management 2015")]
+[assembly: AssemblyCopyright("Copyright © ABC arbitrage Asset Management 2016")]
 [assembly: AssemblyTrademark("")]
 [assembly: AssemblyCulture("")]
 

+ 1 - 1
src/SharedAssemblyInfo.cs

@@ -3,7 +3,7 @@
 [assembly: AssemblyProduct("Zebus")]
 [assembly: AssemblyDescription("A lightweight Peer to Peer Service Bus")]
 [assembly: AssemblyCompany("ABC Arbitrage Asset Management")]
-[assembly: AssemblyCopyright("Copyright © ABC Arbitrage Asset Management 2015")]
+[assembly: AssemblyCopyright("Copyright © ABC Arbitrage Asset Management 2016")]
 
 #if DEBUG
 [assembly: AssemblyConfiguration("Debug")]