From a6ebe42f2c997175c221f916bad7fdfd6fd3585d Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Fri, 22 Aug 2014 10:36:46 +0300 Subject: Update license headers and add new licenses - Renamed LICENSE.LGPL to LICENSE.LGPLv21 - Added LICENSE.LGPLv3 & LICENSE.GPLv2 - Removed LICENSE.GPL Furthermore we need to update the sync.profile to not point to the dev branch in order to integrate this patch in the CI. Change-Id: I06b5496b5d865e2da4808532362616429c969658 Reviewed-by: Sergio Ahumada Reviewed-by: Milian Wolff --- sync.profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 6c0ef84..6ffe8c3 100644 --- a/sync.profile +++ b/sync.profile @@ -11,8 +11,8 @@ # - an empty string to use the same branch under test (dependencies will become "refs/heads/master" if we are in the master branch) # %dependencies = ( - "qtbase" => "refs/heads/dev", + "qtbase" => "", # optional dependencies: - "qtwebsockets" => "refs/heads/dev", - "qtdeclarative" => "refs/heads/dev", + "qtwebsockets" => "", + "qtdeclarative" => "", ); -- cgit v1.2.1