Add License and copyright to each page. Retab

This commit is contained in:
Jesse Gumm 2013-04-24 01:07:16 -05:00
parent c7cd5b6800
commit 7c55a6e8bf
4 changed files with 440 additions and 425 deletions

View file

@ -1,3 +1,7 @@
% vim: ts=4 sw=4 et
% Copyright (c) 2013 Jesse Gumm
% See LICENSE for licensing information.
%
-module(qdate).
-export([

View file

@ -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).

View file

@ -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).

View file

@ -1,3 +1,6 @@
% vim: ts=4 sw=4 et
% Copyright (c) 2013 Jesse Gumm
% See LICENSE for licensing information.
-module(qdate_sup).