From b5ab98f2d0d9eed821d43ae5c61dbd3f700d2136 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@martin-legene.dk>
Date: Fri, 6 Nov 2020 18:12:52 -0300
Subject: [PATCH] License, minor README fixes

---
 peronEther.sol => destileria2.sol | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename peronEther.sol => destileria2.sol (99%)

diff --git a/peronEther.sol b/destileria2.sol
similarity index 99%
rename from peronEther.sol
rename to destileria2.sol
index cda0593..c342e05 100644
--- a/peronEther.sol
+++ b/destileria2.sol
@@ -1,5 +1,5 @@
 /*
-Copyright 2019 de la Dirección General de Sistemas Informáticos – Secretaría Legal y Técnica - Nación.
+Copyright 2020 de la Dirección General de Sistemas Informáticos – Secretaría Legal y Técnica - Nación.
 
 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
 
@@ -7,7 +7,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY
 
 You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
 */
-pragma solidity ^0.4.11;
+pragma solidity >0.4;
 
 
 contract PeronEther {
-- 
GitLab