aboutsummaryrefslogtreecommitdiff
path: root/scheme
diff options
context:
space:
mode:
Diffstat (limited to 'scheme')
-rw-r--r--scheme/Makefile.am2
-rw-r--r--scheme/batch.scm2
-rw-r--r--scheme/dry-run.scm2
-rw-r--r--scheme/format.scm2
-rw-r--r--scheme/idest/batch/help.scm2
-rw-r--r--scheme/idest/batch/setlyrics.scm2
-rw-r--r--scheme/idest/batch/setpic.scm2
-rw-r--r--scheme/idest/format/framelist.scm2
-rw-r--r--scheme/idest/format/help.scm2
-rw-r--r--scheme/idest/format/lyrics.scm4
-rw-r--r--scheme/idest/format/pic.scm2
-rw-r--r--scheme/idest/format/shortlist.scm2
-rw-r--r--scheme/idest/list-modules.scm2
-rw-r--r--scheme/idest/load-module.scm2
14 files changed, 15 insertions, 15 deletions
diff --git a/scheme/Makefile.am b/scheme/Makefile.am
index 028a649..167c686 100644
--- a/scheme/Makefile.am
+++ b/scheme/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Idest
-# Copyright (C) 2009-2011 Sergey Poznyakoff
+# Copyright (C) 2009-2011, 2017 Sergey Poznyakoff
#
# Idest is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/scheme/batch.scm b/scheme/batch.scm
index 22a48c3..667b21f 100644
--- a/scheme/batch.scm
+++ b/scheme/batch.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;; Idest 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, or (at your option)
diff --git a/scheme/dry-run.scm b/scheme/dry-run.scm
index 5fcc0ad..c86d79f 100644
--- a/scheme/dry-run.scm
+++ b/scheme/dry-run.scm
@@ -1,6 +1,6 @@
;; dry-run.scm - run a script and show the frames it produces.
;; This file is part of Idest
-;; Copyright (C) 2011, 2015 Sergey Poznyakoff
+;; Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
;; Idest 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, or (at your option)
diff --git a/scheme/format.scm b/scheme/format.scm
index dc5b41b..97b4f35 100644
--- a/scheme/format.scm
+++ b/scheme/format.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;; Idest 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, or (at your option)
diff --git a/scheme/idest/batch/help.scm b/scheme/idest/batch/help.scm
index 48891ce..b510c6a 100644
--- a/scheme/idest/batch/help.scm
+++ b/scheme/idest/batch/help.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;;
;; Idest is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/scheme/idest/batch/setlyrics.scm b/scheme/idest/batch/setlyrics.scm
index ad4dd2d..d30e835 100644
--- a/scheme/idest/batch/setlyrics.scm
+++ b/scheme/idest/batch/setlyrics.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;; Idest 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, or (at your option)
diff --git a/scheme/idest/batch/setpic.scm b/scheme/idest/batch/setpic.scm
index 834a571..3daf570 100644
--- a/scheme/idest/batch/setpic.scm
+++ b/scheme/idest/batch/setpic.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011, 2015 Sergey Poznyakoff
+;; Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
;;
;; Idest is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/scheme/idest/format/framelist.scm b/scheme/idest/format/framelist.scm
index daf2efd..ea00740 100644
--- a/scheme/idest/format/framelist.scm
+++ b/scheme/idest/format/framelist.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;;
;; Idest is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/scheme/idest/format/help.scm b/scheme/idest/format/help.scm
index 57e954b..562b76c 100644
--- a/scheme/idest/format/help.scm
+++ b/scheme/idest/format/help.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;;
;; Idest is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/scheme/idest/format/lyrics.scm b/scheme/idest/format/lyrics.scm
index 8b7bf9e..1ab5f96 100644
--- a/scheme/idest/format/lyrics.scm
+++ b/scheme/idest/format/lyrics.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;;
;; Idest is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -103,4 +103,4 @@
(print-lyrics text)))
(return))))))
frames)
- (format (current-error-port) "~A: no lyrics~%" name)))))))) \ No newline at end of file
+ (format (current-error-port) "~A: no lyrics~%" name))))))))
diff --git a/scheme/idest/format/pic.scm b/scheme/idest/format/pic.scm
index 8d4a9bd..64d9075 100644
--- a/scheme/idest/format/pic.scm
+++ b/scheme/idest/format/pic.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011, 2015 Sergey Poznyakoff
+;; Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
;;
;; Idest is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/scheme/idest/format/shortlist.scm b/scheme/idest/format/shortlist.scm
index a3d5bed..35481a7 100644
--- a/scheme/idest/format/shortlist.scm
+++ b/scheme/idest/format/shortlist.scm
@@ -1,5 +1,5 @@
;; shortlist.scm - List file name, artist and year, on a single line.
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;; License GPLv3+: GNU GPL version 3 or later
;; <http://gnu.org/licenses/gpl.html>
;; This is free software: you are free to change and redistribute it.
diff --git a/scheme/idest/list-modules.scm b/scheme/idest/list-modules.scm
index facc54b..0c832d5 100644
--- a/scheme/idest/list-modules.scm
+++ b/scheme/idest/list-modules.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011, 2015 Sergey Poznyakoff
+;; Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
;;
;; Idest is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff --git a/scheme/idest/load-module.scm b/scheme/idest/load-module.scm
index 1460709..b2b66ff 100644
--- a/scheme/idest/load-module.scm
+++ b/scheme/idest/load-module.scm
@@ -1,5 +1,5 @@
;; This file is part of Idest
-;; Copyright (C) 2011 Sergey Poznyakoff
+;; Copyright (C) 2011, 2017 Sergey Poznyakoff
;; Idest 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, or (at your option)

Return to:

Send suggestions and report system problems to the System administrator.