year updated in license

This commit is contained in:
Riccardo Spagni 2015-01-02 18:52:46 +02:00
parent f4675dc05d
commit f4b69d553a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
313 changed files with 302 additions and 349 deletions

View file

@ -59,4 +59,4 @@ public:
};
}
#endif //_CRYPTED_STORAGE_H_
#endif //_CRYPTED_STORAGE_H_

View file

@ -65,4 +65,4 @@ namespace StorageNamed
}
}
#endif
#endif

View file

@ -257,4 +257,4 @@ namespace misc_utils
}
}
}
}
}

View file

@ -157,4 +157,4 @@ namespace epee
typedef section* hsection;
typedef array_entry* harray;
}
}
}

View file

@ -278,4 +278,4 @@ namespace epee
m_count -= len;
}
}
}
}

View file

@ -376,4 +376,4 @@ namespace epee
}
}
}
}
}

View file

@ -120,4 +120,4 @@ namespace epee
return std::move(binary_buff);
}
}
}
}

View file

@ -209,4 +209,4 @@ namespace epee
return true;
}
}
}
}

View file

@ -178,4 +178,4 @@ namespace epee
strm << make_indent(indent) << "}";
}
}
}
}

View file

@ -166,4 +166,4 @@ POP_WARNINGS
convert_to_same<from_type, to_type, std::is_same<to_type, from_type>::value>::convert(from, to);
}
}
}
}