From 5ded7ced5bfc93523e79dbd1b05488aca2b142a6 Mon Sep 17 00:00:00 2001 From: rsesek Date: Sat, 15 Jul 2006 02:05:51 +0000 Subject: [PATCH] This is now a BS product git-svn-id: svn://depot/macosx/RGBConverter/trunk@239 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0 --- RGB Converter.wdgt/Info.plist | 2 +- RGB Converter.wdgt/Widget.css | 25 +++++++++++++++++-------- RGB Converter.wdgt/Widget.html | 27 ++++++++++++++++++--------- RGB Converter.wdgt/Widget.js | 25 +++++++++++++++++-------- 4 files changed, 53 insertions(+), 26 deletions(-) diff --git a/RGB Converter.wdgt/Info.plist b/RGB Converter.wdgt/Info.plist index 2f874c5..1b0030f 100644 --- a/RGB Converter.wdgt/Info.plist +++ b/RGB Converter.wdgt/Info.plist @@ -5,7 +5,7 @@ CFBundleDisplayName RGB Converter CFBundleIdentifier - com.isi.widget.rgbconverter + org.bluestatic.rgbconverter CFBundleName RGB Converter CFBundleShortVersionString diff --git a/RGB Converter.wdgt/Widget.css b/RGB Converter.wdgt/Widget.css index 7524809..ecf98fa 100644 --- a/RGB Converter.wdgt/Widget.css +++ b/RGB Converter.wdgt/Widget.css @@ -1,12 +1,21 @@ /*=====================================================================*\ -|| ################################################################### || -|| # RGB Converter Widget [#]version[#] -|| # --------------------------------------------------------------- # || -|| # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # || -|| # This file may not be reproduced in any way without permission. # || -|| # --------------------------------------------------------------- # || -|| # User License Agreement at http://www.iris-studios.com/license/ # || -|| ################################################################### || +|| ################################################################### +|| # RGB Converter [#]version[#] +|| # Copyright ©2002-[#]year[#] Blue Static +|| # +|| # This program is free software; you can redistribute it and/or modify +|| # it under the terms of the GNU General Public License as published by +|| # the Free Software Foundation; version [#]gpl[#] of the License. +|| # +|| # 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., +|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +|| ################################################################### \*=====================================================================*/ /* ################################################################### */ diff --git a/RGB Converter.wdgt/Widget.html b/RGB Converter.wdgt/Widget.html index 9dc7c49..fdeeea7 100644 --- a/RGB Converter.wdgt/Widget.html +++ b/RGB Converter.wdgt/Widget.html @@ -1,13 +1,22 @@ @@ -54,7 +63,7 @@
RGB Converter
v[#]version[#] ($Revision$)
-
©2002-[#]year[#] Iris Studios, Inc
+
©2002-[#]year[#] Blue Static
diff --git a/RGB Converter.wdgt/Widget.js b/RGB Converter.wdgt/Widget.js index 6c4c0b1..f6edd2f 100644 --- a/RGB Converter.wdgt/Widget.js +++ b/RGB Converter.wdgt/Widget.js @@ -1,12 +1,21 @@ /*=====================================================================*\ -|| ################################################################### || -|| # RGB Converter Widget [#]version[#] -|| # --------------------------------------------------------------- # || -|| # Copyright ©2002-[#]year[#] by Iris Studios, Inc. All Rights Reserved. # || -|| # This file may not be reproduced in any way without permission. # || -|| # --------------------------------------------------------------- # || -|| # User License Agreement at http://www.iris-studios.com/license/ # || -|| ################################################################### || +|| ################################################################### +|| # RGB Converter [#]version[#] +|| # Copyright ©2002-[#]year[#] Blue Static +|| # +|| # This program is free software; you can redistribute it and/or modify +|| # it under the terms of the GNU General Public License as published by +|| # the Free Software Foundation; version [#]gpl[#] of the License. +|| # +|| # 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., +|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +|| ################################################################### \*=====================================================================*/ var fields = { -- 2.22.5