[haiku-commits] r35692 - haiku/trunk/src/apps/aboutsystem

  • From: coling@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Mar 2010 02:10:24 +0100 (CET)

Author: colin
Date: 2010-03-01 02:10:24 +0100 (Mon, 01 Mar 2010)
New Revision: 35692
Changeset: http://dev.haiku-os.org/changeset/35692/haiku
Ticket: http://dev.haiku-os.org/ticket/5457

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Indent the comments to line up with the _AddPackageCredit() method. Should have
been part of r35691, where I applied a patch by mmadia taken from ticket #5457
(which was previously closed by bonefish), with some modifications by me.


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-01 01:03:53 UTC 
(rev 35691)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-01 01:10:24 UTC 
(rev 35692)
@@ -1356,8 +1356,8 @@
                        "Intel Corporation. All rights reserved.")
                .SetLicense("Intel (2xxx firmware)")
                .SetURL("http://ipw2100.sourceforge.net/";));
-// Copyright years taken from:
-// http://ipw2100.sourceforge.net/README.ipw2100
+       // Copyright years taken from:
+       // http://ipw2100.sourceforge.net/README.ipw2100
 #endif
 
 #ifdef __INTEL__
@@ -1368,8 +1368,8 @@
                        "Intel Corporation. All rights reserved.")
                .SetLicense("Intel (2xxx firmware)")
                .SetURL("http://ipw2200.sourceforge.net/";));
-// Copyright years taken from:
-// http://ipw2200.sourceforge.net/README.ipw2200
+       // Copyright years taken from:
+       // http://ipw2200.sourceforge.net/README.ipw2200
 #endif
 
 #ifdef __INTEL__
@@ -1382,9 +1382,9 @@
                        "Intel Corporation. All rights reserved.")
                .SetLicense("Intel (firmware)")
                .SetURL("http://www.intellinuxwireless.org/";));
-// Copyright years taken from:
-// iwlwifi-3945-ucode-2.14.1.5.tgz/iwlwifi-3945-ucode-2.14.1.5/
-// README.iwlwifi-3945-ucode
+       // Copyright years taken from:
+       // iwlwifi-3945-ucode-2.14.1.5.tgz/iwlwifi-3945-ucode-2.14.1.5/
+       // README.iwlwifi-3945-ucode
 #endif
 #ifdef __INTEL__
        // Intel Wireless WiFi Link 4965AGN Adapter Firmware
@@ -1395,9 +1395,9 @@
                        "Intel Corporation. All rights reserved.")
                .SetLicense("Intel (firmware)")
                .SetURL("http://www.intellinuxwireless.org/";));
-// Copyright years taken from:
-// iwlwifi-4965-ucode-4.44.1.20.tgz/iwlwifi-4965-ucode-4.44.1.20/
-// README.iwlwifi-4965-ucode
+       // Copyright years taken from:
+       // iwlwifi-4965-ucode-4.44.1.20.tgz/iwlwifi-4965-ucode-4.44.1.20/
+       // README.iwlwifi-4965-ucode
 #endif
 
 #ifdef __INTEL__
@@ -1408,9 +1408,9 @@
                        "Marvell Semiconductor, Inc. All rights reserved.")
                .SetLicense("Marvell (firmware)")
                .SetURL("http://www.marvell.com/";));
-// Copyright years taken from:
-// http://people.freebsd.org/~hmp/dragonfly/sys/modules/nfsclient/@/dev/mwl/
-// if_mwl_pci.c
+       // Copyright years taken from:
+       // 
http://people.freebsd.org/~hmp/dragonfly/sys/modules/nfsclient/@/dev/mwl/
+       // if_mwl_pci.c
 #endif
 
 #ifdef __INTEL__
@@ -1421,8 +1421,8 @@
                        "Ralink Technology Corporation. All rights reserved.")
                .SetLicense("Ralink (firmware)")
                .SetURL("http://www.ralinktech.com/";));
-// Copyright year taken from:
-// RT61_Firmware_V1.2.zip/RT61_Firmware_V1.2/LICENSE.ralink-firmware.txt
+       // Copyright year taken from:
+       // RT61_Firmware_V1.2.zip/RT61_Firmware_V1.2/LICENSE.ralink-firmware.txt
 #endif
 
        // ICU copyrights


Other related posts:

  • » [haiku-commits] r35692 - haiku/trunk/src/apps/aboutsystem - coling