Translation Quiz: add copyright notices in source files

As suggested by Elnaz.
This commit is contained in:
hallgren
2011-11-01 13:22:24 +00:00
parent 0baf0d4e4a
commit 44116be125
8 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/* Copyright © Elnaz Abolahrar and Thomas Hallgren, 2011 */
body {
background: #eee url("brushed-metal.png");
}

View File

@@ -1,3 +1,5 @@
// Copyright © Elnaz Abolahrar and Thomas Hallgren, 2011
// minibar.js, assumes that support.js has also been loaded
var tree_icon="tree-btn.png";

View File

@@ -1,3 +1,4 @@
<!-- Copyright © Elnaz Abolahrar, 2011 -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

View File

@@ -1,3 +1,4 @@
<!-- Copyright © Elnaz Abolahrar, 2011 -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

View File

@@ -1,3 +1,5 @@
// Copyright © Elnaz Abolahrar, 2011
// pre_start: runs on load time before evrything else to prepare the quiz
function pre_start()

View File

@@ -1,3 +1,4 @@
// Copyright © Elnaz Abolahrar and Thomas Hallgren, 2011
function hide_element(elem_id)
{

View File

@@ -1,3 +1,4 @@
<!-- Copyright © Elnaz Abolahrar, 2011 -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>

View File

@@ -1,3 +1,5 @@
// Copyright © Elnaz Abolahrar, 2011
// translation_quiz.js, assumes that quiz_support.js has also been loaded
/*-------------------------------------- Configuration Variables --------------------------------------*/