summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 15:24:29 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-11-29 15:24:29 -0500
commitb62a23efaff3332caf5b2fa51f63d256ee154a94 (patch)
tree56a4ed2d5fd346f5cac74b84164834da4651012f /index.php
parenta2e6a54a311bdc9fba52f028d2ea41a653491f8a (diff)
Add copyright information to index.php and style.css
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index 72c7333..1e7bcb5 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,9 @@
<?php
+# Copyright © 2014 Luke Shumaker <lukeshu@sbcglobal.net>
+# This work is free. You can redistribute it and/or modify it under the
+# terms of the Do What The Fuck You Want To Public License, Version 2,
+# as published by Sam Hocevar. See the ./COPYING file for more details.
+
$repos_arch_project = [ 'core', 'extra', 'staging', 'testing', 'gnome-unstable', 'kde-unstable' ];
$repos_arch_community = [ 'community', 'community-staging', 'community-testing',
'multilib', 'multilib-staging', 'multilib-testing' ];