Skip to content

Commit

Permalink
Added MPL2.0 license
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed Jul 17, 2012
1 parent a20202e commit 37264ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions 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
//
Expand Down
10 changes: 9 additions & 1 deletion 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 <tony@rogvall.se>
%%% @copyright (C) 2012, Tony Rogvall
%%% @doc
%%% Resource event
%%% @end
Expand Down

0 comments on commit 37264ec

Please sign in to comment.