diff options
author | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-08-11 11:25:48 +0200 |
---|---|---|
committer | Martijn Kaijser <mcm.kaijser@gmail.com> | 2013-08-11 11:50:46 +0200 |
commit | 9b782edb0637fe43238ce5b769c2629c293bf5b1 (patch) | |
tree | 7df3180a8a427d2bdf03948cbb7bb854a5c4aeb0 /tools/codegenerator | |
parent | 7ac40d50f014e96b5672e8ce6589f44df5f287ed (diff) |
[cosmetic] update copyright headers
Diffstat (limited to 'tools/codegenerator')
-rw-r--r-- | tools/codegenerator/Generator.groovy | 7 | ||||
-rw-r--r-- | tools/codegenerator/Helper.groovy | 7 | ||||
-rw-r--r-- | tools/codegenerator/SwigTypeParser.groovy | 7 | ||||
-rw-r--r-- | tools/codegenerator/example/AddonModuleXbmc.i | 7 |
4 files changed, 12 insertions, 16 deletions
diff --git a/tools/codegenerator/Generator.groovy b/tools/codegenerator/Generator.groovy index a014cee34b..305fb0a94b 100644 --- a/tools/codegenerator/Generator.groovy +++ b/tools/codegenerator/Generator.groovy @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,9 +13,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with XBMC; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * http://www.gnu.org/copyleft/gpl.html + * along with XBMC; see the file COPYING. If not, see + * <http://www.gnu.org/licenses/>. * */ diff --git a/tools/codegenerator/Helper.groovy b/tools/codegenerator/Helper.groovy index 8270a4269d..01fa7e5486 100644 --- a/tools/codegenerator/Helper.groovy +++ b/tools/codegenerator/Helper.groovy @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,9 +13,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with XBMC; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * http://www.gnu.org/copyleft/gpl.html + * along with XBMC; see the file COPYING. If not, see + * <http://www.gnu.org/licenses/>. * */ diff --git a/tools/codegenerator/SwigTypeParser.groovy b/tools/codegenerator/SwigTypeParser.groovy index 94872e21a8..cb04277cd3 100644 --- a/tools/codegenerator/SwigTypeParser.groovy +++ b/tools/codegenerator/SwigTypeParser.groovy @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,9 +13,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with XBMC; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * http://www.gnu.org/copyleft/gpl.html + * along with XBMC; see the file COPYING. If not, see + * <http://www.gnu.org/licenses/>. * */ diff --git a/tools/codegenerator/example/AddonModuleXbmc.i b/tools/codegenerator/example/AddonModuleXbmc.i index f4ddc5ffba..3918ca6c54 100644 --- a/tools/codegenerator/example/AddonModuleXbmc.i +++ b/tools/codegenerator/example/AddonModuleXbmc.i @@ -1,6 +1,6 @@ /* * Copyright (C) 2005-2013 Team XBMC - * http://www.xbmc.org + * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -13,9 +13,8 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with XBMC; see the file COPYING. If not, write to - * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. - * http://www.gnu.org/copyleft/gpl.html + * along with XBMC; see the file COPYING. If not, see + * <http://www.gnu.org/licenses/>. * */ |