Skip to content

Commit

Permalink
Added license information to the repository. Removed the async code t…
Browse files Browse the repository at this point in the history
…hat's not used.
  • Loading branch information
davisp committed Feb 22, 2009
1 parent 9ea51b1 commit e9ae621
Show file tree
Hide file tree
Showing 19 changed files with 121 additions and 193 deletions.
24 changes: 24 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
# Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
#
# This file is part of EEP0018, which is released under the MIT
# license.

DIRS = src tests

all: force
Expand Down
6 changes: 6 additions & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
# Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
#
# This file is part of EEP0018, which is released under the MIT
# license.

# Point me to the erlang installation directory.

OTPROOT=/usr/local/lib/erlang
Expand Down
6 changes: 6 additions & 0 deletions src/Makefile.Darwin
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
# Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
#
# This file is part of EEP0018, which is released under the MIT
# license.

GCCFLAGS = -O3 -fPIC -bundle -flat_namespace -undefined suppress -fno-common -Wall
6 changes: 6 additions & 0 deletions src/Makefile.Linux
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
# Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
#
# This file is part of EEP0018, which is released under the MIT
# license.

GCCFLAGS = -O3 -fPIC -shared -fno-common -Wall
142 changes: 0 additions & 142 deletions src/eep0018.async.c

This file was deleted.

48 changes: 0 additions & 48 deletions src/eep0018.async.erl

This file was deleted.

7 changes: 6 additions & 1 deletion src/eep0018.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/* eep0018.c */
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#include "eep0018.h"

Expand Down
6 changes: 6 additions & 0 deletions src/eep0018.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
% Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
% Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
%
% This file is part of EEP0018, which is released under the MIT
% license.

-module(eep0018).

-export([start_driver/1]).
Expand Down
7 changes: 7 additions & 0 deletions src/eep0018.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#ifndef __EEP0018_H__
#define __EEP0018_H__

Expand Down
6 changes: 6 additions & 0 deletions src/ei_bin_buf.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#include <ei.h>

Expand Down
8 changes: 6 additions & 2 deletions src/ei_bin_buf.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/*
*/
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#ifndef __EI_BIN_BUF_H__
#define __EI_BIN_BUF_H__
Expand Down
6 changes: 6 additions & 0 deletions src/json_to_term.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#include "eep0018.h"
#include "term_buf.h"
Expand Down
6 changes: 6 additions & 0 deletions src/term_buf.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#include "eep0018.h"
#include "term_buf.h"
Expand Down
7 changes: 7 additions & 0 deletions src/term_buf.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#ifndef __TERM_BUF_H__
#define __TERM_BUF_H__

Expand Down
6 changes: 6 additions & 0 deletions src/term_to_json.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/* Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
* Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
*
* This file is part of EEP0018, which is released under the MIT
* license.
*/

#include "eep0018.h"

Expand Down
5 changes: 5 additions & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
# Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
#
# This file is part of EEP0018, which is released under the MIT
# license.

BEAM = \
compare.beam \
Expand Down
6 changes: 6 additions & 0 deletions tests/compare.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
% Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
% Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
%
% This file is part of EEP0018, which is released under the MIT
% license.

-module(compare).
-export([equiv/2]).

Expand Down
6 changes: 6 additions & 0 deletions tests/runner.erl
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
% Copyright (c) 2008-2009 Paul J. Davis <[email protected]>
% Copyright (c) 2008-2009 Enrico Thierbach <[email protected]>
%
% This file is part of EEP0018, which is released under the MIT
% license.

-module(runner).
-export([main/0]).

Expand Down

0 comments on commit e9ae621

Please sign in to comment.