221V 3 years ago
parent
commit
046f95acf9

+ 15 - 0
PEOPLE_4.4.md

@@ -0,0 +1,15 @@
+Credits V4.4
+-------
+
+* Maxim Sokhatsky — core, shen, windows
+* Dmitry Bushmelev — endpoints, yaws, cowboy
+* Andrii Zadorozhnii — elements, actions, handlers
+* Vladimir Kirillov — mac, bsd, xen, linux support
+* Andrey Martemyanov — binary protocols
+* Oleksandr Nikitin — security
+* Anton Logvinenko — doc
+* Roman Shestakov — advanced elements, ct
+* Jesse Gumm — nitrogen, help
+* Rusty Klophaus — original author
+
+OM A HUM

+ 1 - 14
README.md

@@ -163,18 +163,5 @@ appropriative packages to use Synrc Stack:
 
 * pacman -S git
 
-Credits
--------
-
-* Maxim Sokhatsky — core, shen, windows
-* Dmitry Bushmelev — endpoints, yaws, cowboy
-* Andrii Zadorozhnii — elements, actions, handlers
-* Vladimir Kirillov — mac, bsd, xen, linux support
-* Andrey Martemyanov — binary protocols
-* Oleksandr Nikitin — security
-* Anton Logvinenko — doc
-* Roman Shestakov — advanced elements, ct
-* Jesse Gumm — nitrogen, help
-* Rusty Klophaus — original author
-
+---
 OM A HUM

+ 0 - 1
src/endpoints/cowboy/n2o_cowboy.erl

@@ -1,6 +1,5 @@
 -module(n2o_cowboy).
 -description('N2O Cowboy Server Bridge to HTTP Server Pages').
--author('Roman Shestakov').
 -behaviour(cowboy_http_handler).
 -include_lib("n4u/include/n4u.hrl").
 -export([init/3, handle/2, terminate/3]).

+ 0 - 1
src/endpoints/cowboy/n2o_static.erl

@@ -1,6 +1,5 @@
 -module(n2o_static).
 -description('N2O Static Bridge to files in LING image, MAD bundle or OS').
--author('Maxim Sokhatsky').
 -compile([export_all, nowarn_export_all]).
 -include_lib("kernel/include/file.hrl").
 

+ 0 - 1
src/endpoints/n2o_document.erl

@@ -1,6 +1,5 @@
 -module(n2o_document).
 -description('N2O Server Pages HTTP endpoint handler').
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 1
src/endpoints/n2o_proto.erl

@@ -1,6 +1,5 @@
 -module(n2o_proto).
 -description('N2O Protocol WebSocket endpoint handler').
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 1
src/formatters/wf_convert.erl

@@ -1,5 +1,4 @@
 -module (wf_convert).
--author('Maxim Sokhatsky').
 -compile([export_all, nowarn_export_all]).
 -include_lib("n4u/include/n4u.hrl").
 

+ 0 - 1
src/formatters/wf_utils.erl

@@ -1,5 +1,4 @@
 -module(wf_utils).
--author('Rusty Klophaus').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 1
src/handlers/n2o_async.erl

@@ -1,5 +1,4 @@
 -module(n2o_async).
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -behaviour(gen_server).
 -export([start_link/1]).

+ 0 - 1
src/handlers/n2o_io.erl

@@ -1,5 +1,4 @@
 -module(n2o_io).
--author('Roman Gladkov').
 -export([info/3, warning/3, error/3]).
 
 

+ 0 - 1
src/handlers/n2o_log.erl

@@ -1,5 +1,4 @@
 -module(n2o_log).
--author('Roman Gladkov').
 -export([info/3, warning/3, error/3]).
 
 

+ 0 - 1
src/handlers/n2o_query.erl

@@ -1,5 +1,4 @@
 -module(n2o_query).
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -export([init/2, finish/2]).
 

+ 0 - 1
src/handlers/n2o_secret.erl

@@ -1,5 +1,4 @@
 -module(n2o_secret).
--author('Oleksandr Nikitin').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 -export([pickle/1, depickle/1]).

+ 0 - 1
src/handlers/n2o_session.erl

@@ -1,5 +1,4 @@
 -module(n2o_session).
--author('Dmitry Krapivnoy').
 -include_lib("n4u/include/n4u.hrl").
 -include_lib("stdlib/include/ms_transform.hrl").
 -compile([export_all, nowarn_export_all]).

+ 0 - 1
src/n2o_cx.erl

@@ -1,6 +1,5 @@
 -module(n2o_cx).
 -description('N2O Process Context').
--author('Rusty Klophaus').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 1
src/protocols/n2o_client.erl

@@ -1,5 +1,4 @@
 -module(n2o_client).
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 1
src/protocols/n2o_file.erl

@@ -1,5 +1,4 @@
 -module(n2o_file).
--author('Andrii Zadorozhnii').
 -include_lib("n4u/include/n4u.hrl").
 -include_lib("kernel/include/file.hrl").
 -compile([export_all, nowarn_export_all]).

+ 0 - 1
src/protocols/n2o_heart.erl

@@ -1,5 +1,4 @@
 -module(n2o_heart).
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 1
src/protocols/n2o_nitrogen.erl

@@ -1,5 +1,4 @@
 -module(n2o_nitrogen).
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 1
src/protocols/n2o_text.erl

@@ -1,5 +1,4 @@
 -module(n2o_text).
--author('Alexander Salnikov').
 -include_lib("n4u/include/n4u.hrl").
 -compile([export_all, nowarn_export_all]).
 

+ 0 - 2
src/wf.erl

@@ -1,6 +1,4 @@
 -module(wf).
--author('Rusty Klophaus').
--author('Maxim Sokhatsky').
 -include_lib("n4u/include/n4u.hrl").
 -include_lib("n4u/include/n4u_api.hrl").
 -compile([export_all, nowarn_export_all]).