summaryrefslogtreecommitdiffstats
path: root/examples/stored-settings
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stored-settings')
-rw-r--r--examples/stored-settings30
1 files changed, 30 insertions, 0 deletions
diff --git a/examples/stored-settings b/examples/stored-settings
index cc87cff..95180b6 100644
--- a/examples/stored-settings
+++ b/examples/stored-settings
@@ -3,6 +3,36 @@
# This example demonstrates how settings can be stored
# and be transition from later.
+
+# This file is dual-licensed under GNU General Public License
+# version 3 and GNU Free Documentation License version 1.3.
+
+
+# Copyright © 2014 Mattias Andrée (maandree@member.fsf.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/>.
+
+
+# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org)
+#
+# Permission is granted to copy, distribute and/or modify this document
+# under the terms of the GNU Free Documentation License, Version 1.3
+# or any later version published by the Free Software Foundation;
+# with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+# You should have received a copy of the GNU General Public License
+# along with this software package. If not, see <http://www.gnu.org/licenses/>.
+
import os
import time