diff --git a/validate/gst/validate/gst-validate-bin-monitor.c b/validate/gst/validate/gst-validate-bin-monitor.c index e3752cb3c8..45a0eaa88e 100644 --- a/validate/gst/validate/gst-validate-bin-monitor.c +++ b/validate/gst/validate/gst-validate-bin-monitor.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-bin-monitor.c - Validate BinMonitor class * diff --git a/validate/gst/validate/gst-validate-default-overrides.c b/validate/gst/validate/gst-validate-default-overrides.c index fcbe407682..9879fb4541 100644 --- a/validate/gst/validate/gst-validate-default-overrides.c +++ b/validate/gst/validate/gst-validate-default-overrides.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Vincent Penquerc'h + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Vincent Penquerc'h * * gst-validate-default-overrides.c - Test overrides * diff --git a/validate/gst/validate/gst-validate-element-monitor.c b/validate/gst/validate/gst-validate-element-monitor.c index 2d5c696ac0..39d1f54827 100644 --- a/validate/gst/validate/gst-validate-element-monitor.c +++ b/validate/gst/validate/gst-validate-element-monitor.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-element-monitor.c - Validate ElementMonitor class * diff --git a/validate/gst/validate/gst-validate-media-info.c b/validate/gst/validate/gst-validate-media-info.c index 6c426e5c86..73e6f1581d 100644 --- a/validate/gst/validate/gst-validate-media-info.c +++ b/validate/gst/validate/gst-validate-media-info.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-media-info.c * diff --git a/validate/gst/validate/gst-validate-monitor-factory.c b/validate/gst/validate/gst-validate-monitor-factory.c index 55410d9077..e184521ef8 100644 --- a/validate/gst/validate/gst-validate-monitor-factory.c +++ b/validate/gst/validate/gst-validate-monitor-factory.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-monitor-factory.c - Validate Element monitors factory utility functions * diff --git a/validate/gst/validate/gst-validate-monitor-preload.c b/validate/gst/validate/gst-validate-monitor-preload.c index b029abd427..a583a9e09f 100644 --- a/validate/gst/validate/gst-validate-monitor-preload.c +++ b/validate/gst/validate/gst-validate-monitor-preload.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-monitor-preload.c - Validate Element monitors preload functions * diff --git a/validate/gst/validate/gst-validate-monitor.c b/validate/gst/validate/gst-validate-monitor.c index 2c2c99a3c3..cfbb907b2a 100644 --- a/validate/gst/validate/gst-validate-monitor.c +++ b/validate/gst/validate/gst-validate-monitor.c @@ -1,7 +1,9 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos * - * gst-validate-element-monitor.c - Validate Monitor class + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos + * + * gst-validate-monitor.c - Validate Monitor class * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/validate/gst/validate/gst-validate-override-registry.c b/validate/gst/validate/gst-validate-override-registry.c index 20943fef46..ebd5b4132b 100644 --- a/validate/gst/validate/gst-validate-override-registry.c +++ b/validate/gst/validate/gst-validate-override-registry.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-override-registry.c - Validate Override Registry * diff --git a/validate/gst/validate/gst-validate-override.c b/validate/gst/validate/gst-validate-override.c index 02c5105e44..d78839e119 100644 --- a/validate/gst/validate/gst-validate-override.c +++ b/validate/gst/validate/gst-validate-override.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-override.c - Validate Override that allows customizing Validate behavior * diff --git a/validate/gst/validate/gst-validate-pad-monitor.c b/validate/gst/validate/gst-validate-pad-monitor.c index 9e18d31286..77d006ed84 100644 --- a/validate/gst/validate/gst-validate-pad-monitor.c +++ b/validate/gst/validate/gst-validate-pad-monitor.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-pad-monitor.c - Validate PadMonitor class * diff --git a/validate/gst/validate/gst-validate-report.c b/validate/gst/validate/gst-validate-report.c index a51d190afb..df9c5bd843 100644 --- a/validate/gst/validate/gst-validate-report.c +++ b/validate/gst/validate/gst-validate-report.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-monitor-report.c - Validate report/issues functions * diff --git a/validate/gst/validate/gst-validate-reporter.c b/validate/gst/validate/gst-validate-reporter.c index 5bb7aaf305..3eb35cd00c 100644 --- a/validate/gst/validate/gst-validate-reporter.c +++ b/validate/gst/validate/gst-validate-reporter.c @@ -2,6 +2,8 @@ * * Copyright (C) 2013 Thibault Saunier * + * gst-validate-reporter.c + * * This library 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 diff --git a/validate/gst/validate/gst-validate-runner.c b/validate/gst/validate/gst-validate-runner.c index f61f03cac7..d423b0a0e7 100644 --- a/validate/gst/validate/gst-validate-runner.c +++ b/validate/gst/validate/gst-validate-runner.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * gst-validate-runner.c - Validate Runner class * diff --git a/validate/gst/validate/gst-validate-scenario.c b/validate/gst/validate/gst-validate-scenario.c index 840a88695a..53c05391af 100644 --- a/validate/gst/validate/gst-validate-scenario.c +++ b/validate/gst/validate/gst-validate-scenario.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thibault Saunier + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thibault Saunier * * gst-validate-scenario.c - Validate Scenario class * diff --git a/validate/gst/validate/validate.c b/validate/gst/validate/validate.c index 10ce474722..657022d1c4 100644 --- a/validate/gst/validate/validate.c +++ b/validate/gst/validate/validate.c @@ -1,5 +1,7 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos * * validate.c - Validate generic functions * diff --git a/validate/tools/gst-validate-media-check.c b/validate/tools/gst-validate-media-check.c index c202d2a93c..043e9eb4a8 100644 --- a/validate/tools/gst-validate-media-check.c +++ b/validate/tools/gst-validate-media-check.c @@ -1,5 +1,24 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos + * + * gst-validate-media-check.c - Media Check CLI tool + * + * This library 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.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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H diff --git a/validate/tools/gst-validate-transcoding.c b/validate/tools/gst-validate-transcoding.c index 8c7d39a371..88e111987b 100644 --- a/validate/tools/gst-validate-transcoding.c +++ b/validate/tools/gst-validate-transcoding.c @@ -1,5 +1,24 @@ /* GStreamer - * Copyright (C) 2013 Thibault Saunier + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thibault Saunier + * + * gst-validate-transcoding.c - CLI tool to validate transcoding operations + * + * This library 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.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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c index 23034748aa..e666aa0217 100644 --- a/validate/tools/gst-validate.c +++ b/validate/tools/gst-validate.c @@ -1,5 +1,24 @@ /* GStreamer - * Copyright (C) 2013 Thiago Santos + * + * Copyright (C) 2013 Collabora Ltd. + * Author: Thiago Sousa Santos + * + * gst-validate.c - Validate CLI launch line tool + * + * This library 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.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 + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H