From 043bc43716764719cd124c79155f73c359abd5b9 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Mon, 22 Jun 2015 17:50:56 +0100 Subject: Copyright Notices --- include/axolotl/account.hh | 14 ++++++++++++++ include/axolotl/axolotl.hh | 14 ++++++++++++++ include/axolotl/base64.hh | 14 ++++++++++++++ include/axolotl/error.hh | 14 ++++++++++++++ include/axolotl/memory.hh | 14 ++++++++++++++ include/axolotl/pickle.hh | 14 ++++++++++++++ include/axolotl/session.hh | 14 ++++++++++++++ 7 files changed, 98 insertions(+) (limited to 'include/axolotl') diff --git a/include/axolotl/account.hh b/include/axolotl/account.hh index 54d96c3..54621fd 100644 --- a/include/axolotl/account.hh +++ b/include/axolotl/account.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_ACCOUNT_HH_ #define AXOLOTL_ACCOUNT_HH_ diff --git a/include/axolotl/axolotl.hh b/include/axolotl/axolotl.hh index 75c5eb5..4e8516a 100644 --- a/include/axolotl/axolotl.hh +++ b/include/axolotl/axolotl.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_HH_ #define AXOLOTL_HH_ diff --git a/include/axolotl/base64.hh b/include/axolotl/base64.hh index c322640..361a558 100644 --- a/include/axolotl/base64.hh +++ b/include/axolotl/base64.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 AXOLOLT_BASE64_HH_ #define AXOLOLT_BASE64_HH_ diff --git a/include/axolotl/error.hh b/include/axolotl/error.hh index b875784..781705e 100644 --- a/include/axolotl/error.hh +++ b/include/axolotl/error.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 ERROR_HH_ #define ERROR_HH_ diff --git a/include/axolotl/memory.hh b/include/axolotl/memory.hh index 8313a19..68b577d 100644 --- a/include/axolotl/memory.hh +++ b/include/axolotl/memory.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. + */ #include #include 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_ diff --git a/include/axolotl/session.hh b/include/axolotl/session.hh index aeaac7d..17f1653 100644 --- a/include/axolotl/session.hh +++ b/include/axolotl/session.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_SESSION_HH_ #define AXOLOTL_SESSION_HH_ -- cgit v1.2.3