Skip to content

Commit

Permalink
fixed name of the program in license notices
Browse files Browse the repository at this point in the history
  • Loading branch information
fergusq committed Apr 23, 2018
1 parent d9bb891 commit b0017d2
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,9 @@ In the table below, the verbs *lisätä* (to add) and *tulostaa* (to print) are

## License

The interpreter is licensed under the GNU General Public License, version 3 or later.
The Tampio Compiler is licensed under the GNU General Public License, version 3 or later.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
See the LICENSE file for details.

The examples are dual licensed under the MIT license and the Finnish translation of the MIT license (FTM license).
2 changes: 1 addition & 1 deletion ast.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2018 Iikka Hauhio
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion editor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2017 Iikka Hauhio
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion fatal_error.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2017 Iikka Hauhio

# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion grammar.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2018 Iikka Hauhio
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion hierarchy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2018 Iikka Hauhio
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion highlighter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2017 Iikka Hauhio
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion inflect.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2017 Iikka Hauhio

# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion lex.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2017 Iikka Hauhio
#
# This program is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion tampio.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Tampio Interpreter
# Tampio Compiler
# Copyright (C) 2018 Iikka Hauhio
#
# This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit b0017d2

Please sign in to comment.