2 Commits 715cbb785f ... e75671f0e8

Author SHA1 Message Date
  Toni Fadjukoff 715cbb785f Update LICENSE to Apache License 2 5 years ago
  Toni Fadjukoff e75671f0e8 Update LICENSE to Apache License 2 5 years ago
1 changed files with 16 additions and 7 deletions
  1. 16 7
      food.py

+ 16 - 7
food.py View File

@@ -1,12 +1,21 @@
1 1
 #!/usr/bin/env python3
2 2
 
3
-# Ruokalistaparseri
4
-# Copyright (c) 2016 Toni Fadjukoff
5
-
6
-# Based on food.pl by
7
-# Copyright (c) 2007-2010 Timo Sirainen
8
-#               2011-2016 Toni Fadjukoff
9
-# This is Public Domain
3
+# Copyright 2018 Toni Fadjukoff. All Rights Reserved.
4
+
5
+# Licensed under the Apache License, Version 2.0 (the "License");
6
+# you may not use this file except in compliance with the License.
7
+# You may obtain a copy of the License at
8
+#
9
+# http://www.apache.org/licenses/LICENSE-2.0
10
+#
11
+# Unless required by applicable law or agreed to in writing, software
12
+# distributed under the License is distributed on an "AS IS" BASIS,
13
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+# See the License for the specific language governing permissions and
15
+# limitations under the License.
16
+
17
+# The project is based on original rna.fi
18
+# project by Timo Siiranen before 2007-2010
10 19
 
11 20
 import sys
12 21