summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Mendez <jmendeth@gmail.com>2013-09-20 19:00:37 +0200
committerXavier Mendez <jmendeth@gmail.com>2013-09-20 19:00:37 +0200
commit2845a9e5c27e0fb3764be6eda02fa8c91d4e4d4d (patch)
treef0518158d39ca2684df6fb11dfb642eb354780aa
parent0b65d27616a490dd70599911c6974832d9a28c45 (diff)
downloadrust-hoedown-2845a9e5c27e0fb3764be6eda02fa8c91d4e4d4d.tar.gz
Remove unnecessary preambles
-rw-r--r--Makefile14
-rw-r--r--examples/hoedown.c16
-rw-r--r--examples/smartypants.c16
3 files changed, 0 insertions, 46 deletions
diff --git a/Makefile b/Makefile
index 17c8db8..77cf0ab 100644
--- a/Makefile
+++ b/Makefile
@@ -1,19 +1,5 @@
# Makefile
-# Copyright (c) 2009, Natacha Porté
-#
-# Permission to use, copy, modify, and distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
DEPDIR=depends
# "Machine-dependant" options
diff --git a/examples/hoedown.c b/examples/hoedown.c
index c413da4..fa9d34e 100644
--- a/examples/hoedown.c
+++ b/examples/hoedown.c
@@ -1,19 +1,3 @@
-/*
- * Copyright (c) 2011, Vicent Marti
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
#include "markdown.h"
#include "html.h"
#include "buffer.h"
diff --git a/examples/smartypants.c b/examples/smartypants.c
index 8486795..e8b92d8 100644
--- a/examples/smartypants.c
+++ b/examples/smartypants.c
@@ -1,19 +1,3 @@
-/*
- * Copyright (c) 2011, Vicent Marti
- *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
#include "markdown.h"
#include "html.h"
#include "buffer.h"