From 37264ec960263cec0df8d6db0da818297b8d5771 Mon Sep 17 00:00:00 2001 From: Magnus Feuer Date: Mon, 16 Jul 2012 21:08:20 -0700 Subject: [PATCH] Added MPL2.0 license --- c_src/resource_nif.c | 9 +++++++++ src/resource.erl | 10 +++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/c_src/resource_nif.c b/c_src/resource_nif.c index e5f16c9..dc2ff6b 100644 --- a/c_src/resource_nif.c +++ b/c_src/resource_nif.c @@ -1,3 +1,12 @@ +/****** BEGIN COPYRIGHT ******************************************************* + * + * Copyright (C) 2012 Feuerlabs, Inc. All rights reserved. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + ****** END COPYRIGHT ********************************************************/ // // Resource nif // diff --git a/src/resource.erl b/src/resource.erl index 743fe29..2f712b5 100644 --- a/src/resource.erl +++ b/src/resource.erl @@ -1,5 +1,13 @@ +%%%---- BEGIN COPYRIGHT ------------------------------------------------------- +%%% +%%% Copyright (C) 2012 Feuerlabs, Inc. All rights reserved. +%%% +%%% This Source Code Form is subject to the terms of the Mozilla Public +%%% License, v. 2.0. If a copy of the MPL was not distributed with this +%%% file, You can obtain one at http://mozilla.org/MPL/2.0/. +%%% +%%%---- END COPYRIGHT --------------------------------------------------------- %%% @author Tony Rogvall -%%% @copyright (C) 2012, Tony Rogvall %%% @doc %%% Resource event %%% @end