# HG changeset patch # User eugeni # Date 1159722544 0 # Node ID fa122b7c71c6e48e4adffec3324be1f4f7b3dc03 # Parent 1699b4b6707e127a8c6409271989141db226d6f4 Add copyright notice and vim/emacs comments to libass and vf_ass.c. diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass.c --- a/libass/ass.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include "config.h" #include diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass.h --- a/libass/ass.h Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass.h Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #ifndef __ASS_H__ #define __ASS_H__ diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_bitmap.c --- a/libass/ass_bitmap.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_bitmap.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include #include #include diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_bitmap.h --- a/libass/ass_bitmap.h Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_bitmap.h Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #ifndef __ASS_BITMAP_H__ #define __ASS_BITMAP_H__ diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_cache.c --- a/libass/ass_cache.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_cache.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include "config.h" #include diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_cache.h --- a/libass/ass_cache.h Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_cache.h Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #ifndef __ASS_CACHE_H__ #define __ASS_CACHE_H__ diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_fontconfig.c --- a/libass/ass_fontconfig.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_fontconfig.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include "config.h" #include diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_fontconfig.h --- a/libass/ass_fontconfig.h Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_fontconfig.h Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #ifndef __ASS_FONTCONFIG_H__ #define __ASS_FONTCONFIG_H__ diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_mp.c --- a/libass/ass_mp.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_mp.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include #include #include diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_mp.h --- a/libass/ass_mp.h Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_mp.h Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #ifndef __ASS_OPTIONS_H__ #define __ASS_OPTIONS_H__ diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_render.c --- a/libass/ass_render.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_render.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include "config.h" #include diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_types.h --- a/libass/ass_types.h Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_types.h Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #ifndef __ASS_TYPES_H__ #define __ASS_TYPES_H__ diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_utils.c --- a/libass/ass_utils.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_utils.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include "config.h" #include diff -r 1699b4b6707e -r fa122b7c71c6 libass/ass_utils.h --- a/libass/ass_utils.h Sun Oct 01 17:00:20 2006 +0000 +++ b/libass/ass_utils.h Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #ifndef __ASS_UTILS_H__ #define __ASS_UTILS_H__ diff -r 1699b4b6707e -r fa122b7c71c6 libmpcodecs/vf_ass.c --- a/libmpcodecs/vf_ass.c Sun Oct 01 17:00:20 2006 +0000 +++ b/libmpcodecs/vf_ass.c Sun Oct 01 17:09:04 2006 +0000 @@ -1,3 +1,23 @@ +// -*- c-basic-offset: 8; indent-tabs-mode: t -*- +// vim:ts=8:sw=8:noet:ai: +/* + Copyright (C) 2006 Evgeniy Stepanov + + 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 + the Free Software Foundation; either version 2 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 + 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 General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +*/ + #include "config.h" #include