From e73ca5556f4aae9a78ef083203352fd334b0aa60 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 11 Aug 2013 00:16:26 +0200 Subject: Update description --- config.example.hy | 2 +- hypo.hy | 2 +- init.sql | 2 +- templates/image.html | 2 +- templates/main.html | 2 +- 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 -- cgit v1.2.3-54-g00ecf