diff --git a/db.go b/db.go
index 9807a3aac46e874aab8b215a0dbda660fd8bc557..0299af70018227eacd638489a8ecd813565cbd74 100644
--- a/db.go
+++ b/db.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/db_test.go b/db_test.go
index 9d9023c549ff90dff386ad79b4fb2bfe42571990..29f7a7f77711101e500a9d98c9d86c6d797755da 100644
--- a/db_test.go
+++ b/db_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/error.go b/error.go
index 4110560b965ef194ec1cb14ce6995bac3242134b..aa62895d8368ba1a97592d718f0e9f1e20b9bd80 100644
--- a/error.go
+++ b/error.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mongo/collection.go b/mongo/collection.go
index df339a014f64098693ec87c89b2dcc52023cd5a5..8e796993cc5cc3852782e5f76bce0b82332eee90 100644
--- a/mongo/collection.go
+++ b/mongo/collection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mongo/connection.go b/mongo/connection.go
index cb4917a0346170312d78c04f34063d20d321b4ae..10d2730b6755e9116cc5bda977925505c7707608 100644
--- a/mongo/connection.go
+++ b/mongo/connection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mongo/connection_test.go b/mongo/connection_test.go
index 3e3f4328d0495e2e74d43c2f5a71ba374948288a..70179b5c40cf07694295b52ab7d0b2d7021b3505 100644
--- a/mongo/connection_test.go
+++ b/mongo/connection_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mongo/database.go b/mongo/database.go
index 3e473c15db12ff855615f055677743076b4483be..fe44e5ea9b6fe3a9a9e69830c4b91c83d0063fd8 100644
--- a/mongo/database.go
+++ b/mongo/database.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mongo/database_test.go b/mongo/database_test.go
index 91e316f504f04e043eda80c16d2a18a7d4b4be1c..617a2d174ed66e5d14d8417bc43a37ea984eb5c0 100644
--- a/mongo/database_test.go
+++ b/mongo/database_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mongo/id.go b/mongo/id.go
index 18076bd4cb09033b793c8c195e8957a6afcdaa09..8ec49140c0e3f20002a19bc2aac559f51807bdc3 100644
--- a/mongo/id.go
+++ b/mongo/id.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mongo/result.go b/mongo/result.go
index 8e6269b3575a7863f5a29c74a6a5ff0ccef24049..8d85e92464b33995763ce79a2f6cb130fc795498 100644
--- a/mongo/result.go
+++ b/mongo/result.go
@@ -1,5 +1,5 @@
 /*
-  Copyright (c) 2014 José Carlos Nieto, https://menteslibres.net/xiam
+  Copyright (c) 2014 The upper.io/db authors. All rights reserved.
 
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the
diff --git a/mysql/collection.go b/mysql/collection.go
index d510642b72976d0a02435c5469ec4e54e08e6caf..e70d71b4a6f117a95ad18e06f1d15a2680ad0bb2 100644
--- a/mysql/collection.go
+++ b/mysql/collection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mysql/connection.go b/mysql/connection.go
index faa3b4cfa8d925a5fcbb70aa23011c5ecdb67b29..af830f33bd86efb35c0c31f1acf2e26f32874f03 100644
--- a/mysql/connection.go
+++ b/mysql/connection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mysql/connection_test.go b/mysql/connection_test.go
index 1e833d1e674eb5f039f405df06e52e49416db8ef..8f7af1b53be1e1425390f8507d2e8c24c39f82ce 100644
--- a/mysql/connection_test.go
+++ b/mysql/connection_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mysql/database.go b/mysql/database.go
index df840b2221f2bc1dbf52cf8e0fec1841d3fc8b48..d14a98229f8fd53f51388856f055aeafc8cb0c6a 100644
--- a/mysql/database.go
+++ b/mysql/database.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mysql/database_test.go b/mysql/database_test.go
index 17df86fcd3c0b27401632134c8fb43e3940b0837..9e681ac9b4bf047ab7f8202f65d6676ff4e12442 100644
--- a/mysql/database_test.go
+++ b/mysql/database_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/mysql/template.go b/mysql/template.go
index 1b2d21dab87f67e0f0cc87ed872d9ba9f37b1112..20db212c8672c723b968ee549b8c65c9cf5daeba 100644
--- a/mysql/template.go
+++ b/mysql/template.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/net.go b/net.go
index e779d48f988e2e48f97e7824aef4e1b6c31afda6..c4825b43d96066b0b98e97460a4aa0aa289b0622 100644
--- a/net.go
+++ b/net.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/postgresql/collection.go b/postgresql/collection.go
index 0158c17dd6f8b646cc5a94e685a46dfbb4e725b0..b21ac2a48dc469f0adbf26620b5acd8685f6c0b4 100644
--- a/postgresql/collection.go
+++ b/postgresql/collection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/postgresql/connection.go b/postgresql/connection.go
index 451383ce96af9a707eb03d9e354405127da4aeca..a314d0e2f9b2dcf2d2b2d3dc345930b21ca19a75 100644
--- a/postgresql/connection.go
+++ b/postgresql/connection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/postgresql/connection_test.go b/postgresql/connection_test.go
index dd6cc0d1c9aae2b22abae7d8c493b886bc9f74c8..f2210c192250b65c5b771ad41096f390de04ea1f 100644
--- a/postgresql/connection_test.go
+++ b/postgresql/connection_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/postgresql/database.go b/postgresql/database.go
index a95c014c567687ee94704e32e9294f79f1dd93db..f829e759e620549c65ac9160e5f808238494ff36 100644
--- a/postgresql/database.go
+++ b/postgresql/database.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/postgresql/database_test.go b/postgresql/database_test.go
index 33176789df27333280964b6733a00a9455ab3ad5..227393ff561a60ab138f6fd37003477373d89daf 100644
--- a/postgresql/database_test.go
+++ b/postgresql/database_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/ql/collection.go b/ql/collection.go
index 53a5d4c1b7e98e0237a9a42278ab7973bda83495..110aec9166e81c8912673c49ec68fb7cf93bbd58 100644
--- a/ql/collection.go
+++ b/ql/collection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/ql/connection.go b/ql/connection.go
index 389382c93f33c5dc350659bd35625a64ad5fb3aa..e364d12d9350477900bd4645ad0accbfc11d84da 100644
--- a/ql/connection.go
+++ b/ql/connection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/ql/connection_test.go b/ql/connection_test.go
index 63e43561d09e9fbc3cb39c973c8f0fb3ba665bcc..4615c4ee03abef3801e7e3c0660eeeff50026fd6 100644
--- a/ql/connection_test.go
+++ b/ql/connection_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/ql/database.go b/ql/database.go
index c6529044b60e1aca67f8371c3ae32a918d262eb0..f06851052aefd0ca35f81533d723ded7e2612856 100644
--- a/ql/database.go
+++ b/ql/database.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/ql/database_test.go b/ql/database_test.go
index bc97d1676d2f3a8cb51d0a2a2e4fde554f82a787..f06bae22cb56e89bd8212fc3015c5d05d4aecd7e 100644
--- a/ql/database_test.go
+++ b/ql/database_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/ql/template.go b/ql/template.go
index 61fc47c044905a107393e34539f62e3f19e1cebc..d97b52381b83131c0206b373258c7cf397acd000 100644
--- a/ql/template.go
+++ b/ql/template.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/settings.go b/settings.go
index b44a2590d0500c31fe72c85ba9241cd2e85d9376..6365e5771a3d152f6c6fc1f078c4b07d755611a7 100644
--- a/settings.go
+++ b/settings.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/sqlite/collection.go b/sqlite/collection.go
index 0aadfcd010ce8ae64d1e4ce1bc6321b3d69bd9c4..d7fe183a910cfd7d88491e5a3a5b2673eb7f5635 100644
--- a/sqlite/collection.go
+++ b/sqlite/collection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/sqlite/connection.go b/sqlite/connection.go
index 2a34c4c1ef3c2802fcbd31325ca4263b5cf2edbe..21d5604fa8d6255c632c8e86c6a907d4fb8d3589 100644
--- a/sqlite/connection.go
+++ b/sqlite/connection.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/sqlite/connection_test.go b/sqlite/connection_test.go
index cd2676b57fe355af4c73d9d9a8b5906777b24790..e93487c7be5fbd0206b68573733fa7877a8b9ad6 100644
--- a/sqlite/connection_test.go
+++ b/sqlite/connection_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/sqlite/database.go b/sqlite/database.go
index 22de80bb25b0fbb068dfe720649e18137d903a95..94401675aec2eb49a8fe34cdd683eb21d090432f 100644
--- a/sqlite/database.go
+++ b/sqlite/database.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/sqlite/database_test.go b/sqlite/database_test.go
index bb1b8a61edd3a8075df4ea3a74df5e873a512f9b..cda35256c8ff001770b7785cb0d1026f24a47397 100644
--- a/sqlite/database_test.go
+++ b/sqlite/database_test.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/sqlite/template.go b/sqlite/template.go
index abea16614305df659ce23b2b33a84df02a01da90..b7e806285e37e19991d8854e5baffd7c7a972b67 100644
--- a/sqlite/template.go
+++ b/sqlite/template.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/util/schema/schema.go b/util/schema/schema.go
index 99d310b42e9e6394dd72173dd68be97ce9d97a00..026735be85b3b96a2a8851605691adfdac9539fe 100644
--- a/util/schema/schema.go
+++ b/util/schema/schema.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/util/sqlutil/debug.go b/util/sqlutil/debug.go
index f82a98577de0c1eef0661aedbda9050c62e31413..4d46b52bd6877d53d903dc5c6655dcb712f34314 100644
--- a/util/sqlutil/debug.go
+++ b/util/sqlutil/debug.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/util/sqlutil/fetch.go b/util/sqlutil/fetch.go
index 357beba36ef5ab193d98880fbf48ef37305c5671..e5255dc929fb48c34cf41d461077e94865c457ce 100644
--- a/util/sqlutil/fetch.go
+++ b/util/sqlutil/fetch.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/util/sqlutil/result/result.go b/util/sqlutil/result/result.go
index 7badb0e750e2774ff0f511bb1018cccd8b624813..4362481b014d64554605b2b106ca7ac7464509e9 100644
--- a/util/sqlutil/result/result.go
+++ b/util/sqlutil/result/result.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/util/sqlutil/tx/tx.go b/util/sqlutil/tx/tx.go
index 533c54058f9f855dbc3004e8fad03f5f3022e0bb..18ebbf3c937be3a329cc778c26aa99d471539c7d 100644
--- a/util/sqlutil/tx/tx.go
+++ b/util/sqlutil/tx/tx.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2015 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2015 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
diff --git a/wrapper.go b/wrapper.go
index 058cf6904532451ae4392250a7904f594efb8a39..7a0ab8f507de9e5b6bb96fb36a97d74b40081bac 100644
--- a/wrapper.go
+++ b/wrapper.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2012-2014 José Carlos Nieto, https://menteslibres.net/xiam
+// Copyright (c) 2012-2014 The upper.io/db authors. All rights reserved.
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the