Index: lams_common/src/flash/org/lamsfoundation/lams/common/Config.as =================================================================== diff -u -r44dbabb36a2e061943f48a6dc256743a6aca706a -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/Config.as (.../Config.as) (revision 44dbabb36a2e061943f48a6dc256743a6aca706a) +++ lams_common/src/flash/org/lamsfoundation/lams/common/Config.as (.../Config.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.comms.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.comms.* import org.lamsfoundation.lams.common.*; import org.lamsfoundation.lams.common.util.*; import org.lamsfoundation.lams.authoring.*; Index: lams_common/src/flash/org/lamsfoundation/lams/common/DebugDialog.as =================================================================== diff -u -r3798008c5d4db7d6fd37eca19c321fd6c62112b5 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/DebugDialog.as (.../DebugDialog.as) (revision 3798008c5d4db7d6fd37eca19c321fd6c62112b5) +++ lams_common/src/flash/org/lamsfoundation/lams/common/DebugDialog.as (.../DebugDialog.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import mx.controls.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import mx.controls.* import mx.utils.* import mx.managers.* import mx.events.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/Dialog.as =================================================================== diff -u -ra1c17489da25d1fb58c8ad4b2bed63a215b57909 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/Dialog.as (.../Dialog.as) (revision a1c17489da25d1fb58c8ad4b2bed63a215b57909) +++ lams_common/src/flash/org/lamsfoundation/lams/common/Dialog.as (.../Dialog.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.* /* * Dialog Interface - This ensures that Theme, Resize + Close events are handled in Dialog classes * @author DI Index: lams_common/src/flash/org/lamsfoundation/lams/common/PreferencesDialog.as =================================================================== diff -u -r9a0394f988041ead8e0e4399253c14858e56b8ad -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/PreferencesDialog.as (.../PreferencesDialog.as) (revision 9a0394f988041ead8e0e4399253c14858e56b8ad) +++ lams_common/src/flash/org/lamsfoundation/lams/common/PreferencesDialog.as (.../PreferencesDialog.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import mx.controls.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import mx.controls.* import mx.utils.* import mx.managers.* import mx.events.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as =================================================================== diff -u -r714ee4cd7928fac5667864a4a84c89dea857e9d8 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as (.../Communication.as) (revision 714ee4cd7928fac5667864a4a84c89dea857e9d8) +++ lams_common/src/flash/org/lamsfoundation/lams/common/comms/Communication.as (.../Communication.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.comms.* import org.lamsfoundation.lams.common.*; import org.lamsfoundation.lams.common.ui.*; Index: lams_common/src/flash/org/lamsfoundation/lams/common/comms/WddxRecordset.as =================================================================== diff -u -r0c2296844646cad43d3baf2c2bbfe745367ef1cc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/comms/WddxRecordset.as (.../WddxRecordset.as) (revision 0c2296844646cad43d3baf2c2bbfe745367ef1cc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/comms/WddxRecordset.as (.../WddxRecordset.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.comms.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.comms.* class org.lamsfoundation.lams.common.comms.WddxRecordset { // Add default properties var preserveFieldCase:Boolean = true; Index: lams_common/src/flash/org/lamsfoundation/lams/common/dict/Dictionary.as =================================================================== diff -u -ra4a872e8ac48f885a74eaa2dba22134ff7a14d14 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/dict/Dictionary.as (.../Dictionary.as) (revision a4a872e8ac48f885a74eaa2dba22134ff7a14d14) +++ lams_common/src/flash/org/lamsfoundation/lams/common/dict/Dictionary.as (.../Dictionary.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.* import org.lamsfoundation.lams.common.dict.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.comms.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/dict/DictionaryItem.as =================================================================== diff -u -rd6b2de6d50c508a7c2724532926a792df607b4d9 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/dict/DictionaryItem.as (.../DictionaryItem.as) (revision d6b2de6d50c508a7c2724532926a792df607b4d9) +++ lams_common/src/flash/org/lamsfoundation/lams/common/dict/DictionaryItem.as (.../DictionaryItem.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,5 +1,28 @@ -import org.lamsfoundation.lams.common.dict.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ +import org.lamsfoundation.lams.common.dict.* + /** * Holds the metadata + value of a LAMS text component * @author DI Index: lams_common/src/flash/org/lamsfoundation/lams/common/mvc/AbstractController.as =================================================================== diff -u -r0c2296844646cad43d3baf2c2bbfe745367ef1cc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/mvc/AbstractController.as (.../AbstractController.as) (revision 0c2296844646cad43d3baf2c2bbfe745367ef1cc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/mvc/AbstractController.as (.../AbstractController.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.*; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.*; import org.lamsfoundation.lams.common.mvc.*; /** * Provides basic services for the "controller" of a Model/View/Controller triad. Index: lams_common/src/flash/org/lamsfoundation/lams/common/mvc/AbstractView.as =================================================================== diff -u -r0e7b1e37bf70ff4fb93d5d19350770b31543be94 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/mvc/AbstractView.as (.../AbstractView.as) (revision 0e7b1e37bf70ff4fb93d5d19350770b31543be94) +++ lams_common/src/flash/org/lamsfoundation/lams/common/mvc/AbstractView.as (.../AbstractView.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.*; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.*; import org.lamsfoundation.lams.common.mvc.*; /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/mvc/Controller.as =================================================================== diff -u -r0c2296844646cad43d3baf2c2bbfe745367ef1cc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/mvc/Controller.as (.../Controller.as) (revision 0c2296844646cad43d3baf2c2bbfe745367ef1cc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/mvc/Controller.as (.../Controller.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.*; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.*; import org.lamsfoundation.lams.common.mvc.*; /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/mvc/View.as =================================================================== diff -u -r0c2296844646cad43d3baf2c2bbfe745367ef1cc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/mvc/View.as (.../View.as) (revision 0c2296844646cad43d3baf2c2bbfe745367ef1cc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/mvc/View.as (.../View.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.*; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.*; import org.lamsfoundation.lams.common.mvc.*; /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/style/LFButtonSkin.as =================================================================== diff -u -r6b527bb6a2a23d3e5584408ab51ebf4f1b010750 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/style/LFButtonSkin.as (.../LFButtonSkin.as) (revision 6b527bb6a2a23d3e5584408ab51ebf4f1b010750) +++ lams_common/src/flash/org/lamsfoundation/lams/common/style/LFButtonSkin.as (.../LFButtonSkin.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import mx.skins.RectBorder; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import mx.skins.RectBorder; import mx.core.ext.UIObjectExtensions; import org.lamsfoundation.lams.common.style.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/style/Theme.as =================================================================== diff -u -r000e6f46aeb368fc163b169f25dc053d1d037fa6 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/style/Theme.as (.../Theme.as) (revision 000e6f46aeb368fc163b169f25dc053d1d037fa6) +++ lams_common/src/flash/org/lamsfoundation/lams/common/style/Theme.as (.../Theme.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.style.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.style.* import org.lamsfoundation.lams.common.util.* import mx.styles.* /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/style/ThemeManager.as =================================================================== diff -u -r0b7b55037e3070a5921f507938ba5279d79210af -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/style/ThemeManager.as (.../ThemeManager.as) (revision 0b7b55037e3070a5921f507938ba5279d79210af) +++ lams_common/src/flash/org/lamsfoundation/lams/common/style/ThemeManager.as (.../ThemeManager.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import mx.events.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import mx.events.* import mx.utils.* import mx.transitions.easing.* import org.lamsfoundation.lams.common.Config Index: lams_common/src/flash/org/lamsfoundation/lams/common/style/VisualElement.as =================================================================== diff -u -r8d4ee1f2a11e764d400d8103e4bef7daef1fce0b -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/style/VisualElement.as (.../VisualElement.as) (revision 8d4ee1f2a11e764d400d8103e4bef7daef1fce0b) +++ lams_common/src/flash/org/lamsfoundation/lams/common/style/VisualElement.as (.../VisualElement.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.style.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.style.* import org.lamsfoundation.lams.common.util.* import mx.styles.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/Cursor.as =================================================================== diff -u -r5522dfd526f29704885f730a80bf5a582ae21b91 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/Cursor.as (.../Cursor.as) (revision 5522dfd526f29704885f730a80bf5a582ae21b91) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/Cursor.as (.../Cursor.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.ui.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.ui.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.Authoring.* import mx.managers.DepthManager; Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/Dialog.as =================================================================== diff -u -r760090de68f0de63becdd7e39d7dadc5f0971429 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/Dialog.as (.../Dialog.as) (revision 760090de68f0de63becdd7e39d7dadc5f0971429) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/Dialog.as (.../Dialog.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -/** +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +/** * Dialog class for creating and managing dialogs. * Usage - Create a new dialog passing in the linkage ID of the symbol that makes it's contents * Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/Grid.as =================================================================== diff -u -ref7d608fddf1a404a1a08f337f595a02a21f5b34 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/Grid.as (.../Grid.as) (revision ef7d608fddf1a404a1a08f337f595a02a21f5b34) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/Grid.as (.../Grid.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.ui.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.ui.* import com.polymercode.Draw; /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/InputDialog.as =================================================================== diff -u -rb0029286e772d4c2ca50be415349fbc418758649 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/InputDialog.as (.../InputDialog.as) (revision b0029286e772d4c2ca50be415349fbc418758649) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/InputDialog.as (.../InputDialog.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import mx.controls.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import mx.controls.* import mx.utils.* import mx.managers.* import mx.events.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFMenuBar.as =================================================================== diff -u -r03b888afa100d2eab03f9b3f21c45809312b483e -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFMenuBar.as (.../LFMenuBar.as) (revision 03b888afa100d2eab03f9b3f21c45809312b483e) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFMenuBar.as (.../LFMenuBar.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.ui.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.ui.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.authoring.* import org.lamsfoundation.lams.common.style.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFMessage.as =================================================================== diff -u -r3f93c78d44a2bd823ba74c43e56d8f5e3dda09ea -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFMessage.as (.../LFMessage.as) (revision 3f93c78d44a2bd823ba74c43e56d8f5e3dda09ea) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFMessage.as (.../LFMessage.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.ui.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.ui.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.dict.* import mx.controls.Alert; Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as =================================================================== diff -u -r860018c7feb7afc1c6e82c7ea2bab9988410c3b4 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as (.../LFWindow.as) (revision 860018c7feb7afc1c6e82c7ea2bab9988410c3b4) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/LFWindow.as (.../LFWindow.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import mx.containers.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import mx.containers.* import mx.managers.* import mx.utils.* import org.lamsfoundation.lams.common.util.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/Panel.as =================================================================== diff -u -rc8334e7c3be63de29d3c269f940ffe406a221e4c -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/Panel.as (.../Panel.as) (revision c8334e7c3be63de29d3c269f940ffe406a221e4c) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/Panel.as (.../Panel.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -//import org.lamsfoundation.lams.common.util.Debugger +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */s + +//import org.lamsfoundation.lams.common.util.Debugger import mx.core.UIComponent import mx.styles.StyleManager /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/ui/Point.as =================================================================== diff -u -r330c5890468432f121311864db5a441f07838930 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ui/Point.as (.../Point.as) (revision 330c5890468432f121311864db5a441f07838930) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ui/Point.as (.../Point.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,5 +1,28 @@ -import org.lamsfoundation.lams.common.ui.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ +import org.lamsfoundation.lams.common.ui.* + /** * Point class - holds x and y value as pixels. * Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/CallBack.as =================================================================== diff -u -r0c2296844646cad43d3baf2c2bbfe745367ef1cc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/CallBack.as (.../CallBack.as) (revision 0c2296844646cad43d3baf2c2bbfe745367ef1cc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/CallBack.as (.../CallBack.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -/** +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +/** * * @author DI * @version 12/04/05 Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/CookieMonster.as =================================================================== diff -u -r7c3a911562612900295dca97a502fdec6ea58e59 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/CookieMonster.as (.../CookieMonster.as) (revision 7c3a911562612900295dca97a502fdec6ea58e59) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/CookieMonster.as (.../CookieMonster.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.comms.* /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/DTO.as =================================================================== diff -u -r62ff916fa8974a1ed88c65e225be256a7cd55c80 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/DTO.as (.../DTO.as) (revision 62ff916fa8974a1ed88c65e225be256a7cd55c80) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/DTO.as (.../DTO.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ - /** +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +/** * DTO Generic data transfer obj */ class DTO Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/Debugger.as =================================================================== diff -u -r0c3b34280336d871e844f363df812b8d8ffdc163 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/Debugger.as (.../Debugger.as) (revision 0c3b34280336d871e844f363df812b8d8ffdc163) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/Debugger.as (.../Debugger.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.comms.* import org.lamsfoundation.lams.common.Config import org.lamsfoundation.lams.common.dict.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/Hashtable.as =================================================================== diff -u -rf3ccec3fc008c7c064dd10c62459d9be3404f472 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/Hashtable.as (.../Hashtable.as) (revision f3ccec3fc008c7c064dd10c62459d9be3404f472) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/Hashtable.as (.../Hashtable.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* /** * HashTable Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/HashtableElement.as =================================================================== diff -u -r05a958183c9ef82df743bea3d05cf3f5278188da -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/HashtableElement.as (.../HashtableElement.as) (revision 05a958183c9ef82df743bea3d05cf3f5278188da) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/HashtableElement.as (.../HashtableElement.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,5 +1,28 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ +import org.lamsfoundation.lams.common.util.* + /** * HashtableElement */ Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/JsPopup.as =================================================================== diff -u -r45a9e5f11339f6e90a5e2babd8994a86e3ac0886 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/JsPopup.as (.../JsPopup.as) (revision 45a9e5f11339f6e90a5e2babd8994a86e3ac0886) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/JsPopup.as (.../JsPopup.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.authoring.cv.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.authoring.cv.* import org.lamsfoundation.lams.authoring.tk.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.authoring.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/LFError.as =================================================================== diff -u -r4c03c8483fab9f84def26e137012b81612e2100d -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/LFError.as (.../LFError.as) (revision 4c03c8483fab9f84def26e137012b81612e2100d) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/LFError.as (.../LFError.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.dict.* import mx.controls.Alert; Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/MovieClipUtils.as =================================================================== diff -u -r6cad12997742852e97dc200f5d6a18855399910c -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/MovieClipUtils.as (.../MovieClipUtils.as) (revision 6cad12997742852e97dc200f5d6a18855399910c) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/MovieClipUtils.as (.../MovieClipUtils.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.ui.* /** * MovieclipUtils Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/MovieLoader.as =================================================================== diff -u -r2e894fbaa6a561af41774f4d4639194b35acdf20 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/MovieLoader.as (.../MovieLoader.as) (revision 2e894fbaa6a561af41774f4d4639194b35acdf20) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/MovieLoader.as (.../MovieLoader.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* /** * MovieclipUtils Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/NumberUtils.as =================================================================== diff -u -r292fb996b7e13fe3eb1f4160b616421fb552c0ce -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/NumberUtils.as (.../NumberUtils.as) (revision 292fb996b7e13fe3eb1f4160b616421fb552c0ce) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/NumberUtils.as (.../NumberUtils.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,5 +1,28 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ +import org.lamsfoundation.lams.common.util.* + /** * Util methods for number manipulation * @class NumberUtils Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/ObjectUtils.as =================================================================== diff -u -re4770a506e49827139d8d2d191701f346dd01bdc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/ObjectUtils.as (.../ObjectUtils.as) (revision e4770a506e49827139d8d2d191701f346dd01bdc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/ObjectUtils.as (.../ObjectUtils.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.comms.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/Observable.as =================================================================== diff -u -r0c2296844646cad43d3baf2c2bbfe745367ef1cc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/Observable.as (.../Observable.as) (revision 0c2296844646cad43d3baf2c2bbfe745367ef1cc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/Observable.as (.../Observable.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,5 +1,28 @@ -import org.lamsfoundation.lams.common.util.Observer; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ +import org.lamsfoundation.lams.common.util.Observer; + /** * A Java-style Observable class used to represent the "subject" * of the Observer design pattern. Observers must implement the Observer Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/Observer.as =================================================================== diff -u -r0c2296844646cad43d3baf2c2bbfe745367ef1cc -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/Observer.as (.../Observer.as) (revision 0c2296844646cad43d3baf2c2bbfe745367ef1cc) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/Observer.as (.../Observer.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,5 +1,28 @@ -import org.lamsfoundation.lams.common.util.Observable; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ +import org.lamsfoundation.lams.common.util.Observable; + /** * The interface that must be implemented by all observers of an * Observable object. Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/Proxy.as =================================================================== diff -u -rb6343231e73df539d5ac656ab256d799b2c7953e -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/Proxy.as (.../Proxy.as) (revision b6343231e73df539d5ac656ab256d799b2c7953e) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/Proxy.as (.../Proxy.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,8 +1,31 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ +import org.lamsfoundation.lams.common.util.* + /** * The proxy class, contains 1 static method * Dave Index: lams_common/src/flash/org/lamsfoundation/lams/common/util/StringUtils.as =================================================================== diff -u -r269b8f86247c1dab751c54abeece498e68a827e8 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/util/StringUtils.as (.../StringUtils.as) (revision 269b8f86247c1dab751c54abeece498e68a827e8) +++ lams_common/src/flash/org/lamsfoundation/lams/common/util/StringUtils.as (.../StringUtils.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.* import org.lamsfoundation.lams.common.util.* /** Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/Workspace.as =================================================================== diff -u -r3d826230b52cc8057e353796c9d9e18ce742793e -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/Workspace.as (.../Workspace.as) (revision 3d826230b52cc8057e353796c9d9e18ce742793e) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/Workspace.as (.../Workspace.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.ws.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.ws.* import org.lamsfoundation.lams.authoring.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceController.as =================================================================== diff -u -ra205c6a8ba2bfbea8ecd53cb0271c526fc4ba973 -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceController.as (.../WorkspaceController.as) (revision a205c6a8ba2bfbea8ecd53cb0271c526fc4ba973) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceController.as (.../WorkspaceController.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.ws.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.ws.* import org.lamsfoundation.lams.common.mvc.* import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.ui.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as =================================================================== diff -u -r5f111e9d0bb5e2282a8762353adb6d80e1b8e89b -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision 5f111e9d0bb5e2282a8762353adb6d80e1b8e89b) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceDialog.as (.../WorkspaceDialog.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import mx.controls.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import mx.controls.* import mx.utils.* import mx.managers.* import mx.events.* Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as =================================================================== diff -u -rfc186ff66bc135f13e9bb7f6465c2cd3e621949c -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as (.../WorkspaceModel.as) (revision fc186ff66bc135f13e9bb7f6465c2cd3e621949c) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceModel.as (.../WorkspaceModel.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.ws.*; +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.ws.*; import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.dict.* //import mx.utils.ObjectCopy; Index: lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceView.as =================================================================== diff -u -r3d826230b52cc8057e353796c9d9e18ce742793e -rb190575be4c7e49e31313974d5d5873670d457a9 --- lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceView.as (.../WorkspaceView.as) (revision 3d826230b52cc8057e353796c9d9e18ce742793e) +++ lams_common/src/flash/org/lamsfoundation/lams/common/ws/WorkspaceView.as (.../WorkspaceView.as) (revision b190575be4c7e49e31313974d5d5873670d457a9) @@ -1,4 +1,27 @@ -import org.lamsfoundation.lams.common.util.* +/*************************************************************************** + * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) + * ============================================================= + * License Information: http://lamsfoundation.org/licensing/lams/2.0/ + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2.0 + * as published by the Free Software Foundation. + * + * 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. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + * + * http://www.gnu.org/licenses/gpl.txt + * ************************************************************************ + */ + +import org.lamsfoundation.lams.common.util.* import org.lamsfoundation.lams.common.ws.* import org.lamsfoundation.lams.common.mvc.* import org.lamsfoundation.lams.common.ui.*