aboutsummaryrefslogtreecommitdiffstats
path: root/mobile
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2017-04-14 16:29:00 +0800
committerFelix Lange <fjl@twurst.com>2017-04-14 16:29:00 +0800
commit0cc492f81595c28caa24964a105446e362164539 (patch)
tree438835ab21a0eba74aef9c43fe4d5f35cd2f5d85 /mobile
parentb35aa21f9f8561c09cfe4d3b0548eda6cff8604e (diff)
downloaddexon-0cc492f81595c28caa24964a105446e362164539.tar
dexon-0cc492f81595c28caa24964a105446e362164539.tar.gz
dexon-0cc492f81595c28caa24964a105446e362164539.tar.bz2
dexon-0cc492f81595c28caa24964a105446e362164539.tar.lz
dexon-0cc492f81595c28caa24964a105446e362164539.tar.xz
dexon-0cc492f81595c28caa24964a105446e362164539.tar.zst
dexon-0cc492f81595c28caa24964a105446e362164539.zip
all: update license information
Diffstat (limited to 'mobile')
-rw-r--r--mobile/p2p.go2
-rw-r--r--mobile/primitives.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/mobile/p2p.go b/mobile/p2p.go
index 8d21639e5..a80d9fff2 100644
--- a/mobile/p2p.go
+++ b/mobile/p2p.go
@@ -11,7 +11,7 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
-// You should have received pi copy of the GNU Lesser General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// Contains wrappers for the p2p package.
diff --git a/mobile/primitives.go b/mobile/primitives.go
index 54b25df59..5c6617fa4 100644
--- a/mobile/primitives.go
+++ b/mobile/primitives.go
@@ -11,7 +11,7 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU Lesser General Public License for more details.
//
-// You should have received s copy of the GNU Lesser General Public License
+// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
// Contains various wrappers for primitive types.