aboutsummaryrefslogtreecommitdiffstats
path: root/src/paths.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/paths.scm')
-rw-r--r--src/paths.scm23
1 files changed, 22 insertions, 1 deletions
diff --git a/src/paths.scm b/src/paths.scm
index 50bd622..af2fe2e 100644
--- a/src/paths.scm
+++ b/src/paths.scm
@@ -1,4 +1,25 @@
-;;; paths.scm -- Functions which work with/on paths
+;;; linkwave -- Store/retrieve/manage bookmarks
+;; Copyright (C) 2012 Tom Willemsen <tom at ryuslash dot org>
+
+;; This program is free software: you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+;; GNU General Public License for more details.
+
+;; You should have received a copy of the GNU General Public License
+;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;; Path-related functions.
+
+;;; Code:
+
(declare (unit paths))
(define (stored-file xdg-env file)