summaryrefslogtreecommitdiff
path: root/js/codeq/prolog.js
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-10 15:08:01 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-10 15:08:01 +0100
commit7765314589cb2e5e3454650311609b1ad0c07050 (patch)
treecfa1ff17d6e0e4fa53e12408c4a3bb15d320a946 /js/codeq/prolog.js
parent5d533e7c2bd1a831a5f6ec805527c2ea60190c6a (diff)
Add copyright info to JS files
Diffstat (limited to 'js/codeq/prolog.js')
-rw-r--r--js/codeq/prolog.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/js/codeq/prolog.js b/js/codeq/prolog.js
index 565e0ce..7f74aaf 100644
--- a/js/codeq/prolog.js
+++ b/js/codeq/prolog.js
@@ -1,3 +1,19 @@
+/* CodeQ: an online programming tutor.
+ Copyright (C) 2015 UL FRI
+
+This program is free software: you can redistribute it and/or modify it under
+the terms of the GNU Affero 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 Affero General Public License for more
+details.
+
+You should have received a copy of the GNU Affero General Public License
+along with this program. If not, see <http://www.gnu.org/licenses/>. */
+
/**
* Created by robert on 9/17/15.
*