SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 2b331d99 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add example of copyright and license dunders in source files

parent b09306f6
No related branches found
No related tags found
No related merge requests found
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
from django.contrib import admin from django.contrib import admin
from django import forms from django import forms
......
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
from django.apps import AppConfig from django.apps import AppConfig
......
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
MOTION_AMENDMENTS = 'ByLawAmend' MOTION_AMENDMENTS = 'ByLawAmend'
MOTION_WORKFLOW = 'Workflow' MOTION_WORKFLOW = 'Workflow'
MOTION_GENERAL = 'General' MOTION_GENERAL = 'General'
......
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
from django import forms from django import forms
from .models import Feedback, Nomination, Motion from .models import Feedback, Nomination, Motion
......
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
from django.core.urlresolvers import reverse from django.core.urlresolvers import reverse
from django.db import models from django.db import models
from django.shortcuts import get_object_or_404 from django.shortcuts import get_object_or_404
......
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
from django.test import TestCase from django.test import TestCase
# Create your tests here. # Create your tests here.
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
from django.conf.urls import url from django.conf.urls import url
from . import views from . import views
......
__copyright__ = "Copyright 2016-2018, Stichting SciPost (SciPost Foundation)"
__license__ = "AGPL v3"
import datetime import datetime
from django.contrib import messages from django.contrib import messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment