From 6d7a031d462d257dd43b24b75fb6ef7da57bf3f2 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Thu, 30 Apr 2015 14:48:47 -0500 Subject: [PATCH] Add clarification comments at the top of qdate_srv --- src/qdate_srv.erl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/qdate_srv.erl b/src/qdate_srv.erl index d8c1236..6aeecc0 100644 --- a/src/qdate_srv.erl +++ b/src/qdate_srv.erl @@ -1,6 +1,10 @@ % vim: ts=4 sw=4 et % Copyright (c) 2013-2015 Jesse Gumm % See LICENSE for licensing information. +% +% NOTE: You'll probably notice that this isn't *actually* a server. It *used* +% to be a server, but is now instead just where we interact with the qdate +% application environment. Anyway, sorry for the confusion. -module(qdate_srv).