From d142eb64ddd6d4ede616cd608a7ff914bb391cc5 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Thu, 26 Feb 2015 16:56:25 +0000 Subject: Copyright notices and a license --- include/axolotl/axolotl.hh | 14 ++++++++++++++ include/axolotl/crypto.hh | 14 ++++++++++++++ include/axolotl/list.hh | 14 ++++++++++++++ include/axolotl/message.hh | 14 ++++++++++++++ 4 files changed, 56 insertions(+) (limited to 'include/axolotl') diff --git a/include/axolotl/axolotl.hh b/include/axolotl/axolotl.hh index ead52fc..ce6a9af 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. + */ #include "axolotl/crypto.hh" #include "axolotl/list.hh" diff --git a/include/axolotl/crypto.hh b/include/axolotl/crypto.hh index f1e81ac..d3586b3 100644 --- a/include/axolotl/crypto.hh +++ b/include/axolotl/crypto.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/list.hh b/include/axolotl/list.hh index 4c87630..d1407b8 100644 --- a/include/axolotl/list.hh +++ b/include/axolotl/list.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 namespace axolotl { diff --git a/include/axolotl/message.hh b/include/axolotl/message.hh index ac4b3e0..5cd4211 100644 --- a/include/axolotl/message.hh +++ b/include/axolotl/message.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 -- cgit v1.2.3