diff --git a/education/education/api.py b/education/education/api.py index 96fe497..8a7e67b 100644 --- a/education/education/api.py +++ b/education/education/api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/academic_term/academic_term.js b/education/education/doctype/academic_term/academic_term.js index fdf7983..664ac76 100644 --- a/education/education/doctype/academic_term/academic_term.js +++ b/education/education/doctype/academic_term/academic_term.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Academic Term', { diff --git a/education/education/doctype/academic_term/academic_term.py b/education/education/doctype/academic_term/academic_term.py index 4ecd55d..20b4f04 100644 --- a/education/education/doctype/academic_term/academic_term.py +++ b/education/education/doctype/academic_term/academic_term.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/academic_term/test_academic_term.py b/education/education/doctype/academic_term/test_academic_term.py index 53de2bb..d4cb576 100644 --- a/education/education/doctype/academic_term/test_academic_term.py +++ b/education/education/doctype/academic_term/test_academic_term.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/academic_year/academic_year.py b/education/education/doctype/academic_year/academic_year.py index 7b5ca8d..adc7ee5 100644 --- a/education/education/doctype/academic_year/academic_year.py +++ b/education/education/doctype/academic_year/academic_year.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/academic_year/test_academic_year.py b/education/education/doctype/academic_year/test_academic_year.py index 8748c1f..7c2b60c 100644 --- a/education/education/doctype/academic_year/test_academic_year.py +++ b/education/education/doctype/academic_year/test_academic_year.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/article/article.js b/education/education/doctype/article/article.js index cf86e94..b0e2a25 100644 --- a/education/education/doctype/article/article.js +++ b/education/education/doctype/article/article.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Article', { diff --git a/education/education/doctype/article/article.py b/education/education/doctype/article/article.py index 856f820..fd4dca9 100644 --- a/education/education/doctype/article/article.py +++ b/education/education/doctype/article/article.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/article/test_article.py b/education/education/doctype/article/test_article.py index 2baca7b..1fda0b0 100644 --- a/education/education/doctype/article/test_article.py +++ b/education/education/doctype/article/test_article.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/assessment_criteria/assessment_criteria.js b/education/education/doctype/assessment_criteria/assessment_criteria.js index 8e3479d..6dc497a 100644 --- a/education/education/doctype/assessment_criteria/assessment_criteria.js +++ b/education/education/doctype/assessment_criteria/assessment_criteria.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Assessment Criteria', { diff --git a/education/education/doctype/assessment_criteria/assessment_criteria.py b/education/education/doctype/assessment_criteria/assessment_criteria.py index 80c2f8d..f29e2b5 100644 --- a/education/education/doctype/assessment_criteria/assessment_criteria.py +++ b/education/education/doctype/assessment_criteria/assessment_criteria.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_criteria/test_assessment_criteria.py b/education/education/doctype/assessment_criteria/test_assessment_criteria.py index 7013337..4c3fcc5 100644 --- a/education/education/doctype/assessment_criteria/test_assessment_criteria.py +++ b/education/education/doctype/assessment_criteria/test_assessment_criteria.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/assessment_criteria_group/assessment_criteria_group.js b/education/education/doctype/assessment_criteria_group/assessment_criteria_group.js index 53678f0..ef98030 100644 --- a/education/education/doctype/assessment_criteria_group/assessment_criteria_group.js +++ b/education/education/doctype/assessment_criteria_group/assessment_criteria_group.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Assessment Criteria Group', { diff --git a/education/education/doctype/assessment_criteria_group/assessment_criteria_group.py b/education/education/doctype/assessment_criteria_group/assessment_criteria_group.py index ac46073..7580448 100644 --- a/education/education/doctype/assessment_criteria_group/assessment_criteria_group.py +++ b/education/education/doctype/assessment_criteria_group/assessment_criteria_group.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_criteria_group/test_assessment_criteria_group.py b/education/education/doctype/assessment_criteria_group/test_assessment_criteria_group.py index 22fab78..09c2ffd 100644 --- a/education/education/doctype/assessment_criteria_group/test_assessment_criteria_group.py +++ b/education/education/doctype/assessment_criteria_group/test_assessment_criteria_group.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/assessment_group/assessment_group.js b/education/education/doctype/assessment_group/assessment_group.js index 28d9a30..ad8d9af 100644 --- a/education/education/doctype/assessment_group/assessment_group.js +++ b/education/education/doctype/assessment_group/assessment_group.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Assessment Group', { diff --git a/education/education/doctype/assessment_group/assessment_group.py b/education/education/doctype/assessment_group/assessment_group.py index 80b3e5f..2bdeb62 100644 --- a/education/education/doctype/assessment_group/assessment_group.py +++ b/education/education/doctype/assessment_group/assessment_group.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_group/assessment_group_dashboard.py b/education/education/doctype/assessment_group/assessment_group_dashboard.py index 4df7308..1633586 100644 --- a/education/education/doctype/assessment_group/assessment_group_dashboard.py +++ b/education/education/doctype/assessment_group/assessment_group_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/assessment_group/test_assessment_group.py b/education/education/doctype/assessment_group/test_assessment_group.py index 1dc9aae..56a3526 100644 --- a/education/education/doctype/assessment_group/test_assessment_group.py +++ b/education/education/doctype/assessment_group/test_assessment_group.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/assessment_plan/assessment_plan.js b/education/education/doctype/assessment_plan/assessment_plan.js index 7bc57ea..bc9b5ca 100644 --- a/education/education/doctype/assessment_plan/assessment_plan.js +++ b/education/education/doctype/assessment_plan/assessment_plan.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt diff --git a/education/education/doctype/assessment_plan/assessment_plan.py b/education/education/doctype/assessment_plan/assessment_plan.py index e18ba53..66174d7 100644 --- a/education/education/doctype/assessment_plan/assessment_plan.py +++ b/education/education/doctype/assessment_plan/assessment_plan.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_plan/assessment_plan_dashboard.py b/education/education/doctype/assessment_plan/assessment_plan_dashboard.py index 0ea7266..bfe74d6 100644 --- a/education/education/doctype/assessment_plan/assessment_plan_dashboard.py +++ b/education/education/doctype/assessment_plan/assessment_plan_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/assessment_plan/test_assessment_plan.py b/education/education/doctype/assessment_plan/test_assessment_plan.py index ee57a59..3e7d427 100644 --- a/education/education/doctype/assessment_plan/test_assessment_plan.py +++ b/education/education/doctype/assessment_plan/test_assessment_plan.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/assessment_plan_criteria/assessment_plan_criteria.py b/education/education/doctype/assessment_plan_criteria/assessment_plan_criteria.py index 298acc2..1baaf12 100644 --- a/education/education/doctype/assessment_plan_criteria/assessment_plan_criteria.py +++ b/education/education/doctype/assessment_plan_criteria/assessment_plan_criteria.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_result/assessment_result.js b/education/education/doctype/assessment_result/assessment_result.js index e9578e7..eb83d9e 100644 --- a/education/education/doctype/assessment_result/assessment_result.js +++ b/education/education/doctype/assessment_result/assessment_result.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Assessment Result', { diff --git a/education/education/doctype/assessment_result/assessment_result.py b/education/education/doctype/assessment_result/assessment_result.py index 3e52999..76b76f9 100644 --- a/education/education/doctype/assessment_result/assessment_result.py +++ b/education/education/doctype/assessment_result/assessment_result.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_result/assessment_result_dashboard.py b/education/education/doctype/assessment_result/assessment_result_dashboard.py index 30d1452..271cb38 100644 --- a/education/education/doctype/assessment_result/assessment_result_dashboard.py +++ b/education/education/doctype/assessment_result/assessment_result_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/assessment_result/test_assessment_result.py b/education/education/doctype/assessment_result/test_assessment_result.py index 21f025c..abf8558 100644 --- a/education/education/doctype/assessment_result/test_assessment_result.py +++ b/education/education/doctype/assessment_result/test_assessment_result.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/assessment_result_detail/assessment_result_detail.py b/education/education/doctype/assessment_result_detail/assessment_result_detail.py index 6acbeb6..8a4e91c 100644 --- a/education/education/doctype/assessment_result_detail/assessment_result_detail.py +++ b/education/education/doctype/assessment_result_detail/assessment_result_detail.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_result_tool/assessment_result_tool.js b/education/education/doctype/assessment_result_tool/assessment_result_tool.js index c068650..5d7c8d6 100644 --- a/education/education/doctype/assessment_result_tool/assessment_result_tool.js +++ b/education/education/doctype/assessment_result_tool/assessment_result_tool.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt diff --git a/education/education/doctype/assessment_result_tool/assessment_result_tool.py b/education/education/doctype/assessment_result_tool/assessment_result_tool.py index df49239..5be2754 100644 --- a/education/education/doctype/assessment_result_tool/assessment_result_tool.py +++ b/education/education/doctype/assessment_result_tool/assessment_result_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/assessment_result_tool/test_assessment_result_tool.py b/education/education/doctype/assessment_result_tool/test_assessment_result_tool.py index 8d9ab83..f3124f0 100644 --- a/education/education/doctype/assessment_result_tool/test_assessment_result_tool.py +++ b/education/education/doctype/assessment_result_tool/test_assessment_result_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/course/course.py b/education/education/doctype/course/course.py index 2898a08..561056d 100644 --- a/education/education/doctype/course/course.py +++ b/education/education/doctype/course/course.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/course/course_dashboard.py b/education/education/doctype/course/course_dashboard.py index 250cff0..01d5a64 100644 --- a/education/education/doctype/course/course_dashboard.py +++ b/education/education/doctype/course/course_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/course/test_course.py b/education/education/doctype/course/test_course.py index e2c9e76..0a44c59 100644 --- a/education/education/doctype/course/test_course.py +++ b/education/education/doctype/course/test_course.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/course_activity/course_activity.js b/education/education/doctype/course_activity/course_activity.js index b48ff68..972820a 100644 --- a/education/education/doctype/course_activity/course_activity.js +++ b/education/education/doctype/course_activity/course_activity.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Course Activity', { diff --git a/education/education/doctype/course_activity/course_activity.py b/education/education/doctype/course_activity/course_activity.py index 54c002b..9067009 100644 --- a/education/education/doctype/course_activity/course_activity.py +++ b/education/education/doctype/course_activity/course_activity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/course_activity/test_course_activity.py b/education/education/doctype/course_activity/test_course_activity.py index 8cc3ebd..48febf9 100644 --- a/education/education/doctype/course_activity/test_course_activity.py +++ b/education/education/doctype/course_activity/test_course_activity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/course_assessment_criteria/course_assessment_criteria.py b/education/education/doctype/course_assessment_criteria/course_assessment_criteria.py index d0375b5..0e01bcf 100644 --- a/education/education/doctype/course_assessment_criteria/course_assessment_criteria.py +++ b/education/education/doctype/course_assessment_criteria/course_assessment_criteria.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/course_enrollment/course_enrollment.js b/education/education/doctype/course_enrollment/course_enrollment.js index fc66196..952cfd6 100644 --- a/education/education/doctype/course_enrollment/course_enrollment.js +++ b/education/education/doctype/course_enrollment/course_enrollment.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Course Enrollment', { diff --git a/education/education/doctype/course_enrollment/course_enrollment.py b/education/education/doctype/course_enrollment/course_enrollment.py index 22180fc..be6263e 100644 --- a/education/education/doctype/course_enrollment/course_enrollment.py +++ b/education/education/doctype/course_enrollment/course_enrollment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/course_enrollment/test_course_enrollment.py b/education/education/doctype/course_enrollment/test_course_enrollment.py index 30dcd7b..c66f1e6 100644 --- a/education/education/doctype/course_enrollment/test_course_enrollment.py +++ b/education/education/doctype/course_enrollment/test_course_enrollment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/course_schedule/course_schedule.py b/education/education/doctype/course_schedule/course_schedule.py index 441f045..30016dd 100644 --- a/education/education/doctype/course_schedule/course_schedule.py +++ b/education/education/doctype/course_schedule/course_schedule.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/course_schedule/course_schedule_dashboard.py b/education/education/doctype/course_schedule/course_schedule_dashboard.py index 6fbaf3b..bf8b839 100644 --- a/education/education/doctype/course_schedule/course_schedule_dashboard.py +++ b/education/education/doctype/course_schedule/course_schedule_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/course_schedule/test_course_schedule.py b/education/education/doctype/course_schedule/test_course_schedule.py index 17e34d7..520d235 100644 --- a/education/education/doctype/course_schedule/test_course_schedule.py +++ b/education/education/doctype/course_schedule/test_course_schedule.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import datetime diff --git a/education/education/doctype/course_scheduling_tool/course_scheduling_tool.js b/education/education/doctype/course_scheduling_tool/course_scheduling_tool.js index d301ac3..d91a1a3 100644 --- a/education/education/doctype/course_scheduling_tool/course_scheduling_tool.js +++ b/education/education/doctype/course_scheduling_tool/course_scheduling_tool.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt diff --git a/education/education/doctype/course_scheduling_tool/course_scheduling_tool.py b/education/education/doctype/course_scheduling_tool/course_scheduling_tool.py index a52e2a2..87efb34 100644 --- a/education/education/doctype/course_scheduling_tool/course_scheduling_tool.py +++ b/education/education/doctype/course_scheduling_tool/course_scheduling_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/course_scheduling_tool/test_course_scheduling_tool.py b/education/education/doctype/course_scheduling_tool/test_course_scheduling_tool.py index 36a726d..9e56d7f 100644 --- a/education/education/doctype/course_scheduling_tool/test_course_scheduling_tool.py +++ b/education/education/doctype/course_scheduling_tool/test_course_scheduling_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/course_topic/course_topic.js b/education/education/doctype/course_topic/course_topic.js index 060c643..f10e02d 100644 --- a/education/education/doctype/course_topic/course_topic.js +++ b/education/education/doctype/course_topic/course_topic.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Course Topic', { diff --git a/education/education/doctype/course_topic/course_topic.py b/education/education/doctype/course_topic/course_topic.py index 2677c10..580a914 100644 --- a/education/education/doctype/course_topic/course_topic.py +++ b/education/education/doctype/course_topic/course_topic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/course_topic/test_course_topic.py b/education/education/doctype/course_topic/test_course_topic.py index e16ed54..402843e 100644 --- a/education/education/doctype/course_topic/test_course_topic.py +++ b/education/education/doctype/course_topic/test_course_topic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/education_settings/education_settings.js b/education/education/doctype/education_settings/education_settings.js index ada3967..9537a66 100644 --- a/education/education/doctype/education_settings/education_settings.js +++ b/education/education/doctype/education_settings/education_settings.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2017, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Education Settings', { diff --git a/education/education/doctype/education_settings/education_settings.py b/education/education/doctype/education_settings/education_settings.py index 541a3f3..a152dc1 100644 --- a/education/education/doctype/education_settings/education_settings.py +++ b/education/education/doctype/education_settings/education_settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/education_settings/test_education_settings.py b/education/education/doctype/education_settings/test_education_settings.py index 7886942..f8d4668 100644 --- a/education/education/doctype/education_settings/test_education_settings.py +++ b/education/education/doctype/education_settings/test_education_settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/fee_category/fee_category.js b/education/education/doctype/fee_category/fee_category.js index 7eac853..4ad613b 100644 --- a/education/education/doctype/fee_category/fee_category.js +++ b/education/education/doctype/fee_category/fee_category.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Fee Category', { diff --git a/education/education/doctype/fee_category/fee_category.py b/education/education/doctype/fee_category/fee_category.py index 82daf91..72fdc58 100644 --- a/education/education/doctype/fee_category/fee_category.py +++ b/education/education/doctype/fee_category/fee_category.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/fee_category/test_fee_category.py b/education/education/doctype/fee_category/test_fee_category.py index 864391e..a8ae65d 100644 --- a/education/education/doctype/fee_category/test_fee_category.py +++ b/education/education/doctype/fee_category/test_fee_category.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/fee_component/fee_component.py b/education/education/doctype/fee_component/fee_component.py index f72a990..fc16d47 100644 --- a/education/education/doctype/fee_component/fee_component.py +++ b/education/education/doctype/fee_component/fee_component.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/fee_schedule/fee_schedule.js b/education/education/doctype/fee_schedule/fee_schedule.js index 84a7132..f8cf615 100644 --- a/education/education/doctype/fee_schedule/fee_schedule.js +++ b/education/education/doctype/fee_schedule/fee_schedule.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2017, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.provide("xhiveerp.accounts.dimensions"); diff --git a/education/education/doctype/fee_schedule/fee_schedule.py b/education/education/doctype/fee_schedule/fee_schedule.py index 9ef8bae..b607196 100644 --- a/education/education/doctype/fee_schedule/fee_schedule.py +++ b/education/education/doctype/fee_schedule/fee_schedule.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/fee_schedule/fee_schedule_dashboard.py b/education/education/doctype/fee_schedule/fee_schedule_dashboard.py index 13eddb9..e66be57 100644 --- a/education/education/doctype/fee_schedule/fee_schedule_dashboard.py +++ b/education/education/doctype/fee_schedule/fee_schedule_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt diff --git a/education/education/doctype/fee_schedule/test_fee_schedule.py b/education/education/doctype/fee_schedule/test_fee_schedule.py index c8d7a38..b67a207 100644 --- a/education/education/doctype/fee_schedule/test_fee_schedule.py +++ b/education/education/doctype/fee_schedule/test_fee_schedule.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/fee_schedule_program/fee_schedule_program.py b/education/education/doctype/fee_schedule_program/fee_schedule_program.py index 6b47c5d..70717a3 100644 --- a/education/education/doctype/fee_schedule_program/fee_schedule_program.py +++ b/education/education/doctype/fee_schedule_program/fee_schedule_program.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/fee_schedule_student_group/fee_schedule_student_group.py b/education/education/doctype/fee_schedule_student_group/fee_schedule_student_group.py index b211169..4899f5f 100644 --- a/education/education/doctype/fee_schedule_student_group/fee_schedule_student_group.py +++ b/education/education/doctype/fee_schedule_student_group/fee_schedule_student_group.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/fee_structure/fee_structure.js b/education/education/doctype/fee_structure/fee_structure.js index 3d2436b..9a5350e 100644 --- a/education/education/doctype/fee_structure/fee_structure.js +++ b/education/education/doctype/fee_structure/fee_structure.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2017, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.provide("xhiveerp.accounts.dimensions"); diff --git a/education/education/doctype/fee_structure/fee_structure.py b/education/education/doctype/fee_structure/fee_structure.py index 88dc0aa..4ea4f58 100644 --- a/education/education/doctype/fee_structure/fee_structure.py +++ b/education/education/doctype/fee_structure/fee_structure.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/fee_structure/fee_structure_dashboard.py b/education/education/doctype/fee_structure/fee_structure_dashboard.py index c3094e8..2e06c8c 100644 --- a/education/education/doctype/fee_structure/fee_structure_dashboard.py +++ b/education/education/doctype/fee_structure/fee_structure_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/fee_structure/test_fee_structure.py b/education/education/doctype/fee_structure/test_fee_structure.py index eda638d..ac36099 100644 --- a/education/education/doctype/fee_structure/test_fee_structure.py +++ b/education/education/doctype/fee_structure/test_fee_structure.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/fees/fees.js b/education/education/doctype/fees/fees.js index 8a225be..6ed3242 100644 --- a/education/education/doctype/fees/fees.js +++ b/education/education/doctype/fees/fees.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2017, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.provide("xhiveerp.accounts.dimensions"); diff --git a/education/education/doctype/fees/fees.py b/education/education/doctype/fees/fees.py index 1983b26..ca12239 100644 --- a/education/education/doctype/fees/fees.py +++ b/education/education/doctype/fees/fees.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/fees/test_fees.py b/education/education/doctype/fees/test_fees.py index cf92e5f..6fec102 100644 --- a/education/education/doctype/fees/test_fees.py +++ b/education/education/doctype/fees/test_fees.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/grading_scale/grading_scale.js b/education/education/doctype/grading_scale/grading_scale.js index 03fb451..8ad6038 100644 --- a/education/education/doctype/grading_scale/grading_scale.js +++ b/education/education/doctype/grading_scale/grading_scale.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Grading Scale', { diff --git a/education/education/doctype/grading_scale/grading_scale.py b/education/education/doctype/grading_scale/grading_scale.py index d4aa279..dbdfc04 100644 --- a/education/education/doctype/grading_scale/grading_scale.py +++ b/education/education/doctype/grading_scale/grading_scale.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/grading_scale/test_grading_scale.py b/education/education/doctype/grading_scale/test_grading_scale.py index 0730b9d..bf179e1 100644 --- a/education/education/doctype/grading_scale/test_grading_scale.py +++ b/education/education/doctype/grading_scale/test_grading_scale.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/grading_scale_interval/grading_scale_interval.py b/education/education/doctype/grading_scale_interval/grading_scale_interval.py index db95a0b..f563548 100644 --- a/education/education/doctype/grading_scale_interval/grading_scale_interval.py +++ b/education/education/doctype/grading_scale_interval/grading_scale_interval.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/guardian/guardian.js b/education/education/doctype/guardian/guardian.js index 12fc1a7..a523652 100644 --- a/education/education/doctype/guardian/guardian.js +++ b/education/education/doctype/guardian/guardian.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Guardian', { diff --git a/education/education/doctype/guardian/guardian.py b/education/education/doctype/guardian/guardian.py index 3e352b0..b76166a 100644 --- a/education/education/doctype/guardian/guardian.py +++ b/education/education/doctype/guardian/guardian.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/guardian/test_guardian.py b/education/education/doctype/guardian/test_guardian.py index f610a3d..90cba42 100644 --- a/education/education/doctype/guardian/test_guardian.py +++ b/education/education/doctype/guardian/test_guardian.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/guardian_interest/guardian_interest.py b/education/education/doctype/guardian_interest/guardian_interest.py index 8bde886..8bd0e9a 100644 --- a/education/education/doctype/guardian_interest/guardian_interest.py +++ b/education/education/doctype/guardian_interest/guardian_interest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/guardian_student/guardian_student.py b/education/education/doctype/guardian_student/guardian_student.py index d019976..04e6d26 100644 --- a/education/education/doctype/guardian_student/guardian_student.py +++ b/education/education/doctype/guardian_student/guardian_student.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/instructor/instructor.py b/education/education/doctype/instructor/instructor.py index d0a509b..f02785e 100644 --- a/education/education/doctype/instructor/instructor.py +++ b/education/education/doctype/instructor/instructor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/instructor/instructor_dashboard.py b/education/education/doctype/instructor/instructor_dashboard.py index ddac955..c7ed4c0 100644 --- a/education/education/doctype/instructor/instructor_dashboard.py +++ b/education/education/doctype/instructor/instructor_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/instructor/test_instructor.py b/education/education/doctype/instructor/test_instructor.py index 71a356f..ee34c36 100644 --- a/education/education/doctype/instructor/test_instructor.py +++ b/education/education/doctype/instructor/test_instructor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/instructor_log/instructor_log.py b/education/education/doctype/instructor_log/instructor_log.py index 10277ad..331751b 100644 --- a/education/education/doctype/instructor_log/instructor_log.py +++ b/education/education/doctype/instructor_log/instructor_log.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/options/options.py b/education/education/doctype/options/options.py index 8ceebc6..773d95d 100644 --- a/education/education/doctype/options/options.py +++ b/education/education/doctype/options/options.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/program/program.js b/education/education/doctype/program/program.js index 39f461b..bd84f0c 100644 --- a/education/education/doctype/program/program.js +++ b/education/education/doctype/program/program.js @@ -1,4 +1,4 @@ -// Copyright (c) 2015, # Copyright (c) 2015, Xhive Technologies and contributors +// Copyright (c) 2015, XhiveFramework // For license information, please see license.txt xhiveframework.ui.form.on('Program Course', { diff --git a/education/education/doctype/program/program.py b/education/education/doctype/program/program.py index 8bf5626..32a10f2 100644 --- a/education/education/doctype/program/program.py +++ b/education/education/doctype/program/program.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/program/test_program.py b/education/education/doctype/program/test_program.py index 1372311..3450666 100644 --- a/education/education/doctype/program/test_program.py +++ b/education/education/doctype/program/test_program.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/program_course/program_course.py b/education/education/doctype/program_course/program_course.py index 42c7839..afada79 100644 --- a/education/education/doctype/program_course/program_course.py +++ b/education/education/doctype/program_course/program_course.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/program_enrollment/program_enrollment.js b/education/education/doctype/program_enrollment/program_enrollment.js index c0aa91a..91551a3 100644 --- a/education/education/doctype/program_enrollment/program_enrollment.js +++ b/education/education/doctype/program_enrollment/program_enrollment.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, # Copyright (c) 2015, Xhive and contributors +// Copyright (c) 2016, XhiveFramework // For license information, please see license.txt diff --git a/education/education/doctype/program_enrollment/program_enrollment.py b/education/education/doctype/program_enrollment/program_enrollment.py index 5d4899d..f39dd7b 100644 --- a/education/education/doctype/program_enrollment/program_enrollment.py +++ b/education/education/doctype/program_enrollment/program_enrollment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/program_enrollment/test_program_enrollment.py b/education/education/doctype/program_enrollment/test_program_enrollment.py index c26ff57..8669aa9 100644 --- a/education/education/doctype/program_enrollment/test_program_enrollment.py +++ b/education/education/doctype/program_enrollment/test_program_enrollment.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive and Contributors +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/program_enrollment_course/program_enrollment_course.py b/education/education/doctype/program_enrollment_course/program_enrollment_course.py index 160d49d..2c4586b 100644 --- a/education/education/doctype/program_enrollment_course/program_enrollment_course.py +++ b/education/education/doctype/program_enrollment_course/program_enrollment_course.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/program_enrollment_fee/program_enrollment_fee.py b/education/education/doctype/program_enrollment_fee/program_enrollment_fee.py index a4d4b51..2ee524f 100644 --- a/education/education/doctype/program_enrollment_fee/program_enrollment_fee.py +++ b/education/education/doctype/program_enrollment_fee/program_enrollment_fee.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/program_enrollment_tool/program_enrollment_tool.js b/education/education/doctype/program_enrollment_tool/program_enrollment_tool.js index 28fbd9b..c2e9e96 100644 --- a/education/education/doctype/program_enrollment_tool/program_enrollment_tool.js +++ b/education/education/doctype/program_enrollment_tool/program_enrollment_tool.js @@ -1,4 +1,4 @@ -// Copyright (c) 2016, # Copyright (c) 2015, Xhive and contributors +// Copyright (c) 2016, XhiveFramework // For license information, please see license.txt xhiveframework.ui.form.on("Program Enrollment Tool", { diff --git a/education/education/doctype/program_enrollment_tool/program_enrollment_tool.py b/education/education/doctype/program_enrollment_tool/program_enrollment_tool.py index 23690b8..00cdb50 100644 --- a/education/education/doctype/program_enrollment_tool/program_enrollment_tool.py +++ b/education/education/doctype/program_enrollment_tool/program_enrollment_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/program_enrollment_tool/test_program_enrollment_tool.py b/education/education/doctype/program_enrollment_tool/test_program_enrollment_tool.py index f52166d..ec86935 100644 --- a/education/education/doctype/program_enrollment_tool/test_program_enrollment_tool.py +++ b/education/education/doctype/program_enrollment_tool/test_program_enrollment_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/program_enrollment_tool_student/program_enrollment_tool_student.py b/education/education/doctype/program_enrollment_tool_student/program_enrollment_tool_student.py index 3bb2adc..bd738d5 100644 --- a/education/education/doctype/program_enrollment_tool_student/program_enrollment_tool_student.py +++ b/education/education/doctype/program_enrollment_tool_student/program_enrollment_tool_student.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/program_fee/program_fee.py b/education/education/doctype/program_fee/program_fee.py index 33abda8..d934aa2 100644 --- a/education/education/doctype/program_fee/program_fee.py +++ b/education/education/doctype/program_fee/program_fee.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/question/question.js b/education/education/doctype/question/question.js index 806d2bf..29fa329 100644 --- a/education/education/doctype/question/question.js +++ b/education/education/doctype/question/question.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Question', { diff --git a/education/education/doctype/question/question.py b/education/education/doctype/question/question.py index f9084b3..a29db76 100644 --- a/education/education/doctype/question/question.py +++ b/education/education/doctype/question/question.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/question/test_question.py b/education/education/doctype/question/test_question.py index c6fc170..8fea430 100644 --- a/education/education/doctype/question/test_question.py +++ b/education/education/doctype/question/test_question.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/quiz/quiz.js b/education/education/doctype/quiz/quiz.js index 7898185..adc9608 100644 --- a/education/education/doctype/quiz/quiz.js +++ b/education/education/doctype/quiz/quiz.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Quiz', { diff --git a/education/education/doctype/quiz/quiz.py b/education/education/doctype/quiz/quiz.py index 109a576..1224617 100644 --- a/education/education/doctype/quiz/quiz.py +++ b/education/education/doctype/quiz/quiz.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/quiz/test_quiz.py b/education/education/doctype/quiz/test_quiz.py index 407d84d..cf3fc87 100644 --- a/education/education/doctype/quiz/test_quiz.py +++ b/education/education/doctype/quiz/test_quiz.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/quiz_activity/quiz_activity.js b/education/education/doctype/quiz_activity/quiz_activity.js index f0a0094..d1c0f0c 100644 --- a/education/education/doctype/quiz_activity/quiz_activity.js +++ b/education/education/doctype/quiz_activity/quiz_activity.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Quiz Activity', { diff --git a/education/education/doctype/quiz_activity/quiz_activity.py b/education/education/doctype/quiz_activity/quiz_activity.py index 02db22c..e8e032b 100644 --- a/education/education/doctype/quiz_activity/quiz_activity.py +++ b/education/education/doctype/quiz_activity/quiz_activity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/quiz_activity/test_quiz_activity.py b/education/education/doctype/quiz_activity/test_quiz_activity.py index 67ff8cc..505484e 100644 --- a/education/education/doctype/quiz_activity/test_quiz_activity.py +++ b/education/education/doctype/quiz_activity/test_quiz_activity.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/quiz_question/quiz_question.py b/education/education/doctype/quiz_question/quiz_question.py index 39230a1..c3f1dd3 100644 --- a/education/education/doctype/quiz_question/quiz_question.py +++ b/education/education/doctype/quiz_question/quiz_question.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/quiz_result/quiz_result.js b/education/education/doctype/quiz_result/quiz_result.js index ee84a38..66ac572 100644 --- a/education/education/doctype/quiz_result/quiz_result.js +++ b/education/education/doctype/quiz_result/quiz_result.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Quiz Result', { diff --git a/education/education/doctype/quiz_result/quiz_result.py b/education/education/doctype/quiz_result/quiz_result.py index 2457182..087d764 100644 --- a/education/education/doctype/quiz_result/quiz_result.py +++ b/education/education/doctype/quiz_result/quiz_result.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/quiz_result/test_quiz_result.py b/education/education/doctype/quiz_result/test_quiz_result.py index fe4a445..febdc3d 100644 --- a/education/education/doctype/quiz_result/test_quiz_result.py +++ b/education/education/doctype/quiz_result/test_quiz_result.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/room/room.py b/education/education/doctype/room/room.py index 968ccbc..3c18981 100644 --- a/education/education/doctype/room/room.py +++ b/education/education/doctype/room/room.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/room/room_dashboard.py b/education/education/doctype/room/room_dashboard.py index bb32667..71a006c 100644 --- a/education/education/doctype/room/room_dashboard.py +++ b/education/education/doctype/room/room_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/room/test_room.py b/education/education/doctype/room/test_room.py index d8b1f4d..d563c84 100644 --- a/education/education/doctype/room/test_room.py +++ b/education/education/doctype/room/test_room.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/school_house/school_house.js b/education/education/doctype/school_house/school_house.js index 26e42e7..16c987f 100644 --- a/education/education/doctype/school_house/school_house.js +++ b/education/education/doctype/school_house/school_house.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2017, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('School House', { diff --git a/education/education/doctype/school_house/school_house.py b/education/education/doctype/school_house/school_house.py index 4f0a65c..cf253d7 100644 --- a/education/education/doctype/school_house/school_house.py +++ b/education/education/doctype/school_house/school_house.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/school_house/test_school_house.py b/education/education/doctype/school_house/test_school_house.py index de0e978..6a4c627 100644 --- a/education/education/doctype/school_house/test_school_house.py +++ b/education/education/doctype/school_house/test_school_house.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student/student.js b/education/education/doctype/student/student.js index cd977ae..3b35434 100644 --- a/education/education/doctype/student/student.js +++ b/education/education/doctype/student/student.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student', { diff --git a/education/education/doctype/student/student.py b/education/education/doctype/student/student.py index a1c5e4d..9311ed3 100644 --- a/education/education/doctype/student/student.py +++ b/education/education/doctype/student/student.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/student/test_student.py b/education/education/doctype/student/test_student.py index a96fade..7c3478b 100644 --- a/education/education/doctype/student/test_student.py +++ b/education/education/doctype/student/test_student.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/student_admission/student_admission.js b/education/education/doctype/student_admission/student_admission.js index 5caa336..b13aa3d 100644 --- a/education/education/doctype/student_admission/student_admission.js +++ b/education/education/doctype/student_admission/student_admission.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student Admission', { diff --git a/education/education/doctype/student_admission/student_admission.py b/education/education/doctype/student_admission/student_admission.py index 49f3275..8776ede 100644 --- a/education/education/doctype/student_admission/student_admission.py +++ b/education/education/doctype/student_admission/student_admission.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_admission/test_student_admission.py b/education/education/doctype/student_admission/test_student_admission.py index 8fa5064..b2c609f 100644 --- a/education/education/doctype/student_admission/test_student_admission.py +++ b/education/education/doctype/student_admission/test_student_admission.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_admission_program/student_admission_program.py b/education/education/doctype/student_admission_program/student_admission_program.py index 10c05e1..4a95d07 100644 --- a/education/education/doctype/student_admission_program/student_admission_program.py +++ b/education/education/doctype/student_admission_program/student_admission_program.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_applicant/student_applicant.js b/education/education/doctype/student_applicant/student_applicant.js index 63a3731..9ec9d62 100644 --- a/education/education/doctype/student_applicant/student_applicant.js +++ b/education/education/doctype/student_applicant/student_applicant.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on("Student Applicant", { diff --git a/education/education/doctype/student_applicant/student_applicant.py b/education/education/doctype/student_applicant/student_applicant.py index 6fe15fe..7004c6c 100644 --- a/education/education/doctype/student_applicant/student_applicant.py +++ b/education/education/doctype/student_applicant/student_applicant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/student_applicant/test_student_applicant.py b/education/education/doctype/student_applicant/test_student_applicant.py index ac51a38..5e84874 100644 --- a/education/education/doctype/student_applicant/test_student_applicant.py +++ b/education/education/doctype/student_applicant/test_student_applicant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/student_attendance/student_attendance.js b/education/education/doctype/student_attendance/student_attendance.js index e7e9f74..c242f02 100644 --- a/education/education/doctype/student_attendance/student_attendance.js +++ b/education/education/doctype/student_attendance/student_attendance.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt cur_frm.add_fetch("course_schedule", "schedule_date", "date"); diff --git a/education/education/doctype/student_attendance/student_attendance.py b/education/education/doctype/student_attendance/student_attendance.py index 097bee8..1335ca9 100644 --- a/education/education/doctype/student_attendance/student_attendance.py +++ b/education/education/doctype/student_attendance/student_attendance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/student_attendance/test_student_attendance.py b/education/education/doctype/student_attendance/test_student_attendance.py index b9e57b5..4dd657c 100644 --- a/education/education/doctype/student_attendance/test_student_attendance.py +++ b/education/education/doctype/student_attendance/test_student_attendance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/student_attendance_tool/student_attendance_tool.js b/education/education/doctype/student_attendance_tool/student_attendance_tool.js index 676d043..d21273a 100644 --- a/education/education/doctype/student_attendance_tool/student_attendance_tool.js +++ b/education/education/doctype/student_attendance_tool/student_attendance_tool.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.provide("education"); diff --git a/education/education/doctype/student_attendance_tool/student_attendance_tool.py b/education/education/doctype/student_attendance_tool/student_attendance_tool.py index 351b768..8dc9493 100644 --- a/education/education/doctype/student_attendance_tool/student_attendance_tool.py +++ b/education/education/doctype/student_attendance_tool/student_attendance_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_attendance_tool/test_student_attendance_tool.py b/education/education/doctype/student_attendance_tool/test_student_attendance_tool.py index be8c105..c538dfb 100644 --- a/education/education/doctype/student_attendance_tool/test_student_attendance_tool.py +++ b/education/education/doctype/student_attendance_tool/test_student_attendance_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_batch_name/student_batch_name.js b/education/education/doctype/student_batch_name/student_batch_name.js index 938a6bc..60b8266 100644 --- a/education/education/doctype/student_batch_name/student_batch_name.js +++ b/education/education/doctype/student_batch_name/student_batch_name.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student Batch Name', { diff --git a/education/education/doctype/student_batch_name/student_batch_name.py b/education/education/doctype/student_batch_name/student_batch_name.py index 2401240..8088207 100644 --- a/education/education/doctype/student_batch_name/student_batch_name.py +++ b/education/education/doctype/student_batch_name/student_batch_name.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_batch_name/test_student_batch_name.py b/education/education/doctype/student_batch_name/test_student_batch_name.py index 8fadfc6..c3deee4 100644 --- a/education/education/doctype/student_batch_name/test_student_batch_name.py +++ b/education/education/doctype/student_batch_name/test_student_batch_name.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_category/student_category.js b/education/education/doctype/student_category/student_category.js index c6f621d..efc1453 100644 --- a/education/education/doctype/student_category/student_category.js +++ b/education/education/doctype/student_category/student_category.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student Category', { diff --git a/education/education/doctype/student_category/student_category.py b/education/education/doctype/student_category/student_category.py index e124fb4..54545a5 100644 --- a/education/education/doctype/student_category/student_category.py +++ b/education/education/doctype/student_category/student_category.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_category/test_student_category.py b/education/education/doctype/student_category/test_student_category.py index 337400c..29eb686 100644 --- a/education/education/doctype/student_category/test_student_category.py +++ b/education/education/doctype/student_category/test_student_category.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_group/student_group.py b/education/education/doctype/student_group/student_group.py index 4187b44..2036cd3 100644 --- a/education/education/doctype/student_group/student_group.py +++ b/education/education/doctype/student_group/student_group.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/student_group/student_group_dashboard.py b/education/education/doctype/student_group/student_group_dashboard.py index f2b9668..97d2bf9 100644 --- a/education/education/doctype/student_group/student_group_dashboard.py +++ b/education/education/doctype/student_group/student_group_dashboard.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2020, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt from xhiveframework import _ diff --git a/education/education/doctype/student_group/test_student_group.py b/education/education/doctype/student_group/test_student_group.py index c17b7ed..77bb1ec 100644 --- a/education/education/doctype/student_group/test_student_group.py +++ b/education/education/doctype/student_group/test_student_group.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # See license.txt import unittest diff --git a/education/education/doctype/student_group_creation_tool/student_group_creation_tool.py b/education/education/doctype/student_group_creation_tool/student_group_creation_tool.py index 99227dd..bd7df03 100644 --- a/education/education/doctype/student_group_creation_tool/student_group_creation_tool.py +++ b/education/education/doctype/student_group_creation_tool/student_group_creation_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/student_group_creation_tool/test_student_group_creation_tool.py b/education/education/doctype/student_group_creation_tool/test_student_group_creation_tool.py index 9ab56bc..02b04e8 100644 --- a/education/education/doctype/student_group_creation_tool/test_student_group_creation_tool.py +++ b/education/education/doctype/student_group_creation_tool/test_student_group_creation_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_group_creation_tool_course/student_group_creation_tool_course.py b/education/education/doctype/student_group_creation_tool_course/student_group_creation_tool_course.py index 43b914d..4bc853a 100644 --- a/education/education/doctype/student_group_creation_tool_course/student_group_creation_tool_course.py +++ b/education/education/doctype/student_group_creation_tool_course/student_group_creation_tool_course.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_group_instructor/student_group_instructor.py b/education/education/doctype/student_group_instructor/student_group_instructor.py index d70b449..e261417 100644 --- a/education/education/doctype/student_group_instructor/student_group_instructor.py +++ b/education/education/doctype/student_group_instructor/student_group_instructor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2017, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_group_student/student_group_student.py b/education/education/doctype/student_group_student/student_group_student.py index 9c559f4..9447666 100644 --- a/education/education/doctype/student_group_student/student_group_student.py +++ b/education/education/doctype/student_group_student/student_group_student.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework # For license information, please see license.txt diff --git a/education/education/doctype/student_guardian/student_guardian.py b/education/education/doctype/student_guardian/student_guardian.py index fc316bf..7f80e03 100644 --- a/education/education/doctype/student_guardian/student_guardian.py +++ b/education/education/doctype/student_guardian/student_guardian.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_language/student_language.js b/education/education/doctype/student_language/student_language.js index da7aa45..c4a568d 100644 --- a/education/education/doctype/student_language/student_language.js +++ b/education/education/doctype/student_language/student_language.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student Language', { diff --git a/education/education/doctype/student_language/student_language.py b/education/education/doctype/student_language/student_language.py index b1749c0..c17567c 100644 --- a/education/education/doctype/student_language/student_language.py +++ b/education/education/doctype/student_language/student_language.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_language/test_student_language.py b/education/education/doctype/student_language/test_student_language.py index 63f7bf1..78c57dd 100644 --- a/education/education/doctype/student_language/test_student_language.py +++ b/education/education/doctype/student_language/test_student_language.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_leave_application/student_leave_application.js b/education/education/doctype/student_leave_application/student_leave_application.js index 253416b..cccbef4 100644 --- a/education/education/doctype/student_leave_application/student_leave_application.js +++ b/education/education/doctype/student_leave_application/student_leave_application.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student Leave Application', { diff --git a/education/education/doctype/student_leave_application/student_leave_application.py b/education/education/doctype/student_leave_application/student_leave_application.py index 66a05c0..a9d96e8 100644 --- a/education/education/doctype/student_leave_application/student_leave_application.py +++ b/education/education/doctype/student_leave_application/student_leave_application.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_leave_application/test_student_leave_application.py b/education/education/doctype/student_leave_application/test_student_leave_application.py index 95357ce..c89cede 100644 --- a/education/education/doctype/student_leave_application/test_student_leave_application.py +++ b/education/education/doctype/student_leave_application/test_student_leave_application.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_log/student_log.js b/education/education/doctype/student_log/student_log.js index 8b112cd..e61f795 100644 --- a/education/education/doctype/student_log/student_log.js +++ b/education/education/doctype/student_log/student_log.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student Log', { diff --git a/education/education/doctype/student_log/student_log.py b/education/education/doctype/student_log/student_log.py index 001a90c..db90331 100644 --- a/education/education/doctype/student_log/student_log.py +++ b/education/education/doctype/student_log/student_log.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_log/test_student_log.py b/education/education/doctype/student_log/test_student_log.py index 0fb3e49..d7e84cc 100644 --- a/education/education/doctype/student_log/test_student_log.py +++ b/education/education/doctype/student_log/test_student_log.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js b/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js index 919119d..e949142 100644 --- a/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js +++ b/education/education/doctype/student_report_generation_tool/student_report_generation_tool.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Student Report Generation Tool', { diff --git a/education/education/doctype/student_report_generation_tool/student_report_generation_tool.py b/education/education/doctype/student_report_generation_tool/student_report_generation_tool.py index 653cc13..a5a5bff 100644 --- a/education/education/doctype/student_report_generation_tool/student_report_generation_tool.py +++ b/education/education/doctype/student_report_generation_tool/student_report_generation_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_report_generation_tool/test_student_report_generation_tool.py b/education/education/doctype/student_report_generation_tool/test_student_report_generation_tool.py index 42dd9aa..92416b5 100644 --- a/education/education/doctype/student_report_generation_tool/test_student_report_generation_tool.py +++ b/education/education/doctype/student_report_generation_tool/test_student_report_generation_tool.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/student_sibling/student_sibling.py b/education/education/doctype/student_sibling/student_sibling.py index 07b0415..94f0bca 100644 --- a/education/education/doctype/student_sibling/student_sibling.py +++ b/education/education/doctype/student_sibling/student_sibling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/student_siblings/student_siblings.py b/education/education/doctype/student_siblings/student_siblings.py index ea0c200..f7068be 100644 --- a/education/education/doctype/student_siblings/student_siblings.py +++ b/education/education/doctype/student_siblings/student_siblings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/topic/test_topic.py b/education/education/doctype/topic/test_topic.py index 776fe8c..87e9f44 100644 --- a/education/education/doctype/topic/test_topic.py +++ b/education/education/doctype/topic/test_topic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/topic/topic.js b/education/education/doctype/topic/topic.js index 710ba36..3173657 100644 --- a/education/education/doctype/topic/topic.js +++ b/education/education/doctype/topic/topic.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Topic', { diff --git a/education/education/doctype/topic/topic.py b/education/education/doctype/topic/topic.py index 1b8a1f7..532e16c 100644 --- a/education/education/doctype/topic/topic.py +++ b/education/education/doctype/topic/topic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/doctype/topic_content/test_topic_content.py b/education/education/doctype/topic_content/test_topic_content.py index f165c96..33a174b 100644 --- a/education/education/doctype/topic_content/test_topic_content.py +++ b/education/education/doctype/topic_content/test_topic_content.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and Contributors # See license.txt import unittest diff --git a/education/education/doctype/topic_content/topic_content.js b/education/education/doctype/topic_content/topic_content.js index b750d72..805adde 100644 --- a/education/education/doctype/topic_content/topic_content.js +++ b/education/education/doctype/topic_content/topic_content.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2018, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.ui.form.on('Topic Content', { diff --git a/education/education/doctype/topic_content/topic_content.py b/education/education/doctype/topic_content/topic_content.py index 38674b4..c4b1ae0 100644 --- a/education/education/doctype/topic_content/topic_content.py +++ b/education/education/doctype/topic_content/topic_content.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2018, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/report/absent_student_report/absent_student_report.js b/education/education/report/absent_student_report/absent_student_report.js index bb5e0ab..c9bade2 100644 --- a/education/education/report/absent_student_report/absent_student_report.js +++ b/education/education/report/absent_student_report/absent_student_report.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2015, XhiveFramework and Contributors // License: GNU General Public License v3. See license.txt diff --git a/education/education/report/absent_student_report/absent_student_report.py b/education/education/report/absent_student_report/absent_student_report.py index 89dc17a..456b0ff 100644 --- a/education/education/report/absent_student_report/absent_student_report.py +++ b/education/education/report/absent_student_report/absent_student_report.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt diff --git a/education/education/report/assessment_plan_status/assessment_plan_status.js b/education/education/report/assessment_plan_status/assessment_plan_status.js index 07b55a8..7b60e34 100644 --- a/education/education/report/assessment_plan_status/assessment_plan_status.js +++ b/education/education/report/assessment_plan_status/assessment_plan_status.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt /* eslint-disable */ diff --git a/education/education/report/assessment_plan_status/assessment_plan_status.py b/education/education/report/assessment_plan_status/assessment_plan_status.py index bf6cecc..1529e95 100644 --- a/education/education/report/assessment_plan_status/assessment_plan_status.py +++ b/education/education/report/assessment_plan_status/assessment_plan_status.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2013, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/report/course_wise_assessment_report/course_wise_assessment_report.js b/education/education/report/course_wise_assessment_report/course_wise_assessment_report.js index 92b591e..ec13211 100644 --- a/education/education/report/course_wise_assessment_report/course_wise_assessment_report.js +++ b/education/education/report/course_wise_assessment_report/course_wise_assessment_report.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.query_reports["Course wise Assessment Report"] = { diff --git a/education/education/report/course_wise_assessment_report/course_wise_assessment_report.py b/education/education/report/course_wise_assessment_report/course_wise_assessment_report.py index a297ae7..51bb983 100644 --- a/education/education/report/course_wise_assessment_report/course_wise_assessment_report.py +++ b/education/education/report/course_wise_assessment_report/course_wise_assessment_report.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2013, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/report/final_assessment_grades/final_assessment_grades.js b/education/education/report/final_assessment_grades/final_assessment_grades.js index 7837694..b3a9041 100644 --- a/education/education/report/final_assessment_grades/final_assessment_grades.js +++ b/education/education/report/final_assessment_grades/final_assessment_grades.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt /* eslint-disable */ diff --git a/education/education/report/final_assessment_grades/final_assessment_grades.py b/education/education/report/final_assessment_grades/final_assessment_grades.py index 93e0d4b..bb87753 100644 --- a/education/education/report/final_assessment_grades/final_assessment_grades.py +++ b/education/education/report/final_assessment_grades/final_assessment_grades.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2013, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/report/program_wise_fee_collection/program_wise_fee_collection.js b/education/education/report/program_wise_fee_collection/program_wise_fee_collection.js index 6cafb34..d14d3d6 100644 --- a/education/education/report/program_wise_fee_collection/program_wise_fee_collection.js +++ b/education/education/report/program_wise_fee_collection/program_wise_fee_collection.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt /* eslint-disable */ diff --git a/education/education/report/program_wise_fee_collection/program_wise_fee_collection.py b/education/education/report/program_wise_fee_collection/program_wise_fee_collection.py index 332daef..03913e4 100644 --- a/education/education/report/program_wise_fee_collection/program_wise_fee_collection.py +++ b/education/education/report/program_wise_fee_collection/program_wise_fee_collection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2013, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.js b/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.js index 4954453..28ed280 100644 --- a/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.js +++ b/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.query_reports["Student and Guardian Contact Details"] = { diff --git a/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py b/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py index 65406c7..2483f77 100644 --- a/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py +++ b/education/education/report/student_and_guardian_contact_details/student_and_guardian_contact_details.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2013, XhiveFramework and contributors # For license information, please see license.txt diff --git a/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.js b/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.js index 68104dd..a28ed0c 100644 --- a/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.js +++ b/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2016, XhiveFramework and contributors // For license information, please see license.txt xhiveframework.query_reports["Student Batch-Wise Attendance"] = { diff --git a/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.py b/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.py index dca5cd1..89281dc 100644 --- a/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.py +++ b/education/education/report/student_batch_wise_attendance/student_batch_wise_attendance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt diff --git a/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.js b/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.js index f2e418e..bd201b4 100644 --- a/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.js +++ b/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.js @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +// Copyright (c) 2015, XhiveFramework and Contributors // License: GNU General Public License v3. See license.txt diff --git a/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.py b/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.py index a1112e4..ecc2b30 100644 --- a/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.py +++ b/education/education/report/student_monthly_attendance_sheet/student_monthly_attendance_sheet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework and Contributors # License: GNU General Public License v3. See license.txt diff --git a/education/education/utils.py b/education/education/utils.py index 7a6aa9e..2778ab9 100644 --- a/education/education/utils.py +++ b/education/education/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Xhive +# Copyright (c) 2015, XhiveFramework import xhiveframework from xhiveframework import _ diff --git a/education/hooks.py b/education/hooks.py index 0e243ac..852dd5e 100644 --- a/education/hooks.py +++ b/education/hooks.py @@ -4,7 +4,7 @@ from . import __version__ as app_version app_name = "education" app_title = "Education" -app_publisher = "# Copyright (c) 2015, Xhive" +app_publisher = "XhiveFramework" app_description = "Education" app_icon = "octicon octicon-file-directory" app_color = "grey" diff --git a/setup.py b/setup.py index e1a6624..fe101e2 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="education", version=version, description="Education", - author="XhiveFramework Technologies Pvt. Ltd.", + author="XhiveFramework", author_email="hello@xhiveframework.io", packages=find_packages(), zip_safe=False,