diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-06-22 17:50:56 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-06-22 17:50:56 +0100 |
commit | 043bc43716764719cd124c79155f73c359abd5b9 (patch) | |
tree | 7a1a6f0ece78015498e991ec312404555f8782b9 /include/axolotl/pickle.hh | |
parent | 492dc1ab5875af5b6a1fb7039dd5262e55eb48eb (diff) |
Copyright Notices
Diffstat (limited to 'include/axolotl/pickle.hh')
-rw-r--r-- | include/axolotl/pickle.hh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/axolotl/pickle.hh b/include/axolotl/pickle.hh index a2de4f0..8134971 100644 --- a/include/axolotl/pickle.hh +++ b/include/axolotl/pickle.hh @@ -1,3 +1,17 @@ +/* Copyright 2015 OpenMarket Ltd + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef AXOLOTL_PICKLE_HH_ #define AXOLOTL_PICKLE_HH_ |