Changeset 3840 for print

Show
Ignore:
Timestamp:
08/02/11 10:49:08 (10 months ago)
Author:
jeichar
Message:

updated build script licenses

Location:
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle
Files:
10 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/SSL.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/ByteCodeQuality.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.plugin; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Camptocamp.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.plugin; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/CamptocampConvention.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.plugin; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Cobertura.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.plugin; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/AddSecurityProxy.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.task; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/Filtering.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.task; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/JettyRunAllWar.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.task; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/ProjectLayout.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.task; 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/WarProjectLayout.groovy

    r3789 r3840  
    1 /** 
    2  * Creative commons license 
     1/* 
    32 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    418 */ 
    519package com.camptocamp.gradle.task;