# HG changeset patch # User Mikael Berthe # Date 1492417690 -7200 # Node ID c450bb73f59a3e03fe2ef9126f2358920364a28a # Parent 0d4544ce7e5e5bc60a59c42c5b273e688ddacd05 Update credits diff -r 0d4544ce7e5e -r c450bb73f59a LICENSE --- a/LICENSE Sun Apr 16 20:52:52 2017 +0200 +++ b/LICENSE Mon Apr 17 10:28:10 2017 +0200 @@ -1,6 +1,7 @@ MIT License Copyright (c) 2017 Ollivier Robert +Copyright (c) 2017 Mikael Berthe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -r 0d4544ce7e5e -r c450bb73f59a account.go --- a/account.go Sun Apr 16 20:52:52 2017 +0200 +++ b/account.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a api.go --- a/api.go Sun Apr 16 20:52:52 2017 +0200 +++ b/api.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,10 @@ +/* +Copyright 2017 Ollivier Robert +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a app.go --- a/app.go Sun Apr 16 20:52:52 2017 +0200 +++ b/app.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,10 @@ +/* +Copyright 2017 Ollivier Robert +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a favourites.go --- a/favourites.go Sun Apr 16 20:52:52 2017 +0200 +++ b/favourites.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a gondole.go --- a/gondole.go Sun Apr 16 20:52:52 2017 +0200 +++ b/gondole.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,10 @@ +/* +Copyright 2017 Ollivier Robert +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a instance.go --- a/instance.go Sun Apr 16 20:52:52 2017 +0200 +++ b/instance.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a login.go --- a/login.go Sun Apr 16 20:52:52 2017 +0200 +++ b/login.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a media.go --- a/media.go Sun Apr 16 20:52:52 2017 +0200 +++ b/media.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a notifications.go --- a/notifications.go Sun Apr 16 20:52:52 2017 +0200 +++ b/notifications.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a report.go --- a/report.go Sun Apr 16 20:52:52 2017 +0200 +++ b/report.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a search.go --- a/search.go Sun Apr 16 20:52:52 2017 +0200 +++ b/search.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a status.go --- a/status.go Sun Apr 16 20:52:52 2017 +0200 +++ b/status.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a streams.go --- a/streams.go Sun Apr 16 20:52:52 2017 +0200 +++ b/streams.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a timelines.go --- a/timelines.go Sun Apr 16 20:52:52 2017 +0200 +++ b/timelines.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,9 @@ +/* +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import ( diff -r 0d4544ce7e5e -r c450bb73f59a types.go --- a/types.go Sun Apr 16 20:52:52 2017 +0200 +++ b/types.go Mon Apr 17 10:28:10 2017 +0200 @@ -1,3 +1,10 @@ +/* +Copyright 2017 Ollivier Robert +Copyright 2017 Mikael Berthe + +Licensed under the MIT license. Please see the LICENSE file is this directory. +*/ + package gondole import (