Browse Source

Update copyrights dates to 2015 - Bonne année !

Kevin Lovato 10 years ago
parent
commit
1a0c9882f4
3 changed files with 3 additions and 3 deletions
  1. 1 1
      LICENSE.md
  2. 1 1
      README.md
  3. 1 1
      src/SharedAssemblyInfo.cs

+ 1 - 1
LICENSE.md

@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2014 Abc Arbitrage Asset Management
+Copyright (c) 2015 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 © 2014 Abc Arbitrage Asset Management
+Copyright © 2015 Abc Arbitrage Asset Management
 
 # License
 

+ 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 2014")]
+[assembly: AssemblyCopyright("Copyright © ABC Arbitrage Asset Management 2015")]
 
 #if DEBUG
 [assembly: AssemblyConfiguration("Debug")]