Add License and copyright to each page. Retab
This commit is contained in:
parent
c7cd5b6800
commit
7c55a6e8bf
4 changed files with 440 additions and 425 deletions
|
@ -1,3 +1,7 @@
|
|||
% vim: ts=4 sw=4 et
|
||||
% Copyright (c) 2013 Jesse Gumm
|
||||
% See LICENSE for licensing information.
|
||||
%
|
||||
-module(qdate).
|
||||
|
||||
-export([
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
% vim: ts=4 sw=4 et
|
||||
% Copyright (c) 2013 Jesse Gumm
|
||||
% See LICENSE for licensing information.
|
||||
|
||||
-module(qdate_app).
|
||||
|
||||
-behaviour(application).
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
% vim: ts=4 sw=4 et
|
||||
% Copyright (c) 2013 Jesse Gumm
|
||||
% See LICENSE for licensing information.
|
||||
|
||||
-module(qdate_srv).
|
||||
-behaviour(gen_server).
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
% vim: ts=4 sw=4 et
|
||||
% Copyright (c) 2013 Jesse Gumm
|
||||
% See LICENSE for licensing information.
|
||||
|
||||
-module(qdate_sup).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue