Browse Source

Update copyright license

Daniele Bartolini 11 years ago
parent
commit
60b614ffb1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      makefile

+ 5 - 0
makefile

@@ -1,3 +1,8 @@
+#
+# Copyright (c) 2012-2014 Daniele Bartolini and individual contributors.
+# License: https://github.com/taylor001/crown/blob/master/LICENSE
+#
+
 UNAME := $(shell uname)
 ifeq ($(UNAME), $(filter $(UNAME), Linux))
 	OS=linux