Title: [133554] trunk/Source/WebKit2
Revision
133554
Author
[email protected]
Date
2012-11-05 19:46:16 -0800 (Mon, 05 Nov 2012)

Log Message

[EFL][WK2] Fix wrong coding style in the boilerplates
https://bugs.webkit.org/show_bug.cgi?id=101283

Patch by Jinwoo Song <[email protected]> on 2012-11-05
Reviewed by Gyuyoung Kim.

Fix boilerplate which have wrong coding style.

* UIProcess/efl/InputMethodContextEfl.cpp:
* UIProcess/efl/InputMethodContextEfl.h:
* UIProcess/efl/PageClientDefaultImpl.cpp:
* UIProcess/efl/PageClientDefaultImpl.h:
* UIProcess/efl/PageClientLegacyImpl.cpp:
* UIProcess/efl/PageClientLegacyImpl.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (133553 => 133554)


--- trunk/Source/WebKit2/ChangeLog	2012-11-06 03:46:05 UTC (rev 133553)
+++ trunk/Source/WebKit2/ChangeLog	2012-11-06 03:46:16 UTC (rev 133554)
@@ -1,3 +1,19 @@
+2012-11-05  Jinwoo Song  <[email protected]>
+
+        [EFL][WK2] Fix wrong coding style in the boilerplates
+        https://bugs.webkit.org/show_bug.cgi?id=101283
+
+        Reviewed by Gyuyoung Kim.
+
+        Fix boilerplate which have wrong coding style.
+
+        * UIProcess/efl/InputMethodContextEfl.cpp:
+        * UIProcess/efl/InputMethodContextEfl.h:
+        * UIProcess/efl/PageClientDefaultImpl.cpp:
+        * UIProcess/efl/PageClientDefaultImpl.h:
+        * UIProcess/efl/PageClientLegacyImpl.cpp:
+        * UIProcess/efl/PageClientLegacyImpl.h:
+
 2012-11-05  KyungTae Kim  <[email protected]>
 
         [EFL][WK2] Fix build warning in PageClientLegacyImpl.cpp

Modified: trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp (133553 => 133554)


--- trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp	2012-11-06 03:46:05 UTC (rev 133553)
+++ trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.cpp	2012-11-06 03:46:16 UTC (rev 133554)
@@ -1,23 +1,23 @@
 /*
-   Copyright (C) 2011 Samsung Electronics
-   Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2011 Samsung Electronics
+ * Copyright (C) 2012 Intel Corporation. All rights reserved.
+ *
+ * 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 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; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 
-    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 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; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
 #include "config.h"
 #include "InputMethodContextEfl.h"
 

Modified: trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h (133553 => 133554)


--- trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h	2012-11-06 03:46:05 UTC (rev 133553)
+++ trunk/Source/WebKit2/UIProcess/efl/InputMethodContextEfl.h	2012-11-06 03:46:16 UTC (rev 133554)
@@ -1,23 +1,23 @@
 /*
-   Copyright (C) 2011 Samsung Electronics
-   Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2011 Samsung Electronics
+ * Copyright (C) 2012 Intel Corporation. All rights reserved.
+ *
+ * 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 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; see the file COPYING.LIB.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
 
-    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 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; see the file COPYING.LIB.  If not, write to
-    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-    Boston, MA 02110-1301, USA.
-*/
-
 #ifndef InputMethodContextEfl_h
 #define InputMethodContextEfl_h
 

Modified: trunk/Source/WebKit2/UIProcess/efl/PageClientDefaultImpl.cpp (133553 => 133554)


--- trunk/Source/WebKit2/UIProcess/efl/PageClientDefaultImpl.cpp	2012-11-06 03:46:05 UTC (rev 133553)
+++ trunk/Source/WebKit2/UIProcess/efl/PageClientDefaultImpl.cpp	2012-11-06 03:46:16 UTC (rev 133554)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2011 Samsung Electronics
-   Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2012 Intel Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: trunk/Source/WebKit2/UIProcess/efl/PageClientDefaultImpl.h (133553 => 133554)


--- trunk/Source/WebKit2/UIProcess/efl/PageClientDefaultImpl.h	2012-11-06 03:46:05 UTC (rev 133553)
+++ trunk/Source/WebKit2/UIProcess/efl/PageClientDefaultImpl.h	2012-11-06 03:46:16 UTC (rev 133554)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2011 Samsung Electronics
-   Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2012 Intel Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: trunk/Source/WebKit2/UIProcess/efl/PageClientLegacyImpl.cpp (133553 => 133554)


--- trunk/Source/WebKit2/UIProcess/efl/PageClientLegacyImpl.cpp	2012-11-06 03:46:05 UTC (rev 133553)
+++ trunk/Source/WebKit2/UIProcess/efl/PageClientLegacyImpl.cpp	2012-11-06 03:46:16 UTC (rev 133554)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2011 Samsung Electronics
-   Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2012 Intel Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions

Modified: trunk/Source/WebKit2/UIProcess/efl/PageClientLegacyImpl.h (133553 => 133554)


--- trunk/Source/WebKit2/UIProcess/efl/PageClientLegacyImpl.h	2012-11-06 03:46:05 UTC (rev 133553)
+++ trunk/Source/WebKit2/UIProcess/efl/PageClientLegacyImpl.h	2012-11-06 03:46:16 UTC (rev 133554)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2011 Samsung Electronics
-   Copyright (C) 2012 Intel Corporation. All rights reserved.
+ * Copyright (C) 2012 Intel Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to