diff --git a/representatives_votes/serializers.py b/representatives_votes/serializers.py
index e5db2ef3b94de74b651c0baa8f9138ab03397a08..448eb82dc8c728c9b683f2f7e0350ffe506db73c 100644
--- a/representatives_votes/serializers.py
+++ b/representatives_votes/serializers.py
@@ -1,23 +1,5 @@
 # coding: utf-8
 
-# This file is part of toutatis.
-#
-# toutatis is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, either version 3 of
-# the License, or any later version.
-#
-# toutatis is distributed in the hope that it will
-# be useful, but WITHOUT ANY WARRANTY; without even the implied
-# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# See the GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU General Affero Public
-# License along with django-representatives.
-# If not, see <http://www.gnu.org/licenses/>.
-#
-# Copyright (C) 2015 Arnaud Fabre <af@laquadrature.net>
-
 import representatives_votes.models as models
 from representatives.models import Representative
 from rest_framework import serializers