Module: nagvis
Branch: master
Commit: f67b25ce256f3008e6ecbe89d0543c56a17d9d24
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=f67b25ce256f3008e6ecbe89d0543c56a17d9d24

Author: r...@op5 <[email protected]>
Date:   Mon Jul 13 13:43:11 2009 +0300

Added copyright and license header to Flex UI MXML sources

Signed-off-by: r...@op5 <[email protected]>

---

 uifx/src/lib/ui/EdgeBox.mxml               |   18 ++++++++++++++++++
 uifx/src/modules/gmap/Bookmark.mxml        |   18 ++++++++++++++++++
 uifx/src/modules/gmap/DialogEdit.mxml      |   18 ++++++++++++++++++
 uifx/src/modules/gmap/DialogLinks.mxml     |   18 ++++++++++++++++++
 uifx/src/modules/gmap/DialogSearch.mxml    |   18 ++++++++++++++++++
 uifx/src/modules/gmap/DialogSettings.mxml  |   18 ++++++++++++++++++
 uifx/src/modules/gmap/DialogViewpoint.mxml |   18 ++++++++++++++++++
 uifx/src/modules/gmap/GMapModule.mxml      |   18 ++++++++++++++++++
 uifx/src/shell.mxml                        |   18 ++++++++++++++++++
 9 files changed, 162 insertions(+), 0 deletions(-)

diff --git a/uifx/src/lib/ui/EdgeBox.mxml b/uifx/src/lib/ui/EdgeBox.mxml
index 76a06c4..222cd26 100644
--- a/uifx/src/lib/ui/EdgeBox.mxml
+++ b/uifx/src/lib/ui/EdgeBox.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml";
        horizontalScrollPolicy="off" verticalScrollPolicy="off"
 >
diff --git a/uifx/src/modules/gmap/Bookmark.mxml 
b/uifx/src/modules/gmap/Bookmark.mxml
index 9ac5595..02f4285 100644
--- a/uifx/src/modules/gmap/Bookmark.mxml
+++ b/uifx/src/modules/gmap/Bookmark.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <ResizingBox xmlns="lib.ui.*" xmlns:mx="http://www.adobe.com/2006/mxml";
        click="activate()"
        expanded="onExpanded()"
diff --git a/uifx/src/modules/gmap/DialogEdit.mxml 
b/uifx/src/modules/gmap/DialogEdit.mxml
index dee01f0..aef655a 100644
--- a/uifx/src/modules/gmap/DialogEdit.mxml
+++ b/uifx/src/modules/gmap/DialogEdit.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <Dialog xmlns="modules.gmap.*"
        xmlns:mx="http://www.adobe.com/2006/mxml";
        xmlns:flexlib="http://code.google.com/p/flexlib/";
diff --git a/uifx/src/modules/gmap/DialogLinks.mxml 
b/uifx/src/modules/gmap/DialogLinks.mxml
index 8ebfbed..3af7c8f 100644
--- a/uifx/src/modules/gmap/DialogLinks.mxml
+++ b/uifx/src/modules/gmap/DialogLinks.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <Dialog xmlns="modules.gmap.*" xmlns:mx="http://www.adobe.com/2006/mxml";>
     <mx:Metadata>
         [Event(name="link", type="flash.events.Event")]
diff --git a/uifx/src/modules/gmap/DialogSearch.mxml 
b/uifx/src/modules/gmap/DialogSearch.mxml
index c9fed96..d360c77 100644
--- a/uifx/src/modules/gmap/DialogSearch.mxml
+++ b/uifx/src/modules/gmap/DialogSearch.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <Dialog xmlns="modules.gmap.*"
        xmlns:mx="http://www.adobe.com/2006/mxml";
        xmlns:flexlib="http://code.google.com/p/flexlib/";
diff --git a/uifx/src/modules/gmap/DialogSettings.mxml 
b/uifx/src/modules/gmap/DialogSettings.mxml
index 19f1bdb..c18382f 100644
--- a/uifx/src/modules/gmap/DialogSettings.mxml
+++ b/uifx/src/modules/gmap/DialogSettings.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <Dialog xmlns="modules.gmap.*"
        xmlns:mx="http://www.adobe.com/2006/mxml";
        xmlns:flexlib="http://code.google.com/p/flexlib/";
diff --git a/uifx/src/modules/gmap/DialogViewpoint.mxml 
b/uifx/src/modules/gmap/DialogViewpoint.mxml
index cef0ad6..a9e4ad3 100644
--- a/uifx/src/modules/gmap/DialogViewpoint.mxml
+++ b/uifx/src/modules/gmap/DialogViewpoint.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <Dialog xmlns="modules.gmap.*"
        xmlns:mx="http://www.adobe.com/2006/mxml";
        xmlns:flexlib="http://code.google.com/p/flexlib/";
diff --git a/uifx/src/modules/gmap/GMapModule.mxml 
b/uifx/src/modules/gmap/GMapModule.mxml
index 880fdf1..a35c64c 100644
--- a/uifx/src/modules/gmap/GMapModule.mxml
+++ b/uifx/src/modules/gmap/GMapModule.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <mx:Module xmlns:mx="http://www.adobe.com/2006/mxml";
        xmlns:gmap="modules.gmap.*"
        xmlns:ui="lib.ui.*"
diff --git a/uifx/src/shell.mxml b/uifx/src/shell.mxml
index 1a2cc73..2b2131f 100644
--- a/uifx/src/shell.mxml
+++ b/uifx/src/shell.mxml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2009 NagVis Project
+ 
+ License:
+ 
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License version 2 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+-->
 <mx:Application 
        xmlns:mx="http://www.adobe.com/2006/mxml"; 
        layout="vertical"


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to