clean up the copyright headers

svn path=/trunk/KDE/kdelibs/; revision=1119236
This commit is contained in:
Aaron J. Seigo 2010-04-26 20:46:36 +00:00
parent 058713d07a
commit d38dc61819
4 changed files with 64 additions and 92 deletions

View File

@ -1,32 +1,20 @@
/***********************************************************************/ /*
/* engine.h */ * Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com>
/* */
/* Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com> */
/* */
/* This library is free software; you can redistribute it and/or */
/* modify it under the terms of the GNU Lesser General Public */
/* License as published by the Free Software Foundation; either */
/* version 2.1 of the License, or (at your option) any later version. */
/* */
/* This library is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU */
/* Lesser General Public License for more details. */
/* */
/* You should have received a copy of the GNU Lesser General Public */
/* License along with this library; if not, write to the Free Software */
/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA */
/* 02110-1301 USA */
/***********************************************************************/
/**
* @file engine.h
* @author Adenilson Cavalcanti
* @date Wed Feb 24 21:49:45 2010
* *
* @brief * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2, or
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details
* *
* You should have received a copy of the GNU Library General Public
* License along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
/* TODO: /* TODO:

View File

@ -1,32 +1,20 @@
/***********************************************************************/ /*
/* engine.h */ * Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com>
/* */
/* Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com> */
/* */
/* This library is free software; you can redistribute it and/or */
/* modify it under the terms of the GNU Lesser General Public */
/* License as published by the Free Software Foundation; either */
/* version 2.1 of the License, or (at your option) any later version. */
/* */
/* This library is distributed in the hope that it will be useful, */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU */
/* Lesser General Public License for more details. */
/* */
/* You should have received a copy of the GNU Lesser General Public */
/* License along with this library; if not, write to the Free Software */
/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA */
/* 02110-1301 USA */
/***********************************************************************/
/**
* @file engine.h
* @author Adenilson Cavalcanti
* @date Wed Feb 24 21:49:45 2010
* *
* @brief * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; either version 2, or
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details
* *
* You should have received a copy of the GNU Library General Public
* License along with this program; if not, write to the
* Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
#ifndef __ENGINE__ #ifndef __ENGINE__

View File

@ -1,23 +1,21 @@
///////////////////////////////////////////////////////////////////////// /*
// jsanim.cpp // * Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com>
// // *
// Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com> // * This program is free software; you can redistribute it and/or modify
// // * it under the terms of the GNU Library General Public License as
// This library is free software; you can redistribute it and/or // * published by the Free Software Foundation; either version 2, or
// modify it under the terms of the GNU Lesser General Public // * (at your option) any later version.
// License as published by the Free Software Foundation; either // *
// version 2.1 of the License, or (at your option) any later version. // * This program is distributed in the hope that it will be useful,
// // * but WITHOUT ANY WARRANTY; without even the implied warranty of
// This library is distributed in the hope that it will be useful, // * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// but WITHOUT ANY WARRANTY; without even the implied warranty of // * GNU General Public License for more details
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // *
// Lesser General Public License for more details. // * You should have received a copy of the GNU Library General Public
// // * License along with this program; if not, write to the
// You should have received a copy of the GNU Lesser General Public // * Free Software Foundation, Inc.,
// License along with this library; if not, write to the Free Software // * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA // */
// 02110-1301 USA //
/////////////////////////////////////////////////////////////////////////
#include "jsanim_p.h" #include "jsanim_p.h"
#include "engine.h" #include "engine.h"

View File

@ -1,23 +1,21 @@
/***********************************************************************/ /*
/* jsanim_p.h */ * Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com>
/* */ *
/* Copyright (C) 2010 Adenilson Cavalcanti <cavalcantii@gmail.com> */ * This program is free software; you can redistribute it and/or modify
/* */ * it under the terms of the GNU Library General Public License as
/* This library is free software; you can redistribute it and/or */ * published by the Free Software Foundation; either version 2, or
/* modify it under the terms of the GNU Lesser General Public */ * (at your option) any later version.
/* License as published by the Free Software Foundation; either */ *
/* version 2.1 of the License, or (at your option) any later version. */ * This program is distributed in the hope that it will be useful,
/* */ * but WITHOUT ANY WARRANTY; without even the implied warranty of
/* This library is distributed in the hope that it will be useful, */ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
/* but WITHOUT ANY WARRANTY; without even the implied warranty of */ * GNU General Public License for more details
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU */ *
/* Lesser General Public License for more details. */ * You should have received a copy of the GNU Library General Public
/* */ * License along with this program; if not, write to the
/* You should have received a copy of the GNU Lesser General Public */ * Free Software Foundation, Inc.,
/* License along with this library; if not, write to the Free Software */ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
/* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA */ */
/* 02110-1301 USA */
/***********************************************************************/
#ifndef PLASMA_ANIMATIONS_JS_P_H #ifndef PLASMA_ANIMATIONS_JS_P_H
#define PLASMA_ANIMATIONS_JS_P_H #define PLASMA_ANIMATIONS_JS_P_H