diff --git a/scriptengines/javascript/simplebindings/animationgroup.cpp b/scriptengines/javascript/simplebindings/animationgroup.cpp index 0a372709e..5a582159b 100644 --- a/scriptengines/javascript/simplebindings/animationgroup.cpp +++ b/scriptengines/javascript/simplebindings/animationgroup.cpp @@ -1,3 +1,22 @@ +/* + * Copyright 2009 Aaron J. Seigo + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License version 2 as + * published by the Free Software Foundation + * + * 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. + */ + +#include "filedialogproxy.h" #include "animationgroup.h" diff --git a/scriptengines/javascript/simplebindings/animationgroup.h b/scriptengines/javascript/simplebindings/animationgroup.h index 87d32b08a..90b696442 100644 --- a/scriptengines/javascript/simplebindings/animationgroup.h +++ b/scriptengines/javascript/simplebindings/animationgroup.h @@ -1,3 +1,22 @@ +/* + * Copyright 2009 Aaron J. Seigo + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License version 2 as + * published by the Free Software Foundation + * + * 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. + */ + +#include "filedialogproxy.h" #ifndef ANIMATIONGROUP_H #define ANIMATIONGROUP_H diff --git a/scriptengines/javascript/simplebindings/filedialogproxy.cpp b/scriptengines/javascript/simplebindings/filedialogproxy.cpp index 667a77fa9..406f44275 100644 --- a/scriptengines/javascript/simplebindings/filedialogproxy.cpp +++ b/scriptengines/javascript/simplebindings/filedialogproxy.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009 Aaron J. Seigo + * Copyright 2009 Aaron J. Seigo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as diff --git a/scriptengines/javascript/simplebindings/filedialogproxy.h b/scriptengines/javascript/simplebindings/filedialogproxy.h index bfce066d1..e47d0c27c 100644 --- a/scriptengines/javascript/simplebindings/filedialogproxy.h +++ b/scriptengines/javascript/simplebindings/filedialogproxy.h @@ -1,5 +1,5 @@ /* - * Copyright 2009 Aaron J. Seigo + * Copyright 2009 Aaron J. Seigo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License version 2 as