[open-ils-commits] r9303 - in branches/dojo-admin/Open-ILS/web:
conify/global conify/global/actor conify/global/config
conify/global/permission js/fieldmapper
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 10 22:34:08 EDT 2008
Author: miker
Date: 2008-04-10 21:56:39 -0400 (Thu, 10 Apr 2008)
New Revision: 9303
Modified:
branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.html
branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.js
branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.html
branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.js
branches/dojo-admin/Open-ILS/web/conify/global/admin.html
branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.html
branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.js
branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.html
branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.js
branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.html
branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.js
branches/dojo-admin/Open-ILS/web/js/fieldmapper/Fieldmapper.js
branches/dojo-admin/Open-ILS/web/js/fieldmapper/OrgUtils.js
branches/dojo-admin/Open-ILS/web/js/fieldmapper/hash.js
Log:
adding a big old pile of copyright headers
Modified: branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.html
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.html 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.html 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,17 @@
+<!--
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Confiy :: Global :: Actor :: Org Units</title>
Modified: branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
dojo.require('fieldmapper.dojoData');
dojo.require('dojo.parser');
dojo.require('dojo.data.ItemFileWriteStore');
Modified: branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.html
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.html 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.html 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,17 @@
+<!--
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Confiy :: Global :: Actor :: Org Unit Types</title>
Modified: branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/actor/org_unit_type.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
dojo.require('fieldmapper.dojoData');
dojo.require('dojo.parser');
dojo.require('dojo.data.ItemFileWriteStore');
Modified: branches/dojo-admin/Open-ILS/web/conify/global/admin.html
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/admin.html 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/admin.html 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,17 @@
+<!--
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Conify :: Global :: Admin</title>
Modified: branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.html
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.html 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.html 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,17 @@
+<!--
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Confiy :: Global :: Config :: Copy Status</title>
Modified: branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/config/copy_status.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
dojo.require('fieldmapper.dojoData');
dojo.require('dojo.parser');
dojo.require('dojo.string');
Modified: branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.html
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.html 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.html 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,17 @@
+<!--
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+-->
<html xmlns="http://www.w2.org/1999/xhtml">
<head>
<title>Confiy :: Global :: Permission :: Group Tree</title>
Modified: branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/permission/grp_tree.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
dojo.require('fieldmapper.dojoData');
//dojo.require('fieldmapper.OrgUtils');
dojo.require('dojo.parser');
Modified: branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.html
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.html 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.html 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,17 @@
+<!--
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Confiy :: Global :: Permission :: Permission List</title>
Modified: branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/conify/global/permission/perm_list.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
dojo.require('fieldmapper.dojoData');
dojo.require('dojo.parser');
dojo.require('dojo.string');
Modified: branches/dojo-admin/Open-ILS/web/js/fieldmapper/Fieldmapper.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/js/fieldmapper/Fieldmapper.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/js/fieldmapper/Fieldmapper.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
if(!dojo._hasResource["fieldmapper.Fieldmapper"]){
/* generate fieldmapper javascript classes. This expects a global variable
Modified: branches/dojo-admin/Open-ILS/web/js/fieldmapper/OrgUtils.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/js/fieldmapper/OrgUtils.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/js/fieldmapper/OrgUtils.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
if(!dojo._hasResource["fieldmapper.OrgUtils"]){
dojo._hasResource["fieldmapper.OrgUtils"] = true;
Modified: branches/dojo-admin/Open-ILS/web/js/fieldmapper/hash.js
===================================================================
--- branches/dojo-admin/Open-ILS/web/js/fieldmapper/hash.js 2008-04-11 01:56:20 UTC (rev 9302)
+++ branches/dojo-admin/Open-ILS/web/js/fieldmapper/hash.js 2008-04-11 01:56:39 UTC (rev 9303)
@@ -1,3 +1,20 @@
+/*
+# ---------------------------------------------------------------------------
+# Copyright (C) 2008 Georgia Public Library Service / Equinox Software, Inc
+# Mike Rylander <miker at esilibrary.com>
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# 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 General Public License for more details.
+# ---------------------------------------------------------------------------
+*/
+
if(!dojo._hasResource['fieldmapper.hash']){
dojo._hasResource['fieldmapper.hash'] = true;
More information about the open-ils-commits
mailing list