]> git.0d.be Git - mandayejs.git/commitdiff
add license notices
authorFrédéric Péters <fpeters@entrouvert.com>
Sun, 22 Mar 2015 17:40:00 +0000 (18:40 +0100)
committerFrédéric Péters <fpeters@entrouvert.com>
Sun, 22 Mar 2015 17:40:00 +0000 (18:40 +0100)
do_login.js
mandayejs/settings.py
mandayejs/urls.py
mandayejs/views.py

index acfa188078ae0fb4135e3cdda86234f1c475740d..ba005017d1e987352c022d20cc586f2356ff83d3 100644 (file)
@@ -1,3 +1,20 @@
+/* mandayejs - saml reverse proxy
+ * Copyright (C) 2015  Entr'ouvert
+ *
+ * This program 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
+ * (at your option) any later version.
+ *
+ * This program 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 Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
 var page = require('webpage').create();
 var system = require('system');
 
index 1ebe3c1dbb5bc55702c3dee4bcb2cfe40bd1f4cc..f579886c7168b20e97a3cd8dc3ecae9f440ba4e8 100644 (file)
@@ -1,3 +1,19 @@
+# mandayejs - saml reverse proxy
+# Copyright (C) 2015  Entr'ouvert
+#
+# This program 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
+# (at your option) any later version.
+#
+# This program 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 Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 """
 Django settings for mandayejs project.
 
index 60a82f4ae5d7ee3a6abf9457e7f325805e5ce9bb..aad7578cde73463652b4b79ad7e5ca2be9ba80e4 100644 (file)
@@ -1,3 +1,19 @@
+# mandayejs - saml reverse proxy
+# Copyright (C) 2015  Entr'ouvert
+#
+# This program 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
+# (at your option) any later version.
+#
+# This program 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 Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 from django.conf.urls import patterns, include, url
 from django.contrib import admin
 
index fff1d9428d5c5492a92efff710397da97fa1ee7b..ff1e0260ea8ded24f0efcd455176b448315abd9e 100644 (file)
@@ -1,3 +1,19 @@
+# mandayejs - saml reverse proxy
+# Copyright (C) 2015  Entr'ouvert
+#
+# This program 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
+# (at your option) any later version.
+#
+# This program 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 Affero General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 import json
 import os
 import subprocess