Changeset 2018 for trunk/kBuild/units


Ignore:
Timestamp:
Nov 2, 2008, 1:08:56 AM (17 years ago)
Author:
bird
Message:

kBuild: svn attributes and some minor file header adjustments and corrections (still GPLv2 w/ big fat exception).

Location:
trunk/kBuild/units
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/units/lex.kmk

    • Property svn:keywords changed from Id to Author Date Id Revision
    r1625 r2018  
    2222# along with kBuild; if not, write to the Free Software
    2323# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
     24#
     25#
     26# As a special exception you are granted permission to include this file, via
     27# the kmk include directive, as you wish without this in itself causing the
     28# resulting makefile, program or whatever to be covered by the GPL license.
     29# This exception does not however invalidate any other reasons why the makefile,
     30# program, whatever should not be covered the GPL.
    2431#
    2532#
  • trunk/kBuild/units/qt3.kmk

    • Property svn:keywords changed from Id to Author Date Id Revision
    r1771 r2018  
    2424#
    2525#
     26# As a special exception you are granted permission to include this file, via
     27# the kmk include directive, as you wish without this in itself causing the
     28# resulting makefile, program or whatever to be covered by the GPL license.
     29# This exception does not however invalidate any other reasons why the makefile,
     30# program, whatever should not be covered the GPL.
     31#
     32#
     33
    2634
    2735ifdef UNIT_qt3
     
    224232        )))
    225233   ifeq ($(PATH_TOOL_QT3_BIN),)
    226     # If we couldn't find the qt3 specific tool qm2ts, debian and other skip 
     234    # If we couldn't find the qt3 specific tool qm2ts, debian and other skip
    227235    # this (thanks a bundle). Try with look for 'moc' with a '-qt3' extension,
    228     # then for just moc. In the latter case don't search /usr[/local]/bin to 
     236    # then for just moc. In the latter case don't search /usr[/local]/bin to
    229237    # void finding the qt4 tools and messing up.
    230238    ifeq ($(TOOL_QT3_BIN_SUFF),)
  • trunk/kBuild/units/qt4.kmk

    • Property svn:keywords changed from Id to Author Date Id Revision
    r1774 r2018  
    2424#
    2525#
     26# As a special exception you are granted permission to include this file, via
     27# the kmk include directive, as you wish without this in itself causing the
     28# resulting makefile, program or whatever to be covered by the GPL license.
     29# This exception does not however invalidate any other reasons why the makefile,
     30# program, whatever should not be covered the GPL.
     31#
     32#
     33
    2634
    2735ifdef UNIT_qt4
Note: See TracChangeset for help on using the changeset viewer.