Skip to content

Commit

Permalink
add tab space rule
Browse files Browse the repository at this point in the history
  • Loading branch information
prahveent committed Sep 25, 2017
1 parent 9bd0a84 commit 1fcc1bf
Show file tree
Hide file tree
Showing 90 changed files with 90 additions and 0 deletions.
1 change: 1 addition & 0 deletions c_src/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions c_src/ocs_eap_pwd.c
@@ -1,4 +1,5 @@
/* ocs_eap_pwd.c
*** vim: ts=3
*****************************************************************************
*** Copyright 2016 - 2017 SigScale Global Inc.
***
Expand Down
1 change: 1 addition & 0 deletions configure.ac
@@ -1,4 +1,5 @@
## configure.ac
## vim: ts=3
##
## Process this file with autoconf to produce a configure script.
##
Expand Down
1 change: 1 addition & 0 deletions doc/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions ebin/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions include/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions include/ocs.hrl
@@ -1,4 +1,5 @@
%%% ocs.hrl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions include/ocs_eap_codec.hrl
@@ -1,4 +1,5 @@
%%% ocs_eap_codec.hrl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions include/ocs_log.hrl
@@ -1,4 +1,5 @@
%%% ocs_log.hrl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions priv/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions priv/lib/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions priv/www/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
@@ -1,4 +1,5 @@
## Makefile.am
## vim: ts=3
##
## Process this file with automake to produce Makefile.in

Expand Down
1 change: 1 addition & 0 deletions src/mod_ocs_rest_accepted_content.erl
@@ -1,4 +1,5 @@
%%% mod_ocs_rest_accepted_content.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/mod_ocs_rest_delete.erl
@@ -1,4 +1,5 @@
%%% mod_ocs_rest_delete.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/mod_ocs_rest_get.erl
@@ -1,4 +1,5 @@
%%% mod_ocs_rest_get.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/mod_ocs_rest_lang.erl
@@ -1,4 +1,5 @@
%%% mod_ocs_rest_lang.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/mod_ocs_rest_patch.erl
@@ -1,4 +1,5 @@
%%% mod_ocs_rest_patch.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/mod_ocs_rest_post.erl
@@ -1,4 +1,5 @@
%%% mod_ocs_rest_post.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/mod_ocs_rest_put.erl
@@ -1,4 +1,5 @@
%%% mod_ocs_rest_put.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs.erl
@@ -1,4 +1,5 @@
%%% ocs.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_app.erl
@@ -1,4 +1,5 @@
%%% ocs_app.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_acct_port_server.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_acct_port_server.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_acct_port_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_acct_port_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_acct_service_fsm.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_acct_service_fsm.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_acct_service_fsm_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_acct_service_fsm_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_acct_top_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_acct_top_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_auth_port_server.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_auth_port_server.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_auth_port_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_auth_port_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_auth_service_fsm.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_auth_service_fsm.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_auth_service_fsm_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_auth_service_fsm_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_auth_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_auth_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_base_application_cb.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_base_application_cb.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_cc_application_cb.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_cc_application_cb.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_disconnect_fsm.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_disconnect_fsm.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_disconnect_fsm_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_disconnect_fsm_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_eap_application_cb.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_eap_application_cb.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_diameter_nas_application_cb.erl
@@ -1,4 +1,5 @@
%%% ocs_diameter_nas_application_cb.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_codec.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_codec.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_pwd.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_pwd.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_pwd_fsm.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_pwd_fsm.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_pwd_fsm_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_pwd_fsm_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_tls_transport.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_tls_transport.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_ttls_aaah_fsm.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_ttls_aaah_fsm.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_ttls_fsm.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_ttls_fsm.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_ttls_fsm_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_ttls_fsm_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_eap_ttls_fsm_sup_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_eap_ttls_fsm_sup_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_log.erl
@@ -1,4 +1,5 @@
%%% ocs_log.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016-2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_log_rotate_server.erl
@@ -1,4 +1,5 @@

%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_accounting.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_accounting.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_acct_port_server.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_acct_port_server.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_acct_port_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_acct_port_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_acct_server_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_acct_server_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_acct_top_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_acct_top_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_auth_port_server.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_auth_port_server.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_auth_port_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_auth_port_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_auth_server_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_auth_server_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_auth_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_auth_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_authentication.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_authentication.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_disconnect_fsm.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_disconnect_fsm.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_radius_disconnect_fsm_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_radius_disconnect_fsm_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_rest.erl
@@ -1,4 +1,5 @@
%%% ocs_rest.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_rest_pagination_server.erl
@@ -1,4 +1,5 @@
%%% ocs_rest_pagination_server.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_rest_pagination_sup.erl
@@ -1,4 +1,5 @@
%%% ocs_rest_pagination_sup.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_rest_res_access.erl
@@ -1,4 +1,5 @@
%%% ocs_rest_res_access.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down
1 change: 1 addition & 0 deletions src/ocs_rest_res_accounting.erl
@@ -1,4 +1,5 @@
%%% ocs_rest_res_accounting.erl
%%% vim: ts=3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% @copyright 2016 - 2017 SigScale Global Inc.
%%% @end
Expand Down

0 comments on commit 1fcc1bf

Please sign in to comment.