Update copyright text

This commit is contained in:
Alexander Luzgarev 2019-03-23 09:21:23 +01:00
parent aaefd0eb86
commit 80e4356442
67 changed files with 67 additions and 67 deletions

View File

@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright 2017 Alexander Luzgarev
Copyright 2017-2019 Alexander Luzgarev
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;
using System.Numerics;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler.Tests
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using NUnit.Framework;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler.Tests
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Linq;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Linq;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using HDF.PInvoke;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using HDF.PInvoke;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using HDF.PInvoke;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler.Hdf
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Linq;
using HDF.PInvoke;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using HDF.PInvoke;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Globalization;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Numerics;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Numerics;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;
using System.Linq;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;
using System.Linq;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System.Collections.Generic;
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.IO;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Numerics;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Text;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
using System;
using System.Linq;

View File

@ -1,4 +1,4 @@
// Copyright 2017-2018 Alexander Luzgarev
// Copyright 2017-2019 Alexander Luzgarev
namespace MatFileHandler
{

View File

@ -3,7 +3,7 @@
"settings": {
"documentationRules": {
"companyName": "None",
"copyrightText": "Copyright 2017-2018 Alexander Luzgarev",
"copyrightText": "Copyright 2017-2019 Alexander Luzgarev",
"xmlHeader": false
},
"orderingRules": {