aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.example.hy2
-rwxr-xr-xhypo.hy2
-rw-r--r--init.sql2
-rw-r--r--templates/image.html2
-rw-r--r--templates/main.html2
5 files changed, 5 insertions, 5 deletions
diff --git a/config.example.hy b/config.example.hy
index b606d2f..72aa8d6 100644
--- a/config.example.hy
+++ b/config.example.hy
@@ -1,4 +1,4 @@
-;; Hypo -- Sharing is caring.
+;; Hypo -- Quickly share stuff
;; Copyright (C) 2013 Tom Willemse
;; Hypo is free software: you can redistribute it and/or modify it
diff --git a/hypo.hy b/hypo.hy
index 6cac809..05fa858 100755
--- a/hypo.hy
+++ b/hypo.hy
@@ -1,5 +1,5 @@
#!/usr/bin/env hy
-;; Hypo -- Sharing is caring.
+;; Hypo -- Quickly share stuff
;; Copyright (C) 2013 Tom Willemse
;; Hypo is free software: you can redistribute it and/or modify it
diff --git a/init.sql b/init.sql
index 2888c3a..1e00e28 100644
--- a/init.sql
+++ b/init.sql
@@ -1,4 +1,4 @@
--- Hypo -- Sharing is caring.
+-- Hypo -- Quickly share stuff
-- Copyright (C) 2013 Tom Willemse
-- Hypo is free software: you can redistribute it and/or modify it
diff --git a/templates/image.html b/templates/image.html
index 3f42a2e..7c02617 100644
--- a/templates/image.html
+++ b/templates/image.html
@@ -1,5 +1,5 @@
$def with (name)
-$# Hypo -- Sharing is caring.
+$# Hypo -- Quickly share stuff
$# Copyright (C) 2013 Tom Willemse
$#
$# Hypo is free software: you can redistribute it and/or modify it
diff --git a/templates/main.html b/templates/main.html
index 1504871..e35715a 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -1,5 +1,5 @@
$def with (content, style, file)
-$# Hypo -- Sharing is caring.
+$# Hypo -- Quickly share stuff
$# Copyright (C) 2013 Tom Willemse
$#
$# Hypo is free software: you can redistribute it and/or modify it