On Wed,  8 Dec 2010 16:09:17 -0800
"Enlightenment SVN" <no-re...@enlightenment.org> wrote:

> Log:
> As previously discussed with discomfitor, here go the headers for the library
> files. 
> 
> Author:       rui
> Date:         2010-12-08 16:09:16 -0800 (Wed, 08 Dec 2010)
> New Revision: 55385
> Trac:         http://trac.enlightenment.org/e/changeset/55385
> 
> Modified:
>   trunk/PROTO/azy/src/lib/azy_client.c
> trunk/PROTO/azy/src/lib/azy_client_events.c
> trunk/PROTO/azy/src/lib/azy_content.c
> trunk/PROTO/azy/src/lib/azy_content_json.c
> trunk/PROTO/azy/src/lib/azy_content_xml.c
> trunk/PROTO/azy/src/lib/azy_events.c trunk/PROTO/azy/src/lib/azy_lib.c
> trunk/PROTO/azy/src/lib/azy_net.c trunk/PROTO/azy/src/lib/azy_server.c
> trunk/PROTO/azy/src/lib/azy_server_events.c
> trunk/PROTO/azy/src/lib/azy_server_module.c
> trunk/PROTO/azy/src/lib/azy_utils.c trunk/PROTO/azy/src/lib/azy_value.c 
> 
> Modified: trunk/PROTO/azy/src/lib/azy_client.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_client.c      2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_client.c       2010-12-09 00:09:16
> UTC (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_client_events.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_client_events.c       2010-12-08 21:39:43
> UTC (rev 55384) +++ trunk/PROTO/azy/src/lib/azy_client_events.c
> 2010-12-09 00:09:16 UTC (rev 55385) @@ -1,3 +1,20 @@
> +/*
> + * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
> + */
> +
>  #ifdef HAVE_CONFIG_H
>  #include "config.h"
>  #endif
> 
> Modified: trunk/PROTO/azy/src/lib/azy_content.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_content.c     2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_content.c      2010-12-09 00:09:16
> UTC (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_content_json.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_content_json.c        2010-12-08 21:39:43 UTC
> (rev 55384) +++ trunk/PROTO/azy/src/lib/azy_content_json.c    2010-12-09
> 00:09:16 UTC (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_content_xml.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_content_xml.c 2010-12-08 21:39:43 UTC
> (rev 55384) +++ trunk/PROTO/azy/src/lib/azy_content_xml.c     2010-12-09
> 00:09:16 UTC (rev 55385) @@ -1,7 +1,20 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
> -#ifdef HAVE_CONFIG_H
> +
>  #include "config.h"
>  #endif
>  
> 
> Modified: trunk/PROTO/azy/src/lib/azy_events.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_events.c      2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_events.c       2010-12-09 00:09:16
> UTC (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_lib.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_lib.c 2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_lib.c  2010-12-09 00:09:16 UTC
> (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_net.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_net.c 2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_net.c  2010-12-09 00:09:16 UTC
> (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_server.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_server.c      2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_server.c       2010-12-09 00:09:16
> UTC (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_server_events.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_server_events.c       2010-12-08 21:39:43
> UTC (rev 55384) +++ trunk/PROTO/azy/src/lib/azy_server_events.c
> 2010-12-09 00:09:16 UTC (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_server_module.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_server_module.c       2010-12-08 21:39:43
> UTC (rev 55384) +++ trunk/PROTO/azy/src/lib/azy_server_module.c
> 2010-12-09 00:09:16 UTC (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_utils.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_utils.c       2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_utils.c        2010-12-09 00:09:16 UTC
> (rev 55385) @@ -1,6 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> - * See COPYING for license details
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> Modified: trunk/PROTO/azy/src/lib/azy_value.c
> ===================================================================
> --- trunk/PROTO/azy/src/lib/azy_value.c       2010-12-08 21:39:43 UTC (rev
> 55384) +++ trunk/PROTO/azy/src/lib/azy_value.c        2010-12-09 00:09:16 UTC
> (rev 55385) @@ -1,5 +1,18 @@
>  /*
>   * Copyright 2010 Mike Blumenkrantz <m...@zentific.com>
> + *
> + * This program 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 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, see <http://www.gnu.org/licenses/>.
>   */
>  
>  #ifdef HAVE_CONFIG_H
> 
> 
> ------------------------------------------------------------------------------
> This SF Dev2Dev email is sponsored by:
> 
> WikiLeaks The End of the Free Internet
> http://p.sf.net/sfu/therealnews-com
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
Argh you broke compile on your first commit!

-- 
Mike Blumenkrantz
Zentific: We run the three-legged race individually.

------------------------------------------------------------------------------
This SF Dev2Dev email is sponsored by:

WikiLeaks The End of the Free Internet
http://p.sf.net/sfu/therealnews-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to