Ignore:
Timestamp:
12/09/11 23:05:02 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup and usage of new macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/protocol-discard.c

    r5312 r5340  
    5050 ROARD_DL_CHECK_VERSIONS(); 
    5151 
    52  libname.license = "GPL-3.0";  
     52 ROAR_DL_PLUGIN_META_PRODUCT_NIV("roard-discard-protocol", ROAR_VID_ROARAUDIO, ROAR_VNAME_ROARAUDIO); 
     53 ROAR_DL_PLUGIN_META_VERSION(ROAR_VERSION_STRING); 
     54 ROAR_DL_PLUGIN_META_LICENSE_TAG(GPLv3_0); 
     55 ROAR_DL_PLUGIN_META_CONTACT_FLNE("Philipp", "Schafft", "ph3-der-loewe", "lion@lion.leolix.org"); 
     56 ROAR_DL_PLUGIN_META_DESC("Implementation of a dummy protocol discarding all data"); 
    5357 
    5458 ROARD_DL_REGFN_PROTO(); 
Note: See TracChangeset for help on using the changeset viewer.