Skip to content

Commit

Permalink
Add licensing information to everyone's favourite supermegauseful API…
Browse files Browse the repository at this point in the history
… module.
  • Loading branch information
alyx committed Apr 15, 2014
1 parent 97e758b commit cc63fc1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/api/http.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2014 Atheme Development Group
* Rights to this code are documented in doc/LICENSE.
*
* URI parsing code borrowed from libAmy <https://github.com/wilcox-tech/eScape>,
* licensed under NCSA.
*
*/

#include "http_common.h"
#include "datastream.h"

Expand Down
9 changes: 9 additions & 0 deletions modules/api/http.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright (c) 2014 Atheme Development Group
* Rights to this code are documented in doc/LICENSE.
*
* URI parsing code borrowed from libAmy <https://github.com/wilcox-tech/eScape>,
* licensed under NCSA.
*
*/

#ifndef ATHEME_HTTP_H
#define ATHEME_HTTP_H

Expand Down

0 comments on commit cc63fc1

Please sign in to comment.