]> git.parisson.com Git - timeside.git/commitdiff
fix some copyrights
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 16 May 2014 07:15:20 +0000 (09:15 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 16 May 2014 07:15:20 +0000 (09:15 +0200)
timeside/__init__.py
timeside/grapher/render_analyzers.py
timeside/server/models.py
timeside/server/serializers.py
timeside/server/views.py

index 60f73f984558d1e5e830f015444424878fa01793..3a86c089bf817117fe45040309fb3f2178205021 100644 (file)
@@ -1,4 +1,25 @@
 # -*- coding: utf-8 -*-
+#
+# Copyright (c) 2014 Thomas Fillon <thomas@parisson.com>
+
+# This file is part of TimeSide.
+
+# TimeSide 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.
+
+# TimeSide 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 General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Authors:
+# Thomas Fillon <thomas@parisson.com>
+
 from __future__ import absolute_import
 
 from . import api
index 79f65607cc4b7bda10022aba0134e148e3fc08a1..bfda8dc5ea8ccedee10fc970ca357c63d00309f4 100644 (file)
@@ -1,7 +1,6 @@
 # -*- coding: utf-8 -*-
 #
 # Copyright (c) 2007-2014 Guillaume Pellerin <yomguy@parisson.com>
-# Copyright (c) 2010 Olivier Guilyardi <olivier@samalyse.com>
 # Copyright (c) 2013-2014 Thomas Fillon <thomas@parisson.com>
 
 # This file is part of TimeSide.
@@ -18,6 +17,7 @@
 
 # You should have received a copy of the GNU General Public License
 # along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
+
 from __future__ import division
 
 from timeside.core import implements, interfacedoc, abstract, get_processor
index d9796a705a52f33b886ec73a8e3883b19384cd62..8154555c457da3829d7364da210355aabd914ce2 100644 (file)
@@ -1,4 +1,27 @@
 # -*- coding: utf-8 -*-
+#
+# Copyright (c) 2014 Parisson SARL
+# Copyright (c) 2014 Guillaume Pellerin <yomguy@parisson.com>
+# Copyright (c) 2014 Thomas Fillon <thomas@parisson.com>
+
+# This file is part of TimeSide.
+
+# TimeSide 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.
+
+# TimeSide 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 General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
+
+# Authors:
+# Guillaume Pellerin <yomguy@parisson.com>
+# Thomas Fillon <thomas@parisson.com>
 
 import timeside, os, uuid, time, hashlib, mimetypes
 
index 221f4c31e8c676620087a5fc5e3909fe995015bc..b60c292d05c1c342001a291c03f3f61cb9f85409 100644 (file)
@@ -1,3 +1,22 @@
+# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2007-2014 Guillaume Pellerin <yomguy@parisson.com>
+
+# This file is part of TimeSide.
+
+# TimeSide 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.
+
+# TimeSide 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 General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
+
 from timeside.server.models import *
 from rest_framework import serializers
 import django.db.models
index f371e19659aa224de5b94c9121cbf45f0f0d20cf..3d9553802e63b269492fe0f79c51ee567eb4361c 100644 (file)
@@ -1,4 +1,25 @@
 # -*- coding: utf-8 -*-
+#
+# Copyright (c) 2014 Parisson SARL
+# Copyright (c) 2014 Guillaume Pellerin <yomguy@parisson.com>
+
+# This file is part of TimeSide.
+
+# TimeSide 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.
+
+# TimeSide 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 General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with TimeSide.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Author : Guillaume Pellerin <yomguy@parisson.com>
+
 
 from django.views.generic import *
 from django.http import HttpResponse, HttpResponseRedirect