Browse Source

Add LICENSE.txt

Toni Fadjukoff 12 years ago
parent
commit
fa7fc3f884
2 changed files with 3 additions and 1 deletions
  1. 1 0
      LICENSE.txt
  2. 2 1
      food.pl

+ 1 - 0
LICENSE.txt View File

@@ -0,0 +1 @@
1
+Public domain code. Use however you like.

+ 2 - 1
food.pl View File

@@ -1,7 +1,8 @@
1 1
 #!/usr/bin/env perl
2 2
 
3
-# Ruokalistaparseri v1.5.1
3
+# Ruokalistaparseri v1.5.3
4 4
 # Copyright (c) 2007-2010 Timo Sirainen
5
+#               2011-2012 Toni Fadjukoff
5 6
 # This is Public Domain
6 7
 
7 8
 use strict;