summaryrefslogtreecommitdiff
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
parenta2e6a54a311bdc9fba52f028d2ea41a653491f8a (diff)
Add copyright information to index.php and style.css
-rw-r--r--COPYING14
-rw-r--r--index.php5
-rw-r--r--style.css6
3 files changed, 25 insertions, 0 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..ee7d6a5
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,14 @@
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
+
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' ];
diff --git a/style.css b/style.css
index 572a8fb..9e2bcb2 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,9 @@
+/* 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.
+ */
+
/* generic */
td {