Author: bklaas
Date: Fri Jan 15 07:16:54 2010
New Revision: 8353
URL: http://svn.slimdevices.com/jive?rev=8353&view=rev
Log:
Bug: 14194
Description: fix license wording in files added for 7.5
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceFlickr.lua
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceHttp.lua
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceServer.lua
7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/SpectrumMeter.lua
7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/VUMeter.lua
7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/NumberLetterAccel.lua
7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_spectrum.c
7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_vumeter.c
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsApplet.lua
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsMeta.lua
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerApplet.lua
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerMeta.lua
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceCard.lua
Fri Jan 15 07:16:54 2010
@@ -198,6 +198,7 @@
Copyright 2010 Logitech. All Rights Reserved.
This file is licensed under BSD. Please see the LICENSE file for details.
+
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceFlickr.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceFlickr.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceFlickr.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceFlickr.lua
Fri Jan 15 07:16:54 2010
@@ -483,6 +483,7 @@
Copyright 2010 Logitech. All Rights Reserved.
This file is licensed under BSD. Please see the LICENSE file for details.
+
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceHttp.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceHttp.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceHttp.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceHttp.lua
Fri Jan 15 07:16:54 2010
@@ -166,6 +166,7 @@
Copyright 2010 Logitech. All Rights Reserved.
This file is licensed under BSD. Please see the LICENSE file for details.
+
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceServer.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceServer.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceServer.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageSourceServer.lua
Fri Jan 15 07:16:54 2010
@@ -264,6 +264,7 @@
Copyright 2010 Logitech. All Rights Reserved.
This file is licensed under BSD. Please see the LICENSE file for details.
+
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/SpectrumMeter.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/SpectrumMeter.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/SpectrumMeter.lua
(original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/SpectrumMeter.lua
Fri Jan 15 07:16:54 2010
@@ -216,9 +216,9 @@
=head1 LICENSE
-Copyright 2009 Logitech. All Rights Reserved.
-
-This file is subject to the Logitech Public Source License Version 1.0. Please
see the LICENCE file for details.
+Copyright 2010 Logitech. All Rights Reserved.
+
+This file is licensed under BSD. Please see the LICENSE file for details.
=cut
--]]
Modified: 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/VUMeter.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/VUMeter.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/VUMeter.lua
(original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/audio/VUMeter.lua Fri Jan
15 07:16:54 2010
@@ -150,9 +150,9 @@
=head1 LICENSE
-Copyright 2009 Logitech. All Rights Reserved.
+Copyright 2010 Logitech. All Rights Reserved.
-This file is subject to the Logitech Public Source License Version 1.0. Please
see the LICENCE file for details.
+This file is licensed under BSD. Please see the LICENSE file for details.
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/NumberLetterAccel.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/NumberLetterAccel.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/NumberLetterAccel.lua
(original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/share/jive/ui/NumberLetterAccel.lua
Fri Jan 15 07:16:54 2010
@@ -176,9 +176,9 @@
=head1 LICENSE
-Copyright 2007 Logitech. All Rights Reserved.
+Copyright 2010 Logitech. All Rights Reserved.
-This file is subject to the Logitech Public Source License Version 1.0. Please
see the LICENCE file for details.
+This file is licensed under BSD. Please see the LICENSE file for details.
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_spectrum.c
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_spectrum.c?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_spectrum.c
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_spectrum.c
Fri Jan 15 07:16:54 2010
@@ -1,7 +1,7 @@
/*
-** Copyright 2007-2009 Logitech. All Rights Reserved.
+** Copyright 2010 Logitech. All Rights Reserved.
**
-** This file is subject to the Logitech Public Source License Version 1.0.
Please see the LICENCE file for details.
+** This file is licensed under BSD. Please see the LICENSE file for details.
*/
#include "common.h"
Modified:
7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_vumeter.c
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_vumeter.c?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_vumeter.c
(original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/src/audio/decode/visualizer_vumeter.c
Fri Jan 15 07:16:54 2010
@@ -1,7 +1,7 @@
/*
-** Copyright 2007-2008 Logitech. All Rights Reserved.
+** Copyright 2010 Logitech. All Rights Reserved.
**
-** This file is subject to the Logitech Public Source License Version 1.0.
Please see the LICENCE file for details.
+** This file is licensed under BSD. Please see the LICENSE file for details.
*/
#include "common.h"
Modified:
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsApplet.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsApplet.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsApplet.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsApplet.lua
Fri Jan 15 07:16:54 2010
@@ -389,9 +389,9 @@
=head1 LICENSE
-Copyright 2009 Logitech. All Rights Reserved.
-
-This file is subject to the Logitech Public Source License Version 1.0. Please
see the LICENCE file for details.
+Copyright 2010 Logitech. All Rights Reserved.
+
+This file is licensed under BSD. Please see the LICENSE file for details.
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsMeta.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsMeta.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsMeta.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay_fab4/share/applets/SBSSettings/SBSSettingsMeta.lua
Fri Jan 15 07:16:54 2010
@@ -35,9 +35,9 @@
=head1 LICENSE
-Copyright 2009 Logitech. All Rights Reserved.
+Copyright 2010 Logitech. All Rights Reserved.
-This file is subject to the Logitech Public Source License Version 1.0. Please
see the LICENCE file for details.
+This file is licensed under BSD. Please see the LICENSE file for details.
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerApplet.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerApplet.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerApplet.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerApplet.lua
Fri Jan 15 07:16:54 2010
@@ -65,9 +65,9 @@
=head1 LICENSE
-Copyright 2007 Logitech. All Rights Reserved.
+Copyright 2010 Logitech. All Rights Reserved.
-This file is subject to the Logitech Public Source License Version 1.0. Please
see the LICENCE file for details.
+This file is licensed under BSD. Please see the LICENSE file for details.
=cut
--]]
Modified:
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerMeta.lua
URL:
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerMeta.lua?rev=8353&r1=8352&r2=8353&view=diff
==============================================================================
---
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerMeta.lua
(original)
+++
7.5/trunk/squeezeplay/src/squeezeplay_test/share/applets/TestScreenFlicker/TestScreenFlickerMeta.lua
Fri Jan 15 07:16:54 2010
@@ -37,9 +37,9 @@
=head1 LICENSE
-Copyright 2007 Logitech. All Rights Reserved.
+Copyright 2010 Logitech. All Rights Reserved.
-This file is subject to the Logitech Public Source License Version 1.0. Please
see the LICENCE file for details.
+This file is licensed under BSD. Please see the LICENSE file for details.
=cut
--]]
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins