[rygel] Revert "docs: Change C example code license."



commit e1a3e5f4b4111df300b90cf17dde93101a82ae10
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jan 17 15:03:59 2013 +0100

    Revert "docs: Change C example code license."
    
    This reverts commit 41cccb3575f20c257c54f8af8cb01903eed1f63a.

 examples/fullscreen-renderer.c                     |   23 +++++++++++++++---
 examples/renderer-plugins/C/example-player.c       |   21 ++++++++++++++---
 examples/renderer-plugins/C/example-player.h       |   21 ++++++++++++++---
 .../renderer-plugins/C/example-renderer-plugin.c   |   21 ++++++++++++++---
 .../renderer-plugins/C/example-renderer-plugin.h   |   21 ++++++++++++++---
 examples/server-plugins/C/example-root-container.c |   21 ++++++++++++++---
 examples/server-plugins/C/example-root-container.h |   21 ++++++++++++++---
 examples/server-plugins/C/example-server-plugin.c  |   21 ++++++++++++++---
 examples/server-plugins/C/example-server-plugin.h  |   21 ++++++++++++++---
 examples/standalone-renderer-gst.c                 |   23 +++++++++++++++---
 examples/standalone-server.c                       |   24 ++++++++++++++++---
 11 files changed, 194 insertions(+), 44 deletions(-)
---
diff --git a/examples/fullscreen-renderer.c b/examples/fullscreen-renderer.c
index b34176a..87bd81e 100644
--- a/examples/fullscreen-renderer.c
+++ b/examples/fullscreen-renderer.c
@@ -1,8 +1,23 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Openismus GmbH.
+ *
+ * Author: Jens Georg <jensg openismus com>
+ *
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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.
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * You should have received a copy of the GNU Lesser 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.
  */
 
 /*
diff --git a/examples/renderer-plugins/C/example-player.c b/examples/renderer-plugins/C/example-player.c
index 4bd9857..d52ba76 100644
--- a/examples/renderer-plugins/C/example-player.c
+++ b/examples/renderer-plugins/C/example-player.c
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "example-player.h"
diff --git a/examples/renderer-plugins/C/example-player.h b/examples/renderer-plugins/C/example-player.h
index daa4fd4..ee20881 100644
--- a/examples/renderer-plugins/C/example-player.h
+++ b/examples/renderer-plugins/C/example-player.h
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __RYGEL_EXAMPLE_PLAYER_H__
diff --git a/examples/renderer-plugins/C/example-renderer-plugin.c b/examples/renderer-plugins/C/example-renderer-plugin.c
index 5ab5933..b774d61 100644
--- a/examples/renderer-plugins/C/example-renderer-plugin.c
+++ b/examples/renderer-plugins/C/example-renderer-plugin.c
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "example-renderer-plugin.h"
diff --git a/examples/renderer-plugins/C/example-renderer-plugin.h b/examples/renderer-plugins/C/example-renderer-plugin.h
index 7afdb62..d8ed707 100644
--- a/examples/renderer-plugins/C/example-renderer-plugin.h
+++ b/examples/renderer-plugins/C/example-renderer-plugin.h
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __RYGEL_EXAMPLE_RENDERER_PLUGIN_H__
diff --git a/examples/server-plugins/C/example-root-container.c b/examples/server-plugins/C/example-root-container.c
index c6c8ffe..0d395ab 100644
--- a/examples/server-plugins/C/example-root-container.c
+++ b/examples/server-plugins/C/example-root-container.c
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "example-root-container.h"
diff --git a/examples/server-plugins/C/example-root-container.h b/examples/server-plugins/C/example-root-container.h
index b0272d8..ad5f56b 100644
--- a/examples/server-plugins/C/example-root-container.h
+++ b/examples/server-plugins/C/example-root-container.h
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __RYGEL_EXAMPLE_ROOT_CONTAINER_H__
diff --git a/examples/server-plugins/C/example-server-plugin.c b/examples/server-plugins/C/example-server-plugin.c
index 733d134..eb85641 100644
--- a/examples/server-plugins/C/example-server-plugin.c
+++ b/examples/server-plugins/C/example-server-plugin.c
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #include "example-server-plugin.h"
diff --git a/examples/server-plugins/C/example-server-plugin.h b/examples/server-plugins/C/example-server-plugin.h
index 40ca6cb..0b552ae 100644
--- a/examples/server-plugins/C/example-server-plugin.h
+++ b/examples/server-plugins/C/example-server-plugin.h
@@ -1,8 +1,21 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Intel Corporation
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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 program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef __RYGEL_EXAMPLE_SERVER_PLUGIN_H__
diff --git a/examples/standalone-renderer-gst.c b/examples/standalone-renderer-gst.c
index 4f3eb0c..4a07384 100644
--- a/examples/standalone-renderer-gst.c
+++ b/examples/standalone-renderer-gst.c
@@ -1,8 +1,23 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Openismus GmbH.
+ *
+ * Author: Jens Georg <jensg openismus com>
+ *
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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.
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * You should have received a copy of the GNU Lesser 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.
  */
 
 /*
diff --git a/examples/standalone-server.c b/examples/standalone-server.c
index 6108cce..dd9a6a3 100644
--- a/examples/standalone-server.c
+++ b/examples/standalone-server.c
@@ -1,8 +1,24 @@
-/* Copyright (C) 2012 Intel Corporation
+/*
+ * Copyright (C) 2012 Openismus GmbH.
+ * Copyright (C) 2012 Intel Corporation.
+ *
+ * Author: Jens Georg <jensg openismus com>
+ *
+ * This file is part of Rygel.
+ *
+ * Rygel 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 of the License, or
+ * (at your option) any later version.
+ *
+ * Rygel 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.
  *
- * Permission to use, copy, modify, distribute, and sell this example
- * for any purpose is hereby granted without fee.
- * It is provided "as is" without express or implied warranty.
+ * You should have received a copy of the GNU Lesser 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.
  */
 
 /*



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]