Changeset 622a50b in mainline


Ignore:
Timestamp:
2013-05-03T00:21:10Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2aa81cb
Parents:
f6c8fca
Message:

Jiri Svoboda credits

Location:
uspace
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hdisk/hdisk.c

    rf6c8fca r622a50b  
    200200                "\t 'f' \t\t Switch the format of the partition table."
    201201                "\t 'h' \t\t Prints help. See help for more.\n"
    202                 "\t 'n' \t\t Create new partition table (discarding the old one).\n"
     202                "\t 'n' \t\t Create new table (discarding the old one).\n"
    203203                "\t 'p' \t\t Prints the table contents.\n"
    204204                "\t 'w' \t\t Write table to disk.\n"
  • uspace/lib/gpt/libgpt.h

    rf6c8fca r622a50b  
    11/*
    2  * Copyright (c) 2009 Jiri Svoboda, 2011, 2012, 2013 Dominik Taborsky
     2 * Copyright (c) 2011, 2012, 2013 Dominik Taborsky
     3 * Copyright (c) 2009 Jiri Svoboda (for some definitions from uspace/srv/bd/part/guid_part)
    34 * All rights reserved.
    45 *
  • uspace/lib/mbr/libmbr.h

    rf6c8fca r622a50b  
    11/*
    22 * Copyright (c) 2011, 2012, 2013 Dominik Taborsky
     3 * Copyright (c) 2009 Jiri Svoboda (for some definitions from uspace/srv/bd/part/mbr_part)
    34 * All rights reserved.
    45 *
Note: See TracChangeset for help on using the changeset viewer.